issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
20,166
Bug 20166 NPE in ClassFileEditorActionContributor while restoring workbench
F3 build (20020612) - exited 20020611 using self-hosting workspace - installed 20020612 - started it, pointing it to the old workspace - got an Unable to read Workbench State error dialog - log has: !SESSION Jun 13, 2002 10:04:27.272 -------------------------------------------- - java.fullversion=J2RE 1.3.1 IBM Windows...
resolved fixed
f7c17d4
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-17T15:33:27Z
2002-06-13T14:53:20Z
20,084
Bug 20084 AssertionFailed in WelcomeEditor.dispose()
I am getting an exception in the log, although I did not notice anything visible at the UI when this was happenning. I was running through update scenarios so this may be related to update, but the exception is in UI code around the welcome editor, so will have you take the first crack at it. Steps: * install clean bui...
resolved fixed
96ba1cb
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-17T15:27:01Z
2002-06-12T22:13:20Z
20,178
Bug 20178 Lack of a product welcome.xml specification breaks Welcome...
F3 If the primary feature does not include a welcome.xml in the about.ini - no other welcome.xml files can be opened. The Help>Welcome... results in nothing (the list selection dialog of available welcome.xml files is not opened). WSWB was planning on not providing a welcome as it was redundant with the platform (we ha...
resolved fixed
f9f16de
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WelcomePageSelectionDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-17T15:24:04Z
2002-06-13T14:53:20Z
19,981
Bug 19981 Problems with accelerators in emacs mode
Build 20020611 + latest org.eclipse.ui changes - switch to emacs key bindings - open a text file, e.g. Test.java Many menu items have incorrect accelerator text. This is a regression. This worked properly in 20020611 (mostly, see below). File menu: - Close - has Ctrl+X Ctrl+K but is missing Ctrl+F4 - Save - missing Ctr...
resolved fixed
8f924e8
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WWinKeyBindingService.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-12T16:11:25Z
2002-06-12T05:33:20Z
19,651
Bug 19651 Team menu disapear from Hierarchy and Packages view.
Build F2 Steps: 1) Open eclipse with an new workspace. 2) Open java perspective and close resouce perspective. 3) Create a Java Project "TestProject" 4) Create a Java class "TestClass" 5) Past the following code in the TestClass and save it. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ public class Test...
resolved fixed
1c00167
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ObjectContributorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-12T14:13:06Z
2002-06-07T20:00:00Z
19,933
Bug 19933 Emacs: keybinding service always clears status line
Build 20020611 When running in with Emacs keybindings, any action that writes to the status line will have the status line message cleared by AcceleratorScope.resetMode. When a mode is entered, the keysequence that started the mode is written to the status line. AcceleratorScope.resetMode is intended to cleanup the sta...
verified fixed
3fcf9b9
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/AcceleratorScope.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-11T20:36:32Z
2002-06-11T18:26:40Z
19,150
Bug 19150 Leaking RetargetAction and LabelRetargetAction etc on editor switching
20020602 Using OptimizeIt 3.02 Professional Open a Java Editor on a compilation unit Open an editor on a .properties file (focus is now on the .properties editor) Perform a GC Mark the current instance count Give focus to the editor Give focus to the .properties file Perform a GC I will attach a screen shot of the resu...
resolved fixed
490974e
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RetargetAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WWinPluginAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-11T19:02:22Z
2002-06-04T17:00:00Z
18,525
Bug 18525 Calls to IWorkbenchPart.dispose() should be wrapped in an ISafeRunnable
null
resolved fixed
ba48440
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-11T18:52:35Z
2002-05-31T21:20:00Z
19,426
Bug 19426 Editor name in tab changes
F2 1) Open a plugin.xml file using the default PDE editor 2) Open some other file 3) Exit/Restart the workbench 4) Note that the PDE editor tab says plugin.xml, click on it, its name changes to the plugin name.
verified fixed
eef1852
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-11T18:52:15Z
2002-06-05T20:46:40Z
18,732
Bug 18732 Tooltip wrong on start up for label retarget toolitem from action set
F2 1) Install readme examle 2) Open readme editor 3) Select outline 4) Exit/Restart 5) Note that the tool tip for the leftmost readme tool item is "Open Readme Browser - Retartget Label Update" - this is incorrect, its the tooltip of the action not its handler 6) Window>Readme File Editor>Outline Action 5 - this is the...
verified fixed
783cd56
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ActionDescriptor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-11T18:24:58Z
2002-06-03T16:00:00Z
19,494
Bug 19494 [Preferences] Preferences not working with import/export
null
closed fixed
091d163
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/DecoratorManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PlatformUIPreferenceListener.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-11T15:32:02Z
2002-06-06T13:26:40Z
19,848
Bug 19848 Action multiple set contributions lost when one action set removed
20020610 1) Open resource perspective 2) Window>Customize Perspective 3) Turn on Java Debug, OK 4) Look at the contents of the run menu 5) Window>Customize Perspective 6) Turn on Debug, Launch, OK 7) Look at the contents of the run menu 8) Window>Customize Perspective 9) Turn off Java Debug, OK 10) Look at the contents...
verified fixed
4aa3a8a
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/SubMenuManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-11T15:23:53Z
2002-06-10T20:13:20Z
18,579
Bug 18579 Selection event not fired
1) enable single click to open 2) switch to the Java Browsing perspective 3) swtich to the packages view 4) press the mouse over a package, move and release ->the down stream types view doesn't update. It looks like no selection event is sent out. Suspect a problem in JFace. Dani pls investigate and move the bug if nee...
verified fixed
667defc
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/util/OpenStrategy.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-11T14:35:52Z
2002-06-01T11:13:20Z
19,786
Bug 19786 multiple status items when opening editors
clean 0610. opening editors cause multiple status line panels (read/write, insert/overwrite, line:column) to appear.
resolved fixed
a293a06
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/StatusLine.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/StatusLineManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-10T17:26:41Z
2002-06-10T14:40:00Z
19,101
Bug 19101 View tab contains title text
F2 build - do a search that generates some results - close all perspectives - open Java perspective - show view / Search - it appears with the last search indicated in the titlebar, but also in the tab.
resolved fixed
451a1cd
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchP...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-10T15:22:46Z
2002-06-04T17:00:00Z
19,358
Bug 19358 NPE in WorkbenchPage.busyResetPerspective
null
verified fixed
e70065d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-10T14:53:13Z
2002-06-05T15:13:20Z
19,295
Bug 19295 System Summary format hard to read for change log
Would help quite a bit if the system summary had text markers, especially in the change log area, to allow others to see the changes as logical steps (tracked events). Here is the log I posted on the update mailing list to discuss how many events should be tracked - with text markers(---): Update Manager Log: Configura...
resolved fixed
8902538
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SystemSummaryDocumentProvider.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-10T13:17:30Z
2002-06-05T12:26:40Z
19,343
Bug 19343 Export preferences doesn't append file extension
Build 20020602 (F2) When exporting preferences the file chooser filters by extension *.epf but doesn't add that extension to file names entered -- meaning that the file apparently disappears from the list.
resolved fixed
ff77ad5
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-10T13:01:11Z
2002-06-05T15:13:20Z
18,734
Bug 18734 Problem with new preference import feature
Build 20020602 (F2) I noticed a problem in how the UI handles the new preference import feature. The code is as follows: IStatus status = Preferences.validatePreferenceVersions(path); if (!status.isOK()) { ErrorDialog.openError(...); return; } This is not the intended behaviour. The status object returned by Core can h...
resolved fixed
efc222e
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceErrorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-10T12:52:50Z
2002-06-03T16:00:00Z
19,540
Bug 19540 XMLMemento.createReadRoot can return null
null
verified fixed
e5c9255
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/XMLMemento.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorReg...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-07T20:28:22Z
2002-06-06T19:00:00Z
18,641
Bug 18641 IllegalArg exception while deleting projects/closing editors
I just started eclipse up with many editors open (non of them where activated yet) 1) select 3 projects (all JUnit project) 2) execute delete - push yes to delete the contents. Got the message dialog: Error restoring editor. Below is the stack trace with the illegal argument exception. Once you are in this state you ca...
resolved fixed
115aee1
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-07T15:57:44Z
2002-06-01T22:20:00Z
18,725
Bug 18725 Create name field does not have focus in new project wizard
F2 1) File>New>Project>Simple>Project>Next The Project name field does not have focus.
verified fixed
a1542e4
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceImportPage1.java", "bundles/org.eclipse.ui/Eclipse", "UI...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-07T14:09:05Z
2002-06-03T13:13:20Z
19,247
Bug 19247 StringFieldEditor: width != UNLIMITED is ignored
Builds F1 & F2 - the width argument in the constructor seems to be ignored, it's always UNLIMITED. Worked fine in build M5...
resolved fixed
bc9e630
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/StringFieldEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-06T16:56:03Z
2002-06-05T04:06:40Z
18,654
Bug 18654 NPE in GotoActionGroup
Lines 57-58 of org.eclipse.ui.views.navigator.GotoActionGroup are: ----------- IStructuredSelection resourceSelection = ResourceSelectionUtil.allResources (selection, IResource.PROJECT); if (!resourceSelection.isEmpty()) { ----------- ResourceSelectionUtil.allResources() can return null in several cases, resulting in a...
resolved fixed
67767e3
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoActionGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-06T16:39:54Z
2002-06-02T15:00:00Z
18,929
Bug 18929 Switching view to fast view leaves a "zumbi" view around
build 20020602 (F2) Tested only on windows 1) Supposed you have Package and Hierarchy together on the same view. 2) Drag the Package view making it be a Fast View 3) Resize the hierarchy view to be wider 4) At this point you got a huge gray area 5) Try switch to another view, look like the old view is around (no log fo...
resolved fixed
2682a66
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-04T18:42:09Z
2002-06-03T21:33:20Z
16,707
Bug 16707 Missing action labels until editor made active
Build 20020521 (1:39pm) - Do a search that finds references in a java file - Make sure there are no open java editors - Double-click on a search result to open the editor -> Now the editor is open, but it has never been active. - Open the "Edit" menu. You will see the following items: FindNext.label FindPrevious.label ...
resolved fixed
f052202
["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/BasicTextEditorActionContributor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-06-01T08:42:10Z
2002-05-21T22:26:40Z
7,712
Bug 7712 No scroll bars in Microsoft Word documents opened from the workbench
When a Microsoft Word document in a project is opened from the workbench, no scroll bars appear in the document window. This makes it extremely difficult to navigate around a large document.
resolved fixed
677be5a
["bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T22:46:46Z
2002-01-16T14:06:40Z
17,581
Bug 17581 CompletionProposalPopup should null its instance vars on hide()
F1 CompletionProposalPopup intances are not removed righth away when you dimiss the popup,so they should clean the memory more agressively when hide() is called fFilteredProposals is especially painful
verified fixed
0b04091
["bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/contentassist/CompletionProposalPopup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T21:49:14Z
2002-05-24T11:33:20Z
17,365
Bug 17365 Text Editor: icons in vert. ruler disappear for partial top line
- open Java text editor on file that is larger as view (so that you can scroll) - generate any kind of icon in vertical ruler (e.g. a breakpoint) - use the thumb to carefully scroll pixel wise so that a top line is half visible - now scroll with the scrollbar buttons (not the thumb!) until a line with an icon is at the...
verified fixed
29da2c3
["bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/source/AnnotationRulerColumn.java", "bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/source/VerticalRuler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T21:48:42Z
2002-05-23T16:06:40Z
17,018
Bug 17018 org.eclipse.ui.examples.redmetool.AddSentenceResolution is calling getEditors
20020521 org.eclipse.ui.examples.redmetool.AddSentenceResolution.run(...) is calling the deprecated WorkbenchPage.getEditors()
verified fixed
1bd33ca
["examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/AddSentenceResolution.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T21:30:30Z
2002-05-22T20:40:00Z
18,165
Bug 18165 IWorkbenchPart doesn't work as described
Please fix the JavaDOC for IWorkbenchPart. It states that createPartControl(Composite) will get called after init. This is not guaranteed to occur.
resolved fixed
45ba840
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbenchPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T20:36:50Z
2002-05-29T13:46:40Z
17,720
Bug 17720 Add example markers in readme example is broken
F1 The readme popup menu used to include items to add a number of custom markers. These markers demonstrate marker resolution and F1 targetting. These had been under Add which is no longer on the context menu.
resolved fixed
6983d6d
["examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T20:17:45Z
2002-05-24T14:20:00Z
18,405
Bug 18405 Preference pages are sometimes detached from right edge
Build 20020530 plus latest changes to org.eclipse.ui - open prefs so that Workbench pref is selected - expand it - select Appearance - select Compare - it resizes a bit larger - select Appearance - its right edge is indented -- it did not relayout due to the resize
resolved fixed
23e5e22
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T18:12:23Z
2002-05-31T04:40:00Z
16,839
Bug 16839 [Editor Mgmt] Need to remove deprecated 2.0 APIs
Just a reminder that we need to remove API that we added in 2.0 and deprecated them. E.g. getEditorThreshold in IWorkbenchPage and IPageLayout.
resolved wontfix
0ea2a41
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IPageLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/or...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T17:57:19Z
2002-05-22T15:06:40Z
17,979
Bug 17979 CellEditorActionHandler relies on English accelerators
The CellEditorActionHandler creates actions using the String definitions in messages.properties in org.eclipse.ui. The accelerators in these definitions will only be set in English as the accelerators are not translated. If they are to be used they should be set explicitly. The issue is with all of the handlers.
closed fixed
fc3b5c7
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/CellEditorActionHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T16:31:38Z
2002-05-27T20:06:40Z
18,152
Bug 18152 OutOfMemory error and NPE in editor
When running a project with F1 I get an OutOfMemoryError. This happens after the project is loaded, and then I try to open one of the java projects files in the editor. This does not happen when using M5. log lines ******************** !SESSION maj 29, 2002 14:32:11.324 --------------------------------------------- jav...
resolved fixed
9be2212
["bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/contentassist/ContentAssistant.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T16:30:25Z
2002-05-29T13:46:40Z
18,406
Bug 18406 Restore default on Editors page leaves OK disabled
Build 20020530 + latest UI Case 1: - open editors pref page - change size of recently opened file list to 99 - it complains and disables OK - restore defaults - OK is still disabled Case 2: - open editors pref page - select Close editors automatically - change number to 0 - it complains and disables OK - restore defaul...
resolved fixed
5520f12
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/IntegerFieldEditor.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/StringFieldEditor.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EditorsPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T15:52:57Z
2002-05-31T04:40:00Z
18,182
Bug 18182 BooleanFieldEditor gets out of synch after restoring defaults
Build 20020528 The boolean field editor does not send the property changed event after "Restore Defaults" is pressed on a preference page. This is because the editor keeps the state of the last value (field wasSelected) which is not updated when the defaults are restored.
verified fixed
bc52a1f
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/BooleanFieldEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T14:47:03Z
2002-05-29T13:46:40Z
18,016
Bug 18016 most menu actions should be disabled for cus from repo
null
resolved fixed
5191165
["bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/source/SourceViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T13:37:52Z
2002-05-28T10:00:00Z
13,294
Bug 13294 NLS-related issue in org.eclipse.internal.ui.WWinPluginAction
null
closed fixed
5a3bf7d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WWinPluginAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T13:36:57Z
2002-04-10T14:46:40Z
14,807
Bug 14807 Doing backward find/replace all causes infinite loop
Build 20020412 In an editor window, type the following: a.b Put the cursor at the end of the text. Select Edit->Find/Replace set the following dialog settings: Backward find: a. replace with: test.a. Click Replace All The editor will replace the "a.", but the insertion point will stay at the end of the newly inserted t...
verified fixed
7c6acdb
["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/FindReplaceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-31T13:35:10Z
2002-04-26T22:26:40Z
18,335
Bug 18335 Perspective contents lost when view is maximized
All the contents of the perspective (views, layout info) is lost when the following actions are performed in F1: Maximize a view in any perspective. Switch to another perspective and exit the workbench. Open the workbench and switch to the perspective with the maximized view. Observe that only the maximized view is act...
resolved fixed
1e2ea50
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartSashContainer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-30T20:49:18Z
2002-05-30T17:33:20Z
2,052
Bug 2052 Build Error info not accessible (1GDUXNJ)
When you get a build error (e.g., after saving a file with autobuild on), the UI puts up a dialog which says "Errors during build" The actual exception which is thrown back has much more information in it. Recent changes mean that the build will not fail completely when the first builder fails. We will continue to try ...
resolved fixed
2cacc51
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/ShowInNavigatorAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/action...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-30T19:00:39Z
2001-10-11T03:13:20Z
18,310
Bug 18310 Preference Dialog gets too large for pages with tables
In a lower resolution mode if a preference page has a table (like the installed JREs) it is possible for the page to get too large to fit onto the screen rela estate. The size of the table is dependant on the size of the previous pages composite - if it was a large on the preferred size of the table will be large. I su...
resolved fixed
04f2218
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-30T14:39:03Z
2002-05-30T14:46:40Z
17,292
Bug 17292 Inconsistent Undo behaviour for Cut/Copy/Paste in outline
Build 20020521 (freeze 1) 1) Open a java editor on some class 2) In the content outline, select a method and do Ctrl+X to cut 3) Notice in the menus, Edit->Undo and Refactor->Undo are disabled 4) Now select the type node in the content outline, and Ctrl+V to paste 5) Still, neither Undo action is enabled 6) Now click i...
resolved wontfix
e51391b
["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/BasicTextEditorActionContributor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-30T13:50:41Z
2002-05-23T13:20:00Z
18,018
Bug 18018 NPE in IncrementalFindTarget
1. Open the plugin.xml editor 2. Switch to the source page 3. press ctrl-J ==> nothing happens and the error is written to .log: !ENTRY org.eclipse.core.resources 1 4 May 28, 2002 11:48:30.516 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 May 28, 2002 11:48:30.531 !MESSAGE java.lang.NullP...
resolved fixed
a4bb112
["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/IncrementalFindTarget.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-30T13:49:17Z
2002-05-28T10:00:00Z
18,268
Bug 18268 not finding images and files in NL-specific subdirectories
build 200205291235 Setup - Start eclipse. - Open the about dialog - Observe: There is a main image. - Exit eclipse. 1. Copy the file <install>/eclipse/org.eclipse.platform_2.0.0/eclipse_lg.gif down into an NL-specific subdirectory; i.e., move it to <install>/eclipse/org.eclipse.platform_2.0.0/nl/en/eclipse_lg.gif 2. De...
resolved fixed
8435a70
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/AboutInfo.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-30T13:11:56Z
2002-05-30T00:53:20Z
16,199
Bug 16199 new welcome page presentation
Notes from a discussion with Kevin H before lunch: The workbench should have a Help -> "Getting Started" menu item that opens a dialog of some sort; the dialog presents a list of all features with a welcome page ("welcomePage" property in feature's plug-in's about.ini file) and affords the user some way to make a singl...
resolved fixed
ea54731
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/AboutInfo.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/QuickStartAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WelcomePageSelectionDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/inter...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-29T20:41:46Z
2002-05-16T20:13:20Z
16,984
Bug 16984 Need to make Text Encoding pref real
Build 20020521 Needs to be moved out of Work in Progress.
resolved fixed
b4ec21d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EditorsPreferencePage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkInProgressPreferencePage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-29T18:43:25Z
2002-05-22T17:53:20Z
17,385
Bug 17385 [EditorMgmt] Write openEditor in terms of IStorage instead of
I tried to open "package.html" which was in a jar (org.elcipse.core.boot/boot.jar). I got the following: !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 May 23, 2002 11:18:46.71 !MESSAGE org.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput !STACK 0 java.lang.ClassCastException: org.ec...
resolved wontfix
e8e9968
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-29T15:21:11Z
2002-05-23T16:06:40Z
17,480
Bug 17480 Menus for Ole documents incorrect
Eclipse F1 1) Open an ole editor on a bitmap file 2) Open an ole eidtor on a word document 3) flip between the two tabs by clicking on the tabs. Notice that the menu is not the correct menu for the ole editor that is active. The problem is that one editor is being activated and setting the menu and then the other edito...
closed fixed
09b0b23
["bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-29T13:58:20Z
2002-05-23T18:53:20Z
16,947
Bug 16947 Window becomes useless once all persp. are closed.
1) Change preferences to Open a perspective in a new window. 2) Close all perspectives in a window. 3) You can't open a perspective in that window anymore. Options: 1) Ask the user if the window should be closed when the last persp. is closed. 2) Open a perspective in the same window if there is no perspective in that ...
resolved fixed
53e18ee
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ChangeToPerspectiveMenu.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T20:02:54Z
2002-05-22T17:53:20Z
16,974
Bug 16974 Export on packages view don't care with the select items
Build 20020521 Tested on Linux/Motif and W2K 1) Select some Items in the Packages view 2) In popup menu choice the option "Export..." 3) In the first page of the export dialog choice "File System" 4) The selects items to be export are not the same items that was select on the step 1 in the packages view. The bug do not...
closed fixed
13e632b
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/ExportResourcesAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/ImportResourcesAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T18:06:41Z
2002-05-22T17:53:20Z
16,433
Bug 16433 Bad failure mode when view fails to load
Build 20020519 1) Start with a new workspace 2) New->Project->Plugin Project 3) Choose the sample "Plugin with a view" 4) Hit finish 5) Now launch a runtime workspace with this new plugin 6) Open the "Sample View" created by the plugin 7) Shutdown the runtime workbench 8) Edit the Plugin class for your sample view plug...
resolved fixed
08164f2
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T16:37:03Z
2002-05-20T15:53:20Z
16,364
Bug 16364 Task list tab shows incorrect number of items
build 20020517 The task list tab indicates I have (0 items). The title indicates (correctly) that I have 1 item.
resolved fixed
c909915
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T16:21:54Z
2002-05-18T19:26:40Z
9,545
Bug 9545 NPE when selecting an entry in advanced tracing page
20020212 1. in the preferences, 'Advanced Tracing' page, select 'Workspace Plug-ins' java.lang.NullPointerException at org.eclipse.ui.views.properties.PropertySheetPage.handleEntrySelection (PropertySheetPage.java:161) at org.eclipse.ui.views.properties.PropertySheetPage$1.selectionChanged (PropertySheetPage.java:97) a...
resolved fixed
3cb64a8
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertySheetPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T15:59:48Z
2002-02-13T11:33:20Z
16,915
Bug 16915 Editors not closed properly when reusing editors with multiple workbooks
Number of editors to reuse should be independent of the number of editor workbooks but seems that if the number is 4 and you have 2 editors workbook, you may end up with 8 editors. When the editor to be reused is in another workbook, the active workbook is changed. I think that making sure the number of opened editors ...
resolved fixed
13992c3
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T15:19:58Z
2002-05-22T17:53:20Z
18,007
Bug 18007 Perspective icon tooltips should indicate "Perspective"
Build 20020521 The tooltip you get when hovering over a perspective icon should indicate "{0} Perspective" to distinguish them from fast views. E.g. "Java Perspective" instead of just "Java". A small change, but it's important to distinguish between perspectives and fast views.
resolved fixed
f549b02
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SetPagePerspectiveAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T15:14:41Z
2002-05-28T01:40:00Z
16,885
Bug 16885 Dismissing fast view should not unzoom other editors and views
Build 20020521 - zoom an editor - activate a fast view - dismiss the fast view - the editor is unzoomed The tests are failing due to this problem. This was apparently introduced in the fix to fast view zooming. While more aggressively unzooming is better than corrupting the layout, we previously tried to keep editors a...
resolved fixed
f4f677d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T14:56:38Z
2002-05-22T15:06:40Z
17,981
Bug 17981 Cycle Actions do not work in German
The Ctrl+F6,F7 and F8 do not work in German. Ctrl+F6 and Ctrl+F7 work sometimes and Ctrl+F8 never works. I suspect it is because the accelerators are never explicitly set.
closed fixed
d3a125c
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CycleEditorAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T14:43:33Z
2002-05-27T20:06:40Z
2,523
Bug 2523 Some actions still enabled when project closed (1GFJB19)
Close a project. Notice from the project's popup menu, that copy and move are still enabled. But they fail with an error message saying project is not opened (duh!) Same applies to Go Into Go To? Open Perspective? NOTES:
resolved fixed
dbe9db3
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoActionGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/OpenActionGroup.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T14:38:05Z
2001-10-11T03:13:20Z
16,889
Bug 16889 Header/Banner background in Preferences page
The background color of the header in the Preferences page is not being set, but it seems that the foreground is set. In some color themes on AIX, the header title is not visible because the chosen foreground happens be the same as the default background. Plus, the image in the right/top corner has white background. It...
closed fixed
d9e53d4
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/TitleAreaDialog.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/resource/JFaceColors.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclips...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T13:02:20Z
2002-05-22T15:06:40Z
17,277
Bug 17277 Java Editor: converting line delimiters and undo
If I convert line delimiters for a file and then choose 'undo' only the last delimiter is changed. My test file had 3000 lines :-)
verified fixed
6ae3301
["bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/DefaultUndoManager.java", "bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/ITextViewerExtension.java", "bundles/org.eclipse.ui/Eclipse", "JFace", "Text/org/eclipse/jface/text/TextViewer.java", "bundles/org.eclipse.ui/Eclipse...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T10:57:45Z
2002-05-23T13:20:00Z
16,014
Bug 16014 Find dialog replaces search string
1. Select a work (e.g. "abc") 2. Open Find dialog (Ctrl+F) 3. Enter different string into the Replace With field (e.g. "xyz") 4. Press "Replace" Note: The search string ("abc") has been replaced (with "xyz")
resolved fixed
f49960b
["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/FindReplaceAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-28T10:56:43Z
2002-05-15T08:06:40Z
17,893
Bug 17893 Editor reuse threshold does not disable properly when defaults restored
Build 20020521 - go to Workbench prefs - if Close Editors Automatically is selected, deselect it - Note that the label and field for "Number of opened editors before closing" are disabled - select Close Editors Automatically - change Number of opened editors before closing to 4 - Restore Defaults - Close Editors is des...
resolved fixed
1ef7395
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T23:33:21Z
2002-05-27T03:26:40Z
16,988
Bug 16988 Key Bindings pref needs to be real
Build 20020521 Need to move it out of Work in Progress page.
resolved fixed
0ef1577
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkInProgressPreferencePage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T22:24:45Z
2002-05-22T17:53:20Z
17,894
Bug 17894 Open Mode pref not reset by Restore Defaults
Build 20020521 - go to Workbench prefs - change Open Mode to Single Click and select both checkboxes - Restore Defaults - no change to these It should revert to Double Click and clear both checkboxes
resolved fixed
bae207e
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T22:14:15Z
2002-05-27T03:26:40Z
17,382
Bug 17382 Ctrl+Shift+T does not work in emacs mode
Build 20020521 - switch to emacs mode - close all perspectives - open Java perspective - Navigate / Open Type has Ctrl+Shift+T as accelerator - it works now - open a text editor (either plain text or Java editor) - Ctrl+Shift+T no longer works - Navigate / Open Type still indicates it as its acceleror
resolved fixed
4ecd821
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WWinKeyBindingService.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T21:39:03Z
2002-05-23T16:06:40Z
16,771
Bug 16771 Actions rely on localization support.
Accelerators that use Spaces (Content assist and parameter assist) do not work in Locales other than English (tested in German and Italian with the same results).
closed fixed
cc0e1a6
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/NewWizardAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ActivateEditorAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePerspectiveAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T21:20:37Z
2002-05-22T12:20:00Z
16,692
Bug 16692 Editor Action Bars not updating properly
20020519 build 1. Go to the resources view. In Navigator pane do the following (in this order): a. double click on a *.class file b. double click on a *.java file c. double click on a *.java file d. double click on a *.class file. 2. The file in Step d has focus. Move the mouse over the tab for the file in Step a. Clos...
resolved fixed
6641e1c
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T20:19:06Z
2002-05-21T19:40:00Z
16,854
Bug 16854 NPE in OleEditor
Windows 2000 Eclipse F1 Noticed many of these entries in my .log. Not sure how to reproduce it. !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.core.resources. !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.editorsupport.win32.OleEditor$1.resourceChanged (OleEditor.java:47) a...
closed fixed
2c4d667
["bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T19:48:49Z
2002-05-22T15:06:40Z
17,232
Bug 17232 WWinPluginAction is a source of memory leak
F1 WWinPluginAction creates a RetargetAction in its constructor and then calls partActivated on it, which registers the RetargetAction as a propertyChangeListener partDeactivated seems to be never called on that RetargetActin, which leads to memory leaks
resolved fixed
70ea0e9
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T19:42:55Z
2002-05-23T13:20:00Z
16,384
Bug 16384 Leak: Outline hangs onto registered menus
After working for a while (4 hours) with eclipse, I get OutofmemoryError. I have Win2k/Sp2/384MB RAM. I suspect it's a memory leak. I have some large projects loaded on my workspace but I work with only few small projects. Eclipse build - integration 20020517
resolved fixed
60eb9fe
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T18:34:37Z
2002-05-19T12:06:40Z
16,445
Bug 16445 Import External Project should only ask for location
null
closed fixed
712fddb
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T15:09:34Z
2002-05-20T15:53:20Z
17,504
Bug 17504 Local history preference "Entries per file" can only be lowered, never increased
build F1 -set the "Entries per file" local history preference from the default 50 you probably have now to 10 -restart ->You can no longer set the value higher than 10. Doing so results in a message "Above maximum Entries per file: 10".
closed fixed
70aef89
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileStatesPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T14:38:06Z
2002-05-23T21:40:00Z
17,813
Bug 17813 Export Select Types does not filter but uses entire workbench
The select types function in Export currently doies not filter on the current selection but rather selects all files of the filtered type. STEPS 1) Create 2 Java Projects with classes 2) Select one of them 3) Select export - the selected one is selected 4) Filter on.java - java files in both are selected
closed fixed
e780c50
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardExportResourcesPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-27T12:14:24Z
2002-05-24T19:53:20Z
10,034
Bug 10034 Inconsistent file structure for export selected directories
Since the version 2.0, we have an abnormal behaviour with the export function. With 1.0 version, if we have a project name <test> with a default package and a package called <pactest>, and choose to export this project into a file systme folder <foldertest>, the result is : - all the classes of default package are expo...
closed fixed
a9b9d10
["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/FileSystemExportOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-24T20:08:50Z
2002-02-21T08:26:40Z
16,558
Bug 16558 Cannot get to hyperlink in About dialogs with keyboard
The About Dialogs (about, About Features and Aout plug-ins) all have hyperlinks that cannot be negotiated with the keyboard.
resolved fixed
aad51df
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-21T18:32:18Z
2002-05-21T14:06:40Z
16,374
Bug 16374 Should prompt for new name on paste to same location
null
resolved fixed
01a2e98
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-21T00:39:50Z
2002-05-19T01:00:00Z
12,650
Bug 12650 Contributing action sets from plugin fragments
Build: 20020328 I attempted to contribute an action set to the UI plugin. The class for the action delegate was found, but the icons were not. I believe this is due to the fact that WorkbenchImages.getImageDescriptorFromExtension(...) does not search plugin fragments for icons. This means that translators cannot provid...
resolved fixed
736b645
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-20T18:29:52Z
2002-04-02T20:40:00Z
16,377
Bug 16377 Dismissing zoomed fast view corrupts perspective layout
Build 20020517 - imported a file (CopyFilesAndFoldersOperation.java) - had sync already open as a fast view - did a sync - zoomed sync view by double-clicking in its title bar - reviewed changes - dismissed sync view by clicking in shortcut bar - the perspective went completely blank - made sync view active again by cl...
resolved fixed
52d22e1
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-20T17:04:55Z
2002-05-19T03:46:40Z
16,317
Bug 16317 AboutPlugins dialog and AboutFeaturesDialog have %Appname in title
build 20020517 AboutPlugins dialog and AboutFeaturesDialog have %Appname in title Should not be using app name
resolved fixed
d47fcb3
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutPluginsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-17T21:44:04Z
2002-05-17T21:13:20Z
7,734
Bug 7734 System can be shut down without save-file warnings
When a WSWB session is open with some opened, dirty .txt file, shutting down Windows will cause the loss of the changes in the .txt file. Steps To Reproduce: start WSWB and create a new project create a text file in the project and add a line of text to it. Notice that the text file is marked as a dirty file Left click...
resolved fixed
89214bb
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-17T20:45:11Z
2002-01-16T16:53:20Z
16,178
Bug 16178 LRU working set contains removed working set
The last recently list is not updated when one of its working sets is deleted.
resolved fixed
03c0a34
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkingSetManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilterDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-17T18:20:04Z
2002-05-16T17:26:40Z
16,153
Bug 16153 NPE in EditorManager
Eclipse 20020515 Windows 2000 Note: I tried this also in 0508 and the problem did not occur. I also tried it on 0515 with the SWT plugin from 0508 and it still happens. 1) start a brand new eclipse workspace 2) create a java project 3) create a file abc.doc in the project 4) create a file xyz.bmp in the project 5) clic...
resolved fixed
4dbfd3e
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-17T17:56:58Z
2002-05-16T14:40:00Z
16,244
Bug 16244 NPE when changing pages in preference dialog
nightly build 0517, likely happens on all platforms - open the preferences dialog - click on any top-level preference page tree item (eg.- Java) and get the attached exception - the exception does not occur if preference pages in the tree are traversed using the arrow keys instead of the mouse
resolved fixed
0b3e3e2
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/util/OpenStrategy.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-17T15:26:42Z
2002-05-17T12:53:20Z
16,146
Bug 16146 setActiveEditor is not called when last editor closed
Build 20020515 Kai reports that EditorActionBarContributor.setActiveEditor is not getting called with null when the last editor of that type is closed. This used to happen, and they rely on it to properly unhook / dispose things. This may be the cause of some of the NPEs we've been seeing since a disposed editor may be...
resolved fixed
25cf6a1
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IEditorActionBarContributor.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBars.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorActionBuilder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/int...
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-16T23:28:28Z
2002-05-16T14:40:00Z
14,238
Bug 14238 NPE at ViewPane.drawGradient() while restoring workspace
On M5 drive, following error observed several times while restoring workspace. <?xml version="1.0" encoding="UTF-8"?> <log> <log-entry date="Fri Apr 19 10:29:50 EDT 2002"> <status plugin-id="org.eclipse.ui" severity="WARNING" message="Problems occurred when invoking code from plug-in: org.eclipse.ui." code="2"> <except...
resolved fixed
6b1a0b6
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-16T22:00:07Z
2002-04-19T15:26:40Z
7,704
Bug 7704 Startup perspective from command line
In a standalone install of our product, when our icon on the desktop is double- clicked, our users want to see our windows active on startup. To do this we need a mechanism to specify that our perspective is the active one on start up. We do not want other pages or views to be destroyed. The workbench can persist all t...
resolved fixed
cdd54b0
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-16T20:28:21Z
2002-01-16T14:06:40Z
12,758
Bug 12758 NPE in SelectionEnabler
SelectionEnabler.isEnabledFor(ITextSelection) should do a null check for classes just as SelectionEnabler.isEnabledFor(IStructuredSelection) does. Otherwise, I get an NPE in SelectionEnabler.verifyElement(ITextSelection).
resolved fixed
b076cd3
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectionEnabler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-16T19:54:39Z
2002-04-04T08:46:40Z
15,413
Bug 15413 Label lost shortcut text
Build 20020502 + HEAD - you will see this in build I20020508 Using default key bindings 1. Open a new workspace 2. Create a Java project 3. Select the Packages view --> verify that the Search -> Declarations -> Workspace menu item contains the shortcut key (Ctrl+G) 4. Open the editor on a class file 5. Select the Packa...
resolved fixed
1b90f84
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/LabelRetargetAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-16T16:49:30Z
2002-05-07T14:00:00Z
16,013
Bug 16013 Working Set icon displayed as red square
There seems to be a problem with the working set icon: a red square is shown instead of the icon. Note: 1) since it is now read it picks up the icon declaration 2) the icon (path) I use is copied from another icon declaration where the icon shows up Therefore I assume there's a problem in the code which picks up the ic...
resolved fixed
dc5aa1d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/WorkingSetDescriptor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-16T16:02:40Z
2002-05-15T08:06:40Z
16,045
Bug 16045 Esc key doesn't close the About box
Minor, TRIVIAL little issue: should be able to close the About box with the escape key.
verified fixed
b736303
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-16T13:41:56Z
2002-05-15T16:26:40Z
15,799
Bug 15799 IWorkbenchWindowActionDelegate actions don't honor setText call in first selection change
Build 20020508 I try to change the label of a global action inside of IWorkbenchWindowActionDelegate#selectionChanged but this doesn't have any effect when receiving the selection change event the first time. The problem seems to be the following code: public ActionDecriptor#ActionDescriptor(IConfigurationElement actio...
resolved fixed
5d394dd
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ActionDescriptor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-16T13:16:13Z
2002-05-11T09:40:00Z
15,428
Bug 15428 Need to allow products to override editor associations
For 2.0, we need to allow products to specify which editor should be the default associated with a specific file type. This can be done by using the preference store to specify the order of editor associations. For example, plugin A defines an XML editor. Plugin B defines a better XML editor. The product should be able...
resolved fixed
ef87750
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-15T18:15:09Z
2002-05-07T14:00:00Z
5,134
Bug 5134 Default button in About dialog is wrong
Open the about dialog. The default button is "Plugin Info". It should be "OK".
resolved fixed
843b4b9
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-15T13:13:31Z
2001-10-22T14:13:20Z
15,967
Bug 15967 IndexOutOfBoundsException in Perspective.getViewReferences
build 20020514 No sure how I've got it. Just checked the log and found it. !ENTRY org.eclipse.ui 4 0 5/14/02 3:37 PM !MESSAGE Index: 1, Size: 1 !STACK 0 java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 at java.util.ArrayList.RangeCheck(ArrayList.java(Compiled Code)) at java.util.ArrayList.get(ArrayList.java(Compi...
resolved fixed
6de9c13
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-14T21:22:19Z
2002-05-14T21:00:00Z
15,801
Bug 15801 NPE New class wizard opened on non-Java project
1) create a simple project ZZZ 2) new>Java>class 3) next NPE !ENTRY org.eclipse.ui 4 0 Sat May 11 13:10:22 GMT+02:00 2002 !MESSAGE java.lang.NullPointerException !STACK java.lang.NullPointerException at org.eclipse.jface.wizard.WizardPage.getShell(WizardPage.java:196) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.set...
resolved fixed
af0c8db
["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/WizardDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-14T17:31:01Z
2002-05-11T12:26:40Z
15,899
Bug 15899 Close all saved does not work all the time
Using build 2002-05-08 with latest UI code Close all editors Create a new file f1.txt Select Close All Saved from the file menu. Nothing happens. It should close the file as no changes have been made
verified fixed
92c1cc1
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-14T16:14:34Z
2002-05-13T20:00:00Z
15,909
Bug 15909 ReopenEditorMenu should not catch RuntimeException.
ReopenEditorMenu should not catch RuntimeException. It should you SafeRunnableAdapter instead.
resolved fixed
955d56d
["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ReopenEditorMenu.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2002-05-14T16:11:32Z
2002-05-13T22:46:40Z