id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
5,930
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...
2003-01-08 14:13:31
1,042,050,000
resolved fixed
624e584
1,042,060,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java
Eclipse_Platform_UI
5,931
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.
2003-01-06 14:31:43
1,041,880,000
closed fixed
495ef70
1,042,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/DecoratorsPreferencePage.java
Eclipse_Platform_UI
5,932
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...
2002-12-12 08:37:40
1,039,700,000
resolved fixed
5d4b425
1,041,970,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/WorkbenchPart.java
Eclipse_Platform_UI
5,933
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...
2002-12-09 15:06:17
1,039,460,000
closed fixed
10c1302
1,041,970,000
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
5,934
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.
2002-10-10 11:21:16
1,034,260,000
resolved fixed
1741aa2
1,041,970,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IMemento.java
Eclipse_Platform_UI
5,935
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.
2002-10-02 15:20:58
1,033,590,000
resolved fixed
3da0ab5
1,041,970,000
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
5,936
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"
2002-12-18 12:11:40
1,040,230,000
closed fixed
691b362
1,041,970,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java
Eclipse_Platform_UI
5,937
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...
2002-12-20 06:41:28
1,040,380,000
closed fixed
e73c981
1,041,960,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/NewFolderDialog.java
Eclipse_Platform_UI
5,938
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.
2002-04-17 05:18:45
1,019,040,000
resolved fixed
abf0395
1,041,890,000
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/org/eclipse/u...
Eclipse_Platform_UI
5,939
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...
2002-12-11 15:29:03
1,039,640,000
closed fixed
9b6e1c4
1,041,880,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java
Eclipse_Platform_UI
5,940
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 ...
2002-10-28 16:44:35
1,035,840,000
resolved fixed
5f15331
1,041,880,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
5,941
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.
2002-12-31 02:46:55
1,041,320,000
resolved fixed
1103255
1,041,870,000
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
5,942
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
2002-05-22 16:12:42
1,022,100,000
resolved fixed
5d033ef
1,041,630,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java
Eclipse_Platform_UI
5,943
28,350
Bug 28350 [Import] Need better test coverage of file system import
null
2002-12-15 22:15:41
1,040,010,000
resolved fixed
523f293
1,041,620,000
tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportOperationTest.java
Eclipse_Platform_UI
5,944
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.
2003-01-03 11:02:17
1,041,610,000
resolved fixed
8f19d32
1,041,620,000
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
5,945
28,638
Bug 28638 [Preferences] Import Preferences: Crashes on eclipse
null
2002-12-18 13:06:06
1,040,230,000
closed fixed
b000719
1,041,620,000
bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java
Eclipse_Platform_UI
5,946
28,630
Bug 28630 [Preferences] NPE in font preference page on Apply
Build I20021217 1. Start empty workspace 2. Window->Preferences->Workbench->Fonts 3. Select "Text Font" 4. Press Change... 5. Change the size to 12 and press OK to close the font dialog 6. Press Apply ==> NPE (see below) Note: no NPE if OK is pressed instead of Apply !SESSION Dez 18, 2002 18:01:06.609 -----------------...
2002-12-18 11:53:10
1,040,230,000
closed fixed
fa6b146
1,041,540,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java
Eclipse_Platform_UI
5,947
27,112
Bug 27112 [Linked Resources] Prompt for deep copy/move
build 20021119 When copying or moving a linked folder we should prompt the user whether to do a shallow vs. deep copy/move. Similar to deleting a project in the workspace vs. on disk.
2002-11-25 12:51:24
1,038,250,000
resolved fixed
b05dffe
1,040,420,000
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
5,948
27,586
Bug 27586 [Linked Resources] Properties page for linked files and folders
build 20021127 Based on a discussion between Chris and Jeem the properties dialog for a linked folder or linked file should show the following on its 'Info' page. This list differs from the original discussion based on the fact that a link target location cannot be changed after a link has been created. a) That the fol...
2002-12-03 11:23:36
1,038,930,000
resolved fixed
6b6e5ae
1,040,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ResourceInfoPage.java
Eclipse_Platform_UI
5,949
27,718
Bug 27718 [Linked Resources] New path variable dialog allows editing existing variables
build 20021204 The new path variable dialog displays a warning when the name of an existing variable is used. When selecting ok the existing variable value is set to the new value. The new dialog should not allow overwriting existing variables. The edit dialog should be used for this purpose. The new dialog should disp...
2002-12-04 21:26:58
1,039,060,000
resolved fixed
ebcb039
1,040,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PathVariableDialog.java
Eclipse_Platform_UI
5,950
27,258
Bug 27258 [Linked Resources] Should display variable name in NewFolderDialog and new file/folder wizards
build 20021119 The link target location field in the NewFolderDialog and in the new file/folder wizards should display the variable name when a variable is choosen instead of a file/folder name. A label below the text field should show the resolved path. Also, it should be possible to enter variable names directly in t...
2002-11-27 12:42:48
1,038,420,000
resolved fixed
3c07af6
1,040,310,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java
Eclipse_Platform_UI
5,951
27,587
Bug 27587 [Linked Resources] Show warning decorators in path variables list
build 20021127 The path variables list in the preference dialog and in the path variables dialog should show a warning decorator for variables that are not defined and for variables that point to a non-existent directory.
2002-12-03 11:26:37
1,038,930,000
resolved fixed
3ac66e2
1,040,310,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PathVariableSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PathVariablesGroup.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PathVariablesPreferencePage.java
Eclipse_Platform_UI
5,952
28,090
Bug 28090 [View Mgmt] Browsing View broken
Build 20021210 1. Start fresh Eclipse 2. Add a new Java project [optional] 2. Close prespective 3. Open "Java Browsing" perspective ==> views don't show up correctly - they don't show data (in Projects view) and look strange (gray), see attached picture.
2002-12-11 09:42:49
1,039,620,000
resolved fixed
dcec13c
1,040,140,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
5,953
28,394
Bug 28394 [Linked Resources] Import into non-existent folder causes NPE in wizard dialog
build 20021216 -create a linked folder that refers to a non-existent path variable as follows: -define a folder path variable TEST_FOLDER in the workbench preferences -hack a .project file to add a linked folder using that path variable: <linkedResources> <link> <name>testFolderLink</name> <type>2</type> <location>TEST...
2002-12-16 11:34:34
1,040,060,000
resolved fixed
7b5ef6f
1,040,080,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
Eclipse_Platform_UI
5,954
28,056
Bug 28056 [Linked Resources] unable to create a linked source folder
Build I20021210 1. Create a new project named P1. 2. Select P1 and open its Properties, and go to Java Build Path. 3. Hit Add Existing Folders on source tab. 4. In Source Folder Selection, hit Create New Folder 5. In New Folder dialog, enter "src2", check "link", and Browse to some place (C:\temp\junk\) 6. Hit Ok on Ne...
2002-12-10 17:11:32
1,039,560,000
resolved fixed
d6f584c
1,040,060,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/NewFolderDialog.java
Eclipse_Platform_UI
5,955
28,220
Bug 28220 [Linked Resources] Project rename does a DEEP move
Build I20021210 1) Create a project with a linked file 2) Rename the project 3) The file is no longer a linked file. The file that was linked to has been moved into the default content area of the project. This is because the rename action (RenameResourceAction) is not specifying the SHALLOW flag when moving the projec...
2002-12-12 16:48:39
1,039,730,000
resolved fixed
7dac8b0
1,040,050,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/MoveProjectAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/RenameResourceAction.java
Eclipse_Platform_UI
5,956
27,530
Bug 27530 [Properties view] CopyPropertyAction does not dispose clipboard
build I20021127 CopyPropertyAction allocates a Clipboard but does not dipose it. Should add a dispose method here, and call it from PropertySheetPage.dispose().
2002-12-02 16:08:27
1,038,860,000
resolved fixed
f92a743
1,039,720,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/CopyPropertyAction.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetPage.java
Eclipse_Platform_UI
5,957
26,863
Bug 26863 [Dialogs] ResourceListSelectionDialog should not do prefix matching when '*' specified
build I20021121 JDT has changed Open Type so that "*x" matches all types ending in 'x' (case insensitive), rather than all types containing an 'x'. We should change ResourceListSelectionDialog to be consistent. When a '*' wildcard is present, avoid adding a free '*' at the end. No change if '?' is present.
2002-11-21 10:35:49
1,037,890,000
resolved fixed
7b41f8d
1,039,710,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java
Eclipse_Platform_UI
5,958
27,510
Bug 27510 [Working Sets] Working sets are initialized too soon
On startup, the WorkingSetManager restores the full state of all the working sets, even though many are not needed. In particular, working sets created by factories from other plugins will trigger code in those plugins. Is it possible to only create partial/proxy WorkingSet's and have their state restored lazily ?
2002-12-02 13:05:44
1,038,850,000
verified fixed
8c54666
1,039,550,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkingSet.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkingSetFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkingSetManager.java
Eclipse_Platform_UI
5,959
27,971
Bug 27971 [View Mgmt] Tasks view missing its toolbar icons
build N20021209 - after working for a while, noticed that the Tasks view is missing its toolbar icons and view (triangle) menu See the attached screen shots. TaskList.java has not changed recently, so I'm assuming this is a broader problem. I'll try to find steps to reproduce it.
2002-12-09 15:04:50
1,039,460,000
resolved fixed
b05db98
1,039,480,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java
Eclipse_Platform_UI
5,960
23,346
Bug 23346 [Editor Mgmt] No notification sent when an IEditorReference is closed
There doesn't appear to be any notification sent from the platform when an editor reference is closed. I don't get part closed notifications for editors which are restored at startup by the platform but are never activated by the user (thus, never fully instantiated). Background: I have an editor management view which ...
2002-09-09 15:56:18
1,031,600,000
resolved fixed
3927ef7
1,039,200,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPartListener2.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPartService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorList.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartListener...
Eclipse_Platform_UI
5,961
27,808
Bug 27808 [Preferences] "Notes:" displayed twice on the workbench preference page
Build 20021204 At the bottom of 'open mode' block in the workbench preference page, "Notes:" is display two times.
2002-12-05 18:04:02
1,039,130,000
closed fixed
1912df8
1,039,190,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java
Eclipse_Platform_UI
5,962
17,227
Bug 17227 [Dialogs] ElementTreeSelectionDialog should handle double click
Using Eclipse 2.0, Build F1 (buildid: 20020521) on Windows 2000. NOTE: Make sure you have a few java projects in your workspace (I just imported a bunch). From the Java perspective, go to Search, "Customize..", add NLS Keys. Now open the NLS Keys Tab and click on the second "Browse" button (for Property file name). You...
2002-05-23 09:20:50
1,022,160,000
closed fixed
1647fa3
1,039,190,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java
Eclipse_Platform_UI
5,963
27,713
Bug 27713 [View Mgmt] Fast view border is clipping the view
In 1204 build, fast view rectangle is slightly narrower than the view it is hosting, resulting in the scroll bar being slightly truncated vertically. You can still scroll, but the view part is obviously narrower than it should be.
2002-12-04 17:46:40
1,039,040,000
resolved fixed
c80dc5d
1,039,120,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java
Eclipse_Platform_UI
5,964
27,602
Bug 27602 [Perspectives] PlatformUIPreferenceListener should not use preference store
20021203 The PlatformUIPreferenceListener look up the new preference value in the AbstractUIPlugin preferenceStore. It should instead use newValue from the event. Here is the code in question: IWorkbench workbench = WorkbenchPlugin.getDefault().getWorkbench(); AbstractUIPlugin uiPlugin = (AbstractUIPlugin) Platform.get...
2002-12-03 13:14:11
1,038,940,000
closed fixed
d8d581e
1,039,120,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java
Eclipse_Platform_UI
5,965
26,890
Bug 26890 [Dialogs] FilteredList - toggle case sensitivity after creation
null
2002-11-21 14:33:32
1,037,910,000
closed fixed
22422f9
1,039,120,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredList.java
Eclipse_Platform_UI
5,966
27,746
Bug 27746 [startup] 20021204 hidden views still activated
i thought this was fixed (i might be wrong) but hidden views are still activated on startup
2002-12-05 09:02:21
1,039,100,000
resolved fixed
635ba68
1,039,120,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectivePresentation.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
5,967
27,072
Bug 27072 [ActionSets] SelectionListenerAction allocates 2 * ArrayList(10) everytime selection changes
SelectionListenerAction calls initCollections everytime selection changes and that allocates 2 arrays of size 10 everytime these arrays are mostly empty these empty arrays sum up to quite a lot of garbage after each click in the workbench
2002-11-25 05:42:58
1,038,220,000
verified fixed
fcafe8d
1,039,120,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/SelectionListenerAction.java
Eclipse_Platform_UI
5,968
25,608
Bug 25608 [Dialogs] ProgressMonitorDialog won't cancel unless it's forked
On ProgressMonitorDialog, there's a method: public void run(boolean fork, boolean cancelable, IRunnableWithProgress runnable) If the value of "fork" is false, the dialog cannot be canceled. The cancel button remains enabled and isCanceled() always returns false. The following code demonstrates this behaviour. (I chose ...
2002-10-31 16:44:04
1,036,100,000
closed fixed
15419e5
1,039,100,000
bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/dialogs/ProgressMonitorDialog.java
Eclipse_Platform_UI
5,969
27,570
Bug 27570 [Preferences] Preference page defaults are hard-coded
build 2002-11-27, Win2K, J9 FileStatesPage contains hard-coded values for the defaults. This class should get the defaults from Core. This will perhaps require new API at Core level. If so, please let us know what you would like.
2002-12-03 10:07:53
1,038,930,000
closed fixed
be2142d
1,039,100,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FileStatesPage.java
Eclipse_Platform_UI
5,970
26,709
Bug 26709 Walkback in Java Editor
Build 20021115. Unable to recreate, but I think it all started when I deleted some text and the class name in a comment became "active" (i.e., underlined for hyper linking). /** * @see ActionDelegate#run(IAction) */ ActionDelegate became active as result of deleting some text. Not sure how, but I then tried to drag sel...
2002-11-19 15:23:59
1,037,740,000
resolved fixed
fa3d8b2
1,039,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java
Eclipse_Platform_UI
5,971
25,270
Bug 25270 [Perspectives] Saving perspective layout via export preferences
Request from KH to save perspective layout as preference data so that the layout can be exported and imported as part of preferences. There are probably some other sets of data besides perspective layout that would also be useful to save as preferences.
2002-10-23 15:04:07
1,035,400,000
resolved fixed
79cecf5
1,039,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java
Eclipse_Platform_UI
5,972
6,988
Bug 6988 [Perspectives] left toolbar view could be movable
i would be could if one you change the position of the views in the left toolbar with drag and drop.
2001-12-17 08:04:26
1,008,590,000
resolved fixed
a017be4
1,039,030,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectivePresentation.java
Eclipse_Platform_UI
5,973
25,892
Bug 25892 [Editor Mgmt] Graphic is disposed error on startup
Build 20021105 1. Started Eclipse. My workspace had two editors opened. 2. Attempted to close one of the editors. Didn't work due to graphic is disposed error. Had to shut down Eclipse. Once I restarted things were okay. It looks like I had the graphic is disposed call before I attempted to close the editor. See log.
2002-11-08 09:57:05
1,036,770,000
resolved fixed
b3842fc
1,038,950,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.java
Eclipse_Platform_UI
5,974
27,416
Bug 27416 [ActionSets] API method dispose not called
Build 20021127 IWorkbenchWindowActionDelegate.dispose says dispose can be used to clean up. It seems that the framework is not calling this method at all: I closed a workbench window and the breakpoint never gets hit. This can lead to memory leaks for clients which count on dispose being called. Especially if the deleg...
2002-11-29 12:30:55
1,038,590,000
resolved fixed
533017e
1,038,950,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WWinPluginAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
5,975
27,378
Bug 27378 [startup] [Editor Mgmt] junit view loaded even though it's a hidden fast view
20021127 the junit view is a collapsed fast view but it is loaded on startup anyway,. which loads the whole plugin stacktrace from core tools: Activating plugin: org.eclipse.jdt.junit Plugin activation stack: org.eclipse.jdt.junit Class loading stack: Stack trace: java.lang.Throwable at java.lang.Throwable.<init>(Unkno...
2002-11-29 05:40:37
1,038,570,000
verified fixed
d0d4e73
1,038,940,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
5,976
18,063
Bug 18063 [Contributions] SubActionBars should be made public
Build M5 org.eclipse.ui.internal.SubActionBars is a generally useful class which allows editors like MultiPageEditors to manage the action bars of their children. The classes SubMenuManager, SubStatusLineManager and SubToolBarManager are already public (in org.eclipse.jface.action), but these classes are useless on the...
2002-05-28 11:54:18
1,022,600,000
resolved fixed
b0076b4
1,038,940,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SubActionBars.java
Eclipse_Platform_UI
5,977
25,026
Bug 25026 [GlobalActions] Typo: RetargetAction.propogateChange
build 20021016 this should be propagateChange
2002-10-17 16:19:23
1,034,890,000
resolved fixed
59e7802
1,038,940,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/RetargetAction.java
Eclipse_Platform_UI
5,978
27,536
Bug 27536 [Decorators] NPE in DecoratorOverlayIcon.drawOverlays
Delete the file org.eclipse.ui/icons/full/ovr16/link_ovr.gif Enable the Linked resource decorator. Create a link file. Will get the following NPE because overlayData is null. Thread [main] (Suspended (exception java.lang.NullPointerException)) org.eclipse.ui.internal.decorators.DecoratorOverlayIcon.drawOverlays (org.ec...
2002-12-02 16:35:45
1,038,860,000
closed fixed
cb24492
1,038,930,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorOverlayIcon.java
Eclipse_Platform_UI
5,979
27,455
Bug 27455 [JFace] Hyperlink colors all black
PDE editors use platform UI settings for hyperlink colors. Since driver 1127 (or maybe driver or two earlier, but this is where we noticed it), these colors are all black. The actual colors shown in the preference page are correct (dark blue and blue for standard and active hyperlink colors), but the actual Color objec...
2002-11-30 13:25:54
1,038,680,000
closed fixed
820cdc6
1,038,920,000
bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPlugin.java
Eclipse_Platform_UI
5,980
26,424
Bug 26424 [Workbench] Icons duplicated in ui and ui.workbench plugins
The same icons appear twice in Eclipse 2.1. Once under org.eclipse.ui, and again under org.eclipse.ui.workbench.
2002-11-14 17:18:17
1,037,310,000
resolved fixed
60e87b4
1,038,870,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LinkedResourceDecorator.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchImages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/keybindings/ImageFactory.java bundles/org.eclipse.ui.workb...
Eclipse_Platform_UI
5,981
7,235
Bug 7235 [Contributions] Need dispose() for action delegates
null
2002-01-03 10:25:31
1,010,070,000
resolved fixed
3113adf
1,038,860,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionItem.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/IContributionItem.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionItem.java bundles/org.e...
Eclipse_Platform_UI
5,982
25,749
Bug 25749 [Dialogs] Setting help has uncleared busy cursor
Build 20021105. Currently if one uses existing JFace dialogs (e.g., ElementSelectionTreeDialog) there is no way to set the F1 help for the dialog. The help listener would have to be added on the shell, but the shell is not created until the open method is called (at which point the modal nature of the dialog prohibits ...
2002-11-05 17:22:02
1,036,530,000
closed fixed
69382e6
1,038,860,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java
Eclipse_Platform_UI
5,983
27,359
Bug 27359 [Performance] Update Core is activated to collect features with perspectives
build I20021127 Using the spy tools, it shows that Update Core is activated in: Activating plugin: org.eclipse.update.core Plugin activation stack: org.eclipse.update.core Class loading stack: Stack trace: jjava.lang.Throwable at org.eclipse.core.internal.runtime.PluginStats.traceActivate (PluginStats.java:89) at org.e...
2002-11-28 16:31:45
1,038,520,000
verified fixed
14edf87
1,038,860,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
5,984
27,271
Bug 27271 [Linked Resources] NPE creating variable linked folder
Build I20021127 1) Create a path variable FOO that maps to "c:\temp" 2) Go into the new folder wizard, page two 3) Click the variables button 4) Select FOO from the list, hit OK. An info box pops up saying "Path variable value cannot be relative". This is wrong, because it is NOT relative. Then an NPE occurs. Stack tra...
2002-11-27 16:08:20
1,038,430,000
resolved fixed
a5af72e
1,038,860,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardNewLinkPage.java
Eclipse_Platform_UI
5,985
27,159
Bug 27159 [Import/Export] Export to Zip file "Overwrite existing" does nothing
The setting for overwriting existing file without a warning is kinf of pointless as it only asks if you want to overwrite the main zip file. It should either a) Act like the File export b) Be removed.
2002-11-26 10:23:45
1,038,320,000
closed fixed
37e6356
1,038,850,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/wizards/datatransfer/WizardZipFileResourceExportPage1.java
Eclipse_Platform_UI
5,986
26,490
Bug 26490 [Editor Mgmt] Unnecessary resize on EditorPart shutdown
When I close my Editor, it gets resized for no reason as it is being closed. this of course causes the Editor's Control to layout, which can be pretty expensive and can cause unnecessary painting. Thread [main] (Suspended (breakpoint at line 103 in org.eclipse.draw2d.LightweightSystem)) org.eclipse.draw2d.LightweightSy...
2002-11-15 11:24:11
1,037,380,000
resolved fixed
5e17e10
1,038,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java
Eclipse_Platform_UI
5,987
27,147
Bug 27147 [View Mgmt] No lazy creation of collapsed Fast Views?
Not sure, but I thought that Views are now loaded lazily in the same way as editors. I had a collapsed fast view (Ant View) and its contents was created on start-up. If this is intentional (since it is a "fast" view and should pop-up quickly) then pls close this bug again.
2002-11-26 05:59:04
1,038,310,000
verified fixed
7321d09
1,038,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewPane.java
Eclipse_Platform_UI
5,988
27,084
Bug 27084 [View Mgmt] Add notification of view becoming hidden / visible
null
2002-11-25 09:40:37
1,038,240,000
resolved fixed
5ea8056
1,038,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPartListener.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPartListener2.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.j...
Eclipse_Platform_UI
5,989
27,262
Bug 27262 [Linked Resources] Deleting linked file should note shallow delete
null
2002-11-27 13:19:47
1,038,420,000
resolved fixed
14f163f
1,038,440,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/DeleteResourceAction.java
Eclipse_Platform_UI
5,990
26,360
Bug 26360 [Linked Resources] Copy/Move linked resource on top of existing not working
build 20021114 Copy/move correctly prevents copy/move operations of linked resources to a different project if the operation would result in a folder merge. It incorrectly prevents copy/move of linked folders with a different name that point to the same file system resource. This is a valid operation since it would not...
2002-11-14 11:35:49
1,037,290,000
resolved fixed
059bf7d
1,038,430,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java
Eclipse_Platform_UI
5,991
25,985
Bug 25985 Need to remove duplicate settings
UIPlugin and WorkbenchPlugin Why do these two classes deal with the same preferences? If you look at initializeDefaultPreferences method for the two classes, you will notice that the same preferences are initialized. Storage-wise it also looks like some of the preferences are being stored twice. We should be sure that ...
2002-11-11 13:09:17
1,037,040,000
closed fixed
8ab349e
1,038,340,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourcePatternFilter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/OpenPerspectiveMenu.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java bundles/org.eclipse.ui.workbench/Ec...
Eclipse_Platform_UI
5,992
26,385
Bug 26385 [Import/Export] File Exporter: No to All behaves like "No"
M3 - select some resources in the Navigator - File -> Export..., select File System, Next - export them anywhere, Finish - with the same files selected in the Navigator, File -> Export..., select File System, Next - press Finish so that the previous export destination will be reused - overwrite? prompter appears, answe...
2002-11-14 13:47:09
1,037,300,000
closed fixed
fd0d247
1,038,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/wizards/datatransfer/FileSystemExportOperation.java
Eclipse_Platform_UI
5,993
27,115
Bug 27115 [Preferences] Workbench preference page has inconsistent note
The WorkbenchPreferencePage should use createNoteComposite in PreferencePage so that its note is consistent with the others.
2002-11-25 13:43:15
1,038,250,000
closed fixed
0f7293c
1,038,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java
Eclipse_Platform_UI
5,994
27,106
Bug 27106 Navigator - uncontrollable flash
Build 20021119. Caught up to UI code. 1. Create a workspace with two projects containing children. 2. Go to the resources view. Collapse each project. 3. Select the first project and exit Eclipse. 4. Load org.eclipse.ui.tests. 5. Open the above workspace. Expand the first project. The views flash uncontrollably. It app...
2002-11-25 12:20:02
1,038,240,000
closed fixed
36635d6
1,038,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DecorationScheduler.java
Eclipse_Platform_UI
5,995
25,507
Bug 25507 Compare view prevents Ctrl + F6 working
20021023 If you have a compare view up you cannot use Ctrl+F6. STEPS 1) Open some editors 2) Hit Ctrl+F6 editors come up 3) Compare a class with another version 4) Hit Ctrl+F6 - nothing
2002-10-29 13:53:33
1,035,920,000
resolved fixed
6a667d6
1,038,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CycleEditorAction.java
Eclipse_Platform_UI
5,996
26,109
Bug 26109 [Dialogs] Need a FormData version of the button sizing API
The button sizing API in Dialog assumes the developer wants a GridData. We should promote the FormData version in PathVariablesDialog to Dialog.
2002-11-13 10:35:38
1,037,200,000
closed fixed
51ea741
1,038,260,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java
Eclipse_Platform_UI
5,997
26,133
Bug 26133 [Dialogs] TitleAreaDialog status line blinks when newMessage == currentMessage
Build id: 200211051258 The current implementation for TitleAreaDialog#showMessage(String,int) method has a guard against updates to the message with the same content (to avoid needlessly blinking). The problem is that after that the message may be concatenated with a space character: ==================== //If there is ...
2002-11-13 12:52:54
1,037,210,000
closed fixed
a132e27
1,038,260,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java
Eclipse_Platform_UI
5,998
27,083
Bug 27083 [Wizards] Wizard pages are not sizing buttons
The buttons in the wizard pages are not sizing themselves the same way that they do in the preference pages. For instance the wizard import pages has small browse buttons.
2002-11-25 09:39:29
1,038,240,000
closed fixed
4fc3733
1,038,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceImportPage1.java
Eclipse_Platform_UI
5,999
27,103
Bug 27103 [Linked Resources] Change all copy/move operations to use IResource.SHALLOW
build 20021119 Core has changed the default behavior of copy/move to do a deep copy of linked resources. Need to change all copy/operations in platform UI to explicitly specify the SHALLOW flag in order to keep the current behavior (copy/move the link).
2002-11-25 11:50:14
1,038,240,000
resolved fixed
f935785
1,038,250,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CopyProjectAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CopyProjectOperation.java bundles/org.eclipse.ui.workbench/Ecl...
Eclipse_Platform_UI
6,000
26,000
Bug 26000 [Dialogs] Need to remove markedItemsStartIndex in BuildOrderPreferencePage
20021112 markedItemsStartIndex in BuildOrderPreferencePage is now obsolete with the new circular projects support. We should remove it.
2002-11-11 16:22:13
1,037,050,000
closed fixed
379d64a
1,038,250,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/BuildOrderPreferencePage.java
Eclipse_Platform_UI
6,001
26,392
Bug 26392 [Dialogs] Widget is diposed upon cancel of Open Resource dialog
build 20021114 SunOs 5.8 This may be a problem on other platforms, but since eclipse on solaris is soo slow, I am only able to reproduce it on solaris (perhaps other motif versions as well) steps to reproduce: 1. Select the Navigator view 2. Open the "Open Resource" dialog (either Ctrl-Shift-R or Navigate->Open Resourc...
2002-11-14 14:11:13
1,037,300,000
closed fixed
c72f952
1,038,230,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ResourceListSelectionDialog.java
Eclipse_Platform_UI
6,002
26,286
Bug 26286 [Decorators] Decorators activated too soon
20021113 Decorators are created as soon as they are enabled - they should only be created first time they are applied as they not be required if thier enablement state does not pass. STEPS 1) Create a workbench with no content 2) Enable the binary project decorator - it will be created even though there is nothing to d...
2002-11-14 08:37:27
1,037,280,000
closed fixed
b2c0d12
1,038,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DecorationScheduler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DecoratorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FullDecoratorDefinition.java bundles/org.eclipse.ui.workbench/Eclipse...
Eclipse_Platform_UI
6,003
26,222
Bug 26222 [Navigator] Goto resource should work on the package view as well.
Build id: 200211130841 Open a Java Perspective. Enable the Resource Navigation action set. Activate Navigator. The goto type is disabled. Activate the Hierarchy view. Go to resource is enabled (** should be disabled). The goto resource should work only if Navigator is active. And the package view should be able to plug...
2002-11-13 16:55:43
1,037,220,000
resolved fixed
e9d1e72
1,037,740,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GoToResourceAction2.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GotoActionGroup.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchActionConstants.java
Eclipse_Platform_UI
6,004
25,955
Bug 25955 [Workbench] Exiting while saving can cause problems
This seems to be a problem with either the workbench in general or the editor structure in particular. I have reproduced this with the Java editor but there is no reason why it wouldn't occur with other editors as well. Dirty a Java editor. Press Ctrl+S to save the editor. While it is saving, quickly close the main per...
2002-11-10 14:32:26
1,036,960,000
resolved fixed
9647625
1,037,730,000
bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/window/ApplicationWindow.java
Eclipse_Platform_UI
6,005
24,198
Bug 24198 [Global Actions] CloseResourceAction passes null IProgressMonitor to editor.doSave()
The saveDirtyEditors() method of the org.eclipse.ui.actions.CloseResourceAction class is passing null to editor.doSave() instead of passing a NullProgressMonitor. Existing editors seem to cope fine with this but until we did the workaround in our own flow editor, it would put up an ugly NPE dialog when this code was ru...
2002-09-27 14:54:12
1,033,150,000
resolved fixed
f4a4fe6
1,037,380,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CloseResourceAction.java
Eclipse_Platform_UI
6,006
26,435
Bug 26435 Connect Dialog size incorrect
Eclipse 20021114 When I create a new CVS repository location the progress pop-up is incorrectly sized. In my case the cancel button is too far to the right, hanging off the dialog. I have attached one such dialog, this one from importing a plugin.
2002-11-14 18:27:52
1,037,320,000
closed fixed
be10b11
1,037,370,000
bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/dialogs/ProgressMonitorDialog.java
Eclipse_Platform_UI
6,007
26,221
Bug 26221 [Perspectives] Noticeable menubar "flash" when switching perspectives
Build 20021113 Note this is Windows XP. Open a Java Perspective. Open a Java Browsing Perspective. Switch back and forth between the two. On my XP machine I can visibly see the menu bar "shrink" as menu items are removed, then "expand" as menu items are added. It actually looks like it's animated. Anyway, very noticeab...
2002-11-13 16:49:08
1,037,220,000
resolved fixed
93eed49
1,037,310,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java
Eclipse_Platform_UI
6,008
26,126
Bug 26126 [Navigator] NPE in GotoActionGroup
I found this in my .log file, using integration build 20021113. It looks like ending a debug session with an installed breakpoint caused the problem: !ENTRY org.eclipse.core.resources 4 2 Nov 13, 2002 10:51:03.426 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.resources". !STACK 0 java.l...
2002-11-13 11:59:48
1,037,210,000
resolved fixed
f4ca2b1
1,037,310,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GotoActionGroup.java
Eclipse_Platform_UI
6,009
26,366
Bug 26366 [Dialogs] Need to improve label positioning in progress dialogs
build I20021113 - The message line appears too close to the icon. A bit of horizontal spacing here would help. - There is not quite enough space between the icon and message and the top of the dialog. - The progress bar is not aligned with the buttons. - There is a bit too much space between the progress bar and the bu...
2002-11-14 11:58:48
1,037,290,000
closed fixed
b342c22
1,037,300,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/dialogs/ProgressMonitorDialog.java
Eclipse_Platform_UI
6,010
26,125
Bug 26125 Workbench startup is throwing dialog rather than logging to .log
build I20021113 - took new build - started it on old workspace - got an internal error dialog: Executable extension definition for "class" not found. - hit OK - it came up OK - nothing in log
2002-11-13 11:54:17
1,037,210,000
closed fixed
b36d26b
1,037,280,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DecoratorDefinition.java
Eclipse_Platform_UI
6,011
25,999
Bug 25999 [Import/Export] Importing a second project with a name whose first few characters are similar to an existing one
hi, I have a project called "XYZ" in my workbench. I used to have another project with the name "XYZ_plugin" which I had deleted from the workbench some time ago. I found that I needed to refer to some classes on this XYZ_plugin project and tried to use the File > Import wizard. In the text box where I needed to point ...
2002-11-11 16:21:04
1,037,050,000
closed fixed
adf8901
1,037,210,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java
Eclipse_Platform_UI
6,012
25,946
Bug 25946 [Dialogs] ElementTreeSelectionDialog.getFirstResult() should return null
ElementTreeSelectionDialog.getFirstResult() returns the currently selected element if you cancel the Dialog using the window's X button (on the top right hand corner of the window). The return value should be null, just like what you get when the user presses the Cancel button.
2002-11-10 00:23:27
1,036,910,000
closed fixed
f2204e5
1,037,200,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java
Eclipse_Platform_UI
6,013
25,795
Bug 25795 [Wizards] Eclipse is inappropriately caching project names on import
When you import a project from an existing workspace, Eclipse caches the name and doesn't let you change it, apparently. STEPS TO REPRODUCE: 1. Start Eclipse with a fresh workspace called workspace1. 2. Create ProjectA and ProjectB as Java projects in workspace1. 3. Shut down Eclipse and start with a fresh workspace ca...
2002-11-06 15:11:02
1,036,610,000
closed fixed
faa04dc
1,037,140,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java
Eclipse_Platform_UI
6,014
26,010
Bug 26010 [resources] need path variable implementation
null
2002-11-11 20:51:05
1,037,070,000
resolved fixed
20fe07d
1,037,070,000
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/PathVariablesPreferencePage.java
Eclipse_Platform_UI
6,015
25,543
Bug 25543 [Perspectives] Build Automatically update problems for multiple windows
Build 20021029. Problem does not occur in Build 20021023. 1. Open a Resources Perspective. 2. New Window. 3. Preferences --> Workbench --> Build Automatically --> Off Notice that the first window gets the additional tool item, but the new window does not. 4. Preferences --> Workbench --> Editors --> Close Editors Autom...
2002-10-30 10:35:02
1,035,990,000
closed fixed
0410e38
1,037,050,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java
Eclipse_Platform_UI
6,016
25,419
Bug 25419 [Dialogs] Can't Maximize Window: "Preferences"
Build: 200210181211 The "Preferences" window cannot be maximized since it neither has a maximize title bar button nor does the title bar respond to being double-clicked. The only work around is to reside the window manually by dragging the border. For short-lived windows this is too detail-oriented and time-consuming.
2002-10-25 22:04:24
1,035,600,000
closed fixed
a48b32f
1,037,050,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java
Eclipse_Platform_UI
6,017
25,458
Bug 25458 [Font] DBCS support: new SWT API
Last Friday we have included a new API in Font: public Font(Device device, FontData[] fds) { In order to have a more appropriate behavior on DBCS platforms Eclipse/UI should start using this API. Anyway, the best police still is never change the default font in the widget if you don't need to. (this new API is going to...
2002-10-28 12:28:06
1,035,830,000
closed fixed
11cc13e
1,037,040,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FontFieldEditor.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java
Eclipse_Platform_UI
6,018
5,089
Bug 5089 [Navigator] Dragging should occur with the middle mouse button on Linux
On Linux, Drag and Drop is initiated with the middle mouse button. When dragging views around Eclipse, it should also use the middle mouse button. Currently the left mouse button is used on all platforms.
2001-10-18 16:30:18
1,003,440,000
resolved fixed
fd406c5
1,036,950,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CTabPartDragDrop.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartDragDrop.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShortcutBarPartDragDrop.java
Eclipse_Platform_UI
6,019
25,911
Bug 25911 [Navigator] Go Into is missing from context menu
build 20021105 + latest from HEAD With the menu reorg for go to resource, the Go Into item has disappeared from the Navigator's context menu. It should remain there, but the Go To submenu can go away. Compare with Package Explorer.
2002-11-08 14:24:08
1,036,780,000
resolved fixed
f1be829
1,036,790,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GotoActionGroup.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java
Eclipse_Platform_UI
6,020
13,561
Bug 13561 [Navigator] Single click in the Navigator doesn't bring-to-front already open Editor
If I single-click in the Packages View, it will flip pages for me in the EditorPane. single-click in Navigator does not do this. Also, the Preference "link navigator to selection" seems like it might be how you enable this, but it backwards. It moves the selection in the Navigator based on the active Editor. This has t...
2002-04-11 14:17:19
1,018,550,000
resolved fixed
c157e5b
1,036,700,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java
Eclipse_Platform_UI
6,021
25,295
Bug 25295 [Dialogs] PropertyPage is not disposed by PropertyPageNode
PropertyPage.dispose() is not called by PropertyPageNode.disposeResources(): page is set to null; in PreferenceNode superclass page is disposed before set to null; Is there a reason why page is not disposed in PropertyPageNode (I must says it causes some trouble in my code !) ? Thanks in advance
2002-10-24 03:34:12
1,035,440,000
closed fixed
dd1e2ff
1,035,820,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PropertyPageNode.java
Eclipse_Platform_UI
6,022
20,113
Bug 20113 [Workbench] Importing preferences does not trip a Rebuild All when appropriate [general issue]
If importing preferences changes a preference that would cause trip rebuild all if processed manually, then it should cause the same action if changed via import preferences. (In my case, using jdk1.4 compliance.)
2002-06-12 23:07:43
1,023,940,000
closed fixed
7181ff0
1,035,570,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java
Eclipse_Platform_UI
6,023
20,115
Bug 20115 "Source | Format" scrolls to the top of the file
"Source | Format" on a java file. Instead it scrolls to the top of the file even though the cursor remains at its position before formatting.
2002-06-13 02:45:50
1,023,950,000
resolved fixed
3c58f51
1,035,570,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java
Eclipse_Platform_UI
6,024
16,787
Bug 16787 [Wizards] Wizards are recreated when returning to New page
The WizardDialog ask's in showPage() or showStartingPage(): if (page.getControl() == null) to support a lazy page control creation. This works fine when the wizard is called first time. After disposing a page page.getControl() still returns a (disposed) control and page.createControl (pageContainer) is not called again...
2002-05-22 09:55:43
1,022,080,000
closed fixed
370cfe3
1,035,390,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java
Eclipse_Platform_UI
6,025
24,666
Bug 24666 [ViewMgmt] Switching perspectives shows fast view
build 20021009 Sometimes when I switch perspectives a fast view is shown in the perspective I switch to. Scenario: -I'm debugging a program and hit a breakpoint. -After stepping in the debugger a couple of times I switch to the Java perspective. -The Java perspective will have one of my three fast views open (one of CV...
2002-10-10 15:45:43
1,034,280,000
resolved fixed
80c217b
1,035,390,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
6,026
19,083
Bug 19083 [Navigator] Navigator 'up' enablement for 'Open in New Window'
Build F2 Select a project in that contains a folder and run 'Open in New Window'. Notice that the 'up' arrow for the Naviugator is initially disabled in the new window. From the new window, select the folder and run 'Go Into'. Hit 'back'. Notice that the 'up' arrow is enabled and it will take you back to the workspace....
2002-06-04 10:53:59
1,023,200,000
resolved fixed
b24e4bf
1,035,390,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java
Eclipse_Platform_UI
6,027
16,308
Bug 16308 [DND] dnd from os to navigator shows an incorrect icon
smoke test for 0518 it shows a move icon although move will not happen
2002-05-17 16:50:17
1,021,670,000
resolved fixed
8a9879b
1,035,390,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java
Eclipse_Platform_UI
6,028
2,801
Bug 2801 [Dialogs] DCR: ErrorDialog should not always show the error icon (1GJU7TK)
The class org.eclipse.jface.dialogs.ErrorDialog is used to display errors contained in an IStatus. The problem with the dialog is that it shows an error icon (red/cross) even though IStatus only has warnings or infos. The dialog would be more usable if the icon would correspond to the severity of IStatus and/or the dia...
2001-10-10 22:43:49
1,002,770,000
closed fixed
8777313
1,035,390,000
bundles/org.eclipse.ui.workbench/extensions/org/eclipse/jface/dialogs/ErrorDialog.java
Eclipse_Platform_UI
6,029
23,267
Bug 23267 [Import/Export] Import Project should have a default folder
R201 When importing an existing Eclipse project on XP and clicking the Browse button I get a dialog that does not have a good default folder. It shows me the desktop, my computer, etc... It would be nice if it could remember the last folder I've imported a project from. If none, it could point to the default content lo...
2002-09-06 10:03:17
1,031,320,000
closed fixed
3c1e96c
1,035,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java
Eclipse_Platform_UI