issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 32 build cn131-20020403 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -dev bin -data d:\eclipse\plugins -update -install file:D:/eclipse20020612-F3/eclipse/ !ENTRY org.eclipse.ui 4 2 Jun 13, 2002 10:04:27.272 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui". !STACK 0 java.lang.NullPointerException at org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditorActionContributor.setActi veEditor(ClassFileEditorActionContributor.java:88) at org.eclipse.ui.internal.EditorActionBars.partChanged (EditorActionBars.java:122) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1541) at org.eclipse.ui.internal.WorkbenchWindow$7.run (WorkbenchWindow.java:1209) at org.eclipse.swt.custom.BusyIndicator.showWhile (BusyIndicator.java:64) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1196) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1089) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1080) at org.eclipse.ui.internal.Workbench.access$7(Workbench.java:1060) at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:796) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:813) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:748) at org.eclipse.ui.internal.Workbench.init(Workbench.java:562) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1153) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) | 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 build (I was running with 0612 08:44 build) * start up * Help> Software Updates> New Updates * should find 1 update for the SDK .... proceed to install it * restart when prompted * I opened update manager, in Configuration View expanded the Configuration History folder, selected the top configuration (has a little running man overlay), and in preview page clicked [Revert] * restart when prompted * shut down, restart again In the last step (not sure if on shut down or restart) I go the following in the log: !ENTRY org.eclipse.ui 4 2 Jun 12, 2002 17:39:32.891 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui". !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:133) at org.eclipse.jface.util.Assert.isNotNull(Assert.java:110) at org.eclipse.jface.util.ListenerList.remove(ListenerList.java:145) at org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferenceStore.removeProper tyChangeListener(AbstractUIPlugin.java:224) at org.eclipse.ui.internal.dialogs.WelcomeEditor.dispose(WelcomeEditor.java:490) at org.eclipse.ui.internal.WorkbenchPage$5.run(WorkbenchPage.java:902) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:813 ) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:900) at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(WorkbenchPage.java:661) at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage.java:919) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(WorkbenchWindow.java:406) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:863) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:322) at org.eclipse.ui.internal.WorkbenchWindow.access$3(WorkbenchWindow.java:311) at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindow.java:367) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:64) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:365) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:103) at org.eclipse.ui.internal.Workbench$2.run(Workbench.java:202) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:813 ) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:173) at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:150) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:291) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:64) at org.eclipse.ui.internal.Workbench.close(Workbench.java:289) at org.eclipse.ui.internal.Workbench.close(Workbench.java:281) at org.eclipse.ui.internal.Workbench.close(Workbench.java:275) at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:31) at org.eclipse.jface.action.Action.runWithEvent(Action.java:749) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont ributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContribu tionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem. java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(Actio nContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:73 9) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) | 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 had been copying that file forward). Are we trapped or can we fix Welcome... to work even when the primary feature does not have a welcome.xml specified. | 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 Ctrl+X Ctrl+S - Save All (not a problem, but could use Ctrl+X S, like Epsilon) - Print - shows Ctrl+P even though this is bound to previous line Edit menu: - Undo and Redo are blank - Cut, Copy, Paste, Delete, Select All, Find have default accelerator text In 20020611, there are different problems: - Project / Rebuild All shows Ctrl+B even though it's bound to back character. In 20020611+latest, it is blank (correct). - Debug actions Run to Line, Run Snippet, Display, Inspect show wrong accelerator text | 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 TestClass { static class InnerClass extends Runnable { public void run() { } } } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6)Change preference->Workbench->Perspective to open perspective in new window. 7)Change preference->Java to "Open a new Type Hierarchy Perspective" 8)Exit workbench and restart it. 9) Select the TestClass (the class not the unit) in the package view and popup menu -> The team menu is there (disabled but it does not matter). 10 Exit workbench and restart it. (Again) 11) Select the word InnerClass in the text editor and press F4 12) Popup menu on the new hierarchy view -> Team menu is not there but that is "OK" since it is a inner class. 13) Select the word TestClass in the new text editor and press F4 -> The team menu is not there but it should since it is not a inner class. 14) You should have 3 opened windows. Close the two new windows. 15) Select the TestClass in the package view and popup menu -> The team menu is not there anymore. It was there in the step "9". Note: TestClass.java is not in any CVS repository but I first saw the problem with a file managed by CVS. | 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 status line once the appropriate action has been run. However, the action could have written to the status line. We currently do not have the API necessary to get the message in the status line, so it is not possible to solve the problem in general. The problem can be solved for some cases by not clearing the status line when running in the default mode. | 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 results. | 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 correct label 7) Click in the editor and then back in the outline, the toolitem now has the correct tooltip. | 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/ui/internal/dialogs/DecoratorsPreferencePage.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-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 of the run menu, all action set contributions are gone. | 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 needed. | 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/WorkbenchPartReference.java"] | 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: Configuration=Jun 4, 2002 11:53:14 AM Current configuration=false Date=Tue Jun 04 11:53:15 EDT 2002 Target=file:E:/Eclipse-int-06-02/eclipse/ Action=Site installed Status=Success Date=Tue Jun 04 11:53:15 EDT 2002 Target=file:E:/Eclipse-int-06-02/eclipse/.config/platform.cfg.metadata/LocalSite .xml Action=Reconcile Status=Success ---------------------------------------------------- Configuration=Jun 4, 2002 11:56:02 AM Current configuration=false Date=Tue Jun 04 11:56:02 EDT 2002 Target=file:e:/Eclipse-int-06-02/GEF/Runtime/eclipse/ Action=Site installed Status=Success Date=Tue Jun 04 11:56:02 EDT 2002 Target=file:E:/Eclipse-int-06-02/eclipse/ Action=Site installed Status=Success Date=Tue Jun 04 11:56:03 EDT 2002 Target=file:E:/Eclipse-int-06-02/eclipse/workspace/.metadata/.config/platform.cf g.metadata/LocalSite.xml Action=Reconcile Status=Success ---------------------------------------------------- Configuration=Jun 4, 2002 11:56:35 AM Current configuration=false Date=Tue Jun 04 11:56:35 EDT 2002 Target=com.ibm.etools.gef_2.0.0 Action=Enabled Status=Success ---------------------------------------------------- Configuration=Jun 4, 2002 11:59:11 AM Current configuration=false Date=Tue Jun 04 11:59:11 EDT 2002 Target=file:e:/Eclipse-int-06-02/GEF/Runtime/eclipse/ Action=Site installed Status=Success Date=Tue Jun 04 11:59:11 EDT 2002 Target=file:e:/Eclipse-int-06-02/GEF/Examples/eclipse/ Action=Site installed Status=Success Date=Tue Jun 04 11:59:11 EDT 2002 Target=file:E:/Eclipse-int-06-02/eclipse/ Action=Site installed Status=Success Date=Tue Jun 04 11:59:11 EDT 2002 Target=file:E:/Eclipse-int-06-02/eclipse/workspace/.metadata/.config/platform.cf g.metadata/LocalSite.xml Action=Reconcile Status=Success ---------------------------------------------------- Configuration=Jun 4, 2002 11:59:27 AM Current configuration=true Date=Tue Jun 04 11:59:27 EDT 2002 Target=com.ibm.etools.gef.examples.logicdesigner_2.0.0 Action=Enabled Status=Success | 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 have severity OK, WARNING, or ERROR. In the case of a warning, you want to give the user the choice of whether or not they want to go ahead with the import. They may want to ignore minor compatibilty problems and go ahead with the import anyway. See the Preferences#validatePreferenceVersions javadoc for more details. | 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/EditorRegistry.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveDescriptor.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "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 can only shutdown. !ENTRY org.eclipse.ui 4 2 Jun 01, 2002 23:47:00.21 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui". !STACK 0 java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:1873) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Composite.setTabList(Composite.java:381) at org.eclipse.ui.internal.EditorArea.updateTabList(EditorArea.java:307) at org.eclipse.ui.internal.EditorArea.setActiveWorkbook (EditorArea.java:282) at org.eclipse.ui.internal.EditorArea.setActiveWorkbookFromID (EditorArea.java:291) at org.eclipse.ui.internal.EditorPresentation.setActiveEditorWorkbookFromID (EditorPresentation.java:358) at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:816) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor (EditorManager.java:774) at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:764) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:64) at org.eclipse.ui.internal.EditorManager.restoreEditor (EditorManager.java:760) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1141) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorManager.getVisibleEditor (EditorManager.java:275) at org.eclipse.ui.internal.WorkbenchPage.getActiveEditor (WorkbenchPage.java:1100) at org.eclipse.jdt.internal.debug.ui.actions.ManageWatchpointActionDelegate.setEnab ledState(ManageWatchpointActionDelegate.java:282) at org.eclipse.jdt.internal.debug.ui.actions.AbstractManageBreakpointActionDelegate .update(AbstractManageBreakpointActionDelegate.java:112) at org.eclipse.jdt.internal.debug.ui.actions.ManageBreakpointActionDelegate.selecti onChanged(ManageBreakpointActionDelegate.java:174) at org.eclipse.ui.internal.PluginAction.refreshEnablement (PluginAction.java:170) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:232) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:252) at org.eclipse.ui.internal.AbstractSelectionService$3.run (AbstractSelectionService.java:137) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection (AbstractSelectionService.java:135) at org.eclipse.ui.internal.AbstractSelectionService.reset (AbstractSelectionService.java:291) at org.eclipse.ui.internal.AbstractSelectionService.partDeactivated (AbstractSelectionService.java:274) at org.eclipse.ui.internal.WWinPartService.partDeactivated (WWinPartService.java:124) at org.eclipse.ui.internal.PartListenerList$4.run (PartListenerList.java:99) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartDeactivated (PartListenerList.java:97) at org.eclipse.ui.internal.WorkbenchPage.firePartDeactivated (WorkbenchPage.java:1053) at org.eclipse.ui.internal.WorkbenchPage.onDeactivate (WorkbenchPage.java:1547) at org.eclipse.ui.internal.WorkbenchWindow$7.run (WorkbenchWindow.java:1157) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:64) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1152) at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages (WorkbenchWindow.java:394) at org.eclipse.ui.internal.WorkbenchWindow.hardClose (WorkbenchWindow.java:845) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:322) at org.eclipse.ui.internal.WorkbenchWindow.access$3 (WorkbenchWindow.java:311) at org.eclipse.ui.internal.WorkbenchWindow$2.run (WorkbenchWindow.java:367) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:64) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:365) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:103) at org.eclipse.ui.internal.Workbench$2.run(Workbench.java:202) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:173) at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:150) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:291) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:64) at org.eclipse.ui.internal.Workbench.close(Workbench.java:289) at org.eclipse.ui.internal.ExceptionHandler.closeWorkbench (ExceptionHandler.java:109) at org.eclipse.ui.internal.ExceptionHandler.handleException (ExceptionHandler.java:94) at org.eclipse.jface.window.Window.runEventLoop(Window.java:561) at org.eclipse.jface.window.Window.open(Window.java:538) at org.eclipse.jface.dialogs.MessageDialog.openInformation (MessageDialog.java:336) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1145) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorManager.getVisibleEditor (EditorManager.java:275) at org.eclipse.ui.internal.WorkbenchPage.getActiveEditor (WorkbenchPage.java:1100) at org.eclipse.jdt.internal.debug.ui.actions.ManageWatchpointActionDelegate.setEnab ledState(ManageWatchpointActionDelegate.java:282) at org.eclipse.jdt.internal.debug.ui.actions.AbstractManageBreakpointActionDelegate .update(AbstractManageBreakpointActionDelegate.java:112) at org.eclipse.jdt.internal.debug.ui.actions.ManageBreakpointActionDelegate.selecti onChanged(ManageBreakpointActionDelegate.java:174) at org.eclipse.ui.internal.PluginAction.refreshEnablement (PluginAction.java:170) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:232) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:252) at org.eclipse.ui.internal.AbstractSelectionService$3.run (AbstractSelectionService.java:137) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection (AbstractSelectionService.java:135) at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged (AbstractSelectionService.java:50) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:147) at org.eclipse.jface.viewers.StructuredViewer.updateSelection (StructuredViewer.java:1153) at org.eclipse.jface.viewers.StructuredViewer.handleSelect (StructuredViewer.java:544) at org.eclipse.jface.viewers.StructuredViewer$1.widgetSelected (StructuredViewer.java:568) at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent (OpenStrategy.java:171) at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:168) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:297) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.jface.window.Window.runEventLoop(Window.java:558) at org.eclipse.jface.window.Window.open(Window.java:538) at org.eclipse.jface.dialogs.MessageDialog.openInformation (MessageDialog.java:336) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1145) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor (EditorWorkbook.java:782) at org.eclipse.ui.internal.EditorWorkbook$2.widgetSelected (EditorWorkbook.java:134) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:634) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:1683) at org.eclipse.swt.custom.CTabFolder.destroyItem(CTabFolder.java:501) at org.eclipse.swt.custom.CTabItem.dispose(CTabItem.java:99) at org.eclipse.ui.internal.EditorWorkbook.removeTab (EditorWorkbook.java:610) at org.eclipse.ui.internal.EditorWorkbook.remove (EditorWorkbook.java:548) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:183) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:79) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:60) at org.eclipse.ui.internal.EditorManager.closeEditor (EditorManager.java:114) at org.eclipse.ui.internal.WorkbenchPage.closeEditor (WorkbenchPage.java:682) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1144) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor (EditorWorkbook.java:782) at org.eclipse.ui.internal.EditorWorkbook.remove (EditorWorkbook.java:540) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:183) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:79) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:60) at org.eclipse.ui.internal.EditorManager.closeEditor (EditorManager.java:114) at org.eclipse.ui.internal.WorkbenchPage.closeEditor (WorkbenchPage.java:682) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1144) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor (EditorWorkbook.java:782) at org.eclipse.ui.internal.EditorWorkbook.remove (EditorWorkbook.java:540) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:183) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:79) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:60) at org.eclipse.ui.internal.EditorManager.closeEditor (EditorManager.java:114) at org.eclipse.ui.internal.WorkbenchPage.closeEditor (WorkbenchPage.java:682) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1144) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor (EditorWorkbook.java:782) at org.eclipse.ui.internal.EditorWorkbook.remove (EditorWorkbook.java:540) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:183) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:79) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:60) at org.eclipse.ui.internal.EditorManager.closeEditor (EditorManager.java:114) at org.eclipse.ui.internal.WorkbenchPage.closeEditor (WorkbenchPage.java:682) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1144) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorManager.getVisibleEditor (EditorManager.java:275) at org.eclipse.ui.internal.WorkbenchPage.getActiveEditor (WorkbenchPage.java:1100) at org.eclipse.jdt.internal.debug.ui.actions.ManageWatchpointActionDelegate.setEnab ledState(ManageWatchpointActionDelegate.java:282) at org.eclipse.jdt.internal.debug.ui.actions.AbstractManageBreakpointActionDelegate .update(AbstractManageBreakpointActionDelegate.java:112) at org.eclipse.jdt.internal.debug.ui.actions.ManageBreakpointActionDelegate.selecti onChanged(ManageBreakpointActionDelegate.java:174) at org.eclipse.ui.internal.PluginAction.refreshEnablement (PluginAction.java:170) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:232) at org.eclipse.ui.internal.PluginAction.selectionChanged (PluginAction.java:252) at org.eclipse.ui.internal.AbstractSelectionService$3.run (AbstractSelectionService.java:137) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection (AbstractSelectionService.java:135) at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged (AbstractSelectionService.java:50) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:147) at org.eclipse.jface.viewers.StructuredViewer.updateSelection (StructuredViewer.java:1153) at org.eclipse.jface.viewers.StructuredViewer.handleInvalidSelection (StructuredViewer.java:514) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection (StructuredViewer.java:700) at org.eclipse.jface.viewers.AbstractTreeViewer.remove (AbstractTreeViewer.java:961) at org.eclipse.ui.model.WorkbenchContentProvider.processDelta (WorkbenchContentProvider.java:154) at org.eclipse.ui.model.WorkbenchContentProvider$1.run (WorkbenchContentProvider.java:189) at org.eclipse.ui.internal.UIWorkspaceLock.doPendingWork (UIWorkspaceLock.java:53) at org.eclipse.ui.internal.UIWorkspaceLock.acquire (UIWorkspaceLock.java:38) at org.eclipse.core.internal.resources.WorkManager.checkIn (WorkManager.java:80) at org.eclipse.core.internal.resources.Workspace.prepareOperation (Workspace.java:1311) at org.eclipse.core.internal.resources.Resource.refreshLocal (Resource.java:965) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitDocumentProvider.createEle mentInfo(CompilationUnitDocumentProvider.java:809) at org.eclipse.ui.texteditor.AbstractDocumentProvider.connect (AbstractDocumentProvider.java:278) at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput (AbstractTextEditor.java:1615) at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput (StatusTextEditor.java:160) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.doSetInput (JavaEditor.java:546) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.doSetInput (CompilationUnitEditor.java:1001) at org.eclipse.ui.texteditor.AbstractTextEditor.init (AbstractTextEditor.java:1231) at org.eclipse.ui.internal.EditorManager.createSite (EditorManager.java:547) at org.eclipse.ui.internal.EditorManager.openInternalEditor (EditorManager.java:596) at org.eclipse.ui.internal.EditorManager.access$5 (EditorManager.java:592) at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:820) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor (EditorManager.java:774) at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:764) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:64) at org.eclipse.ui.internal.EditorManager.restoreEditor (EditorManager.java:760) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1141) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor (EditorWorkbook.java:782) at org.eclipse.ui.internal.EditorWorkbook.remove (EditorWorkbook.java:540) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:183) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:79) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:60) at org.eclipse.ui.internal.EditorManager.closeEditor (EditorManager.java:114) at org.eclipse.ui.internal.WorkbenchPage.closeEditor (WorkbenchPage.java:682) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1144) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1133) at org.eclipse.ui.internal.EditorWorkbook.setVisibleEditor (EditorWorkbook.java:782) at org.eclipse.ui.internal.EditorWorkbook.remove (EditorWorkbook.java:540) at org.eclipse.ui.internal.EditorArea.removeEditor(EditorArea.java:183) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:79) at org.eclipse.ui.internal.EditorPresentation.closeEditor (EditorPresentation.java:69) at org.eclipse.ui.internal.EditorManager.closeEditor (EditorManager.java:110) at org.eclipse.ui.internal.WorkbenchPage.closeEditor (WorkbenchPage.java:712) at org.eclipse.ui.texteditor.AbstractTextEditor$8.run (AbstractTextEditor.java:1653) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1504) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1292) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block (ModalContext.java:133) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:258) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:335) at org.eclipse.ui.actions.DeleteResourceAction.run (DeleteResourceAction.java:354) at org.eclipse.ui.views.navigator.RefactorActionGroup.handleKeyPressed (RefactorActionGroup.java:113) at org.eclipse.ui.views.navigator.MainActionGroup.handleKeyPressed (MainActionGroup.java:185) at org.eclipse.ui.views.navigator.ResourceNavigator.handleKeyPressed (ResourceNavigator.java:575) at org.eclipse.ui.views.navigator.ResourceNavigator$7.keyPressed (ResourceNavigator.java:308) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:116) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526) | 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/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardNewProjectNameAndLocationPage.java"] | 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 NPE on line 58 of GotoActionGroup. I don't believe this occurs in the Navigator, however, I am reusing GotoActionGroup in my own navigator class which displays non-Resource elements. The NPE occurs when it encounters a non-Resource element. Simple fix: ---cut-'n-paste-------- if (resourceSelection != null && !resourceSelection.isEmpty()) { ---cut-'n-paste-------- Thanks. | 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 found) | 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 IncrementalFind.label GotoLine.label - Now click in the editor. The actions in the edit menu now have the correct labels. | 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 top (half visible) Observe: as soon as a line is only partially visible its icon is no longer drawn. | 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/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-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 --------------------------------------------- java.version=1.3.1_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK Command-line arguments: -os win32 -ws win32 -arch x86 -feature org.eclipse.platform -install file:C:/download/eclipse/eclipse-SDK-20020528- win32/eclipse/ !ENTRY org.eclipse.core.runtime 2 1 maj 29, 2002 14:32:11.334 !MESSAGE Problems encountered loading the plug-in registry. !SUBENTRY 1 org.eclipse.core.runtime 2 1 maj 29, 2002 14:32:11.334 !MESSAGE Unknown extension point org.eclipse.debug.ui.launchConfigurationShortcuts specified in plug-in org.eclipse.pde.ui. !SESSION maj 29, 2002 14:32:30.932 --------------------------------------------- java.version=1.3.1_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK Command-line arguments: -os win32 -ws win32 -arch x86 -feature org.eclipse.platform -install file:C:/download/eclipse/eclipse-SDK-20020528- win32/eclipse/ !ENTRY org.eclipse.core.resources 1 4 maj 29, 2002 14:32:30.932 !MESSAGE Unable to find Action Set: org.eclipse.jdt.debug.ui.JDTLaunchActionSet !ENTRY org.eclipse.core.resources 1 4 maj 29, 2002 14:32:30.962 !MESSAGE Unable to find Action Set: org.eclipse.jdt.junit.JUnitLaunchActionSet !ENTRY org.eclipse.core.resources 1 4 maj 29, 2002 14:33:07.716 !MESSAGE Reference action not found: additions !ENTRY org.eclipse.core.resources 1 4 maj 29, 2002 14:35:35.912 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 maj 29, 2002 14:35:35.922 !MESSAGE java.lang.OutOfMemoryError !STACK 0 java.lang.OutOfMemoryError <<no stack trace available>> !ENTRY org.eclipse.ui 4 2 maj 29, 2002 14:35:54.219 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.ui. !STACK 0 java.lang.NullPointerException at org.eclipse.jface.text.contentassist.ContentAssistant.uninstall (ContentAssistant.java:924) at org.eclipse.jface.text.source.SourceViewer.handleDispose (SourceViewer.java:309) at org.eclipse.jdt.internal.ui.text.correction.JavaCorrectionSourceViewer.handleDis pose(JavaCorrectionSourceViewer.java:80) at org.eclipse.jface.text.TextViewer$1.widgetDisposed (TextViewer.java:847) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:96) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:846) at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:735) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1383) at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:187) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:322) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:112) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:112) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:314) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:321) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:112) at org.eclipse.swt.widgets.Decorations.releaseWidget (Decorations.java:644) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:629) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:355) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:407) at org.eclipse.jface.window.Window.close(Window.java:220) at org.eclipse.jface.window.ApplicationWindow.close (ApplicationWindow.java:188) at org.eclipse.ui.internal.WorkbenchWindow.hardClose (WorkbenchWindow.java:849) at org.eclipse.ui.internal.WorkbenchWindow.busyClose (WorkbenchWindow.java:320) at org.eclipse.ui.internal.WorkbenchWindow.access$3 (WorkbenchWindow.java:309) at org.eclipse.ui.internal.WorkbenchWindow$2.run (WorkbenchWindow.java:365) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchWindow.close (WorkbenchWindow.java:363) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:103) at org.eclipse.ui.internal.Workbench$2.run(Workbench.java:199) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:170) at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:148) at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:288) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.Workbench.close(Workbench.java:286) at org.eclipse.ui.internal.ExceptionHandler.closeWorkbench (ExceptionHandler.java:109) at org.eclipse.ui.internal.ExceptionHandler.handleException (ExceptionHandler.java:94) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1088) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1068) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:200) at org.eclipse.core.launcher.Main.run(Main.java:643) at org.eclipse.core.launcher.Main.main(Main.java:476) | 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 defaults - OK is still disabled | 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 text. It will then see "test.a.b" and do another replace, giving "test.test.a.b", etc. The replace gets stuck in an infinite loop. The only way to stop the process is to terminate the Eclipse process. When doing a backward search/replace, the insert caret should be placed before the newly replaced text to avoid this. | 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 actually present and all other views are missing from the perspective. As far as I can remember, view maximize code replaced the page layout with a temporary one that contained only the maximized view. This temporary layout must be getting persisted instead of the proper layout when the workbench is closed. | 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 and run all of the builders. As a result, the general form of the exception status is multistatus ("Errors during build") istatus ("builder 1 error") istatus ("builder 2 error") ... This seems like a prime candidate for the "Details" button. NOTES: | 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/actions/GlobalBuildAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/OpenInNewWindowAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ChangeToPerspectiveMenu.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/DecoratorDefinition.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/OpenNewWindowAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ShowViewAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileStatesPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PropertyPageNode.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceInfoPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceNode.java"] | 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 suggest we have a maximum page size - say 800x800 (we already have a 400 x 400 minimum). Note that on Linux dialogs are resizable so we may want to defer this. STEPS 1) Open the Preference Dialog 2) select the Installed JRE page. Table columns are truncated (correctly). 3) Select Ant preference page 4) Hit OK 5) Open the Preference Dialog - Ant is default selected and quite large 6) Selected installed JREs - button is cut off. | 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 inside the editor area to give it focus. 7) Now "Edit->Undo" is possible. So, the problems are: 1) Undo is not consistent, it's available for Paste but not Cut. 2) Even when undo is possible, it only becomes enabled when the editor is activated. | 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.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.ui.texteditor.IncrementalFindTarget.beginSession(IncrementalFindTarget.java:121) at org.eclipse.ui.texteditor.IncrementalFindAction.run(IncrementalFindAction.java:75) at org.eclipse.ui.texteditor.RetargetTextEditorAction.run(RetargetTextEditorAction.java:127) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1068) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:200) at org.eclipse.core.launcher.Main.run(Main.java:643) at org.eclipse.core.launcher.Main.main(Main.java:476) | 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. Delete <install>/eclipse/org.eclipse.platform_2.0.0/eclipse_lg.gif 3. Edit <install>/eclipse/org.eclipse.platform_2.0.0/about.ini Change the value of the aboutImage property: aboutImage=$nl$/eclipse_lg.gif 4. Start eclipse 5. Open the about dialog Observe: There is no main image. Expectation: It should have found it in. 6. Edit <install>/eclipse/org.eclipse.platform_2.0.0/about.ini Change the value of the aboutImage property: aboutImage=nl/en/eclipse_lg.gif 7. Start eclipse 8. Open the about dialog Observe: There is a main image again. This suggests that the UI is correctly passing the entire path to IPluginDescriptor.find, but that the "$nl$" path segment is not being handled correctly. | 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 single selection. The selected feature's welcome page is then presented in the editor. The new property (in a feature's plug-in's about.ini file) will be called "welcomePerspective". The value is the id of the perspective that this feature would like its welcome page to open up in. This property is optional; if not specified, the feature isn't picky. | 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/internal/Workbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.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/WelcomeEditor.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeEditorInput.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WelcomeEditorInputFactory.java"] | 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.eclipse.jdt.internal.ui.javaeditor.JarEntryEditorInput at org.eclipse.ui.internal.EditorManager.openEditor (EditorManager.java:383) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1701) at org.eclipse.ui.internal.WorkbenchPage.openEditor (WorkbenchPage.java:1669) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (EditorUtility.java:137) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor (EditorUtility.java:108) at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open (OpenActionUtil.java:52) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:167) at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:156) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:178) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:156) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen (PackageExplorerActionGroup.java:321) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$5.open (PackageExplorerPart.java:297) at org.eclipse.jface.viewers.StructuredViewer.fireOpen (StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen (StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen (StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent (OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent (OpenStrategy.java:222) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1085) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1068) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:200) at org.eclipse.core.launcher.Main.run(Main.java:643) at org.eclipse.core.launcher.Main.main(Main.java:476) | 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 editor is being deactivated which wipes out the menu. The fix is: OleEditor.setFocus should do nothing: public void setFocus() { } and OleEditor.activateClientPart should activate the editor: private void activateClient(IWorkbenchPart part) { if (part == this) { oleActivate(); } } Note that the method clientFrame.setFocus does not need to be called - activation will take care of the focus. | 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 Window. | 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 happens in the Nagivator view and do not happens when on the step 3 you select the option "Jar File". | 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 plugin 9) Override the Plugin.startup() method, and cause it to throw a CoreException. 10) Restart the runtime workbench. 11) You get the "unable to restore workbench state" dialog. Then, the workbench just crashes! There is nothing in the log file. Attempting to restart the workbench just immediately crashes again. On the console you can see the exception that caused the crash: java.lang.NullPointerException at org.eclipse.ui.internal.PageLayout.createView(PageLayout.java:272) at org.eclipse.ui.internal.PageLayout.addView(PageLayout.java:205) at org.eclipse.ui.internal.registry.PerspectiveExtensionReader.processView(Perspect iveExtensionReader.java:188) at org.eclipse.ui.internal.registry.PerspectiveExtensionReader.processExtension(Per spectiveExtensionReader.java:87) at org.eclipse.ui.internal.registry.PerspectiveExtensionReader.readElement(Perspect iveExtensionReader.java:219) at org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java :119) at org.eclipse.ui.internal.registry.RegistryReader.readExtension(RegistryReader.jav a:128) at org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java :140) at org.eclipse.ui.internal.registry.PerspectiveExtensionReader.extendLayout(Perspec tiveExtensionReader.java:61) at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:600) at org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:231) at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:131) at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:870) at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:1449) at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:326) at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:339) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:903) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchWindow.openPage(WorkbenchWindow.java:900) at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:727) at org.eclipse.ui.internal.Workbench.init(Workbench.java:563) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1061) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:73 9) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:424) at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24) | 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) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:147) at org.eclipse.ui.views.properties.PropertySheetViewer.entrySelectionChanged (PropertySheetViewer.java:325) at org.eclipse.ui.views.properties.PropertySheetViewer.updateChildrenOf (PropertySheetViewer.java:1004) at org.eclipse.ui.views.properties.PropertySheetViewer.setInput (PropertySheetViewer.java:723) at org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged (PropertySheetPage.java:227) at org.eclipse.pde.internal.preferences.AdvancedTracingPreferencePage.pluginSelecte d(AdvancedTracingPreferencePage.java:231) at org.eclipse.pde.internal.preferences.AdvancedTracingPreferencePage.access$5 (AdvancedTracingPreferencePage.java:225) at org.eclipse.pde.internal.preferences.AdvancedTracingPreferencePage$2.selectionCh anged(AdvancedTracingPreferencePage.java:141) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged (Viewer.java:147) at org.eclipse.jface.viewers.StructuredViewer.updateSelection (StructuredViewer.java:999) at org.eclipse.jface.viewers.StructuredViewer.handleSelect (StructuredViewer.java:466) at org.eclipse.jface.viewers.AbstractTreeViewer$1.widgetSelected (AbstractTreeViewer.java:624) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1205) at org.eclipse.jface.window.Window.runEventLoop(Window.java:538) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:47) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1413) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1205) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:788) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) | 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 before closing is fixed it will make it more predictable. | 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 and other views zoomed when using a fast view. Should only unzoom when dismissing a fast view if it's the fast view itself that is zoomed. (Even better would be to maintain separate zoom state for the fast views, but that's a bigger change, and is too late to do for 2.0.) | 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 might be better to set the header background to white, so that the image can blend with the header. | 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/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-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", "UI", "Text", "Editor/org/eclipse/ui/texteditor/AbstractTextEditor.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/ConvertLineDelimitersAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/ITextEditorExtension.java"] | 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 deselected but "Number of opened editors before closing" is not disabled To fix this properly requires adding setEnabled(boolean) to the field editors. | 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/internal/ShowViewMenuAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchEditorsAction.java"] | 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. Close the file by clicking the "X". At this point the file in Step b (a *.java file) will have focus, but the editor action bars indicate that a *.class file has focus. Note that if in Step 4, you close the file that has focus (i.e., the file in Step d) the editor action bars are updated properly. | 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) at org.eclipse.core.internal.events.NotificationManager$1.run (NotificationManager.java:128) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java(Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java:143) at org.eclipse.core.internal.events.NotificationManager.deleting (NotificationManager.java:94) at org.eclipse.core.internal.resources.Workspace.deleting (Workspace.java:673) at org.eclipse.core.internal.resources.Resource.delete (Resource.java:440) at org.eclipse.core.internal.resources.Project.delete(Project.java:293) at org.eclipse.ui.actions.DeleteResourceAction.delete (DeleteResourceAction.java:272) at org.eclipse.ui.actions.DeleteResourceAction.delete (DeleteResourceAction.java:259) at org.eclipse.ui.actions.DeleteResourceAction$2.execute (DeleteResourceAction.java:351) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run (WorkspaceModifyOperation.java:64) at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1361) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:78) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:98) | 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 exported directly in the root of this folder - all the classes of <pactest> are exported in the subfolder <pactest> Now, with the version 2.0, - all the classes of default package are exported directly in the root of this folder - eclipse creates a subfolder with the name of the projet, here "test" and all the classes of <pactest> are exported in the subfolder <pactest> of this new folder. So, I don't if it's a bug or not. But I think we have to choose between two ways : - the export funtion works as the version 1.0 - Eclipse creates a folder with projet name, but in this case, put the default packages classes in the root of this subfolder and not directly in the target folder. Thanks and sorry for my poor english. David. PS : Congratulations for Eclipse Product | 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 provide translated icons. It also means that product developers cannot override the default icons with icons of their own. | 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 clicking on icon in shortcut bar - sync view still thinks it's maximized: its view menu has Restore enabled and Maximize disabled - chose Restore - the other views reappeared, but are now constrained to the 75% of the perspective occupied by the sync view; the 25% to the right is still blank - converted sync view to regular view - it occupied the 25% at right - converted it back to fast view - now back to a sane state | 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 on the Windows Start menu, select Shut Down... command to shut down/reboot the computer Results: There is no warning or question message box to give users a chance to save their dirty model(s), the computer is shut down/rebooted immediately. Other Windows programs (like Word, Outlook etc. provide a Do you want to save your file, Yes, No, Cancel (which halts the shutdown) dialog box. Expected Behaviour: Should provide a Do you want to save your file, Yes, No, Cancel (which halts the shutdown) dialog box. One other nice feature might be to allow the applications to control the shutdown/save also or to pop up there own windows that would also (if cancel is selected) allow the user to stop the shutdown. | 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) click between the files - no exception 6) close eclipse 7) open eclipse - the first ole editor is displayed no problem 8) select the tab of the second ole editor get the following error: !ENTRY org.eclipse.ui 2 2 16/05/02 10:44 AM !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.ui. !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:815) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:411) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor (EditorManager.java:768) at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:758) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.EditorManager.restoreEditor (EditorManager.java:754) at org.eclipse.ui.internal.EditorManager$Editor.getEditor (EditorManager.java:1117) at org.eclipse.ui.internal.EditorManager$Editor.getPart (EditorManager.java:1110) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:332) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:129) at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:350) at org.eclipse.ui.internal.EditorWorkbook$2.widgetSelected (EditorWorkbook.java:140) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:1642) at org.eclipse.swt.custom.CTabFolder.onMouseDown(CTabFolder.java:1759) at org.eclipse.swt.custom.CTabFolder.access$4(CTabFolder.java:1756) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:194) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1432) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1221) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1120) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1103) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:450) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:176) at org.eclipse.core.launcher.Main.run(Main.java:614) at org.eclipse.core.launcher.Main.main(Main.java:451) !ENTRY org.eclipse.ui 2 2 16/05/02 10:44 AM !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.ui. !STACK 0 org.eclipse.swt.SWTException: Graphic is disposed at org.eclipse.swt.SWT.error(SWT.java:1887) at org.eclipse.swt.SWT.error(SWT.java:1819) at org.eclipse.swt.graphics.Image.getBounds(Image.java:1006) at org.eclipse.swt.custom.CTabItem.preferredHeight(CTabItem.java:391) at org.eclipse.swt.custom.CTabFolder.getTabHeight(CTabFolder.java:648) at org.eclipse.swt.custom.CTabFolder.drawBorder(CTabFolder.java:606) at org.eclipse.swt.custom.CTabFolder.onPaint(CTabFolder.java:1098) at org.eclipse.swt.custom.CTabFolder.access$1(CTabFolder.java:1066) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:191) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:655) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.RedrawWindow(Native Method) at org.eclipse.swt.widgets.Control.update(Control.java:2589) at org.eclipse.ui.internal.EditorWorkbook.drawGradient (EditorWorkbook.java:342) at org.eclipse.ui.internal.EditorWorkbook.setActiveState (EditorWorkbook.java:721) at org.eclipse.ui.internal.EditorWorkbook.tabFocusShow (EditorWorkbook.java:796) at org.eclipse.ui.internal.EditorArea.setActiveWorkbook (EditorArea.java:280) at org.eclipse.ui.internal.EditorWorkbook.becomeActiveWorkbook (EditorWorkbook.java:102) at org.eclipse.ui.internal.EditorPane.showFocus(EditorPane.java:155) at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:346) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:411) at org.eclipse.ui.internal.WorkbenchPage.activatePart (WorkbenchPage.java:341) at org.eclipse.ui.internal.WorkbenchPage.setActivePart (WorkbenchPage.java:1984) at org.eclipse.ui.internal.WorkbenchPage.requestActivation (WorkbenchPage.java:1775) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:332) at org.eclipse.ui.internal.EditorPane.requestActivation (EditorPane.java:129) at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:350) at org.eclipse.ui.internal.EditorWorkbook$2.widgetSelected (EditorWorkbook.java:140) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:1642) at org.eclipse.swt.custom.CTabFolder.onMouseDown(CTabFolder.java:1759) at org.eclipse.swt.custom.CTabFolder.access$4(CTabFolder.java:1756) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:194) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1432) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1221) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1120) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1103) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:450) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:176) at org.eclipse.core.launcher.Main.run(Main.java:614) at org.eclipse.core.launcher.Main.main(Main.java:451) | 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 referred to from these actions, and the actions are still hooked as listeners on the page. | 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/internal/EditorManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/EditorActionBarContributor.java"] | 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"> <exception message="null" trace=" java.lang.NullPointerException at org.eclipse.ui.internal.ViewPane.drawGradient(ViewPane.java:341) at org.eclipse.ui.internal.ViewPane.shellActivated(ViewPane.java:427) at org.eclipse.ui.internal.WorkbenchWindow$9.shellActivated (WorkbenchWindow.java:1180) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:155) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE (Decorations.java:1362) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:972) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2640) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1334) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.ole.win32.COM.VtblCall(Native Method) at org.eclipse.swt.internal.ole.win32.IDispatch.Invoke (IDispatch.java:58) at org.eclipse.swt.ole.win32.OleAutomation.invoke (OleAutomation.java:422) at org.eclipse.swt.ole.win32.OleAutomation.invoke (OleAutomation.java:385) at com.ibm.etools.webedit.wysiwyg.HbxHTMLEditor.openDocument (HbxHTMLEditor.java:1584) at com.ibm.etools.webedit.wysiwyg.DesignPage.load(DesignPage.java:451) at com.ibm.etools.webedit.page.PageDesigner.createDesignPage (PageDesigner.java:332) at com.ibm.etools.webedit.page.PageDesigner.createPages (PageDesigner.java:355) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl (MultiPageEditorPart.java:165) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:53) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:838) at org.eclipse.core.runtime.Platform.run(Platform.java:411) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:51) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:93) at org.eclipse.ui.internal.EditorWorkbook.createPage (EditorWorkbook.java:223) at org.eclipse.ui.internal.EditorWorkbook.createControl (EditorWorkbook.java:188) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:177) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:177) at org.eclipse.ui.internal.PerspectivePresentation.activate (PerspectivePresentation.java:88) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:565) at org.eclipse.ui.internal.WorkbenchPage.onActivate (WorkbenchPage.java:1410) at org.eclipse.ui.internal.WorkbenchWindow$6.run (WorkbenchWindow.java:1068) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1055) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:972) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:794) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:632) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:838) at org.eclipse.core.runtime.Platform.run(Platform.java:411) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:610) at org.eclipse.ui.internal.Workbench.openWindows(Workbench.java:667) at org.eclipse.ui.internal.Workbench.init(Workbench.java:503) at org.eclipse.ui.internal.Workbench.run(Workbench.java:816) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:190) at org.eclipse.core.launcher.Main.run(Main.java:549) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) "> </exception> </status> </log-entry> 1. Open eclipse, 2. Open our editor (our editor is an ActiveX control) 3. Close eclipse 4. Restart eclipse Then sometimes the above error occurs. | 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 the pages and views but will ensure that our page is the active one. | 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 Packages view --> Search -> Declarations -> Workspace has lost the shortcut in the label Note: The shortcut itself still works. | 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 icon. My working set declaration is: <extension point="org.eclipse.ui.workingSets"> <workingSet id="org.eclipse.jdt.ui.JavaWorkingSetPage" name="%JavaWorkingSetPage.name" icon="icons/full/obj16/jcu_obj.gif" pageClass="org.eclipse.jdt.internal.ui.workingsets.JavaWorkingSetPage"> </workingSet> </extension> | 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 actionElement, int targetType, Object target) { .... action = createAction(targetType, actionElement, target); // The above call changes the action's label. action.setText(label); <== sets the label defined in XML. } | 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 to say that plugin B's editor gets used instead of A's. | 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(Compiled Code)) at org.eclipse.ui.internal.Perspective.getViewReferences (Perspective.java:411) at org.eclipse.ui.internal.WorkbenchPage.getViewReferences (WorkbenchPage.java:1265) at org.eclipse.jdt.internal.ui.refactoring.RefactoringSupportFactory$RenameSupport .selectAndReveal(RefactoringSupportFactory.java:98) at org.eclipse.jdt.internal.ui.refactoring.RefactoringSupportFactory$RenameSupport .rename(RefactoringSupportFactory.java:79) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:46) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:38) at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:69) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:178) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:156) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1057) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:450) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:176) at org.eclipse.core.launcher.Main.run(Main.java:614) at org.eclipse.core.launcher.Main.main(Main.java:451) !ENTRY org.eclipse.core.resources 1 4 5/14/02 3:44 PM !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 5/14/02 3:44 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(Compiled Code)) at org.eclipse.ui.internal.Perspective.getViewReferences (Perspective.java:411) at org.eclipse.ui.internal.WorkbenchPage.getViewReferences (WorkbenchPage.java:1265) at org.eclipse.jdt.internal.ui.refactoring.RefactoringSupportFactory$RenameSupport .selectAndReveal(RefactoringSupportFactory.java:98) at org.eclipse.jdt.internal.ui.refactoring.RefactoringSupportFactory$RenameSupport .rename(RefactoringSupportFactory.java:79) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:46) at org.eclipse.jdt.internal.ui.refactoring.actions.RenameJavaElementAction.run (RenameJavaElementAction.java:38) at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:69) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun (SelectionDispatchAction.java:178) at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run (SelectionDispatchAction.java:156) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.notifyListeners(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1057) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:450) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:176) at org.eclipse.core.launcher.Main.run(Main.java:614) at org.eclipse.core.launcher.Main.main(Main.java:451) | 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.setFocus (NewTypeWizardPage.java:421) at org.eclipse.jdt.ui.wizards.NewClassWizardPage.createControl (NewClassWizardPage.java:148) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:164) at org.eclipse.jface.wizard.WizardDialog.createPageControls (WizardDialog.java:505) at org.eclipse.jface.wizard.WizardDialog.setWizard (WizardDialog.java:840) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:875) at org.eclipse.jface.wizard.WizardDialog.nextPressed (WizardDialog.java:653) at org.eclipse.jface.wizard.WizardDialog.buttonPressed (WizardDialog.java:308) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:398) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java (Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:535) at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:86) at org.eclipse.ui.internal.NewWizardDropDownAction.run (NewWizardDropDownAction.java:88) at org.eclipse.jface.action.Action.runWithEvent(Action.java:590) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1045) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:450) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:174) at org.eclipse.core.launcher.Main.run(Main.java:605) at org.eclipse.core.launcher.Main.main(Main.java:449) | 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" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.