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,830
31,993
Bug 31993 [Open Modes] double click on editor annotation ruler sometimes zooms the editor area
20030214 it's very frustrating sometimes, when i try to add a breakpoint, the editor area zooms in zooming should only be done on double click in the editor tab or or some action from menu/shortcut
2003-02-17 06:18:12
1,045,480,000
resolved fixed
3fb0c0f
1,045,690,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorWorkbook.java
Eclipse_Platform_UI
5,831
24,024
Bug 24024 [Viewers] Error in Javadoc for AbstractTreeViewer::setAutoExpandLevel()
from Javadoc for AbstractTreeViewer::setAutoExpandLevel() : * Sets the auto-expand level. * The value 0 means that the root's children are not visible; * 1 means that the root is expanded so that its children are visible, * but the root's grandchildren are not; and so on. That's off by one. 0 means auto-expand is off. ...
2002-09-24 09:18:34
1,032,870,000
closed fixed
79ddf03
1,045,680,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java
Eclipse_Platform_UI
5,832
31,518
Bug 31518 [Workbench] MessageLine used hardcoded color
20030206 The MessageLine uses the hardcoded color RGB ERROR_BACKGROUND_RGB = new RGB (230, 226, 221);
2003-02-11 04:51:51
1,044,960,000
closed fixed
c2c7530
1,045,670,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/MessageLine.java
Eclipse_Platform_UI
5,833
30,543
Bug 30543 [DND] Files deleted when dragged to mozilla
In the Resource or Java perspectives, after dragging an html file from the navigator to be viewed in Mozilla, the file is deleted from the Eclipse views and from the filesystem. Not true of IE 5.5 or Netscape 4.72 on the same machine. Versions: - Eclipse 2.0.2 - NT 4.0 SP6 - Mozilla 1.2.1
2003-01-29 16:23:29
1,043,880,000
resolved fixed
175e2d9
1,045,670,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java
Eclipse_Platform_UI
5,834
21,357
Bug 21357 [Viewers] TreeViewer(Composite parent,int style) javadoc error
The javadoc explains what style-bits are set, but it's obviously a copy'n'paste error: Creates a tree viewer on a newly-created tree control under the given parent. The tree control is created using the given SWT style bits. The viewer has no input, no content provider, a default label provider, no sorter, and no filte...
2002-07-08 12:21:16
1,026,150,000
resolved fixed
fe9bc98
1,045,670,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
5,835
32,053
Bug 32053 [Import/Export] Need busy cursor when loading page
M5 build - start eclipse in Resource perspective - File / Import - double-click on External Plug-ins and Fragments - it takes a while to load, but there is no busy cursor
2003-02-17 14:39:26
1,045,510,000
closed fixed
c87ca12
1,045,670,000
bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java
Eclipse_Platform_UI
5,836
32,142
Bug 32142 [Workbench] Closing all perspectives does not seem to fire appropriate events
Using the latest eclipse ui code (as of feb 18, 2003 morning), if you - run the workbench - open the resource perspective - select a project in the Navigator view - select Window > Close All Perspectives - look at the Edit menu Notice the Copy item is still enabled, and it should not be. This use to work in build 20030...
2003-02-18 12:27:55
1,045,590,000
resolved fixed
4287f89
1,045,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CloseAllPerspectivesAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ClosePerspectiveAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Ecli...
Eclipse_Platform_UI
5,837
31,856
Bug 31856 [Dialogs] white area in Open Type dialog
I20030213 - open the "Open Type dialog" Observe: there is a white area next to the Cancel button (see attachment). I supect it is an error/status label that has a white background
2003-02-14 02:44:45
1,045,210,000
closed fixed
43c0ac0
1,045,600,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/MessageLine.java
Eclipse_Platform_UI
5,838
26,423
Bug 26423 [JFace] Make reusable Icons public API
I cannot find Icons without using internal API. I need to reuse Eclipse Icons like Delete, Undo, Redo, Navigate Up, Navigate Into, and potentially any other Icons. Plugins can already obtain these Icons by reaching into the org.eclipse.ui installation directory. But, if I do it this way I create my own ImageDescriptor,...
2002-11-14 17:17:11
1,037,310,000
resolved fixed
5468a1e
1,045,530,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/framelist/BackAction.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/framelist/ForwardAction.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/framelist/UpAction.java bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/RefactorActionG...
Eclipse_Platform_UI
5,839
32,056
Bug 32056 [Wizards] Should select the wizard for free if there is only one in selected category
build I20030214 - File / New / Project... - select Java - you have to manually select the Java Project item - likewise for Simple Project When there is only one item to select, we should select it for the user. We could consider selecting the first item when there is more than one item, but this may not be what the use...
2003-02-17 15:17:16
1,045,510,000
closed fixed
e646ce8
1,045,520,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java
Eclipse_Platform_UI
5,840
16,762
Bug 16762 [Editor Mgmt] Fast view and editor activation inconvenience
- use the JUnit view as fast view - run a testsuite - doubleclick on a test in the hierarchy or on a line from a stacktrace of a failure - the appropriate editor gets focused - minimize the JUnit view - the previously active editor gets the focus, which is not the expected behaviour
2002-05-22 08:53:55
1,022,070,000
resolved fixed
19f6e30
1,045,520,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
5,841
31,954
Bug 31954 [Perspectives] NPE when CloseAll
Build 200302141436 Open a workspace. Open a Resources Perspective. Open a Java Perspective. Popup Fast View menu --> Close All. Causes an NPE.
2003-02-15 16:42:30
1,045,350,000
resolved fixed
3aaf8fe
1,045,510,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CloseAllPerspectivesAction.java 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
5,842
30,336
Bug 30336 [Working Sets] Canceling working set remove does not restore MRU list
build 20030121 -Select a working set in the Navigator so that it gets added to the working set MRU list -Open the working set selection dialog -Remove the selected working set -Cancel the selection dialog ->The working set is no longer in the working set MRU list in the navigator view menu. The working set selection di...
2003-01-27 18:02:52
1,043,710,000
verified fixed
4a29891
1,045,450,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
Eclipse_Platform_UI
5,843
31,965
Bug 31965 [Navigator] Selected working set not restored when removed in selection dialog
build 20030214 -select a working set in the resource navigator -open the working set selection dialog (view menu/select working set) -remove the selected working set, the working set is removed from the resource navigator -press cancel ->the resource navigator no longer has a working set selected. The working set remov...
2003-02-16 20:39:03
1,045,450,000
verified fixed
55ad62a
1,045,450,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/SelectWorkingSetAction.java
Eclipse_Platform_UI
5,844
31,422
Bug 31422 Navigator View context menu not showing Open/Close Project options
The Navigator View no longer shows an Open and Close Project options in context menu (i.e. menu that appears when right-cliking on a project folder). Up until M4 both menu options were there. I just installed M5 and the options are no longer available. This is a big usability booster, please put it back. :- )
2003-02-09 12:16:29
1,044,810,000
resolved fixed
ee6ab88
1,045,360,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java
Eclipse_Platform_UI
5,845
31,165
Bug 31165 [Perspectives] Should turn redraw off around perspective switches
build I20020306 While in my target eclipse under debug, with 2 Java editors and the following perspectives open: Resource, Java, Debug, I noticed that switching between the perspectives was really flashy. Lots of menubar updates and repeated layouts. Just for fun, I added a setRedraw off/on around the whole thing in Wo...
2003-02-06 16:30:04
1,044,570,000
resolved fixed
fed4b08
1,045,260,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
5,846
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...
2002-06-06 00:41:05
1,023,340,000
resolved fixed
0ddfe88
1,045,250,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ProjectLocationSelectionDialog.java
Eclipse_Platform_UI
5,847
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.
2003-02-11 13:45:59
1,044,990,000
closed fixed
3dbcb97
1,045,230,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/DrillDownAdapter.java
Eclipse_Platform_UI
5,848
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. ...
2003-01-28 17:56:47
1,043,790,000
resolved fixed
eee5b2c
1,045,170,000
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
5,849
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.
2003-02-05 13:55:07
1,044,470,000
closed fixed
456dd15
1,045,160,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java
Eclipse_Platform_UI
5,850
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 ------------------...
2002-12-18 11:08:13
1,040,230,000
closed fixed
2f2b062
1,045,160,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java
Eclipse_Platform_UI
5,851
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>
2003-01-23 04:12:24
1,043,310,000
resolved fixed
87cc9a8
1,045,090,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java
Eclipse_Platform_UI
5,852
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...
2003-02-11 16:31:41
1,045,000,000
verified fixed
b104a86
1,045,080,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/NewFolderDialog.java
Eclipse_Platform_UI
5,853
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...
2003-01-16 18:06:36
1,042,760,000
closed fixed
90c46ca
1,045,080,000
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 bundles/org.eclipse.ui.w...
Eclipse_Platform_UI
5,854
27,408
Bug 27408 Preference convertor also maps to font registry
null
2002-11-29 10:58:19
1,038,590,000
resolved fixed
fe04f12
1,045,070,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java
Eclipse_Platform_UI
5,855
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...
2002-10-30 17:22:32
1,036,020,000
closed fixed
d853574
1,045,070,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java
Eclipse_Platform_UI
5,856
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...
2002-04-29 11:39:01
1,020,090,000
resolved fixed
54c8a61
1,045,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
5,857
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...
2003-01-27 18:11:14
1,043,710,000
resolved fixed
96d43b9
1,045,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java
Eclipse_Platform_UI
5,858
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...
2003-02-05 15:46:26
1,044,480,000
resolved fixed
bb965b0
1,045,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
5,859
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.
2003-02-05 14:45:46
1,044,470,000
resolved fixed
b9ca532
1,045,000,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
5,860
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.
2003-02-05 11:28:07
1,044,460,000
verified fixed
b0f2418
1,044,990,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/ViewFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java
Eclipse_Platform_UI
5,861
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.
2003-02-05 16:15:04
1,044,480,000
verified fixed
1249a6d
1,044,980,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java
Eclipse_Platform_UI
5,862
31,052
Bug 31052 [Linked Resources] Disable/hide linked resource UI
null
2003-02-05 17:39:30
1,044,480,000
verified fixed
2530a21
1,044,980,000
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
5,863
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 ...
2002-12-20 14:59:31
1,040,410,000
verified fixed
07d4659
1,044,920,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,864
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...
2002-08-29 12:36:26
1,030,640,000
closed fixed
0c3c58d
1,044,910,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredList.java
Eclipse_Platform_UI
5,865
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...
2003-02-04 12:56:10
1,044,380,000
resolved fixed
6fc25a2
1,044,910,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/WorkbenchPage.java
Eclipse_Platform_UI
5,866
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...
2003-01-22 17:02:56
1,043,270,000
resolved fixed
b1ebb14
1,044,910,000
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/PathVariableSelectionDialog.ja...
Eclipse_Platform_UI
5,867
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 ...
2003-02-06 20:38:34
1,044,580,000
closed fixed
50ceb57
1,044,890,000
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
5,868
31,137
Bug 31137 migrating from 2.0 to 2.1 with auto-build off causes UI glitch
null
2003-02-06 13:51:19
1,044,560,000
closed fixed
e0e0fd7
1,044,890,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java
Eclipse_Platform_UI
5,869
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...
2003-01-22 09:43:40
1,043,250,000
closed fixed
641baff
1,044,880,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/OpenWithMenu.java
Eclipse_Platform_UI
5,870
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.
2003-01-21 14:45:15
1,043,180,000
resolved fixed
1977733
1,044,490,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java
Eclipse_Platform_UI
5,871
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
2003-02-05 12:14:19
1,044,470,000
closed fixed
6f1c007
1,044,470,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/NewWizardMenu.java
Eclipse_Platform_UI
5,872
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...
2002-12-11 11:27:52
1,039,620,000
resolved fixed
3fd44c1
1,044,400,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/NewFolderDialog.java
Eclipse_Platform_UI
5,873
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...
2003-01-14 15:18:37
1,042,580,000
resolved fixed
b5aef46
1,044,400,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/PathVariablesGroup.java
Eclipse_Platform_UI
5,874
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...
2003-01-07 14:30:30
1,041,970,000
closed fixed
0a89689
1,044,380,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java
Eclipse_Platform_UI
5,875
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;
2003-02-04 10:08:00
1,044,370,000
closed fixed
19de622
1,044,380,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogConstants.java
Eclipse_Platform_UI
5,876
29,370
Bug 29370 [Dialogs] WizardNewProjectCreationPage.setInitalProjectName sets initialLocationFieldValue wrong
null
2003-01-13 05:56:47
1,042,460,000
closed fixed
488896b
1,044,370,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java
Eclipse_Platform_UI
5,877
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...
2003-02-03 12:12:26
1,044,290,000
resolved fixed
51b2ea7
1,044,320,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/RenameResourceAction.java
Eclipse_Platform_UI
5,878
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.
2003-01-20 18:01:43
1,043,100,000
verified fixed
2d64d43
1,044,300,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java
Eclipse_Platform_UI
5,879
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...
2003-01-27 18:44:58
1,043,710,000
verified fixed
54d08c6
1,044,300,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java
Eclipse_Platform_UI
5,880
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...
2003-01-30 16:34:42
1,043,960,000
resolved fixed
36b8dce
1,044,300,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,881
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...
2003-01-21 16:07:26
1,043,180,000
closed fixed
3d2a7d5
1,044,300,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/BuildOrderPreferencePage.java
Eclipse_Platform_UI
5,882
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.
2002-07-17 15:19:38
1,026,930,000
resolved fixed
0edca7c
1,044,290,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,883
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.
2003-01-30 12:39:40
1,043,950,000
closed fixed
e5f3490
1,044,040,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ProjectReferencePage.java
Eclipse_Platform_UI
5,884
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...
2003-01-30 10:26:29
1,043,940,000
closed fixed
910be6c
1,044,030,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FontFieldEditor.java
Eclipse_Platform_UI
5,885
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...
2003-01-28 05:12:58
1,043,750,000
closed fixed
5dde950
1,044,020,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java
Eclipse_Platform_UI
5,886
30,655
Bug 30655 [DND] Check selection in NavigatorDragAdapter.dragStart
null
2003-01-30 14:24:18
1,043,950,000
resolved fixed
5143a07
1,043,960,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java
Eclipse_Platform_UI
5,887
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.
2003-01-28 11:52:00
1,043,770,000
closed fixed
5d1a5eb
1,043,870,000
bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java
Eclipse_Platform_UI
5,888
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.
2002-12-17 14:23:51
1,040,150,000
resolved fixed
6b22a68
1,043,870,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorAreaDropAdapter.java
Eclipse_Platform_UI
5,889
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...
2002-12-11 14:01:55
1,039,630,000
resolved fixed
2513349
1,043,780,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/ViewFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/in...
Eclipse_Platform_UI
5,890
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...
2003-01-27 11:20:16
1,043,680,000
closed fixed
41c5778
1,043,770,000
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/LightweightDecoratorManager.java
Eclipse_Platform_UI
5,891
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...
2002-09-30 03:32:27
1,033,370,000
resolved fixed
10d7815
1,043,720,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/MarkerUtil.java
Eclipse_Platform_UI
5,892
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
2002-08-22 14:16:06
1,030,040,000
resolved fixed
f865978
1,043,710,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java
Eclipse_Platform_UI
5,893
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...
2003-01-22 09:22:39
1,043,250,000
resolved fixed
89762a2
1,043,710,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java
Eclipse_Platform_UI
5,894
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...
2002-03-02 11:07:59
1,015,090,000
resolved fixed
2dc48bc
1,043,700,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
5,895
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...
2003-01-22 14:15:40
1,043,260,000
resolved fixed
cdf0843
1,043,700,000
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
5,896
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:...
2003-01-21 14:21:44
1,043,180,000
resolved fixed
fdd8452
1,043,690,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,897
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...
2003-01-16 05:57:07
1,042,710,000
resolved fixed
a9a444b
1,043,690,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ArrayContentProvider.java
Eclipse_Platform_UI
5,898
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...
2003-01-20 04:05:34
1,043,050,000
closed fixed
fe9c013
1,043,620,000
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/ui/...
Eclipse_Platform_UI
5,899
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.
2003-01-24 07:48:20
1,043,410,000
closed fixed
2127dd6
1,043,440,000
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/eclipse/ui/plugin/Ab...
Eclipse_Platform_UI
5,900
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...
2002-11-28 09:58:02
1,038,500,000
resolved fixed
e25b372
1,043,350,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java
Eclipse_Platform_UI
5,901
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???
2003-01-23 03:51:42
1,043,310,000
resolved fixed
b5ff95c
1,043,350,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java
Eclipse_Platform_UI
5,902
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 ...
2002-12-16 09:09:55
1,040,050,000
resolved fixed
2a404ba
1,043,250,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ResourceWorkingSetPage.java
Eclipse_Platform_UI
5,903
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.
2002-12-23 10:08:10
1,040,660,000
resolved fixed
30e5d54
1,043,250,000
bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java
Eclipse_Platform_UI
5,904
26,016
Bug 26016 [Navigator ] Open/Close Project can be removed from context menu
null
2002-11-11 23:43:33
1,037,080,000
resolved fixed
0635d8a
1,043,170,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java
Eclipse_Platform_UI
5,905
29,491
Bug 29491 [DND] Check NavigatorDragAdapter use of IResource.getLocation
null
2003-01-14 18:59:25
1,042,590,000
resolved fixed
77fa4fa
1,043,170,000
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
5,906
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...
2003-01-16 17:26:47
1,042,760,000
resolved fixed
20919f7
1,043,170,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PathVariableDialog.java
Eclipse_Platform_UI
5,907
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...
2003-01-15 10:29:55
1,042,640,000
resolved fixed
1d2dc82
1,043,100,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java
Eclipse_Platform_UI
5,908
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.
2002-11-25 22:00:36
1,038,280,000
resolved fixed
3e48810
1,043,100,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActivateEditorAction.java
Eclipse_Platform_UI
5,909
28,381
Bug 28381 [OLE] OleEditor.setResource does not guard against null resource location
null
2002-12-16 10:53:28
1,040,050,000
closed fixed
cacd800
1,043,100,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/misc/ExternalEditor.java
Eclipse_Platform_UI
5,910
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...
2002-11-06 12:17:35
1,036,600,000
resolved fixed
d8cef37
1,043,090,000
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
5,911
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= ...
2002-10-30 12:12:02
1,036,000,000
resolved fixed
da55afb
1,043,090,000
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
5,912
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 ...
2002-09-20 16:27:11
1,032,550,000
resolved fixed
391d669
1,043,090,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
5,913
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...
2003-01-16 14:31:39
1,042,750,000
resolved fixed
6d5fe7c
1,043,080,000
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.eclipse.ui.workbench/Eclip...
Eclipse_Platform_UI
5,914
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...
2003-01-17 11:00:06
1,042,820,000
resolved fixed
7e4a053
1,042,830,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/NewFolderDialog.java
Eclipse_Platform_UI
5,915
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...
2002-07-02 14:52:30
1,025,640,000
resolved fixed
f9178d7
1,042,830,000
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
5,916
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...
2002-05-24 13:20:20
1,022,260,000
resolved fixed
0061ee1
1,042,760,000
bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorFrameSource.java
Eclipse_Platform_UI
5,917
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...
2002-06-04 11:59:14
1,023,210,000
resolved fixed
7283ee5
1,042,750,000
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/views/navig...
Eclipse_Platform_UI
5,918
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...
2003-01-16 12:04:02
1,042,740,000
resolved fixed
6a401d8
1,042,740,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectivePresentation.java
Eclipse_Platform_UI
5,919
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...
2003-01-14 15:05:34
1,042,570,000
verified fixed
37e84ba
1,042,730,000
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.eclipse.ui.workbench/Ecli...
Eclipse_Platform_UI
5,920
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 ...
2003-01-06 01:31:55
1,041,830,000
resolved fixed
f90be98
1,042,670,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java
Eclipse_Platform_UI
5,921
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...
2001-10-10 22:33:47
1,002,770,000
resolved fixed
9f24160
1,042,670,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java
Eclipse_Platform_UI
5,922
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...
2002-05-13 09:31:20
1,021,300,000
resolved fixed
75cf57f
1,042,660,000
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.java bundles...
Eclipse_Platform_UI
5,923
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...
2003-01-14 17:44:51
1,042,580,000
resolved fixed
28f35ab
1,042,650,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java
Eclipse_Platform_UI
5,924
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:
2001-10-10 22:27:53
1,002,770,000
closed fixed
10e0e62
1,042,640,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java
Eclipse_Platform_UI
5,925
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:
2001-10-10 22:37:31
1,002,770,000
resolved fixed
7a9c2af
1,042,580,000
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
5,926
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.
2003-01-08 15:16:09
1,042,060,000
resolved fixed
70c52c5
1,042,580,000
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 bundles/org...
Eclipse_Platform_UI
5,927
28,585
Bug 28585 Use BufferedReader with InputStreamReader
null
2002-12-17 18:18:35
1,040,170,000
closed fixed
a880ded
1,042,570,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java
Eclipse_Platform_UI
5,928
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...
2002-12-21 06:31:18
1,040,470,000
closed fixed
b62d5a1
1,042,140,000
bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java
Eclipse_Platform_UI
5,929
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.
2003-01-07 15:24:59
1,041,970,000
closed fixed
2deb523
1,042,120,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorRegistryReader.java
Eclipse_Platform_UI