issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24,482 | Bug 24482 [Welcome] Change WelcomeItem to use displayHelpResource instead of deprecated displayHelp | null | resolved fixed | be4a9d7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-07T22:18:09Z" | "2002-10-07T22:33:20Z" |
24,390 | Bug 24390 [Welcome] Ctrl+Tab should tab out of the welcome page | build 2001001 Ctrl+Tab currently tabs to the next text widget/paragraph in a welcome page. This is not the appropriate behavior from a user point of view. The user considers the welcome page as one entity and doesn't care that it is made up of multiple StyledText widgets. If you ctrl+tab in IE it gets you out of the page and to the next IE widget (the link combo box). The welcome editor should behave the same, ctrl+tab should take you out of the editor immediately. | verified fixed | 315d4fe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-07T21:16:15Z" | "2002-10-04T14:00:00Z" |
22,615 | Bug 22615 [Dialogs] Native ProgressBar look does not match look of AnimatedProgress | On MacOS X the Windows look of the AnimatedProgress does not match the Aqua look of the native ProgressBar. So clients using the wrapper ProgressIndicator get either the correct Aqua look or the Windows look (which offends real Mac users :-) BTW: On MacOS X the native ProgressBar already provides the functionality of the AnimatedProgress so on MacOS X the ProgressIndicator could just avoid switching to the AnimatedProgress. | resolved fixed | adf7905 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressIndicator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-07T18:30:04Z" | "2002-08-21T08:53:20Z" |
24,385 | Bug 24385 [Wizards] Simple Project creation wizard needs better titles | We use the title Project for both of our simple project pages. We should use Project and Project References. | closed fixed | 3828572 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-07T14:03:16Z" | "2002-10-04T14:00:00Z" |
2,377 | Bug 2377 [Welcome] Welcome view: strange that it allows multiple selections (1GEUVSB) | In the welcome view, I can select a range of text in each of the visible paragraphs. This is unusual. NOTES: | resolved fixed | 5cbc0ac | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeEditor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-04T18:46:32Z" | "2001-10-11T03:13:20Z" |
24,194 | Bug 24194 [About] Choosing link changes focus | 1. Open the Product dialog. 2. Select some text in the second paragraph. 3. Click on the apache link. 4. Close the apache window. Notice that when you come back to the dialog, the selection is changed. It's put on the eclipse.org link. | verified fixed | 3ef4362 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-03T18:17:37Z" | "2002-09-27T18:06:40Z" |
21,988 | Bug 21988 [Editor Mgmt] MultiPageEditorPart.getActiveEditor() doesn't check for disposed | If you close a MultiPageEditorPart from its setFocus() method (because the file it's editing has been deleted, for instance), an error occurs: org.eclipse.swt.SWTException: Widget is disposed Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V org/eclipse/swt/SWTException.<init>(ILjava/lang/String;)V org/eclipse/swt/SWTException.<init>(I)V org/eclipse/swt/SWT.error(ILjava/lang/Throwable;)V org/eclipse/swt/SWT.error(I)V org/eclipse/swt/custom/CTabItem.getDisplay() Lorg/eclipse/swt/widgets/Display; org/eclipse/swt/widgets/Widget.isValidThread()Z org/eclipse/swt/widgets/Widget.checkWidget()V org/eclipse/swt/widgets/Widget.getData()Ljava/lang/Object; org/eclipse/ui/part/MultiPageEditorPart.getEditor(I) Lorg/eclipse/ui/IEditorPart; org/eclipse/ui/part/MultiPageEditorPart.getActiveEditor() Lorg/eclipse/ui/IEditorPart; com/ibm/etools/ctc/flow/ui/MicroflowMultiPageEditor.getActiveEditor() Lorg/eclipse/ui/IEditorPart; org/eclipse/ui/part/MultiPageSelectionProvider.getSelection() Lorg/eclipse/jface/viewers/ISelection; org/eclipse/ui/internal/AbstractSelectionService.partActivated (Lorg/eclipse/ui/IWorkbenchPart;)V org/eclipse/ui/internal/WorkbenchPage.firePartActivated (Lorg/eclipse/ui/IWorkbenchPart;)V org/eclipse/ui/internal/WorkbenchPage.setActivePart (Lorg/eclipse/ui/IWorkbenchPart;)V org/eclipse/ui/internal/WorkbenchPage.requestActivation (Lorg/eclipse/ui/IWorkbenchPart;)V org/eclipse/ui/internal/PartPane.requestActivation()V org/eclipse/ui/internal/EditorPane.requestActivation()V org/eclipse/ui/internal/PartPane.handleEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent (Lorg/eclipse/swt/widgets/Event;)V . . . To work around this, I overrode 'getActiveEditor()' to check if the container is disposed, and return null if it is. This seems to fix the problem. | resolved fixed | 343cc76 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-02T20:33:20Z" | "2002-07-26T21:46:40Z" |
4,676 | Bug 4676 [Navigator] Tree scroll bar out of sync with top item (1GEJYGD) | The Tree scroll bar can get out of sync with the top item on Linux. To reproduce in Eclipse: 1. Open a standard SWT development workspace with the UIMain launcher loaded (org.eclipse.core.launcher should be the first project in the tree). 2. Expand the project to display the UIMain class and select it. 3. Exit Eclipse and restart. ->UIMain is selected and the top item. The scroll bar is also at the top/position 0. When you click the scroll bar the tree gets in sync with the scroll bar and shows the first tree item as the top item (the launcher project). NOTES: McQ (01/06/2001 9:02:42 AM) - Scrollbar needs to be forced to update its position. Is this a Tree problem or an ITPUI bug? KR (6/1/01 11:39:31 AM) It's the tree - only happens on Linux. KR (6/1/01 2:02:13 PM) Note that this is only reproducable when there are no editors open. It seems that the selected item is the top item and that the scroll bar is set as if the top item from the last Eclipse session was still the top item. McQ (01/06/2001 4:18:41 PM) - Re "It's the tree - only happens on Linux.": We have already had several cases where they assumed that by working with the scroll bar directly they could get widgets to position their contents, which works some places and not others (and thus is not supported). This could be a similar case. KR (6/4/01 11:42:26 AM) After debugging this for a while I noticed that a bunch of viewers call Tree.getVerticalBar() to restore the old ui state. This is one of the cases where this doesn't work. Tree.setSelection is called to select the previously selected item (at index 10). This automatically sets the top index and the scroll bar selection to 10. Someone (PackageExplorerPart.restoreState) then gets the vertical scroll bar and sets its selection to 9. For some reason the Tree doesn't always update the top index accordingly. KR (6/4/01 12:30:28 PM) It seems that the Tree sometimes gets a selection event for the programmatic scroll bar selection but most of the time doesn't. McQ (05/06/2001 11:04:29 AM) - No further action for June. McQ (26/06/2001 2:19:17 PM) - Time to take another look at this. | resolved fixed | f4f3189 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-10-02T19:08:56Z" | "2001-10-11T17:06:40Z" |
22,276 | Bug 22276 [DND] Confirmation to move read-only file opens twice | Drag&Drop a read-only file from one project to another in the Navigator. A confirmation dialog appears to confirm the move of the file. If you press "No" on the confirmation dialog, the dialog opens again asking the same question. | resolved fixed | 439bcba | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-30T20:21:13Z" | "2002-08-08T18:06:40Z" |
24,231 | Bug 24231 ErrorDialog not accessible | The reorg done for the MessageDialog was not applied to the ErrorDialog so its contents cannot be read in 2.0.2. | closed fixed | 7bd32d9 | ["bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/dialogs/ErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-30T18:01:26Z" | "2002-09-30T18:20:00Z" |
20,717 | Bug 20717 [DND] Drag and Drop with Read-Only file opens strange message dialog | If the project has a read-only file, and if that file is drag & drop from Navigator view to other area.view, desktop opens the dialog that says "filename is read only. Do you still with to move it ?" I didn't move the file at all, so this message is wrong. i think no message should be opened because dropped area is not navigator. | resolved fixed | 75a8285 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-30T16:34:21Z" | "2002-06-20T13:33:20Z" |
20,331 | Bug 20331 [Perspectives] Eclipse ignores new filter settings after opening the first time. | I have a plugin which adds a filter extension to the navigator as follows: <extension point="org.eclipse.ui.resourceFilters"> <filter pattern=".foo*" selected="true" /> </extension> If the Eclipse workbench hasn't been opened before (i.e. no workspace metadata), the extension is automatically filtered. However, if there already is metadata, the extension isn't automatically filtered. It seems that once Eclipse has been opened for the first time, the default filter selection is stored in the workbench.xml file in the metadata plugin directory org.eclipse.ui. There needs to be a way to force Eclipse to automatically select my filter extension after the Eclipse workbench has already been opened. The solution must work for both WSB and WSAD. The user should not be forced to manually edit the workbench.xml file to accomplish this. | resolved fixed | 9bb37b5 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-30T15:40:31Z" | "2002-06-14T13:06:40Z" |
2,301 | Bug 2301 [Import/Export] No save prompt before exporting (1GENMDK) | (Not a serious issue) Before entering the export wizard, the user should be prompted to save their work. There is a good chance the user is planning to export the file they are currently editing and could easily forget to save. If they are exporting, the user rarely checks the contents of the jar/zip so the exported work may not be what they desire. Illustration: 1) open a .java file in a project 2) make some changes to the file, don't save 3) File->export (file system) 4) select the java file you were editing, export to your desktop 5) open the java file, note that your changes are not in the file NOTES: | closed fixed | 5bab3af | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardExportResourcesPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceExportPage1.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/wizards/datatransfer/WizardZipFileResourceExportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-30T12:32:14Z" | "2001-10-11T03:13:20Z" |
23,331 | Bug 23331 [Editor Mgmt] Pinned editors not restored as pinned | When I started up the workbench, four editors that I had previously opened were restored, but they were not pinned. They had previously been pinned when I shut down the workbench. | resolved fixed | cad3665 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-27T20:08:20Z" | "2002-09-09T16:46:40Z" |
23,445 | Bug 23445 [Perspectives] Select All in Window / Customize Perspective Doesn't Work | Opening Bug for Dave Ings: This problem occurs on the 09/07 WSAD driver (which includes 2.0.1). 1. Make the resource perspective the default, and open it. 2. Go to Window / Customize Perspective and expand Window > Open Perspective. About half a dozen perspectives are selected. 3. Select all perspectives by checking the "root" check box. Click OK. 4. Select the resource perspective and click on the "Open a Perspective" button on the left hand toolbar. 5. Only 9 of the 16 perspectives are shown. 6. The same behaviour occurs if instead you invoke Window / Open Perspective. I can't seem to find any preference that configures the length of the list of perspectives. I tried a similar test in Eclipse 2.0, and it works fine there. | resolved fixed | e9fc99c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/PerspectiveMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-27T20:06:10Z" | "2002-09-12T08:40:00Z" |
24,157 | Bug 24157 [Dialogs] MessageDialog needs to setFocus on default button | As the MessageDialog by default has no other widgets to set focus on we need to set focus on the default button to prevent it getting slammed by the default SWT behaviour. | closed fixed | b9c30c7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-27T15:28:21Z" | "2002-09-26T17:06:40Z" |
24,168 | Bug 24168 [Dialogs] XML dialog settings cannot start with a comment | I created a dialog_settings.xml for my plugin, and entered on the very first line a comment: the settings then fail to load with ClassCastException. An easy workaround is to push the comment down into the XML tree. org.eclipse.jface.dialogs.DialogSettings line 181: Element root = (Element) document.getFirstChild(); If the first child is not an element (e.g. a comment), ClassCastException is thrown. | closed fixed | 70b7714 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-27T15:15:38Z" | "2002-09-27T01:26:40Z" |
17,945 | Bug 17945 [Working Sets] Directly edit a working set | It would be nice if I could directly edit a working set. Currently I have to create a selection dialog where the user has to press edit. Background: I would like to add an "Edit..." menu to the existing "Clear" and "Select..." view menus. Note: This is can be done after 2.0. | verified fixed | d41f465 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/IWorkingSetEditWizard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetEditWizard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-27T15:13:57Z" | "2002-05-27T17:20:00Z" |
24,120 | Bug 24120 [Dialogs] TypeFilterDialog UI and API not same | The UI shows the extensions as "*.txt" while the API expects "txt" only. This is confusing. The format of the extension is not specified. The dialog should be able to tread "*.txt" as input as well and also be able to return "*.txt" (instead or in addition to "txt"). | closed fixed | ac0a301 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-26T16:46:17Z" | "2002-09-26T08:46:40Z" |
24,121 | Bug 24121 "Other Extensions:" field must not show ',' at the end | Build 20020924 Test Case: 1. Export -> File System 2. Press "Select Types..." 3. In "Other Extensions" field add "a" 4. Press "OK" 5. Press "Select Types..." ==> the field shows "a," | closed fixed | 610c5a9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-26T14:56:48Z" | "2002-09-26T11:33:20Z" |
22,902 | Bug 22902 [Navigator] F5 and Ctrl+F5 both refresh | null | resolved fixed | 495fb0b | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/RefreshAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-26T14:53:29Z" | "2002-08-27T17:40:00Z" |
20,495 | Bug 20495 New Required Plug-In - list not sorted | Build F3 If you add a new plugin as a required plugin, the list which appears in the prompter is not sorted. This makes it nearly impossible to find the plugin I want, since my list is nearly 500 elements long. (Note that I have the preference set to show the internal plugin names (e.g. com.ibm.etools.xml.utility)). | resolved fixed | f9c9e02 | ["bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/wizard/WizardPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-26T13:10:11Z" | "2002-06-17T18:53:20Z" |
23,782 | Bug 23782 [Workbench] Backward/Forward buttons still operational when Close All | Build 20020917. Open a *.java file. Open a *.class file. Use backward/forward buttons. Close all Perspectives. The backward/forward buttons are still operational. Should they be? It's a bit weird to acutally use them and have nothing visually happen (other than editor action bars appearing when no editor is visible). | resolved fixed | 165fc85 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistoryAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-25T20:35:54Z" | "2002-09-18T20:13:20Z" |
8,853 | Bug 8853 [Perspective] Customize view does no longer work | 1. Select Perspective -> Customize... -> View Note: Selected views don't correspond to perspective look 2. Add a view (or select all or deselect all) 3. Press OK ==> views in perspective don't correspond to my choice The two other property groups ("Other" and "New Wizard") work. | resolved wontfix | 5868994 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-25T12:49:26Z" | "2002-01-31T18:00:00Z" |
18,279 | Bug 18279 [MenuMgmt] Need tests for duplicate menu items | null | verified fixed | 8238fa0 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/DuplicateMenuItemTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/NavigatorTestSuite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-24T19:46:50Z" | "2002-05-30T06:26:40Z" |
2,763 | Bug 2763 [Dialogs] DCR: TypeFilteringDialog should be public API (1GIYHMY) | The org.eclipse.ui.internal.dialogs.TypeFilteringDialog should be public API to guarantee that selecting a type is consistent all over the workbench. The same dialog is used (and had to be copied for now) in the Search dialog. NOTES: | closed fixed | 5389149 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardExportResourcesPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/TypeFilteringDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-23T14:14:12Z" | "2001-10-11T03:13:20Z" |
23,018 | Bug 23018 [Wizards] Nested long-running operations (IRunnableWithProgress) leads to exception | I 've got a wizard, in performFinish() it has: getContainer().run(false, true, operation1); then operation1 (inner class of my wizard) has inside it call to getContainer().run(false, true, operation2); After finishing execution I've got: Unhandled exception caught in event loop. Reason: java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.jface.wizard.WizardDialog.stopped(WizardDialog.java:938) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:723) at com.exigen.studio.templates.defaultwizard.DefaultNewProjectFromTemplateWizard.pe rformFinish(DefaultNewProjectFromTemplateWizard.java:76) at org.eclipse.jface.wizard.WizardDialog.finishPressed (WizardDialog.java:577) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:312) ..... The reason is that when operation1 executor disposes resources at the and they are already disposed by operation2 execution finish. | closed fixed | a431c62 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-20T18:54:55Z" | "2002-08-30T09:33:20Z" |
2,529 | Bug 2529 [Navigator] Open/Close project not always available (1GFKW5S) | Create two projects P1 and P2. Select P2 and close it. Now select both P1 and P2. Notice the Open Project menu item is available but the Close Project is not. Either both should be available or neither one should be enabled. NOTES: | resolved fixed | daff420 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CloseResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-19T20:30:13Z" | "2001-10-11T03:13:20Z" |
23,775 | Bug 23775 [Navigator] NPE if Move operation cancelled | integration build 09/17 - the the Resource Navigator select a file resource, right-click -> Move... - in the subsequent Folder Selection dialog click Cancel - you'll get the attached stack trace | resolved fixed | 4b2738f | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ResourceNavigatorMoveAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-19T18:43:31Z" | "2002-09-18T20:13:20Z" |
23,138 | Bug 23138 [Wizards] Bad example in Javadoc of BasicNewFolderResource | The javadoc for org.eclipse.ui.wizards.newresource.BasicNewBolderResource offers the following example: IWizard wizard = new BasicNewFolderResourceWizard(); wizard.init(workbench, selection); WizardDialog dialog = new WizardDialog(shell, wizard); dialog.open(); This code will produce an error as IWizard is without an init() method. I believe the example should read: INewWizard wizard = new BasicNewFolderResourceWizard(); wizard.init(workbench, selection); WizardDialog dialog = new WizardDialog(shell, wizard); dialog.open(); Eclipse rocks. -Adam Childs | closed fixed | 09ab34d | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/newresource/BasicNewFileResourceWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/newresource/BasicNewFolderResourceWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-19T17:33:02Z" | "2002-09-04T06:13:20Z" |
16,453 | Bug 16453 [Perspectives] Redundant preference in Workbench->Perspective. | In Workbench->Perspective we have: Open a new perspective Same window New window and New Project options Open perspective in the same window Open perspective in a new window Do not switch the prespective The options "Open perspective in the same window" and "Open perspective in a new window" should be replaced by one single option. Some thing like: "Open perspective". The fact that the perspective is going to open in a new window or not is defined by the "Open a new perspective" preference. | resolved fixed | 7ee7c25 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-19T16:35:19Z" | "2002-05-20T15:53:20Z" |
22,604 | Bug 22604 [Preferences] Incorrect @see in PreferenceStore javadoc | Build 2.0 In the javadoc for the default constructor of PreferenceStore, it contains the following: * @see #load(java.io.InputStream) * @see #store(java.io.InputStream) I believe the second one should be: * @see #save(OutputStream, String) Likewise, the other constructor refers to store() instead of save(). | closed fixed | 4abb3c4 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceStore.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-19T14:45:39Z" | "2002-08-20T21:46:40Z" |
22,269 | Bug 22269 [Navigator] File->Rename while already renaming hangs Navigator | Scenario: Select a file in the Navigator then File->Rename. While the name-editor window is in focus, select File->Rename again. The name-editor window won't close, and the Navigator will become completely unresponsive. | resolved fixed | 550f0d7 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-18T20:57:20Z" | "2002-08-08T15:20:00Z" |
21,382 | Bug 21382 [Dialogs] Java Build Path properties page freezes UI during compile [general issue] | Build 2.0 release When a change is made on the Java Build Path peroperty page, and the user clicks on OK, the progress monitor is opened while the current project compiles. However, the compile is run in the UI thread, so the UI is unresponsive during the compile. Windows appears to handle the case rather well, since changes to the dialog's messages are displayed on screen. However, Linux GTK does not fare as well. The compile displays as a completely blank progress monitor (the progress indicator does work however). The offending code appears to be in BuildPathsPropertyPage.performOK where ProgressMonitorDialog.run is called with fork=false. | closed fixed | be796b3 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-17T19:53:36Z" | "2002-07-08T20:26:40Z" |
2,338 | Bug 2338 [Navigator] Goto Resource dialog does not clear In Folders list (1GET0ZY) | From the Goto Resources dialog (from popup menu in nav view on a resource), if you type a resource that does not exist, the Matching Resources list is empty but the In Folders list is not. NOTES: | resolved fixed | 0214d80 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoResourceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-17T18:47:52Z" | "2001-10-11T03:13:20Z" |
17,344 | Bug 17344 [About] Clicking below link in About dialog activates link | 20020521 1) Open the about dialog 2) Note that the about text ends in a link 3) Note that the hand cursor only appears when you move ofer the link 4) Click the dialog 1cm below the link, the link activates | resolved fixed | 7a4cd13 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-17T18:33:06Z" | "2002-05-23T16:06:40Z" |
16,910 | Bug 16910 [Examples] Readme file creation wizard is too tall | The Readme file creation wizard is too tall and has a cliped control at the bottom. The container list could be made shorter. | resolved fixed | 9d2ad9f | ["examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeCreationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-17T18:21:49Z" | "2002-05-22T17:53:20Z" |
20,249 | Bug 20249 [Help] Change editor/view/perspective F1 help | Build F2 When the change editor menu is open, pressing F1 will display some help. However, the help window closes immediately, before the contents can be read. If there is supposed to be F1 defined for the change editor menu, then the help window should stay open for the user to read. If there is no F1 help defined, then prssing F1 should not display anything so that there is no flashing. The same problem exists for the change viewer and change perspective menus. None of the actions under Window->Keyboard Shortcuts have any F1 help defined on them to describe what they do. | resolved fixed | d6912d0 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-17T18:12:52Z" | "2002-06-13T17:40:00Z" |
20,474 | Bug 20474 [Dialogs] SelectionDialog should not return an initial selection of null | F3 The JavaDoc for SelectionDialog.getInitialSelection does not state that null is a valid return value. If we think that clients are acutally using the null case to avoid performing some real work then we should fix the javadoc. Otherwise we should an empty list. | closed fixed | 7d7acb5 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/SelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-17T18:01:12Z" | "2002-06-17T16:06:40Z" |
20,069 | Bug 20069 [HELP] IHelpContextIds has two contexts declared on the same line | 20020612 The following contexts are defined on a single line (missing //$NON-NLS-1$ and cr) public static final String RESET_TOOLBAR_ACTION = PREFIX + "reset_toolbar_action_context"; public static final String TOGGLE_EDITORS_VISIBILITY_ACTION = PREFIX + "target_editors_visibility_action_context"; //$NON-NLS-1$ | resolved fixed | 8189a4a | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/IHelpContextIds.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-17T17:48:09Z" | "2002-06-12T19:26:40Z" |
23,433 | Bug 23433 [Dialogs] ContainerSelectionDialog changes meaning of initialRoot parameter | ContainerSelectionDialog's constuctor has a parameter 'initialRoot' along with associated JavaDoc which suggests that the parameter will be used for the root container. In fact, this parameter is used as the selection and ContainerSelectionGroup always uses the root of the workspace. Furthermore, the JavaDoc alludes to another non-existant constructor in ContainerSelectionDialog. | resolved wontfix | 9ddba76 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/ContainerSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-17T15:45:08Z" | "2002-09-11T18:46:40Z" |
22,411 | Bug 22411 [Editor Mgmt] Wrong tab handling in the editor | The tab handling in the editor has a few bugs. First of all, the column number showed in the right corner isn't correct when using tabs. The number is simply incremented by 4 (or the tab size you entered) indipendently how much whitespace is inserted. You can reproduce this by viewing the file tabtest.txt in the Eclipse editor. The column number of the first tab should always be 5, and the second 9. The second point is that the representation of the tabs doesn't depend by the font metrics. Take a look at the file enumeration.java The font size is set to 12 pt and the keywords are shown bold. All the equal signs should be in the same column (an they are, at least in an other editor). But they aren't. Only if you turn off the bold representation of the keywords, the text is shown correctly. Also, the position of the equal signs depends by the font size. | resolved wontfix | 135d655 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/AbstractTextEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-16T09:51:29Z" | "2002-08-14T07:26:40Z" |
21,850 | Bug 21850 Using zero as code assist auto activation delay prevent the code assist window from appearing [editor] | In preference window -> editor -> code assist tab, if the value for Auto activation delay is zero, pressing the Auto activation trigger will not pop the window. This smell like a wait(0) is done before popping the window but a wait(0) mean wait forever. But thats just my intuition :) | resolved fixed | d9aef76 | ["bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/contentassist/ContentAssistant.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-16T08:53:12Z" | "2002-07-24T14:13:20Z" |
15,732 | Bug 15732 String not found message not cleared | Build 20020508 - did a search, and it found no matches - the status line shows "String Not Found" in red - the message remains even if I click around, switch between editors of the same type (even though I didn't search in the other editors), or switch to another view and back to the editor Either the message should not be shown in the first place, or it should not stick around as long. | resolved fixed | 3189ad0 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/AbstractTextEditor.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/EditorStatusLine.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/FindReplaceDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/IEditorStatusLine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-13T16:00:19Z" | "2002-05-10T14:13:20Z" |
23,224 | Bug 23224 [Perspectives] Nullpointer, better explanation needed | What the hell does this mean? java.lang.InstantiationException: etm.farrago.plugin.cm.CompanyTreeView at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Unknown Source) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:135) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:164) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:102) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:116) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:113) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:45) at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:99) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:839) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:81) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:293) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1327) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:559) at org.eclipse.ui.internal.WorkbenchPage.access$7(WorkbenchPage.java:541) at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2306) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2303) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2293) at org.eclipse.ui.internal.ShowViewMenu.showOther(ShowViewMenu.java:163) at org.eclipse.ui.internal.ShowViewMenu.access$0(ShowViewMenu.java:148) at org.eclipse.ui.internal.ShowViewMenu$2.run(ShowViewMenu.java:39) at org.eclipse.jface.action.Action.runWithEvent(Action.java:749) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1256) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1239) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) !ENTRY org.eclipse.ui 4 4 sep 05, 2002 17:01:37.869 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 sep 05, 2002 17:01:37.885 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1328) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:559) at org.eclipse.ui.internal.WorkbenchPage.access$7(WorkbenchPage.java:541) at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2306) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2303) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2293) at org.eclipse.ui.internal.ShowViewMenu.showOther(ShowViewMenu.java:163) at org.eclipse.ui.internal.ShowViewMenu.access$0(ShowViewMenu.java:148) at org.eclipse.ui.internal.ShowViewMenu$2.run(ShowViewMenu.java:39) at org.eclipse.jface.action.Action.runWithEvent(Action.java:749) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1256) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1239) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) A better error is needed, thanks! | resolved fixed | 68b5ac3 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-12T15:03:28Z" | "2002-09-05T15:33:20Z" |
23,066 | Bug 23066 TextEditor performSaveAs doesn't show default path or file name | Problem is, dialog.setOriginalFile() is called after dialog.create(), which has already used null value of originalFile. The code should be: SaveAsDialog dialog= new SaveAsDialog(shell); IEditorInput input = getEditorInput(); IFile original= (input instanceof IFileEditorInput) ? ((IFileEditorInput) input).getFile() : null; if (original != null) dialog.setOriginalFile(original); dialog.create(); | resolved fixed | abdda26 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/SaveAsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-11T19:28:51Z" | "2002-08-31T10:33:20Z" |
22,539 | Bug 22539 [Wizards] Make WizardNewProjectCreationPage.validatePage protected | I've been using the class WizardNewProjectCreationPage for a while but now I need to add a very simple validation. Looking at the class I just realized I am toasted because there is no way of extending the current validation. Why in an open souce environment, in which we have access to the code and so we can check how much damage we will produce, is there so many private stuff? Another example? FileSystemStructureProvider. Does the contructor really need to be private? I had to copy the whole class just to add a new feature. Note: OK... there is a way of extend the validation on WizardNewProjectCreationPage... I could get all the text controls using ((Composite)getControl()).getChildren() and add my listener but, IMHO, this would be too ugly. | closed fixed | 5e2e546 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-11T15:03:27Z" | "2002-08-19T18:00:00Z" |
17,498 | Bug 17498 [Preferences] Local history preference page needs restart note | build F1 I lowered the "Entries per File" local history preference and expected the change to take effect immediately. Instead the local history was still growing. I then realized that the changes to the local history preferences only take effect after a restart. This should be noted on the preference page just like it is on other preference pages (e.g., editor/view tab orientation). | verified fixed | 5aeb570 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileStatesPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-11T12:46:04Z" | "2002-05-23T21:40:00Z" |
2,025 | Bug 2025 [Examples] Multipage editor example 1st page name should be "source" (1GDKRLL) | The name of the editor's first page should be "Source" instead of the filename. NOTES: | resolved fixed | 4fb83d3 | ["examples/org.eclipse.ui.examples.multipageeditor/Eclipse", "UI", "Examples", "MultiPageEditor/org/eclipse/ui/examples/multipageeditor/MultiPageEditorExample.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-10T19:58:26Z" | "2001-10-11T03:13:20Z" |
16,596 | Bug 16596 [View Mgmt] Ctrl F6 and Ctrl F7 has inaccessible entries | Build 20020521 If you are in a Perspective tht has used up the Edito area of its own views when you hit Ctrl F6 or control F& and select an editor or the editor area nothing will happen STEPS 1) Open a new Workbench. Welcome page is visible 2) Switch to the Install/Update perspective 3) Hit Ctrl F6 and select Welcome. Nothimng happens 4) Hit Ctrl F& and select editors - nothing happens. | verified fixed | 8517196 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-10T19:10:33Z" | "2002-05-21T16:53:20Z" |
21,097 | Bug 21097 [Open Modes] SWT error on properties page | Build GM5 Linux/GTK I was changing between property pages wiht the keyboard. I would press the key, and wait for the page to update before moving to the next page. Eventually, I hit Enter to close th edialog. I got a dialog reporting an SWT error. It usually takes me about 5 tries to reproduce the error, but it does keep happening for me. I could not reproduce it on Motif. | resolved fixed | cac0716 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/util/OpenStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-10T18:31:15Z" | "2002-06-27T20:33:20Z" |
22,568 | Bug 22568 [Key Bindings] F3, F4 and other keys seem to be broken | Build 20020813 For some reasons F3 and F4 stopped working in several views. Also, [Delete] key doesn't work anymore in Search view without having changed anything there. I heard about an SWT change in that area? Since we are in non-breaking API mode for 2.1 I guess this changes needs to reverted. | resolved fixed | cd0f53a | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/KeyBindingMenu.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/AcceleratorScope.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-10T18:07:25Z" | "2002-08-20T10:40:00Z" |
22,325 | Bug 22325 [Editor Mgmt] ClassCastException using GotoLineAction in MultiPageEditorPart | If you attempt to use the GotoLineAction for a text editor nested inside of a MultiPageEditorPart, or some other nesting editor, the attached ClassCastException occurs. It looks like the GotoLineAction assumes that its editor is a first level child of the IWorkbenchPage, but in some cases this is not the case. (Note that GotoLineAction works in the PDE editor, but this is not a good example, since it doesn't use a MultiPageEditorPart, but rolls its own). Unhandled exception caught in event loop. Reason: com/ibm/etools/ctc/flow/ui/NestedEditorSite incompatible with org/eclipse/ui/internal/PartSite java.lang.ClassCastException: com/ibm/etools/ctc/flow/ui/NestedEditorSite incompatible with org/eclipse/ui/internal/PartSite Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V java/lang/ClassCastException.<init>(Ljava/lang/String;)V org/eclipse/ui/internal/WorkbenchPage.getReference (Lorg/eclipse/ui/IWorkbenchPart;)Lorg/eclipse/ui/IWorkbenchPartReference; org/eclipse/ui/internal/WorkbenchPage.certifyPart (Lorg/eclipse/ui/IWorkbenchPart;)Z org/eclipse/ui/internal/WorkbenchPage.activate (Lorg/eclipse/ui/IWorkbenchPart;)V org/eclipse/ui/texteditor/GotoLineAction.gotoLine(I)V org/eclipse/ui/texteditor/GotoLineAction.run()V org/eclipse/ui/texteditor/RetargetTextEditorAction.run()V org/eclipse/jface/action/Action.runWithEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/jface/action/ActionContributionItem.handleWidgetEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/jface/action/ActionContributionItem.access$0 (Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Even t;)V org/eclipse/jface/action/ActionContributionItem$ActionListener.handleEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Display.runDeferredEvents()Z org/eclipse/swt/widgets/Display.readAndDispatch()Z org/eclipse/ui/internal/Workbench.runEventLoop()V org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object; org/eclipse/core/internal/boot/InternalBootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String; [Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; org/eclipse/core/boot/BootLoader.run (Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;) Ljava/lang/Object; EclipseRuntimeLauncher.main([Ljava/lang/String;)V | resolved fixed | 2ba09b7 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-10T18:06:44Z" | "2002-08-09T19:06:40Z" |
23,291 | Bug 23291 [Dialogs] jface.Dialog.contrainShellSize() not working correctly for multiple workspaces | When used in an environment where the top-left corner of the display's device boundries are not (0,0), this member function does not act properly and forces properly centered dialogs to be lined up against the edge of the screen (weighted towards the (0,0) desktop. This should effect all windowing systems where there are virtual desktops with changing physical locations. This proplem was found under QNX/Photon. | closed fixed | 3e760ad | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/Dialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-10T14:44:12Z" | "2002-09-06T19:20:00Z" |
22,809 | Bug 22809 [Properties dialog] Repos Properties Info Dialog Labels do not resize with dialog. | (1) In the Resource Perspective's Navigator pane, select a file deep in a directory tree. (2) Open a Properties dialog that file. (3) Resize the dialog to try see the full file "Path" and "Location". (4) Observe that the labels are NOT resized with the dialog. Thank you, Gary | resolved fixed | b43eaff | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceInfoPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-09T14:53:09Z" | "2002-08-24T00:46:40Z" |
22,360 | Bug 22360 [Fonts] FontRegistry can not instantiated using resources outside org.eclipse.jface.resource | I get MissingResourceException when I am trying to create FontRegistry instance for my application as follows: com.company.product.MyClass>>public void createFontRegistry(){ FontRegistry fonts = new FontRegistry("com.company.product.fonts"); } where I do have a file fonts.properties in my com/company/product/ folder. However, if I try this instead: com.company.product.MyClass>>public void createFontRegistry(){ ResourceBundle fonts = ResourceBundle.getBundle(("com.company.product.fonts"); } There is no exception. Moreover, if I create a complete copy of the FontRegsitry class in my com.company.product package - then it works. My guess is - it is a bug in the FontRegistry. It tries to load the fonts resource bundle, but the FontRegistry's class loader is used to do that (see readResourceBundle(String) FontRegistry method). Therefore all the resources that are being looked up are the only ones relative to the location of the FontRegistry class - org.eclipse.jface.resource path. It can be remedied if FontRegistry took a client class (or class loader) as an additional parameter to the constructor. Alternatively it can allow clients to load their own resource bundle and take it as a parameter to the constructor (Vs. name of the bundle). | closed fixed | ad268d9 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/resource/FontRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-05T19:22:20Z" | "2002-08-12T16:33:20Z" |
20,973 | Bug 20973 [Contributions] Update code to reflect supported extension attributes | null | resolved fixed | 71e26ee | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-05T14:40:01Z" | "2002-06-25T18:33:20Z" |
2,373 | Bug 2373 [About] no intuitive way to know the workbench location (1GEUSX8) | AK (6/5/01 5:22:26 PM) there's no good way to figure out where the workbench is located. the workaround i use is: start the new java project and look at the location there. it is very annoying that this feature is missing. NOTES: EG (6/5/2001 5:32:51 AM) moving to ITPUI | resolved fixed | 08edc64 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-05T14:22:24Z" | "2001-10-11T03:13:20Z" |
11,650 | Bug 11650 [Wizards] WizardNewProjectCreationPage doesn't validate on startup | I construct this page and use the setInitialProjectName() to set a default name. The project name field is set properly, but the default project location doesn't append this initial project name to the end of it. If I uncheck and then recheck the checkbox, the project location field is set how I thought it should have been set. The second problem is that validatePage() is called within createControl(), but the return value is not used in a call to setPageComplete(). I tried doing this myself, but validatePage() is private and the project location field is also private! Basically the functionality that is desired is the ability to set a default project name for the user, and make the page complete (as long as the project doesn't already exist of course, but the validatePage should handle this). I'm using this in our XML example wizards for WSAD. Thanks, Ernest | closed fixed | 60bf64d | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-05T14:04:07Z" | "2002-03-19T17:46:40Z" |
11,684 | Bug 11684 [Wizards] Should use a Group box for new project page | The new page for creating a project uses a label for the Project Contents. This needs to be a group for assitive technologies to work. | verified fixed | 95484ba | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-05T12:15:52Z" | "2002-03-19T20:33:20Z" |
19,841 | Bug 19841 [HELP] WorkbenchHelp calling depricated IHelp API | 20020610 WorkbenchHelp should call displayContext, displayHelp has been deprecated | resolved fixed | b3cc0df | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/help/WorkbenchHelp.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-05T12:02:41Z" | "2002-06-10T20:13:20Z" |
6,124 | Bug 6124 [DND] Dialog opened on drop is hidden | Build 20011116. - Drag a file from Windows Explorer to the Navigator or Packages view. - Do it again to the same destination folder, with Eclipse partially obscured behind Windows Explorer. - It opens a dialog prompting whether to overwrite the existing file, but the dialog is not visible. Eclipse should be brought to front. | resolved fixed | e0747e0 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-04T21:30:30Z" | "2001-11-20T18:13:20Z" |
16,478 | Bug 16478 [DND] Drag & Drop holds onto file during operation | Build: 20020519 If you overwrite a file in Eclipse using a drag & drop operation, Eclipse holds onto the file in the OS until autobuild completes the build. On long builds this deadlocks the source navigator (blech!). To reproduce this bug: 1. New workspace 2. Import org.apache.ant as a binary project using the plugin import wizard 3. Import all other plugins as source projects using the plugin import wizard 4. Copy the .classpath file for the org.eclipse.core.runtime plugin to an offshore location. 5. Edit the offshore version of the .classpath file in the OS to no longer have a source directory. 6. Drag the offshore version from the Windows Explorer into the org.eclipse.core.runtime plugin. 7. At the prompt click Yes to overwrite the file. A long build will begin, meanwhile the Windows Explorer will have locked up. Are we holding onto the file during the build? | resolved fixed | ab98b44 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-04T20:58:05Z" | "2002-05-20T21:26:40Z" |
14,489 | Bug 14489 [Contributions] IStatusLineManager.setErrorMessage | IStatusLineManager.setMessage(String message) doesn't get updated after using IStatusLineManager.setErrorMessage(String message). | resolved fixed | 22c6c42 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/IStatusLineManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-04T17:31:49Z" | "2002-04-24T12:06:40Z" |
22,966 | Bug 22966 [Properties view] NPE in ResourcePropertySource | The following exception occurs when a project is removed from a custom Navigator view, causing the Properties view to be updated. The problem code in ResourcePropertySource.getDateStringValue() is: File localFile = resource.getLocation().toFile(); The NPE occurs because Resource.getLocation() returns a null when the project doesn't exist. There should be a null pointer check before invoking toFile(). Thanks. !ENTRY org.eclipse.ui 4 2 Aug 28, 2002 18:12:32.995 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.views.properties.ResourcePropertySource.getDateStringValue (ResourcePropertySource.java:88) at org.eclipse.ui.views.properties.ResourcePropertySource.getPropertyValue (ResourcePropertySource.java:116) at org.eclipse.ui.views.properties.PropertySheetEntry.refreshValues (PropertySheetEntry.java:491) at org.eclipse.ui.views.properties.PropertySheetEntry.refreshChildEntries (PropertySheetEntry.java:457) at org.eclipse.ui.views.properties.PropertySheetEntry.setValues (PropertySheetEntry.java:613) at org.eclipse.ui.views.properties.PropertySheetViewer.setInput (PropertySheetViewer.java:725) at org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged (PropertySheetPage.java:322) at org.eclipse.ui.views.properties.PropertySheet.selectionChanged (PropertySheet.java:203) at org.eclipse.ui.internal.AbstractSelectionService$3.run (AbstractSelectionService.java:137) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:831) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection (AbstractSelectionService.java:135) at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged (AbstractSelectionService.java:50) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:147) at org.eclipse.jface.viewers.StructuredViewer.updateSelection (StructuredViewer.java:1155) at org.eclipse.jface.viewers.StructuredViewer.handleInvalidSelection (StructuredViewer.java:514) at org.eclipse.jdt.internal.ui.viewsupport.ProblemTreeViewer.handleInvalidSelection (ProblemTreeViewer.java:154) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection (StructuredViewer.java:700) at org.eclipse.jface.viewers.AbstractTreeViewer.remove (AbstractTreeViewer.java:961) at org.eclipse.jface.viewers.AbstractTreeViewer.remove (AbstractTreeViewer.java:981) at com.ibm.etools.webtools.webview.eclipse.JavaElementContentProvider$4.run (JavaElementContentProvider.java:313) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:31) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:95) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1506) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1294) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block (ModalContext.java:133) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:258) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:376) at org.eclipse.ui.actions.DeleteResourceAction.run (DeleteResourceAction.java:366) at com.ibm.etools.j2ee.common.ui.J2EEDeleteAction.runResourceDeleteAction (J2EEDeleteAction.java:309) at com.ibm.etools.j2ee.common.ui.J2EEDeleteAction.run (J2EEDeleteAction.java:186) at com.ibm.etools.webtools.webview.eclipse.DualReorgAction.run (DualReorgAction.java:35) at com.ibm.etools.webtools.webview.eclipse.DualReorgAction.run (DualReorgAction.java:35) at com.ibm.etools.webtools.webview.eclipse.CCPActionGroup.handleKeyPressed (CCPActionGroup.java:151) at com.ibm.etools.webtools.webview.actions.WebViewActionGroup.handleKeyPressed (WebViewActionGroup.java:233) at com.ibm.etools.webtools.webview.WebViewPart.handleKeyPressed (WebViewPart.java:579) at com.ibm.etools.webtools.webview.WebViewPart$7.keyPressed (WebViewPart.java:379) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:118) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1256) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1239) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) | resolved fixed | 4ed92a7 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/FilePropertySource.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/ResourcePropertySource.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-09-03T16:14:47Z" | "2002-08-29T03:00:00Z" |
18,915 | Bug 18915 [Preferences] switching between erroneous preferences pages should generate error, not warning. | if i enter invalid data on any preference pages (and it red flags me on the ui), if i try to select a another page without fixing the problem, i get the following warning dialog: "warning the currently displayed page contains invalid values" this should be an "error" dialog considering one is not allowed to leave the page without fixing the mistake. | closed fixed | fb98892 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-30T18:01:28Z" | "2002-06-03T21:33:20Z" |
22,987 | Bug 22987 [Preferences] BooleanFieldEditor.setEnabled creates additional Label | 2.1 Build I20020827 The widget of a BooleanFieldEditor is the checkbox (Button) but when BooleanFieldEditor.setEnabled is called it calls super.setEnabled which causes a new Label to be created. Normally this is not seen but if setEnabled is used on a BooleanFieldEditor in createFieldEditors() then the additional label can be seen on the preference page. NOTE: Other field editors might have the same bug. Workaround: Create your own subclass of BooleanFieldEditor | closed fixed | 7efd5bf | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/BooleanFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-30T17:44:30Z" | "2002-08-29T16:53:20Z" |
22,352 | Bug 22352 [Navigator] Copying out-of-sync resource over existing deletes existing and aborts copy | null | resolved fixed | d30b2de | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-29T15:44:15Z" | "2002-08-12T13:46:40Z" |
20,957 | Bug 20957 [Preferences] GM/F4: Workbench appearance preferences ignored | Selections made with the Restore Defaults button in Workbench appearance preferences are ignored. To reproduce: Stack three views so that you observe their tab positions on the bottom of the views. This is the default. Now open Window->Preferences. Expand the Workbench tree item and select Appearance. Reverse the tab positions for Views and Editors. That is, select bottom for editors and top for views. Press Apply and OK. Reopen this Appearance page to observe that your changes are still selected. Restart Eclipse and observe that you changes have taken effect. Now reopen this Appearance page, and use the Restore Defaults button. The selections you made earlier go back to their defaults. Press Apply and Ok. Reopen the preferences page to observe that these changes have *not* persisted. Again, press Restore Defaults, Apply, and Ok. Restart Eclipse, and observe that the tab positions have *not* changed to reflect your Restore Defaults selection. Manual selection of the default values produces the desired result, but the Restore Defaults button does not. Observed on AIX and Linux Motif. | closed fixed | 7d93caf | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-28T15:15:28Z" | "2002-06-25T15:46:40Z" |
13,553 | Bug 13553 [Preferences] Should use SafeRunnable for preference store callbacks | Build 20020409 When sending preference store callbacks, we should wrap them in a SafeRunnable to make the system resilient to callback handler failure. | closed fixed | 6bffdc7 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceStore.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/resource/FontRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-27T17:11:35Z" | "2002-04-11T18:33:20Z" |
17,901 | Bug 17901 Switching direction from forward to backward in find/replace results in loop | If I do one of the two the following things on a simple text file editor, eclipse begins to loop and can only be terminated by brute force (using F1): a) Replace a String in the editor using "Replace All" until the end of the file in the forward direction. In the dialog, the "Find" value will switch to the "Replace with" value. Then switch to backward direction, and "Replace All" again -> Eclipse begins to loop b) Simular to a). Search a value "hello" and replace by "_hello". After "Replace All" in forward direction, change the "Find" value in the dialog to the original value again, while the last found value is still selected. Then switch to backward direction again. After "Replace All", the following happens: _hello -> __hello -> ...... -> ________________________hello and so on. The search occurs again and again on the last found value. | resolved fixed | 25b2d35 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/FindReplaceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-26T12:50:09Z" | "2002-05-27T09:00:00Z" |
12,813 | Bug 12813 Double-click does not properly select strings | Build 20020402 - new .txt file - enter "fred" - double-click between " and f - it selects "fred It should select either "fred" or fred. Likewise for double-clicking between d and ". | resolved fixed | 28aa93e | ["bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/DefaultTextDoubleClickStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-23T11:26:55Z" | "2002-04-04T17:06:40Z" |
22,282 | Bug 22282 ctrl+enter will throw null pointer | I opened a file with the multi-page editor example. - pressed ctrl+enter at the same time - * the editor throws an unhandled null pointer, rendering the editor useless until you close and reopen the editor - with this stacktrace: java.lang.NullPointerException at org.eclipse.ui.texteditor.IncrementalFindTarget.statusMessage (IncrementalFindTarget.java:456) at org.eclipse.ui.texteditor.IncrementalFindTarget.updateStatus (IncrementalFindTarget.java:250) at org.eclipse.ui.texteditor.IncrementalFindTarget.beginSession (IncrementalFindTarget.java:134) at org.eclipse.ui.texteditor.IncrementalFindAction.run (IncrementalFindAction.java:75) at org.eclipse.ui.internal.registry.AcceleratorScope$AcceleratorAction.run (AcceleratorScope.java:250) at org.eclipse.ui.internal.registry.AcceleratorScope.processKey (AcceleratorScope.java:227) at org.eclipse.ui.internal.KeyBindingService.processKey (KeyBindingService.java:100) at org.eclipse.ui.texteditor.AbstractTextEditor$ActivationCodeTrigger.verifyKey (AbstractTextEditor.java:439) at org.eclipse.jface.text.TextViewer$VerifyKeyListenersManager.verifyKey (TextViewer.java:328) at org.eclipse.swt.custom.StyledTextListener.handleEvent (StyledTextListener.java:49) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:634) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:4590) at org.eclipse.swt.custom.StyledText$8.handleEvent(StyledText.java:4337) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) | verified fixed | 6e4215f | ["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/AbstractTextEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-21T15:01:07Z" | "2002-08-08T20:53:20Z" |
16,907 | Bug 16907 [DND] Moving or copying a file to a different folder containing a file of the same name results in "Copy of" renaming | Using drag and drop, a file copied to the source directory is renamed by appending "Copy of " to the filename. This makes sense. If a file is copied or moved to a different directory and the destination directory contains a file with the same name the copied file is renamed using the same scheme. This does not seem to make sense. The file from the original directory is not necessarily a copy of the file in the new directory. If the source and destination directories are different and there is a name conflict, a message should probably be displayed to the user asking if they would like to replace the current file (or possibly rename the new file). | resolved fixed | a57638c | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-20T14:58:22Z" | "2002-05-22T17:53:20Z" |
18,777 | Bug 18777 [DND] Inconcistency between copy/paste and DND | F2 1) Create project P1 2) Create folder f1 in P1 3) Create file x.txt in f1 4) Create project P2 5) Create folder f1 in P2 6) Create file y.txt in P2/f1 7) Copy P1/f1 8) Paste to P2 - Get overright dialog and end up with 2 files in P2/f1 9) Select P1/f1 and drag it to P2 - Get P2/Copy of f1 | resolved fixed | 55a0765 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CopyResourceAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/MoveResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-19T19:06:03Z" | "2002-06-03T16:00:00Z" |
20,430 | Bug 20430 [Cell Editors] DialogCellEditor in the PropertySheet bases its width on its text rather than its cell's width | In the PropertySheetViewer we have properties that have DialogCellEditor and ComboCellEditor editors. With both of these the user will click the cell editor and then needs ot use the open dialog button or drop down combo button. The editor is created with the width of the contents ( for the combo editor this is the widest strings in the list of strings ) and the button is on the right of this. The problem our users have is that we have labels that are wider than the width of the values column and they click in the column and can't see the open / drop down editor button. Sometimes even scrolling doesn't bring it into view ( maybe a separate problem here to do with the size of the horizontal scroll bar ) and the only way of getting the button to become visible is to resize the whole property sheet to make the values column larger. I would expect that the editor width would just be the width of the values column so the button is always in view. | verified fixed | 35cc08f | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/ComboBoxCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-13T16:51:26Z" | "2002-06-17T10:33:20Z" |
21,726 | Bug 21726 DrillDownAdapter blindly assumes IAdaptable interface on selected object. | I found following problem: * When TreeContentProvider.getChildren() returns objects that do not implement IAdaptable interface and when DrillDownAdapter is defined and selection appears on that element, than DrillDownAdapter.canGoInto() makes class cast exception. * It is because blind assumption, that every selection implements IAdaptable interface. Here is a excerpt from canGoInto: ... if (oSelection == null || oSelection.size() != 1) return false; IAdaptable anElement = (IAdaptable) oSelection.getFirstElement(); ... This cause lot of problems when using "external" objects as tree elements (let say parsed xml file - these elements does not deal with eclipse IAdaptable interface). Wrapping these to some kind of "TreeNode" causes another problem - how to do update/refresh on such tree (tracking backward object change to TreeNode is not simple). Is there any chance that DrillDownAdapter (and possibly others ) shall not require IAdaptable interface? | resolved fixed | 5d7f9ac | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/DrillDownAdapter.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/DrillFrame.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-09T21:35:41Z" | "2002-07-19T09:13:20Z" |
20,329 | Bug 20329 [Preferences] Editors preference page starts with space | Build: 20020612 The Editors preference page begins with a space, making it appear that its top margin is very wide. In EditorsPreferencePage.createContents(Composite), at line 65, is this line: WorkbenchPreferencePage.createSpace(composite); which adds the leading space before any of the page contents. This should be removed. | resolved fixed | d2caa51 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EditorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-09T18:42:18Z" | "2002-06-14T13:06:40Z" |
22,118 | Bug 22118 [Decorators] Decorators for IResource ignores adaptable flag | In the extension point ="org.eclipse.ui.decorators" the "adaptable" flag is ignored for objectClass="org.eclipse.core.resources.IResource". In a created tree view not only IResource elements are decorated. Also elements that are adaptable to IResource are decorated. The view set the label provider the following way in IWorkbenchPart#createPartControl. viewer.setLabelProvider( new DecoratingLabelProvider( new WorkbenchLabelProvider(), PlatformUI.getWorkbench().getDecoratorManager().getLabelDecorator())); <extension point="org.eclipse.ui.decorators"> <decorator objectClass="org.eclipse.core.resources.IResource" adaptable="false" label="Resource Problem Label Decorations" state="true" class="x.y.z.ProblemsLabelDecorator" id="x.y.z.ProblemsLabelDecorator.IResource"> </decorator> </extension> | verified fixed | 29771f5 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/DecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-09T12:50:08Z" | "2002-08-02T09:20:00Z" |
21,108 | Bug 21108 F1 Help doesn't work for global retarget actions contributed via XML | GM6 - create CU - select the CU in the Package Explorer - open pop-up menu - goto Refactor->Rename - press F1 observe: you get help - now select Refactor->Rename from the global menu - press F1 observe: you don't get help. A lot of actions in the global menu bar are effected by this. | resolved fixed | f076423 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WWinPluginAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-08-06T19:05:51Z" | "2002-06-28T10:26:40Z" |
21,041 | Bug 21041 [Update] Force welcome page first time a new feature is installed | When a new feature is installed if it has a welcome.xml there is no way to force it to show up the first time the eclipse is launched after installing the feature. Now that the user has this new handy dandy function products would like the user to be able to see the welcome page without having to go to the welcome dialog. This is of course in the case of the addition of a feature with a older workspace not a fresh workspace. | verified fixed | ddae10c | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-30T19:30:00Z" | "2002-06-27T01:06:40Z" |
22,001 | Bug 22001 Wizard should ensure compliance with createControl contract | IDialogPage create control states that the created control must be accessable via getControl. This should be checked with an Assert as its failure can cause problem which are difficult to diagnose. | resolved fixed | 6ca82f2 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/Wizard.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-29T14:15:50Z" | "2002-07-29T13:40:00Z" |
21,781 | Bug 21781 NPE restarting after disabling feature (EditorManager.findImage) | Build 20020717 nightly - installed SDK examples using update manager - opened resource perspective with readme action set - created new readme file, which opened editor - disabled SDK examples using update manager - on restart, got an error and it offered to toss my workbench layout Log has: !SESSION Jul 22, 2002 15:46:30.451 -------------------------------------------- - java.fullversion=J2RE 1.3.1 IBM Windows 32 build cn131-20020403 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -dev bin -data d:\eclipse\plugins -update -install file:D:/eclipse20020717-nightly/eclipse/ !ENTRY org.eclipse.ui 4 2 Jul 22, 2002 15:46:30.451 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.EditorManager.findImage (EditorManager.java:648) at org.eclipse.ui.internal.EditorManager.restoreState (EditorManager.java:718) at org.eclipse.ui.internal.WorkbenchPage.restoreState (WorkbenchPage.java:1855) at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:306) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1054) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1080) at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:1060) at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:796) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:831) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:748) at org.eclipse.ui.internal.Workbench.init(Workbench.java:562) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1153) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:698) at org.eclipse.core.launcher.Main.main(Main.java:534) | resolved fixed | 8244894 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-26T16:42:38Z" | "2002-07-22T20:33:20Z" |
12,906 | Bug 12906 [Editor Mgmt] If file is already opened in one editor, cannot open in another editor (should give error msg) | Make sure you have an assoicate Windows editor for your java file. If not, go to the file explorer, double click on any java file, and select WordPad or notepad as default editor for all java files. In the Java Perspective, right click on the Java file --> Open With .. System Editor. A notepad and wordpad window will pop up with the java file opened. Close it. go to the Java Perspective, open a java file by simply double clicking on it. The file is now opened in the workbench. Now right click on the Java file --> Open With .. System Editor. Nothing happens. The workbench should be warning message saying that you may overwrite changes... and do you want to continue? or error message saying that theh should close all file first. We believe it's a safety feature where WSAD doesn't allow external editing while the file is already opened in WSAD. However, there should be warning | resolved fixed | 865ed17 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-26T16:41:29Z" | "2002-04-05T20:53:20Z" |
20,927 | Bug 20927 [Dialogs] Need general path truncation strategy | Language: Spanish Build driver: 20020621 or F3 Reporter: Dani Rubio' General catch all: Y Test case #: Summary: TVT2: Variable {1} not replaced Description: In the CVS Repository perspective, expand the HEAD of one of the repositories and right click on one of the projects, select Check out as. You have the option to give a name to the checked out project, leave it with the name by default (Copy of <project name>) and hit OK. You'll get to see a progress information dialgo where the first line says: Check out "project name" from CVS as "Copy of nothing after "Copy of", not even the closing double quotes (please check screen shot). This happens just the same in the English and in the four other languages I've tried. It was OK in F2. | resolved wontfix | dd6a7a5 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-26T16:40:20Z" | "2002-06-24T23:06:40Z" |
21,717 | Bug 21717 Null Pointer Exception in EditorWorkbook.java | Upon closing a project, I got an error such as 'Unable to restore editor <name>'. Then I noticed that I was able to double click on the blank background where editors would normally be (no editor was open), and the blank 'gray' background would be 'maximized' as if an editor were there. I then noticed this error message in the log file: !ENTRY org.eclipse.ui 4 0 Jul 18, 2002 16:29:07.800 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.EditorWorkbook$4.mouseDown (EditorWorkbook.java:165) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:126) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:775) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) | resolved fixed | 1fc4903 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-24T18:33:15Z" | "2002-07-18T22:06:40Z" |
21,133 | Bug 21133 Can't import prefernces from file with no extension | Build GM6 When you hit the Import button on the preferences page, you are allowed to pick a file from a list of existing files. If you choose a file with no extension, the .epf extension is automatically added to the filename, even if the <filemane>.epf file does not exist. Importing preferences should not automatically add the extension. If the user has chosen a file with no extension, Eclipse should at least try to load the preferences from that file. If loading the preferences from that file fails, only then should Eclipse try to load from <filename>.epf. | resolved fixed | 320f9f4 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-22T20:38:30Z" | "2002-06-28T16:00:00Z" |
21,202 | Bug 21202 Export preferences says file created when it isn't | R2.0 If you choose to export preferences and there is nothing to save then no file is created. However the user is told that a file has been created even if it hasn't. STEPS 1) Open a fresh workspace 2) Open Worklbench->preferences 3) Select a file prefs.eps 4) Hit OK 5) You are given a message that says "preferences exported to prefs.eps" but nothing is created. | resolved fixed | 995d4d8 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-22T14:54:46Z" | "2002-07-03T15:26:40Z" |
21,511 | Bug 21511 import wizard throws uncaught exception | When using WizardImportResourcePage to create an import wizard, a casting exception occurs under the following conditions: project or Java source folder is selected Import... is selected from the context menu The exception occurs when the following code is encountered: protected WizardImportResourcePage(String name, IStructuredSelection selection) { super(name); if (selection.size() == 1) currentResourceSelection = (IResource) selection.getFirstElement(); else currentResourceSelection = null; if (currentResourceSelection != null) { if (currentResourceSelection.getType() == IResource.FILE) currentResourceSelection = currentResourceSelection.getParent(); if (!currentResourceSelection.isAccessible()) currentResourceSelection = null; } } | closed fixed | 7635b56 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-22T13:14:40Z" | "2002-07-11T23:26:40Z" |
19,780 | Bug 19780 Table columns not distributing correctly in properties page | I have a table in my properties page, with two columns, using ColumnWeightData for the columns. If this page is the first page to come up when the dialog opens, then the columns are scrunched together. It appears that the client area is computed incorrectly for the table. If, however, another page is the default when the dialog opens, and you switch to this page, then the columns are distributed evenly. My workaround for now is to use ColumnPixelData, but that is not optimal because in that case the columns don't size proportionally when switching from another page. | verified fixed | 0949ff3 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-07-12T18:05:01Z" | "2002-06-10T14:40:00Z" |
19,821 | Bug 19821 System Info does not show/list Features | null | resolved fixed | 56f5b6e | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SystemSummaryDocumentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-24T14:49:33Z" | "2002-06-10T17:26:40Z" |
20,600 | Bug 20600 TVT2:'About...' page:garbled char in "System info" page | Language: Japanese Language: Japanese Build driver: F2 Reporter: Yurina Imamura General catch all: Y Test case #: 10.001050 Summary: TVT2: 'About...' page problems Description: From the menu bar in the main Workbench panel, click on Help -> About Websphere Studio Workbench. When you click 'System Info' button, some lines are not translated, and also contains some garbage characters. Please refer the image. | resolved fixed | 8da48e2 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SystemSummaryDocumentProvider.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SystemSummaryEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-20T18:47:11Z" | "2002-06-18T19:53:20Z" |
20,617 | Bug 20617 Missing help context IDs for Keyboard Shortcuts actions | F3 Chris says: in org.eclipse.ui.internal.WorkbenchActionBuilder.makeActions() actions for the Window | Keyboard Shortcuts menu are created: there is a new context for ShowViewMenuAction, but the rest seem to be missing. 'show system menu' is in ShowPartPaneMenuAction 'activate editor' is ActivateEditorAction the rest are all instances of CycleEditorAction, CyclePartAction, or CyclePerspectiveAction. if you guys want to change these in the code now, i will add the help. just provide me the context id's for my contexts_workbench file, if you don't, let me know.. but then you should at least disable show_view_menu_action_context so it doesn't look out of place. | resolved fixed | d6e1cb6 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ActivateEditorAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CycleEditorAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePerspectiveAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/IHelpContextIds.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ShowPartPaneMenuAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-19T19:18:37Z" | "2002-06-19T04:13:20Z" |
20,214 | Bug 20214 F3: Rename operation broken on AIX | Create a simple project, create a simple file, and then attempt to rename it. Eclipse *always* prompts that the new filename already exists, and asks whether you want to overwrite it. This happens in the case of a filename that does not already exist. When you choose to overwrite the nonexistent resource, an error dialog tells you that there were problems attempting to rename. Details reveal that the original filename does not exist. !?! From this point, Eclipse either removes the file entirely or has the text "ERROR" in the editor when you attempt to open the file. I could not reproduce this behavior with F3 on Linux. | closed fixed | 1efcf71 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-19T17:00:26Z" | "2002-06-13T14:53:20Z" |
18,047 | Bug 18047 Internal Error copying a file in the navigator. | Build F1 + UI Head stream. Create a project A with a file a.txt Select the file and press "Ctrl C", "Ctrl V". I dialog will popup asking the user for a new name. Press cancel. The following exception will be logged. BTW: I liked the old behavior better. It did what the file system does. I.e. it would create a file called "Copy of a.txt". org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.OperationCanceledException) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:78) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1095) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1078) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) *** Stack trace of contained exception *** org.eclipse.core.runtime.OperationCanceledException at org.eclipse.ui.internal.UIWorkspaceLock.doPendingWork (UIWorkspaceLock.java:54) at org.eclipse.ui.internal.UISynchronizer$1.run(UISynchronizer.java:23) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1504) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1292) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block (ModalContext.java:133) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:258) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:335) at org.eclipse.ui.actions.CopyFilesAndFoldersOperation.copyResources (CopyFilesAndFoldersOperation.java:125) at org.eclipse.ui.views.navigator.PasteAction.run(PasteAction.java:84) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.ui.actions.TextActionHandler$PasteActionHandler.runWithEvent (TextActionHandler.java:199) at org.eclipse.ui.actions.RetargetAction.runWithEvent (RetargetAction.java:155) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1095) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1078) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) | resolved fixed | 87420e9 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-18T17:09:21Z" | "2002-05-28T15:33:20Z" |
20,193 | Bug 20193 NPE after importing Editor page preferences | F3 build Sorry for the long set of steps, but I couldn't find a smaller set that caused the problem: - open Preferences dialog, go to Workbench - Editors page - check the Close Editors Automatically checkbox - press Export... at bottom of Preferences dialog, export the current preferences to a file -> preference dialog will subsequently close - open Preferences dialog, will be on Workbench - Editors page - click Restore Defaults, OK -> unchecks Close Editors Automatically checkbox and closes Preferences dialog - open Preferences dialog, will be on Workbench - Editors page - press Import... at bottom of dialog, select the previously-exported preferences file for import, Open - preferences are imported, OK - open Preferences dialog, will be on Workbench - Editors page - press Restore Defaults, OK - get the attached exception | resolved fixed | 804c95d | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-18T13:18:34Z" | "2002-06-13T14:53:20Z" |
19,106 | Bug 19106 Unable to restore MRU list message sent to log | Build F2 I had the following message in my log !ENTRY org.eclipse.ui 4 4 Jun 04, 2002 11:00:55.166 !MESSAGE Unable to restore mru list - no input factory ID. !SESSION Jun 04, 2002 11:15:41.521 --------------------------------------------- I suspect this is from starting up Eclipse at some point. | resolved fixed | cb4cd11 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-17T20:27:46Z" | "2002-06-04T17:00:00Z" |
20,093 | Bug 20093 Double entries on Java project properties | build 2002-06-12 (17:44) WinXP Reproducable on both Japanese and German - create new Java project - choose Properties from the context menu from the Navigator view - note all is ok - choose Properties from the context menu in the Packages view - note that there are 2 entries for "Java Build Path" and "Javadoc location" Also: - add a project reference in one of the Java Build Path entries - hit OK - go back in and see that the project reference is not longer there. | resolved fixed | 28d8670 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ObjectContributorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-17T17:08:00Z" | "2002-06-12T22:13:20Z" |
20,347 | Bug 20347 IllegalArgumentException pressing Ctrl+F6 | build F3 -Workspace with 8 editors -Pressing Ctrl+F6 to go to the next editor causes an IllegalArgumentException in TableItem.setText via CycleEditorAction.addItems. | resolved fixed | 2df6363 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-17T16:27:34Z" | "2002-06-14T15:53:20Z" |
20,162 | Bug 20162 edit menu entries show up 3 times | F3 i have no idea how i got to that state i see each (most anyways) edit menu entries 3 times marking major - looks quite broken | resolved fixed | efe4e0d | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/SubMenuManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ActionSetMenuManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-06-17T16:02:25Z" | "2002-06-13T14:53:20Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.