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 timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19,458 | Bug 19458 [Navigator] Copy Project dialog UI problems | clean f2: create a single project, say 'test'. copy, paste. on the 'copy project' dialog: 1. with use default location checked, i should still be able to select to view or copy the default location from the edit box below. 2. if i uncheck the default location checkbox, the default location should remain in the edit box... | resolved fixed | 0ddfe88 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ProjectLocationSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-14T17:50:25Z | 2002-06-06T05:06:40Z |
31,575 | Bug 31575 [Workbench] DrillDownAdapter always uses colour icon set | DrillDownAdapter creates its action with a colour icon set. It should use three sets (enabled, disabled and hover). When added to the local tool bar, they stand out as the only one in colour. I have seen all three sets being supplied to the platform UI, so it is just a matter of hooking them up. | closed fixed | 3dbcb97 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/DrillDownAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-14T14:51:59Z | 2003-02-11T19:00:00Z |
30,449 | Bug 30449 [Working Sets] API to get the image associated with an IWorkingSet | I would like an API to get the image associated with an IWorkingSet Background: I'm trying to create a viewer that lets the user select a working set. The WorkingSetSelectionDialog isn't what I need (I need a viewer, not a dialog), and I haven't found API to get at the viewer used in the dialog, so I'm writing my own. ... | resolved fixed | eee5b2c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.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 | 2003-02-13T20:38:46Z | 2003-01-28T21:40:00Z |
31,005 | Bug 31005 [Preferences] Perspective preference page has inconsistent spacing in radio groups | build I20030205 The first two groups have less "padding" than the third. The first two are custom-build, whereas the third uses a RadioGroupFieldEditor. The first two should use RadioGroupFieldEditor too. | closed fixed | 456dd15 | ["bundles/org.eclipse.ui.workbench/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 | 2003-02-13T18:52:56Z | 2003-02-05T18:33:20Z |
28,623 | Bug 28623 Widget is Disposed | Eclipse 20021217 Started new eclipse. Updated existing workspace with both source and binary projects. Changed preferences on Window>Preferences>Workspace>Editors (turned editor pop-down on, and tab compression to low). The following exception was captured in the log !SESSION Dec 18, 2002 09:53:48.72 ------------------... | closed fixed | 2f2b062 | ["bundles/org.eclipse.jface/src/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 | 2003-02-13T16:56:47Z | 2002-12-18T16:46:40Z |
30,063 | Bug 30063 [Working Sets] No internationalized icons in extension point org.eclipse.ui.workingSets | extension point org.eclipse.ui.workingSets does not support internationalization (nl structured folders strategy) this doesn't work <extension point="org.eclipse.ui.workingSets"> <workingSet ... icon="$nl$/icons/myWorkingSet.gif" ... </workingSet> </extension> | resolved fixed | 87cc9a8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-12T22:29:37Z | 2003-01-23T08:20:00Z |
31,593 | Bug 31593 [Dialogs] NewFolderDialog does not check for existing files | build 20030206 -Create a file "test" in a project or folder -Open the Java build path properties for the project -Click the browse button on the source page of the properties -Select the parent of the new file and select "Create new folder" -Enter test ->The ok button is enabled. Pressing ok results in an error message... | verified fixed | b104a86 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-12T20:35:50Z | 2003-02-11T21:46:40Z |
29,678 | Bug 29678 [Decorators] Resource decorators should be pervasive | Build I20020115 Resource decorations should appear wherever resources appear in dialogs. The nature decorator always appears, but the others do not. Here are some dialogs that do not obey resource decorations: - New file/folder wizard, the pane where the parent should be selected from the tree - FileSelectionDialog, Re... | closed fixed | 90c46ca | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ResourceSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardExportResourcesPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectReferencePage.java", "bund... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-12T20:16:55Z | 2003-01-16T23:33:20Z |
27,408 | Bug 27408 Preference convertor also maps to font registry | null | resolved fixed | fe04f12 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-12T18:33:07Z | 2002-11-29T17:13:20Z |
25,561 | Bug 25561 [Cell Editors] ACC: CheckboxCellEditor widget checkbox is read as an image. | CheckboxCellEditor widget checkboxes are not read with JAWS or MS Inspect Inspect reports the checkbox as graphics: How found: Mouse move (1057,735) hwnd=0x00810716 32bit class="SWT_Window0" style=0x56010000 ex=0x0 Info: IAcc = 0x001546E8 VarChild:[VT_I4=0x0] Interfaces: IEnumVARIANT IOleWindow Impl: Local, need oleacc... | closed fixed | d853574 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-12T15:50:20Z | 2002-10-30T23:20:00Z |
14,853 | Bug 14853 [Perspective] Opening perspective does not activate any view | When using the keyboard to switch between perspectives, a view from the newly opened perspective does not get activated. To recreate this problem: - Create an EJB project in a new EAR. This will open the j2ee perspective - Alt, W[indow], O[pen perspective], enter (opens the data perspective.) - Ctrl+F7 brings up a popu... | resolved fixed | 54c8a61 | ["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 | 2003-02-11T22:21:10Z | 2002-04-29T14:20:00Z |
30,340 | Bug 30340 [Editor Mgmt] NPE restoring workbench state | Build 20030121 Linux-GTK During startup, I got a "Failed to restore the workbench layout" notification and the following was in my log: !SESSION Jan 27, 2003 17:36:38.102 --------------------------------------------- java.fullversion=J2RE 1.3.1 IBM build cxia32131-20020410 (JIT enabled: jitc) BootLoader constants: OS=l... | resolved fixed | 96d43b9 | ["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 | 2003-02-11T21:17:51Z | 2003-01-27T23:26:40Z |
31,028 | Bug 31028 [Workbench] Workbench isStarting | I know its not part of the API, but the isStarting flag is initialized to false when the instance of Workbench is created (and then set to true in init() which is called from run()). This leaves a little time in there at the beginning that isStarting returns false, as though its already started, but in fact has not yet... | resolved fixed | bb965b0 | ["bundles/org.eclipse.ui.workbench/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 | 2003-02-11T20:50:22Z | 2003-02-05T21:20:00Z |
31,018 | Bug 31018 [Editor Mgmt] Flickering cursor in Navigator. | I'm not sure if this is UI or JDTUI. Entering it here, since I demo'ed it for NE... If you double click on a Java file in the navigator to open it, and watch closely, you will see the cursor rapidly change between the selection arrow and the busy cursor several times, before the UI settles. | resolved fixed | b9ca532 | ["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 | 2003-02-11T20:25:54Z | 2003-02-05T18:33:20Z |
30,971 | Bug 30971 Step actions disabled | Build: I20030205 The step functions are disabled when debugging in this build. The shortcut keys (F5-F8) don't work, and the actions are greyed out in the menu. The toolbar buttons still work however. | verified fixed | b0f2418 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.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 | 2003-02-11T17:40:55Z | 2003-02-05T15:46:40Z |
31,035 | Bug 31035 [Linked Resources] No error messages when validateLinkLocation returns warning | build 20030229 -Create a linked folder pointing to c:\temp -Create a linked file and enter c:\temp\a for the link location (the directory a needs to exist on the file system) ->Shows a warning that resource overlap and lets resource creation proceed. There should be an error pointing out that c:\temp\a is a folder. | verified fixed | 1249a6d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-11T16:51:45Z | 2003-02-05T21:20:00Z |
31,052 | Bug 31052 [Linked Resources] Disable/hide linked resource UI | null | verified fixed | 2530a21 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-11T16:22:08Z | 2003-02-05T21:20:00Z |
28,772 | Bug 28772 [Linked Resources] Copy/move linked resources and existing resources | build 20021218 When copying or moving linked resources on top of existing resources the existing resources are not actually replaced with the linked resources. Instead, file content is set to that of the linked resources and folders are merged. Files could just be overwritten, however overwriting folders would require ... | verified fixed | 07d4659 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/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 | 2003-02-10T23:37:52Z | 2002-12-20T18:46:40Z |
22,991 | Bug 22991 [Dialogs] FilteredList.setSelection does not work as expected | setSelection does not work if called from the same event-handling loop as setElements. This is because it starts a new thread which synchronously adds new items to the table. Thus, setSelection (which simply calls Table.setSelection) has no effect, since the table is empty. The behaviour is best visible on JDT Choose P... | closed fixed | 0c3c58d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-10T20:22:44Z | 2002-08-29T16:53:20Z |
30,890 | Bug 30890 [View Mgmt] Can't close a lazy fast view | build I20030129 - make some views fast views - shutdown and restart - without activating fast view first, right click on its icon and choose Close - nothing happens - nothing in log Also: - right click again and choose Fast View - nothing happens (it remains checked) - try it again - the icon disappears but the view is... | resolved fixed | 6fc25a2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.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 | 2003-02-10T20:15:38Z | 2003-02-04T17:33:20Z |
30,024 | Bug 30024 [Linked Resources] Variable dialog should have option to "extend" | Build: I20030122 Doing some more usability testing with linked resource scenarios, I found the path variable dialog to be missing something. In the JDT build path variable dialog, there is a button to "extend" the given variable... that is, select an existing directory relative to the given path. See the libraries page... | resolved fixed | b1ebb14 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileFolderSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableS... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-10T19:59:40Z | 2003-01-22T21:13:20Z |
31,190 | Bug 31190 [Decorators] org.eclipse.jface.util.Assert$AssertionFailedException while running JDT UI JUnit Plugin tests | Bug entered as per advice from NE. While running the automated JUnit plugin tests for JDT UI for linux motif, the following stack trace was in the log after an error dialog opened: !SESSION Feb 06, 2003 18:22:41.223 -------------------------------------------- - java.fullversion=J2RE 1.3.1 IBM build cxia32131-20021102 ... | closed fixed | 50ceb57 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-10T14:36:52Z | 2003-02-07T01:06:40Z |
31,137 | Bug 31137 migrating from 2.0 to 2.1 with auto-build off causes UI glitch | null | closed fixed | e0e0fd7 | ["bundles/org.eclipse.ui.workbench/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 | 2003-02-10T13:58:19Z | 2003-02-06T19:33:20Z |
29,977 | Bug 29977 [Editor Mgmt] OpenWithMenu can contain duplicates | 20030121 Test Case Add the Planty editor as an editor for *.xml (it is already registered for build.xml) Select a build.xml file Use the context menu in the Package Explorer->Open With The sub menu contains two planty entries. Problem: OpenWithMenu#fill(Menu, int) does not check for duplicate editor descriptions for an... | closed fixed | 641baff | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenWithMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-10T13:46:46Z | 2003-01-22T15:40:00Z |
29,914 | Bug 29914 Icons for "Sync with Editor", "Collapse All" | We currently have no colored (hover) icon for the "Sync with Editor" and "Collapse All" actions. Also there is not disabled icon for the "Sync with Editor" action. | resolved fixed | 1977733 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-05T23:28:55Z | 2003-01-21T20:13:20Z |
30,984 | Bug 30984 [Wizards] New menu has two separators in a row if no shortcuts | build I20030205 - open Debug Perspective - in the File / New submenu, there are two separators in a row Either this has always been like this, or it's due to the recent addition of the Examples... item | closed fixed | 6f1c007 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewWizardMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-05T18:29:33Z | 2003-02-05T18:33:20Z |
28,105 | Bug 28105 [Linked Resources] build classpath wizard should present linked folders like workbench | Build I20021210 1. Create a new Java project P1 with source folder "/P1/src". 2. Select P1 and create a New Folder /P1/fold1 Observe: New Folder dialog has an "Advanced >" button that hides the machinery for creating a linked folder. 3. Select P1 and open Properties > Java Build Path 4. On the Source tab, select Add Ex... | resolved fixed | 3fd44c1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-04T22:58:17Z | 2002-12-11T15:20:00Z |
29,479 | Bug 29479 [Linked Resources] path-variable location shown with wrong slashes | Build 20030114 1. On the Path Variables preference page, create a new path variable named V1; browse to folder c:\temp. Observe: The Path Variable field contains "C:/temp". Expectation: This is a file system path. File system paths should be shown to the user with OS-specific file separators. On Windows, this should ap... | resolved fixed | b5aef46 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariablesGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-04T21:55:46Z | 2003-01-14T21:33:20Z |
29,107 | Bug 29107 [Preferences] Error thrown in PreferencePage.performOk/Apply/Cancel locks Eclipse | An error thrown inside the overriden methods performOk and performCancel (and performApply) in a PreferencesPage will cause Eclipse to run into a deadlock as soon as the user displays that page. Imagine a new plugin developed using the latest version of the eclipse libraries using methods that did not exist in previous... | closed fixed | 0a89689 | ["bundles/org.eclipse.jface/src/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 | 2003-02-04T16:37:14Z | 2003-01-07T20:06:40Z |
30,866 | Bug 30866 [Dialogs] incoreect javadoc in IDialogConstants.NO_TO_ALL_ID | value says 4 but it's 21 /** * Button id for a "No to All" button (value 4). */ public int NO_TO_ALL_ID = 21; | closed fixed | 19de622 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-04T16:15:24Z | 2003-02-04T14:46:40Z |
29,370 | Bug 29370 [Dialogs] WizardNewProjectCreationPage.setInitalProjectName sets initialLocationFieldValue wrong | null | closed fixed | 488896b | ["bundles/org.eclipse.ui.workbench/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 | 2003-02-04T14:49:32Z | 2003-01-13T12:13:20Z |
30,823 | Bug 30823 [Navigator] RenameResourceAction.invokeOperation should use validateEdit/setContents | build 20030129 RenameResourceAction.invokeOperation deletes an existing target resource before moving the source. When the target resource is an existing file it should be renamed by calling setContents instead of deleting the conflicting resource and then moving the source. If it is read-only validateEdit should addit... | resolved fixed | 51b2ea7 | ["bundles/org.eclipse.ui.workbench/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 | 2003-02-03T23:54:57Z | 2003-02-03T16:33:20Z |
29,854 | Bug 29854 [Dialogs] ResourceListSelectionDialog should match open type wildcard behavior | JDT UI is planning to change the Open Type dialog wildcard behavior in M5. Platform UI should do the same in the ResourceListSelectionDialog which is used for Go To Resource and Open Resource. | verified fixed | 2d64d43 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-03T20:42:52Z | 2003-01-20T22:00:00Z |
30,344 | Bug 30344 Insertion of 'scrapbook' error messages unhelpful | When an error occurs in the scrapbook (e.g. a syntax error) or a result is returned, the scrapbook inserts text in the scrapbook page (which is what VAJ used to do). This has always been remarkably unhelpful; if the developer does not delete the message/result straight away then when selecting a block of text next time... | verified fixed | 54d08c6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-03T19:44:04Z | 2003-01-27T23:26:40Z |
30,669 | Bug 30669 [Linked Resources] Copy/move of linked resource should always be shallow | build 20030129 We currently prompt whether linked resources should be deep copied/moved or shallow copied/moved. This should be changed to always do a shallow copy. Mail from John on this issues: "Chris, Jeem, and I discussed the copy issue (again!), and the consensus is that we don't allow deep copy or move at all fro... | resolved fixed | 36b8dce | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/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 | 2003-02-03T19:43:23Z | 2003-01-30T20:53:20Z |
29,921 | Bug 29921 [Preferences] Build Order preference dialog is misleading | Build 200301211004 1. Open a workspace containing several projects. 2. Create a new simple project named "Junk" 3. Open Build Order preference page 4. Uncheck "Use default build order" 5. Select Junk and move it up or down in the list. 6. Check "Use default build order" Observe: "Junk" is still where you moved it. Expe... | closed fixed | 3d2a7d5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/BuildOrderPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-02-03T18:34:44Z | 2003-01-21T20:13:20Z |
21,666 | Bug 21666 [Global Actions] CopyResourceAction uses delete & create rather than setContents | Build: R2.0 org.eclipse.ui.actions.CopyResourceAction calls IWorkspace.delete on incoming resources that collide with current resources. This should be replaced with a validateEdit and a setContents call so that VCMs that watch the filesystem can continue tracking versions of the file. | resolved fixed | 0edca7c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/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 | 2003-02-03T16:53:22Z | 2002-07-17T18:20:00Z |
30,633 | Bug 30633 Project References property page cut off in High Contrast | 20030129 The Project References property page is cut off in High Contrast mode - it looks like we are slamming the size of the list. | closed fixed | e5f3490 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProjectReferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-31T18:58:58Z | 2003-01-30T18:06:40Z |
30,610 | Bug 30610 [Preferences] FontFieldEditor constructor with preview text param causes NullPointerException when rendering | This constructor works fine: public FontFieldEditor(String name, String labelText, Composite parent) but this one: public FontFieldEditor(String name, String labelText, String previewText, Composite parent) will cause a NullPointerException when the preference page with it opens later on. The problem will be here: prot... | closed fixed | 910be6c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FontFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-31T16:21:24Z | 2003-01-30T15:20:00Z |
30,362 | Bug 30362 [Preferences] DBCS:Scroll bar doesn't appear when resize "Preferences" window | Reporter: Richmond Language: (Korean/Simplfied Chinese/Traditional Chinese) Build driver: 20030122 Severity: Normal OS: <RedHat8> JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: Summary: DBCS:Scroll bar doesn't appear when resize "Preferences" window Description:<description of problem.> Steps to recreate problem: 1-CLick "W... | closed fixed | 5dde950 | ["bundles/org.eclipse.ui.workbench/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 | 2003-01-31T13:46:34Z | 2003-01-28T10:33:20Z |
30,655 | Bug 30655 [DND] Check selection in NavigatorDragAdapter.dragStart | null | resolved fixed | 5143a07 | ["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 | 2003-01-30T19:42:11Z | 2003-01-30T18:06:40Z |
30,402 | Bug 30402 [Preferences] Banner should have 1-pixel border | build I20030115 In the Preferences and Properties dialogs, the banner currently has a black and white border on the bottom. It should have a black border all the way around it, plus the white line at the bottom. See the attached image from graphic design. | closed fixed | 5d1a5eb | ["bundles/org.eclipse.jface/src/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 | 2003-01-29T20:26:55Z | 2003-01-28T16:06:40Z |
28,553 | Bug 28553 [Editor Mgmt] HANG - Drag .java file from package explorer to editor hangs eclipse | Version: 2.1 Build id: 200212161439 To reproduce this just open eclipse and then close all open java files. Drag a java file from the package explorer to the editor and it will hang eclipse. The drag icon will hang around even if you switch to another applcation. This works fine on GTK and Windows. | resolved fixed | 6b22a68 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-29T20:16:16Z | 2002-12-17T18:33:20Z |
28,122 | Bug 28122 [View Mgmt] Tasks view being held onto | build I200212101110 While profiling the large workspace, I saw references to the Tasks view being held onto even after closing it (and there were no other perspectives which could be referencing it). The reference chain was: PerspectivePresentation.mainLayout RootLayoutContainer.root PartTabFolder.children[i] LayoutTre... | resolved fixed | 2513349 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse"... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-28T20:06:11Z | 2002-12-11T18:06:40Z |
30,308 | Bug 30308 [Decorators] Flashing viewer refresh | build 20030121 -I have a workspace with the UI plugins and the org.eclipse.swt/org.eclipse.swt.win32 plugins (v2122c/v2122) loaded. -Searched all .java files for "formatName" -Got six results in org.eclipse.swt.dnd.Transfer.java (different files and versions for different platforms) ->Double clicking on a search result... | closed fixed | 41c5778 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecorat... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-28T14:53:36Z | 2003-01-27T15:06:40Z |
24,212 | Bug 24212 [Tasks view] Support read-only tasks in Task list | JDT has now support for generating tasks from source, e.g. //TODO will add a task and show it in the task list. Such tasks can only be edited and changed in the source code. For this reason we would like to have support in the task list for such non-modifiable tasks. For example, we could add a marker attribute "read-o... | resolved fixed | 10d7815 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/MarkerUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-28T02:00:51Z | 2002-09-30T07:13:20Z |
22,735 | Bug 22735 [Working Sets] Working set dialog should not enable OK unless there is a working set selected | 2.0.1 20020821 The dialog used for selecting working sets has OK enabled even if there is nothing selected STEPS 1) Select the filters dialog in the Tasks view 2) Select the "on working set" button 3) Hit select - the OK button is always enabled | resolved fixed | f865978 | ["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 | 2003-01-27T22:58:46Z | 2002-08-22T18:13:20Z |
29,973 | Bug 29973 [Navigator] List of working sets in drop-down menu gets reordered | build I20030115 There seems to be an inconsistency between the way the Navigator and the Package Explorer orders working sets in the drop-down menu. The Navigator seems to use MRU order, while the Package Explorer uses alphabetical order. I think alphabetical order is preferable since it is more stable. Moving the curr... | resolved fixed | 89762a2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-27T22:31:50Z | 2003-01-22T15:40:00Z |
10,629 | Bug 10629 Invisible Eclipse window | In workspace/.metadata/org.eclipse.ui/workbench.xml the window x and y values sometimes get set to 3000 if there is little memory available and the Eclipse window is temporarily out of focus. As a result, the window remains hidden and can only be seen in the task bar, even after restarting. Manually changing the values... | resolved fixed | 2dc48bc | ["bundles/org.eclipse.ui.workbench/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 | 2003-01-27T21:53:31Z | 2002-03-02T17:26:40Z |
30,004 | Bug 30004 [Linked Resources] Mini new folder dialog doesn't have room for warning message | Build: I20030122 1) The warning or error message line is too short in the NewFolderDialog. Some of the warning messages will not fit in this space. For example, the warning about a linked resource overlapping another resource does not fit. The warning should be allowed to wrap, or minimally the user should be able to r... | resolved fixed | cdf0843 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-27T19:56:52Z | 2003-01-22T18:26:40Z |
29,913 | Bug 29913 [linked resources] moving file to linked alias deletes file | Build 20030121 1. Create project P1 2. Create folder P1/F1 link to existing folder c:\junk\ 3. Create folder P1/F2 link to same folder 4. Create file P1/F1/foo.txt Observe: navigator shows a foo.txt in both folders. 5. Drag P1/F1/foo.txt to P1/F2 Answer "yes" when it asks if you want to overwrite P1/F2/foo.txt Observe:... | resolved fixed | fdd8452 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.workbench/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 | 2003-01-27T17:43:21Z | 2003-01-21T20:13:20Z |
29,609 | Bug 29609 [Viewers] add a default implementation of IStructuredContentProvider | a clone of such a class can be found in so many places in eclipse that it seems resonable for jface to provide it as a default implementation (called maybe ObjectArrayContentProvider or something) everybody seems to be copying it so we might just write it once and let people use it class MyContentProvider implements IS... | resolved fixed | a9a444b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ArrayContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-27T17:30:50Z | 2003-01-16T09:40:00Z |
29,778 | Bug 29778 [Navigator] Exception occurs during drag file into Run-time workbench | Reporter: Tiffany Language: Korean / Simplfied Chinese / Tranditional Chinese Build driver: eclipse-SDK-M4-linux-gtk OS: RedHat 8 JDK Ver.: IBM JDK1.3.1 + SR3 Test case #: 3.8 Using Content assist with DBCS strings Summary: DBCS: Exception occurs during drag file into Run-time workbench Steps to recreate problem: 1. Un... | closed fixed | fe9c013 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/LocalSelectionTransfer.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java", "bundles/org.eclipse.ui.views/src/org/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-26T22:46:27Z | 2003-01-20T08:06:40Z |
30,170 | Bug 30170 [Preferences] editors preferences not stored on OK? | 20030121 my eclipse hard-crashed and it seems that the 'number of open editors' preference was lost preference pages should store their values on OK. i guess the 'Editors' page forgot to do it. | closed fixed | 2127dd6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/IPersistentPreferenceStore.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceStore.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclips... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-24T19:19:08Z | 2003-01-24T12:06:40Z |
27,320 | Bug 27320 [Editor Mgmt] Editor tabs become unusable due to SWTExceptions | I have this happen quite frequently on 2.0.2 under Linux/Motif. For some reason, the editors become completely unusable. I end up with a single editor tab, which isn't painted correctly, and which has *no* corresponding editor contents. No editors can open, and this editor tab can't be closed. Attached is some of the r... | resolved fixed | e25b372 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-23T19:35:40Z | 2002-11-28T16:13:20Z |
30,057 | Bug 30057 [Navigator] NewWizardAction is instantiated in MainActionGroup of ResourceNavigator but never used | NewWizardAction is instantiated in org.eclipse.ui.views.navigator.MainActionGroup in makeActions() but never used protected void makeActions() { ... newWizardAction = new NewWizardAction(); ... } is there's a point of doing that??? | resolved fixed | b5ff95c | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-23T18:37:01Z | 2003-01-23T08:20:00Z |
28,368 | Bug 28368 [Working Sets] cannot add closed projects | build 12-10, win2k, j9 I have a bunch of projects in my workspace, some open and some closed. When I try to add a closed project to a working set, I get the error message "A closed project cannot be modified". I don't understand this message and I don't understand why I am getting it. As far as I know, the working set ... | resolved fixed | 2a404ba | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceWorkingSetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-22T16:29:36Z | 2002-12-16T14:46:40Z |
28,831 | Bug 28831 Displays ligature for fi & fl | Eclipse M4 The Eclipse editor displays ligatures for 'fi' & 'fl' instead of the specific characters. This results a) in strange look and b) in the column indicator being off by one for each occurence. NB: While this might be nice for proprtional fonts, it's no good idea for fixed width fonts. | resolved fixed | 30e5d54 | ["bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-22T14:17:48Z | 2002-12-23T16:13:20Z |
26,016 | Bug 26016 [Navigator ] Open/Close Project can be removed from context menu | null | resolved fixed | 0635d8a | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-21T18:05:24Z | 2002-11-12T05:46:40Z |
29,491 | Bug 29491 [DND] Check NavigatorDragAdapter use of IResource.getLocation | null | resolved fixed | 77fa4fa | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/CopyAction.java", "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 | 2003-01-21T17:08:54Z | 2003-01-15T00:20:00Z |
29,675 | Bug 29675 [Linked Resources] new path variable dialog | Build: I20030115 (from linked resource retrospective with Jeem and ChrisMc) The following comments are about the new path variable dialog (from path variable preference page, select "New"). 1. If you enter a name, it enters an error state (red X appears at top). This gives the impression that the name is wrong, when in... | resolved fixed | 20919f7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariableDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-21T16:18:47Z | 2003-01-16T23:33:20Z |
29,539 | Bug 29539 [Linked resources] testing for empty path in link locations | build 20030114 IWorkspace.validateLinkLocation now tests if the specified path is absolute or a path variable, this is good. When I pass in an empty path (because the user did not type a link target yet) I get an error with code IResourceStatus.VARIABLE_NOT_DEFINED and a message stating that '"" is not a valid location... | resolved fixed | 1d2dc82 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-20T22:41:38Z | 2003-01-15T14:13:20Z |
27,140 | Bug 27140 [View Mgmt] F12 should dismiss fast view even if no editors open | build I20021119 F12 can be used to dismiss a fast view when an editor is open, since it activates the editor. It should also dismiss a fast view even if no editors are open. | resolved fixed | 3e48810 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActivateEditorAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-20T22:01:05Z | 2002-11-26T03:06:40Z |
28,381 | Bug 28381 [OLE] OleEditor.setResource does not guard against null resource location | null | closed fixed | cacd800 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/ExternalEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-20T21:19:12Z | 2002-12-16T14:46:40Z |
25,785 | Bug 25785 [View Mgmt] NPE on shutdown in ConsoleTerminateActionDelegate | I start Eclipse (Debug perspective is the active perspective) I shutdown Eclipse We should handle that the page is null for the action delegate. The strange thing is that it looks like a view is getting restored on shutdown? Thread [main] (Suspended (exception java.lang.NullPointerException)) org.eclipse.debug.internal... | resolved fixed | d8cef37 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/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 | 2003-01-20T19:56:02Z | 2002-11-06T16:26:40Z |
25,548 | Bug 25548 [Error Handling] NPE trying to close broken view | Build 20021029 When a part fails to initialize, trying to close that part causes an NPE on the last line of WorkbenchPage.getReference(IWorkbenchPage) which reads: return pane.getPartReference(); I debugged the problem and here's what the part variable looks like. Note that the pane of the ErrorViewPart is null. part= ... | resolved fixed | da55afb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-20T19:42:27Z | 2002-10-30T17:46:40Z |
23,938 | Bug 23938 "update discovered" message misleading | When you unzip a new feature into an eclipse install and then run, you are informed that an "update" has been found, would you like to run the update manager. My first thought on seeing htis was that eclipse had gone out to the web and found that there are new versions of some of my plugins, did I want to install them ... | resolved fixed | 391d669 | ["bundles/org.eclipse.ui.workbench/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 | 2003-01-20T19:22:42Z | 2002-09-20T19:26:40Z |
29,659 | Bug 29659 [Linked Resources] New Folder and New File dialogs | 1. The New Folder and New File dialogs have no mnemonic for the Advanced button, and its seems that the 'Link to..' mnemonic 'L' can not be invoked (tried pressing Alt-L). 2. Attempting to create a link to a folder already linked (overlapping) gives a very long warning message in the white title area of the dialog - so... | resolved fixed | 6d5fe7c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclips... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-20T17:00:22Z | 2003-01-16T20:46:40Z |
29,719 | Bug 29719 [Linked Resources] comments about mini new folder dialog | Build: I20030115 From linked resource retrospective with Jeem and Chris Mc. The following comments are about org.eclipse.ui.dialogs.NewFolderDialog 1. This should have a similar look to the new folder wizard. I.e., it should have an advanced button that conceals or reveals the link to file system part. 2. This dialog d... | resolved fixed | 7e4a053 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-17T19:20:34Z | 2003-01-17T16:13:20Z |
21,187 | Bug 21187 [Working Sets] WorkingSetManager sending bogus property change event | build R2.0 The WorkingSetManager.removeWorkingSet sends a CHANGE_WORKING_SET_REMOVE event even if a removed working set does not exist in the list of working sets. WorkingSetManager.removeWorkingSet should ignore the remove request when the working set does not exist. Commented out failing test case in IWorkingSetManag... | resolved fixed | f9178d7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkingSetManagerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-17T19:09:50Z | 2002-07-02T20:00:00Z |
17,758 | Bug 17758 [Navigator] Navigator View. Problems with 'Go Into' action | from a clean F1 build, import all plugins from runtime environment to get some projects pack a project (say org.eclipse.ant) go into, go up, go back, go back, works fine. close the project. forward is still enabled, but the first forward goes to a blank screen. perhaps closing projects should clean up the history, or s... | resolved fixed | 0061ee1 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorFrameSource.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-16T22:44:33Z | 2002-05-24T17:06:40Z |
19,113 | Bug 19113 [Navigator] F2 for Rename in Navigator conflicts with Java Editor | The Navigator uses F2 for Rename, while the Java Editor defines F2 as "Show Tooltip Description". One of them needs to go. It's confusing because F2 does a Rename in the Navigator unless you have a Java Editor open, *even though* the Navigator view has focus. If you're used to using F2 to rename a resource in the Navig... | resolved fixed | 7283ee5 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/RefactorActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-16T21:52:00Z | 2002-06-04T17:00:00Z |
29,649 | Bug 29649 [View Mgmt] NPE in Perspective.removeFastView | build I20030115 - was dragging the Outline view from the fast view bar to over the Tasks view area - got the following NPE: !SESSION Jan 16, 2003 12:28:52.02 --------------------------------------------- - java.fullversion=J2RE 1.3.1 IBM Windows 32 build cn131-20020403 (JIT enabled: jitc) BootLoader constants: OS=win32... | resolved fixed | 6a401d8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-16T17:43:24Z | 2003-01-16T18:00:00Z |
29,474 | Bug 29474 [Contributions] Context menu contributions should support visibility element | M4 (I thought there was an existing PR for this issue, but I could not find it). In the Java editor, the context menu contains items that only make sense when the debugger is active, e.g. Inspect, Display, Run to Line, Step Into Selection. We should allow all context menu contributions to have a <visibility> element. T... | verified fixed | 37e84ba | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PluginActionBuilder.java", "bundles/org.eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-16T15:01:11Z | 2003-01-14T18:46:40Z |
29,012 | Bug 29012 [Error Handling] NullPointerException when a view extension does not specify icon | In 2.1 M4, I got the workbench resetting to its default state (Resource perspective) when it tried to restore the workbench last saved state. This happens when a view that I created was opened in the last saved state and if the view does not specify the icon for its plugin extension. !SESSION Jan 04, 2003 12:42:45.437 ... | resolved fixed | f90be98 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-15T21:56:16Z | 2003-01-06T05:13:20Z |
2,312 | Bug 2312 [Perspective] Need to show something when all views closed (1GENTGJ) | If you close all the views in the perspective, it remains open, but looks very bare, and it's not clear what the user can do next. Simply closing the perspective is one option, though it might be surprising. Another would be to show a view which lets you navigate to other perspectives, or close this one. This is partic... | resolved fixed | 9f24160 | ["bundles/org.eclipse.ui.workbench/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 | 2003-01-15T21:43:45Z | 2001-10-11T03:13:20Z |
15,844 | Bug 15844 [Exception Handling] SelectionChange events and NPE | Build 20020508 Due to new global actions there are now more objects listening to selection changes send out by a JFace viewer. We now had the case that one of the listener generated a NPE. As a result all listeners registered after that one didn't receive the selection change event. StructuredViewers should be more fau... | resolved fixed | 75cf57f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.j... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-15T19:25:39Z | 2002-05-13T14:26:40Z |
29,489 | Bug 29489 [Linked Resources] linked resource creation should be disabled inside folders | Build 20030114 1. Create a project P1 2. Create a linked folder P1/F1 linked to somewhere like c:\temp 3. Select folder P1/F1. 4. Create New Folder named F2 5. Click Advanced Observe: Check box labeled "Link to folder on the file system" is enabled. 6. Check "Link to folder on the file system" Observe: Message says "Li... | resolved fixed | 28f35ab | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-15T15:37:25Z | 2003-01-14T21:33:20Z |
2,172 | Bug 2172 [Dialogs] Cannot copy errors in a Multi error dialog. | The error dialog with details does not allow the user to select all of the details as it is single select. This would be useful for the user as it would allow them to copy and paste errors (which we also can't do currently). NOTES: | closed fixed | 10e0e62 | ["bundles/org.eclipse.jface/src/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 | 2003-01-15T14:49:38Z | 2001-10-11T03:13:20Z |
2,497 | Bug 2497 [Navigator] Navigator does not save its input. (1GFBH2P) | Create a project with a folder and a file (if you do not have any). Select the folder and go into. Exit Start up. > Navigator starts up using its initial input instead of the selected folder. NOTES: | resolved fixed | 7a9c2af | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/framelist/TreeFrame.java", "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 | 2003-01-14T22:12:36Z | 2001-10-11T03:13:20Z |
29,163 | Bug 29163 SafeRunnable needs to be accessible in JFace | We need to be able to access the SafeRunnable in JFace in order that some error protection can be added to preferences and properties dialogs. | resolved fixed | 70c52c5 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/IStatusLineManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubStatusLineManager.java"... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-14T20:29:34Z | 2003-01-08T21:06:40Z |
28,585 | Bug 28585 Use BufferedReader with InputStreamReader | null | closed fixed | a880ded | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-14T19:20:27Z | 2002-12-18T00:06:40Z |
28,785 | Bug 28785 [Font] NPE on JFaceResources.getTextFont() | affected Build: M4 I get a NPE when executing the following code line: Font font = JFaceResources.getTextFont(); I havn't had this NPE in a previous run. I assume it has something to do with initialisiation beacaus this line of code is executed when initializing the default values of the preference store of the affecte... | closed fixed | b62d5a1 | ["bundles/org.eclipse.jface/src/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 | 2003-01-09T20:17:40Z | 2002-12-21T11:26:40Z |
29,109 | Bug 29109 [Decorators] Need collision detection for decorators with the same id | The DecoratorsRegistryReader should do a check to see if a new decorator definition has the same id as a previous one. As we have now added API that looks up base on id uniqueness is a requirement. | closed fixed | 2deb523 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-09T14:14:06Z | 2003-01-07T20:06:40Z |
29,160 | Bug 29160 [Navigator] NPE in ResourceNavigator.migrateDialogSettings | Build id: 200212181304 Not sure how to reproduce but I got the following NPE in my .log file. Line 719 is: "if (workingSetName.length() > 0) {" java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java:54) at java.lang.Throwable.<init>(Throwable.java:68) at java.lang.NullPointerException.<init>(NullPo... | resolved fixed | 624e584 | ["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 | 2003-01-08T21:19:31Z | 2003-01-08T18:20:00Z |
29,046 | Bug 29046 [Preferences] Decorators Preference page list not sorted | 20021218 We need to sort the list of decorators on the decorators preference page. | closed fixed | 495ef70 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/DecoratorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-08T20:59:37Z | 2003-01-06T19:06:40Z |
28,161 | Bug 28161 [View Mgmt] Failed to give a view an icon under the nl folder structure | i want to give a view i create an icon that can be changed due to locale so i created nl folders under my plugin folder icons ------sample.gif nl ---ar -------icons -------------sample.gif and my locale is ar (arabic) then in plugin.xml i added the view extension <extension point="org.eclipse.ui.views"> <view name="%pl... | resolved fixed | 5d4b425 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-07T21:10:23Z | 2002-12-12T13:33:20Z |
27,972 | Bug 27972 [Decorators] getLabelDecorator fails for lightweight decorators | build I20021206 The Team team is in the process of changing their decorator from heavyweight to lightweight. They got an NPE calling getLabelDecorator with the new id, since it assumes the decorator is heavyweight and is in the list of definitions. getLabelDecorator also returns ILabelDecorator instead of ILightweightL... | closed fixed | 10c1302 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IDecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-07T21:08:59Z | 2002-12-09T18:53:20Z |
24,641 | Bug 24641 [Workbench] stale javadoc in IMemento | Build 20021008 IMemento.getID javadoc says: Returns the id for this memento. [Issue: For consistency, rename to "getId".] Since this method is unlikely to be renamed at this point, the "issue" comment should probably be deleted. | resolved fixed | 1741aa2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IMemento.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-07T20:08:51Z | 2002-10-10T14:26:40Z |
24,329 | Bug 24329 [Navigator] Navigator uses Workbench preference store | 20021001 The ResourceNavigator uses the workbench preference store currently for backwards compatibility. It should be migrated over to using its own preference store and the preference page should update it. | resolved fixed | 3da0ab5 | ["bundles/org.eclipse.ui.views/extensions/org/eclipse/ui/internal/ViewsPlugin.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourcePatternFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-07T19:51:20Z | 2002-10-02T20:20:00Z |
28,632 | Bug 28632 [Wizards] New project dialog has "Project contents:" as group title | build I20021217 - File / New / Simple / Project - the dialog has a group box with "Project contents:" as its label Group box labels should not use ':'. Also the label would be clearer if we used the term "location". Recommend changing it to: "Project location" | closed fixed | 691b362 | ["bundles/org.eclipse.ui.workbench/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 | 2003-01-07T18:49:43Z | 2002-12-18T16:46:40Z |
28,727 | Bug 28727 [Dialogs] AssertionFailedException with M4 build while rebuilding my project | With the M4 build, I've got the following exception while rebuilding the project and eclipse crashed: !SESSION Dez 20, 2002 09:53:43.484 --------------------------------------------- java.version=1.3.1_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line argumen... | closed fixed | e73c981 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-07T17:57:17Z | 2002-12-20T10:26:40Z |
13,980 | Bug 13980 [Navigator] Adopt JDT UI for working sets in Navigator | Window->Select Workingset should be a menu it self and not a menuitem that opens a dialog. Window->Select Workingset-> Working Set 1 -> Working Set 2 -> Working Set 3 -> ------------- -> Edit Working Set N are checkboxes. that are checked when active... Edit opens the dialog This is much vaster. | resolved fixed | abf0395 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/FilterSelectionAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-06T22:36:26Z | 2002-04-17T10:40:00Z |
28,134 | Bug 28134 [Decorators] Decorator thread died | The cause of this may be the CVS decorator but whatever caused the error, it killed the decorator thread. It looks like an asyncExec is needed. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2182) at org.eclipse.swt.SWT.error(SWT.java:2110) at org.eclipse.swt.widgets.Widget.er... | closed fixed | 9b6e1c4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-06T19:24:24Z | 2002-12-11T20:53:20Z |
25,472 | Bug 25472 [Workbench] command line args not accepted | build i-2002-10-23, win2K, j9 & ibm JRE 1.3.1 The "-showlocation" command-line argument will not work with a mixture in case due to code in the WorkbenchWindow constructor which does an equals() instead of an equalsIgnoreCase(). When checking against any command-line arguments, we need to ignore the case. (not sure if ... | resolved fixed | 5f15331 | ["bundles/org.eclipse.ui.workbench/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 | 2003-01-06T19:08:56Z | 2002-10-28T21:20:00Z |
28,929 | Bug 28929 [Wizards] Problem with creating a new file | RMB on a project New -> File Enter a file name and select a directory Click on "Advanced <" Finish button does not function. | resolved fixed | 1103255 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-06T17:19:36Z | 2002-12-31T07:33:20Z |
17,039 | Bug 17039 [Editor Mgmt] R1.0 workspace: Default perspective preference lost | build F1 -Change the default perspective in a workspace running on R1.0 from Resource to Java -Run the workspace with F1 ->The default perspective setting is not honored | resolved fixed | 5d033ef | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-03T22:08:39Z | 2002-05-22T20:40:00Z |
28,350 | Bug 28350 [Import] Need better test coverage of file system import | null | resolved fixed | 523f293 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-03T19:17:12Z | 2002-12-16T03:40:00Z |
28,975 | Bug 28975 [Linked Resources] Finish button not disabled when selecting folder as file parent | build M4 -open the new file wizard -select a folder -enter a file name -in the advanced section check the linking check box ->An error message appears in the wizard header but the finish button is still enabled. Finish should be disabled. | resolved fixed | 8f19d32 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2003-01-03T18:27:10Z | 2003-01-03T16:06:40Z |
28,638 | Bug 28638 [Preferences] Import Preferences: Crashes on eclipse | null | closed fixed | b000719 | ["bundles/org.eclipse.jface/src/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 | 2003-01-03T17:49:35Z | 2002-12-18T16:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.