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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
40,570 | Bug 40570 [Dialogs] New Project wizard throws NPE with two backslashes | null | closed fixed | eadd1ee | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-08T12:52:47Z" | "2003-07-21T20:40:00Z" |
40,638 | Bug 40638 [Dialogs] TitleAreaDialog is not initialized in the usual way. | When the TitleAreaDialog is constructed, it isn't ready to handle all of its mutators. In this snippet, the create() line is required, because otherwise setMessage() will throw a NullPointer when it attempts to modify the messageLabel; but it shouldn't be (according to Eclipse conventions). TitleAreaDialog titleAreaDialog = new TitleAreaDialog(getShell()); titleAreaDialog.create(); titleAreaDialog.setTitle("Title: org.eclipse.jface.dialogs.TitleAreaDialog"); titleAreaDialog.setMessage("Message: org.eclipse.jface.dialogs.TitleAreaDialog"); titleAreaDialog.open(); | resolved wontfix | 2bf0794 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-07T16:59:30Z" | "2003-07-23T00:26:40Z" |
41,153 | Bug 41153 [Dialogs] Open resource not showing results | I20030730 - create a simple project, with files a.txt and b.txt - with the navigator active in the resource perspective, hit Ctrl+Shift+R. - in the open resource dialog, type "*.txt" Observe: the dialog shows no matches - move the cursor left and right in the text field Observe: it now shows the results. | closed fixed | b902bd9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-05T19:15:48Z" | "2003-08-05T16:13:20Z" |
40,851 | Bug 40851 Add flashing red icon when there is an error shown | When there is an error shown the icon should be flashing red. | closed fixed | cc72ec8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-08-05T14:55:25Z" | "2003-07-28T16:33:20Z" |
40,900 | Bug 40900 [Jobs] Jobs not always shown on startup | 20030723 Jobs are not always shown the first time the view is. Switching to verbose mode handles this. The easiest way to replicate is to run the Error jobs - they only show up when you switch the verbosity. John you also have another case correct? | closed fixed | 6a17712 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/IJobProgressManagerListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-07-31T15:29:25Z" | "2003-07-29T14:46:40Z" |
40,853 | Bug 40853 Need hover help for Animation Icon | That mentions double click opens a view. | closed fixed | d9bafd8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-07-29T20:29:03Z" | "2003-07-28T16:33:20Z" |
40,855 | Bug 40855 Need a clear all option for errors in the progress view | null | closed fixed | 0046f6e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-07-29T17:44:40Z" | "2003-07-28T16:33:20Z" |
40,524 | Bug 40524 Expansion of package view causes ConcurrentModificationException | Eclipse 3.0M2 The following exceptions occured in my log after opening and closing some nodes of the package explorer (having the progress view open) The ClassCastException appeared when changing to verbose mode while there was content in the progress view (stale content from the ConcurrentModificationException I assume) !MESSAGE Failed to execute runnable (java.util.ConcurrentModificationException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.util.ConcurrentModificationException) at org.eclipse.swt.SWT.error(SWT.java:2365) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:105) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2165) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1882) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1663) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Jul 19, 2003 22:34:12.30 !MESSAGE *** Stack trace of contained exception *** !ENTRY org.eclipse.ui 4 0 Jul 19, 2003 22:34:12.30 !MESSAGE java.util.ConcurrentModificationException !STACK 0 java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:762) at java.util.HashMap$KeyIterator.next(HashMap.java:798) at java.util.AbstractCollection.toArray(AbstractCollection.java:121) at org.eclipse.ui.internal.progress.ProgressContentProvider$1.runInUIThread (ProgressContentProvider.java:188) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:77) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:102) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2165) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1882) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1663) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Jul 19, 2003 22:35:01.410 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jul 19, 2003 22:35:01.410 !MESSAGE Failed to execute runnable (java.lang.ClassCastException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.ClassCastException) at org.eclipse.swt.SWT.error(SWT.java:2365) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:105) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2165) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1882) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1663) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) !ENTRY org.eclipse.ui 4 4 Jul 19, 2003 22:35:01.420 !MESSAGE *** Stack trace of contained exception *** !ENTRY org.eclipse.ui 4 0 Jul 19, 2003 22:35:01.420 !MESSAGE java.lang.ClassCastException !STACK 0 java.lang.ClassCastException at org.eclipse.ui.internal.progress.ProgressContentProvider.getParent (ProgressContentProvider.java:95) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand (AbstractTreeViewer.java:834) at org.eclipse.jface.viewers.AbstractTreeViewer.internalExpand (AbstractTreeViewer.java:836) at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget (AbstractTreeViewer.java:1288) at org.eclipse.jface.viewers.StructuredViewer.setSelectionToWidget (StructuredViewer.java:1045) at org.eclipse.jface.viewers.StructuredViewer.preservingSelection (StructuredViewer.java:803) at org.eclipse.jface.viewers.StructuredViewer.refresh (StructuredViewer.java:879) at org.eclipse.jface.viewers.StructuredViewer.refresh (StructuredViewer.java:839) at org.eclipse.ui.internal.progress.ProgressContentProvider$1.runInUIThread (ProgressContentProvider.java:186) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:77) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:102) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2165) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1882) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1680) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1663) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) 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:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583) | closed fixed | ce999a6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-07-21T19:05:50Z" | "2003-07-19T21:26:40Z" |
38,092 | Bug 38092 build configuration view instantiation problem | after invoking build configuration view, an error popup window displayed this message : "Unable to instantiate view : org.eclipse.cd.ui.builder.internal.BuildConfigView Reason : Unable to instantiate view : org.eclipse.cd.ui.builder.internal.BuildConfigView" | resolved fixed | fb417c0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-07-21T15:57:14Z" | "2003-05-25T22:00:00Z" |
40,128 | Bug 40128 Decorators sometimes take two attempts to disable | Sometimes when you turn off the CVS Decorator there will still be a few items that have their decorated values. This is because in the case of the CVS decorator the disablement of it causes a refresh of the values and the result of these values may still be cached pending an update. This is not a problem if there is another decoration about to occur but if the result is no decoration an update gets sent with a stale result. Two things need to (and have) been fixed 1) The cache should be cleared before the label update is sent 2) The cache needs to be cleared in the run and well as in the done listener in case something else runs before the done is called. This is fixed in 20030716 but I will leave this open pending confirmation after the build is done. | closed fixed | 28f0084 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/DecoratorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-07-15T18:17:54Z" | "2003-07-15T17:26:40Z" |
38,782 | Bug 38782 TreeViewer add calls a refresh | Our implementation of TreeViewer.add is naive and can all a refresh of the entire tree. It should be more like TableViewer. | closed fixed | 1c8f382 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-06-24T13:47:51Z" | "2003-06-11T16:46:40Z" |
38,734 | Bug 38734 [Navigator] PasteAction should get clipboard contents only when needed | build 20030605 PasteAction.updateSelection checks whether there is a valid paste target after getting the clipboard contents. The paste target check does not involve the clipboard content and should therefore be done earlier, before reading the clipboard. The method also reads the FileTransfer data from the clipboard to check if the paste action should be enabled if there is no resource data. It does not actually use the file data. The new Clipboard.getAvailableTypes API should be used instead. | resolved fixed | e30426d | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/PasteAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-06-17T13:55:12Z" | "2003-06-10T21:20:00Z" |
38,729 | Bug 38729 [Preferences] NPE PreferencePage isValid | getContainer may return null | closed fixed | 4a580d7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-06-13T15:02:22Z" | "2003-06-10T18:33:20Z" |
37,253 | Bug 37253 [Dialogs] Font to text control of InputDialog is not set | Look at org.eclipse.jface.dialogs.InputDialog.createDialogArea() | closed fixed | 84f9f53 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-29T20:41:33Z" | "2003-05-06T08:33:20Z" |
38,009 | Bug 38009 [Wizards] Wizard banner text should wrap | Currently if wizard banner text is too long for the line, it's truncated. Hovering over it produces a pop-up with the complete text (unless I suppose it's too long to fit on the screen). In any case this looks really bad. If the text is too long for one line, it should be wrapped to multiple lines. A good UI designer isn't going to write wizard banner text that's enormously long, but the wizard framework should be able to handle it. | closed fixed | dfffb8a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-29T20:12:14Z" | "2003-05-23T03:20:00Z" |
38,072 | Bug 38072 [Wizards] Broken layout in the Logic Example creation wizard | See the attached screenshots. On the first screenshot, the layout is cut off at the top and right side (the title area). Moreover, there is a lot of wasted space below the "Logic Model Samples" group in the lower part (this is how the dialog opens, it is not resizable). The second screenshot shows what happens after clicking on "Advanced >>" twice. The "Advanced" part does not disappear but is cut in half. | closed fixed | 14d85ba | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-29T17:16:31Z" | "2003-05-24T12:40:00Z" |
38,171 | Bug 38171 PageLayout contains non NLS-ed strings | The class PageLayout contains 2 non-NLSed strings: "Referenced part does not exist yet: " and "Part already exists in page layout: " These areas should be using WorkbenchMessage.getString() or WorkbenchMessage.getFormat() depending on whether or not arguments are involved. There is also a comment for a NON_NLS-ed string which shouldn't be there (search for NLS). | closed fixed | 681fb79 | ["bundles/org.eclipse.ui.workbench/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 | "2003-05-29T13:30:36Z" | "2003-05-27T21:13:20Z" |
38,148 | Bug 38148 Reference to internal core package in DecoratorDefinition | InternalPlatform is referred to in DecoratorDefinition for the log. This should be replaced by a reference to the log in the WorkbenchPlugin. | closed fixed | b6c3083 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-27T13:32:32Z" | "2003-05-27T12:53:20Z" |
33,347 | Bug 33347 [Linked Resources] Advanced button comes before options added by subclasses | build I20030221 - Run the Readme example's new Readme File wizard - the "Advanced >>" button appears before additional options added by this subclass (e.g. "Automatic sample section generation", "Open file for editing when done") - click Advanced - the linking UI appearas after the additional options The Advanced button and linking UI should appear after all other options. | verified fixed | 53ed0df | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-21T17:07:45Z" | "2003-02-26T20:06:40Z" |
37,787 | Bug 37787 [Import/Export] Flashing Cursor appears in description in Eclipse 2.1.1 | A flashing cursor appears in the description of many Wizard Pages. For example, the File->Import Wizard. It also occurs on many of our WSAD wizards. Also, you can click on the description, and have the cursor placed there. I'm not sure if this is desired behaviour or not. This is with Eclipse 2.1.1 | closed fixed | ce08571 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-20T19:07:00Z" | "2003-05-16T21:20:00Z" |
35,335 | Bug 35335 README: [Fonts] DBCS: customized font won't be saved | Driver : RC2 and I20030319 Platform: RedHat 8.0 Professional ja_JP.eucjp locale Steps 1. at Preferences - font, select Text Font, click change button 2. select "jisx0208.1983" for char set, "fixed (kochi)", "12" for size, then click OK button. make sure "kochi-fixed-regular-12" is displayed. 3. click OK 4. get back to the font preference menu, "misc-fixed-regular-12" is shown. | closed fixed | 3e3c36d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-20T19:01:44Z" | "2003-03-20T06:00:00Z" |
22,274 | Bug 22274 [DND] Navigator should not sync selection with editor on drag | If I have two resources A and B open in their editors, and I try to drag A into B from the navigator view, I cannot. The navigator will flip the active active editor to A, making it impossible to drop on B. It is possible to avoid this by checking the dragsourceevent.doit value during the dragStart callback, and storing this value until the drag finished callback has occurred. If it is true, then a native drag is about to start. The mousedown or selection event should come after the dragStart event, and "Link navigator selection to active Editor" can be suppressed. | resolved fixed | 41f3d9f | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-16T21:22:34Z" | "2002-08-08T18:06:40Z" |
37,596 | Bug 37596 [DND] EditorArea DropAdapter not handling DROP_DEFAULT correctly | 1) DND.DROP_DEFAULT is not a valid style - DND.DROP_DEFAULT | DND.DROP_COPY is what you want. In 3.0, with the style DND.DROP_DEFAULT, you will not get any drag and drop events in the DropTarget. DND.DROP_DEFAULT simply means that if there are no modifier keys pressed, the application can choose what operation will be performed but if the application does not specify any operations that are supported by the DragSource, it will never be informed of the DND operation. 2) DND.DROP_DEFAULT should be handled in DragEnter and DragOperationChanged. Currently it is being done in DragOver which is not the time when the operation can change. The current implementation results in cursor flicker and strange behaviour. | resolved fixed | c52e4ea | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-15T15:21:47Z" | "2003-05-14T16:33:20Z" |
37,463 | Bug 37463 [Navigator] Should not sync with selection in Navigator and Editor | If the resource A is opened by Editor, and the resource B is opened by Editor, whenever the selection is changed bewteen A and B on Navigator, the active Editor is switched. This is very very annoying if the editor supports Drag and Drop. The previous eclipse could control this sync by its preference but this prefs seems to be gone. It is very severe usability issue. Need to get this prefs back for 2.1. | verified fixed | 1170139 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-14T19:43:43Z" | "2003-05-10T15:20:00Z" |
37,323 | Bug 37323 [Dialogs] Wrong Javadoc for TypeFilteringDialog | R2.1 The Javadoc for TypeFilteringDialog reads: /** * The TypeSelectionDialog is a ... ^^^^^^^^^ | closed fixed | 90e3216 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-08T17:07:39Z" | "2003-05-07T15:06:40Z" |
37,155 | Bug 37155 [Preferences] StringButtonFieldEditor should disable button when disabled. | setEnabled() should not only enable/disable the text string, it should also enable/disable the button, or should provide the capability for enabling/disabling the button separately. This problem is most evident when using a DirectoryFieldEditor. After disabling it, the user can still press on the "Browse..." button. | closed fixed | fcaeabe | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/StringButtonFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-08T15:54:52Z" | "2003-05-01T23:00:00Z" |
34,245 | Bug 34245 [Preferences] DBCS: "Use System Font" button truncated | Driver: RC2 Platform : RedHat 8.0 Professional, motif, gtk2.2.1 locale : ja_JP.eucjp, ko_KR.euckr, zh_CN.gb18030, zh_TW.big5 Steps get into Preferences - Workbench - Fonts The button "Use System font" is truncated on motif, most of it isn't shown on gtk. | closed fixed | c3215d2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-08T14:59:16Z" | "2003-03-10T07:06:40Z" |
37,277 | Bug 37277 Title Area Dialog requires navigation to the error message | 2.1 it is currently not possible to navigate to an error message. Sceen reader users need to use the JAWS cursor to find the error message and continue. We should 1) Make the label navigable 2) Make the label the next element in the tab order after the next button (we may get this for free). | closed fixed | 7e9967c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-05-06T18:21:34Z" | "2003-05-06T16:53:20Z" |
36,780 | Bug 36780 [Dialogs] ElementTreeSelectionDialog does not come up | I created a dialog of type ElementTreeSelectionDialog. I then called open() to open the dialog. But the platform was giving an IlegalArgumentException. I found that there is a field "message" in SelectionDialog(which is an ancestor of ElementTreeSelectionDialog). This is by default set to null. At some point while creating the dialog contents, the framework tries to set this "message" field as text to a label using label.setText(message). but since message is null, the label.setText() method throws IllegalArgumentException. The solution:- I call the ElementTreeSelectionDialog.setMessage(message) method before I call open() ; Since message is now not null, the problem goes away. But the user does not have a clue of what has happened if this is not documented. SO this is a bug. | closed fixed | e4acea8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-28T19:07:31Z" | "2003-04-23T01:06:40Z" |
36,663 | Bug 36663 IEditorInput.getPersistable() should have a javadoc comment | Now it has a simple /* */ comment. It's a matter of adding another asterisk. | resolved fixed | 844a30a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IEditorInput.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-22T19:48:14Z" | "2003-04-18T18:20:00Z" |
36,526 | Bug 36526 ErrorDialog leaks a clipboard | Build: 2.1 The JFace ErrorDialog leaks a clipboard instance in the copyToClipboard method: private void copyToClipboard(){ StringBuffer statusBuffer = new StringBuffer(); populateCopyBuffer(status,statusBuffer,0); Clipboard clipboard = new Clipboard(list.getDisplay()); clipboard.setContents( new Object[] {statusBuffer.toString()}, new Transfer[] {TextTransfer.getInstance()} ); } clipboard.dispose() should be called at the end of this method. | closed fixed | 6728662 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-21T13:13:54Z" | "2003-04-15T18:06:40Z" |
36,525 | Bug 36525 [DND] ViewerDropAdapter catches Throwable | build R2.1 The drag*/drop* methods overiding DropTargetAdapter in ViewerDropAdapter catch all Throwables and print out the stack trace. Comment in the handleException method states this is a workaround for VAJ. Should remove the exception handling code and allow exceptions to fall through. | resolved fixed | 7db825a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-17T15:01:29Z" | "2003-04-15T18:06:40Z" |
36,257 | Bug 36257 [Dialogs] ContainerSelectionDialog returns array with null element | null | closed fixed | c2d8e03 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ContainerSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-09T16:01:54Z" | "2003-04-08T22:13:20Z" |
36,141 | Bug 36141 Misbehaving property page causes property dialog to fail to open | null | closed fixed | 862938d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-09T15:23:30Z" | "2003-04-07T15:40:00Z" |
34,769 | Bug 34769 [Navigator] F2/F5 actions not enabled/disabled properly when closing/opening project | null | resolved fixed | cd413d7 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/GotoActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/PasteAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CloseResourceAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-04T16:39:18Z" | "2003-03-12T00:46:40Z" |
34,648 | Bug 34648 [DND] file deleted when dropped in editor on Solaris | When a file is dragged from the Navigator view and dropped in an editor on Solaris, it is first deleted from the workspace then the workbench attempts to open the file withing an editor. This attempt is unsuccessful since the file has been deleted. | resolved fixed | 324caf7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaDropAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-03T16:13:17Z" | "2003-03-11T16:26:40Z" |
35,501 | Bug 35501 [Dialogs] NPE in Organize Imports preference page | RC3a - start an eclipse workspace that contains no projects - Window -> Preferences - go to the Java - Organize Imports page - press New... - in the subsequent dialog press Browse... - in the subsequent dialog press OK - will get the attached exception | closed fixed | e8040e8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TwoPaneElementSelector.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-02T16:40:37Z" | "2003-03-21T18:06:40Z" |
35,917 | Bug 35917 [JFace] StringConvertor.asDisplayableString should be deprecated | R2.1 This is the same as asString - there is no need to keep it around any longer. It is also not currently in use in the workbench. | closed fixed | 39d8049 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/StringConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-02T14:44:49Z" | "2003-04-01T15:13:20Z" |
35,666 | Bug 35666 [JFace] FontRegistry does not provide old/new values when firing changes | I am using RC3b. I am listening to JFaceResources to monitor changes in default dialog font. However, when a property change is fired, the PropertyChangeEvent does not contain the old value. Is there a reason for this? Is this going to be fixed anytime soon? | closed fixed | 1e70692 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-04-01T21:03:57Z" | "2003-03-25T19:20:00Z" |
35,117 | Bug 35117 [Key Bindings] Missing command for Project > Properties | build I20030313 The command entry for Project > Properties is missing. In the code, the action has its actionDefinitionId set, but the command is missing from the plugin.xml. The command id is org.eclipse.ui.project.property. Erich, since you reported this, I'm assuming you approve that this be fixed for RC3. | resolved fixed | 8fb3b43 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ProjectPropertyDialogAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-18T16:38:35Z" | "2003-03-17T03:00:00Z" |
35,192 | Bug 35192 Dialog.applyDialogFont should protect itself against null arguments | RC2 Now that many plugins use this method to apply the dialog font to widgets the method should protect itself against null arguments. Normally clients create their widget tree in a method createControl and there are changes that the returned control might be null. Adding a statement Dialog.applyDialogFont (result) with result == null will result in new NPEs. | closed fixed | 3548ffd | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-18T15:50:49Z" | "2003-03-18T09:33:20Z" |
34,729 | Bug 34729 [Tasks] [Bookmarks] [Help] F1 help missing for Sort actions | 2.1 RC2 build I20030307 The Sort By and Ascending/Descending actions in the view menu of the Tasks view are missing F1 help. Need to ensure they have a help context id for RC3. Content can go in later for 2.1. They can all share the same help context id. | resolved fixed | 6da20e6 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/bookmarkexplorer/BookmarkNavigator.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/bookmarkexplorer/EditBookmarkAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/bookmarkexplorer/IBookmarkHelpContextIds.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/ITaskListHelpContextIds.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-17T03:33:02Z" | "2003-03-11T19:13:20Z" |
34,048 | Bug 34048 [Editor Mgmt] reusing editor jiggles | build I20030304 - set reuse editors to 1 - click on a bunch of different files - the editor area jumps around Not sure if this is a workbench or text editor problem. | resolved fixed | 68316fd | ["bundles/org.eclipse.ui.workbench/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 | "2003-03-14T17:12:04Z" | "2003-03-07T04:06:40Z" |
5,297 | Bug 5297 [SWT] GTK does not draw images in table column headers correctly | Width of the columns (left 3 columns) of Task List entries are not resizable, and a DB character will not fit in the same space as a single "C". I suggest that the columns either be made resizable (I know, less desirable), or that the pixel width be parameterized into the properties file. If you choose the latter, please add comments to the properties files to explain to the TVT tester how they can increase the width for their language. You'll see in the attached image that the column is displayed as "C..." since it is truncated, but it cannot be resized. | resolved fixed | 5caf2e3 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-13T22:58:54Z" | "2001-10-26T18:13:20Z" |
34,159 | Bug 34159 [Tasks] First three columns of Task List too wide w/native table | The type, completion, and priority columns of the Task list using the native table widget on MacOS X are much wider than are necessary for displaying the icons in those columns and appear not to be resizable. | resolved fixed | 4437cb6 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-13T21:59:45Z" | "2003-03-07T20:46:40Z" |
34,453 | Bug 34453 [Key Bindings] Commands within categories are not sorted | null | resolved fixed | d80aaf5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeyPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-13T21:54:07Z" | "2003-03-10T21:00:00Z" |
34,715 | Bug 34715 [Linked Resources] [Help] Missing F1 help on Linked Resources pref page | 2.1 RC2 build I20030307 F1 has no effect on the LInked Resources pref page. Need to set a help context id (check other pref pages). | resolved fixed | 4d6ca57 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/LinkedResourcesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-13T17:14:11Z" | "2003-03-11T19:13:20Z" |
34,646 | Bug 34646 'Advanced>' vs 'Advanced>>' | rc2 any reason why sometimes we have 1 '>' and sometimes 2 '>'s ? example for 1: jproject build properties > source > add folder > create new folder example for 2: select the project, 'New > folder' | resolved fixed | 99ba9a9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/NewFolderDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-13T16:51:27Z" | "2003-03-11T16:26:40Z" |
34,702 | Bug 34702 [Editor Mgmt] Shell title shows file name when closed | Eclipse 2.1 RC2 Attached is an image where you can see all editors are closed, yet the shell title displays the name of a file. I have only seen this happen with linked resources, but it is not 100% reproducable. | verified fixed | eb95288 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-13T15:46:11Z" | "2003-03-11T19:13:20Z" |
33,942 | Bug 33942 [Decorators] Javadoc for IDecoratorManager#update should state threading requirements | I get an SWTException if I call IDecoratorManager form a thread other then the UI thread. The javadoc should be updated to mention this restriction. | closed fixed | d75846f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IDecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-12T20:35:20Z" | "2003-03-06T05:53:20Z" |
33,151 | Bug 33151 [Navigator] F2 in Outline does not work | RC1 build - new workspace - new Java project, say no to perspective switch prompt - new Java class Test - position cursor over Test class name in editor - F2 - you get the popup - select class Test in Outline - F2 - no effect - choose Edit / Show Tooltip Description - it works | resolved fixed | ba7388b | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/MainActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/RefactorActionGroup.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-12T20:29:13Z" | "2003-02-25T21:53:20Z" |
34,690 | Bug 34690 [Editor Mgmt] (regression) Pin gone from editor menu | RC2 Pin is no longer on the editor menu. I consider this a fairly important regression, as it means I can no longer pin an editor with the keyboard. The toolbar item still exists and works fine. | resolved fixed | 30374a0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-12T18:56:12Z" | "2003-03-11T19:13:20Z" |
34,142 | Bug 34142 [Editor Mgmt] Unable to read workbench state due to ArrayIndexOutOfBoundsException in NavigationHistory.restoreState | Build id: 200303071024 Reopening a workspace I created today for testing this build, I got a message saying: "Unable to read workbench state. Workbench UI layout will be reset." I had no crashes in previous sessions. Unfortunately, I couldn't reproduce it anymore. Here is the log file: !SESSION Mar 07, 2003 15:12:59.906 --------------------------------------------- java.fullversion=J2RE 1.3.1 IBM Windows 32 build cn131-20020710 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA Command-line arguments: -os win32 -ws win32 -arch x86 -debug -install file:D:/i20030307/eclipse/ !ENTRY org.eclipse.ui.workbench 4 2 Mar 07, 2003 15:12:59.906 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.ui.workbench". !STACK 0 java.lang.ArrayIndexOutOfBoundsException: -1 at org.eclipse.ui.internal.NavigationHistory.restoreState (NavigationHistory.java:424) at org.eclipse.ui.internal.WorkbenchPage.restoreState (WorkbenchPage.java:2331) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1327) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1261) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1221) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:1139) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:867) at org.eclipse.core.runtime.Platform.run(Platform.java:413) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1091) at org.eclipse.ui.internal.Workbench.init(Workbench.java:868) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1371) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | 30fa537 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/NavigationHistoryEntry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-12T15:15:57Z" | "2003-03-07T20:46:40Z" |
34,108 | Bug 34108 build all action is available when auto-build is on | Build id: 200303071024 "Build All" tool bar button and menu option (under Project menu) appear when opening a new workspace, while auto-build preference is on (default). If you turn auto-build preference off, you will end up with two "Build All" buttons and menu options. | resolved fixed | c212d3c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-10T01:35:06Z" | "2003-03-07T18:00:00Z" |
6,091 | Bug 6091 [Editor Mgmt] Opening editor can trigger autobuild with no progress | By convention opening an editor does a refreshFromLocal. This can trigger an autobuild as a side effect. I had a workspace that was not built and and autobuild got triggered when opening the first editor. Since there is no progress the workbench was not responsive during around 10 minutes. | resolved fixed | 3f48c2d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-07T00:05:34Z" | "2001-11-20T09:53:20Z" |
33,912 | Bug 33912 [Properties dialog] Project / Properties menu item | RC1 There have been several requests to have a Project / Properties menu item which opens the properties dialog on the project for the selected resource. This could be done in two ways: 1) A retargetable action, which views and/or editors can implement. 2) An action which tracks the selected resource itself (checking the selection and editor input, using IAdaptable). The current Project actions that target the selection (Build Project, Rebuild Project, Open Project, Close Project) are all retargetable. There were a few reasons for doing it this way: 1. Reduce the amount of workspace-specific hardwired code built into the workbench (although even the existence of the action is a core dependency). 2. Allow parts to handle them differently than the obvious way (although I can't imagine a case). 3. Retargetable actions already do part tracking. None of these reasons are terribly compelling. However, for 2.1 I'd be inclined to do Project / Properties in the same way, for simplicity and consistency's sake. The Properties item should always appear at the end of the menu, with a separator before it, with the additions group before the separator (and avoid duplicate separators if no additions). | resolved fixed | 2e4c437 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ProjectPropertyDialogAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-06T20:19:06Z" | "2003-03-05T21:33:20Z" |
32,038 | Bug 32038 Use shared images for properties, tasks, bookmarks views | null | verified fixed | 1f8924e | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/bookmarkexplorer/BookmarkNavigator.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetPage.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/MarkerUtil.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/tasklist/TaskList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-06T20:16:11Z" | "2003-02-17T16:40:00Z" |
33,938 | Bug 33938 [Linked Resources] IllegalArgumentException in PathVariablesGroup.editSelectedVariable | build I20030304 Was testing out the Linked Resources pref page. Later noticed two occurrences of the following in the log. Managed to reproduce it with: - add a path variable - deselect it (Edit and Remove are disabled) - disable linked resources - reenable them - Edit and Remove are enabled even though the selection is still empty - press either one - no effect in the ui, but get this exception in the log !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Mar 05, 2003 21:12:48.865 !MESSAGE Index out of bounds !STACK 0 java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2302) at org.eclipse.swt.SWT.error(SWT.java:2246) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Table.getItem(Table.java:772) at org.eclipse.ui.internal.dialogs.PathVariablesGroup.editSelectedVariable (PathVariablesGroup.java:221) at org.eclipse.ui.internal.dialogs.PathVariablesGroup.access$3 (PathVariablesGroup.java:219) at org.eclipse.ui.internal.dialogs.PathVariablesGroup$3.widgetSelected (PathVariablesGroup.java:322) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:87) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1775) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1483) at org.eclipse.jface.window.Window.runEventLoop(Window.java:577) at org.eclipse.jface.window.Window.open(Window.java:557) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:53) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:456) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:403) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:836) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1775) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1483) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1266) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1249) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | 251b12a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PathVariablesGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-06T16:43:45Z" | "2003-03-06T03:06:40Z" |
33,908 | Bug 33908 [Editor Mgmt] Show file name in title bar | RC1 Due to tab compression, it is sometimes hard to see the name of the file being edited. We should show the current editor's file name in the titlebar. Some issues: A) Should we show the simple name or the full path? I think we should just show the simple name since there's too much other info in the titlebar for a full path: page input, current perspective, product name, workspace path. B) Should the file name be shown when there is a page input. For example, if you open hierarchies in new windows, should it show the type name that the window was opened on, the file name, or both? If both, in what order? I never work in this mode, so my position is the naive one: [editorInput -] [pageInput -] [currentPerspective -] productName [- workspaceLocation] Simon and Eduardo, what do you think? Erich, can you gather opinions for ZRH folk? | resolved fixed | 65247b9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-06T15:30:11Z" | "2003-03-05T21:33:20Z" |
33,881 | Bug 33881 NPE clicking OK in preferences | I changed the CVS default keyword substitution and got an error when clicking OK. The preference was set and the error is not reproducable. !ENTRY org.eclipse.jface 4 2 Mar 05, 2003 13:30:17.452 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.decorators.DecoratorManager.labelProviderChanged (DecoratorManager.java(Compiled Code)) at org.eclipse.jface.viewers.LabelProvider$1.run(LabelProvider.java:59) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.jface.viewers.LabelProvider.fireLabelProviderChanged (LabelProvider.java:57) at org.eclipse.team.internal.ccvs.ui.CVSLightweightDecorator.refresh (CVSLightweightDecorator.java:456) at org.eclipse.team.internal.ccvs.ui.CVSPreferencesPage.performOk (CVSPreferencesPage.java:373) at org.eclipse.jface.preference.PreferenceDialog.okPressed (PreferenceDialog.java:672) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed (PreferenceDialog.java:219) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.buttonPressed (WorkbenchPreferenceDialog.java:103) at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:417) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.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:557) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:53) at org.eclipse.jface.action.Action.runWithEvent(Action.java:842) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:456) 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:1251) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | closed fixed | 503adcf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-05T22:09:25Z" | "2003-03-05T18:46:40Z" |
33,801 | Bug 33801 [Linked Resources] No linked resource info in properties view | build 20030227 The properties view does not show any information specific to linked resource. There is no resolved location item and no linked state item. On the other hand there is no location item either, like there is on the properties dialog info page. Is this simply an oversight or is the properties view intentionally a subset of the properties dialog info page? | verified fixed | 676a185 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/FilePropertySource.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/IResourcePropertyConstants.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/ResourcePropertySource.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-05T20:38:40Z" | "2003-03-04T20:33:20Z" |
33,858 | Bug 33858 Decorator thread reactivats plugins on shutdown | When the platform shuts down, the decoratgor thread can cause plugins to be reactivated when it is calling dispose on it's decorators. Below is the stacktrace. Can the decorator thread be killed before plugin deactivation begins? Thread [main] (Suspended (breakpoint at line 68 in TeamPlugin)) TeamPlugin.startup() line: 68 PluginDescriptor$1.run() line: 728 InternalPlatform.run(ISafeRunnable) line: 867 PluginDescriptor.internalDoPluginActivation() line: 740 PluginDescriptor.doPluginActivation() line: 188 PluginClassLoader.activatePlugin(String) line: 112 PluginClassLoader.internalFindClassParentsSelf(String, boolean, DelegatingURLClassLoader, boolean) line: 185 PluginClassLoader(DelegatingURLClassLoader).findClassParentsSelf (String, boolean, DelegatingURLClassLoader, boolean) line: 490 PluginClassLoader(DelegatingURLClassLoader).loadClass(String, boolean, DelegatingURLClassLoader, Vector, boolean) line: 882 DelegatingURLClassLoader.access$0(DelegatingURLClassLoader, String, boolean, DelegatingURLClassLoader, Vector, boolean) line: 876 DelegatingURLClassLoader$DelegateLoader.loadClass(String, DelegatingURLClassLoader, DelegatingURLClassLoader, Vector) line: 90 PluginClassLoader(DelegatingURLClassLoader).findClassPrerequisites (String, DelegatingURLClassLoader, Vector) line: 554 PluginClassLoader(DelegatingURLClassLoader).loadClass(String, boolean, DelegatingURLClassLoader, Vector, boolean) line: 890 PluginClassLoader(DelegatingURLClassLoader).loadClass(String, boolean) line: 862 PluginClassLoader(ClassLoader).loadClass(String) line: 445 ClassLoader.defineClass0(String, byte[], int, int, ProtectionDomain, Certificate[], byte[]) line: not available [native method] PluginClassLoader(ClassLoader).defineClass(String, byte[], int, int, ProtectionDomain) line: 694 PluginClassLoader(SecureClassLoader).defineClass(String, byte[], int, int, CodeSource) line: 133 PluginClassLoader(URLClassLoader).defineClass(String, Resource) line: 319 URLClassLoader.access$400(URLClassLoader, String, Resource) line: 92 URLClassLoader$ClassFinder.run() line: 677 AccessController.doPrivileged(PrivilegedExceptionAction, AccessControlContext) line: not available [native method] PluginClassLoader(URLClassLoader).findClass(String) line: 238 PluginClassLoader(DelegatingURLClassLoader).findClass(String) line: 922 PluginClassLoader.internalFindClassParentsSelf(String, boolean, DelegatingURLClassLoader, boolean) line: 196 PluginClassLoader(DelegatingURLClassLoader).findClassParentsSelf (String, boolean, DelegatingURLClassLoader, boolean) line: 490 PluginClassLoader(DelegatingURLClassLoader).loadClass(String, boolean, DelegatingURLClassLoader, Vector, boolean) line: 882 PluginClassLoader(DelegatingURLClassLoader).loadClass(String, boolean) line: 862 PluginClassLoader(ClassLoader).loadClass(String) line: 445 Class.getConstructor0(Class[], int) line: not available [native method] Class.getConstructor(Class[]) line: 967 PluginDescriptor.internalDoPluginActivation() line: 701 PluginDescriptor.doPluginActivation() line: 188 PluginClassLoader.activatePlugin(String) line: 112 PluginClassLoader.internalFindClassParentsSelf(String, boolean, DelegatingURLClassLoader, boolean) line: 185 PluginClassLoader(DelegatingURLClassLoader).findClassParentsSelf (String, boolean, DelegatingURLClassLoader, boolean) line: 490 PluginClassLoader(DelegatingURLClassLoader).loadClass(String, boolean, DelegatingURLClassLoader, Vector, boolean) line: 882 PluginClassLoader(DelegatingURLClassLoader).loadClass(String, boolean) line: 862 PluginClassLoader(ClassLoader).loadClass(String) line: 445 CVSProviderPlugin.broadcastDecoratorEnablementChanged(boolean) line: 457 CVSLightweightDecorator.dispose() line: 515 LightweightDecoratorDefinition (DecoratorDefinition).disposeCachedDecorator(IBaseLabelProvider) line: 122 LightweightDecoratorDefinition.refreshDecorator() line: 178 LightweightDecoratorDefinition(DecoratorDefinition).setEnabled(boolean) line: 100 LightweightDecoratorManager.shutdown() line: 123 DecoratorManager.shutdown() line: 524 WorkbenchPlugin.shutdown() line: 621 PluginRegistry$2.run() line: 283 InternalPlatform.run(ISafeRunnable) line: 867 PluginRegistry$1.visit(IPluginDescriptor) line: 296 PluginRegistry.accept(IPluginVisitor, boolean) line: 55 PluginRegistry.shutdownPlugins() line: 299 PluginRegistry.shutdown(IProgressMonitor) line: 265 InternalPlatform.loaderShutdown() line: 517 Method.invoke(Object, Object[]) line: not available [native method] InternalBootLoader.shutdown() line: 979 InternalBootLoader.run(String, URL, String, String[], Runnable) line: 850 BootLoader.run(String, URL, String, String[], Runnable) line: 461 Method.invoke(Object, Object[]) line: not available [native method] Main.basicRun(String[]) line: 247 Main.run(String[]) line: 703 Main.main(String[]) line: 539 | closed fixed | a41483f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-05T19:24:44Z" | "2003-03-05T16:00:00Z" |
32,819 | Bug 32819 eclipse plugin creation crashed - eclipse subsequently hangs on restart | null | resolved fixed | fd027ef | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-05T18:24:03Z" | "2003-02-24T20:53:20Z" |
32,766 | Bug 32766 [Preferences] Can not map font back to its original setting. | Build id: 200302211557 Open Preference->Workbench->Fonts Select "debug console text" and change it Select "java editor" and change it. Click Apply. Try to map the "java editor" back to its original setting. Note the "Restore Defaults" is going to change all fonts to the default setting which is not the desired behaviour here. | closed fixed | 5610f7c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-04T13:49:57Z" | "2003-02-24T20:53:20Z" |
32,366 | Bug 32366 Next Editor, Next View, Next Perspective incorrectly centering on multi-monitor systems | The "list widget" that displays when the hot key for "Next Editor", "Next View", and "Next Perspective" is pressed, centers itself across the whole desktop area. For multi-monitor systems (assuming a side by side layout), this means the list appears half on one monitor and half on the other, even though the main workbench window is only displayed on one monitor. The list that appears should probably be centered on the workbench window's rectangle and then possibly clipped on the desktop area in the case a user has the workbench window hanging "off" the desktop by a substantial amount. "Non-standard" desktop areas could alert the code to a potential multi-monitor configuration. If the desktop isn't a standard dimension for the user's platform, 640x480, 800x600, 1024x768, etc...multiple monitors (or some scrolling desktop feature of the video driver) is in use. | resolved fixed | b06879f | ["bundles/org.eclipse.ui.workbench/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 | "2003-03-04T00:02:17Z" | "2003-02-20T16:53:20Z" |
33,438 | Bug 33438 [Editor Mgmt] Empty error dialog when trying to open a deleted file | RC1 - start with a fresh workspace - create a project and a file - open the file in an editor -> it appears in the history of the File menu - close the editor - delete the project - try to open the deleted file using the history of the File menu -> you get an empty error dialog | resolved fixed | 5f7db67 | ["bundles/org.eclipse.ui.workbench/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 | "2003-03-03T23:35:17Z" | "2003-02-27T15:33:20Z" |
31,512 | Bug 31512 [View Mgmt] Fast views missing border | M5 build In Java perspective, converted Package Explorer to fast view, among other views. When activated, it was missing its border (1 pixel wide all the way around). See attached screenshot. Closing the view and re-converting it to a fast view fixed the problem. Problem is not specific to the Package Explorer. Another view, the CVS Resource History, had the same problem. Not all fast views had the problem though. | resolved fixed | eecb923 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-03T23:03:39Z" | "2003-02-11T02:20:00Z" |
33,318 | Bug 33318 [Linked resources] Resolved location should only be shown for linked resources bound to a variable | build RC1 The new folder and new file wizards were changed recently to only show the resolved location when a variable is used. The resolved location field is redundant when a linked resource is not bound to a variable. The location field should show the "(does not exist)" suffix when the link target does not exist. This is currently shown in the resolved location field. | verified fixed | 790a31d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceInfoPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-03T22:18:43Z" | "2003-02-26T20:06:40Z" |
33,634 | Bug 33634 NPE on startup of java debug ui plug-in | While launching a runtime workbench, this appeared: ENTRY org.eclipse.core.runtime 4 2 Mar 02, 2003 17:14:54.262 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at at org.eclipse.ui.internal.WorkbenchPage.getActivePartReference (WorkbenchPage.java:1304) at org.eclipse.jdt.internal.debug.ui.EvaluationContextManager.pageOpened (EvaluationContextManager.java:113) at org.eclipse.jdt.internal.debug.ui.EvaluationContextManager.windowOpened (EvaluationContextManager.java:87) at org.eclipse.jdt.internal.debug.ui.EvaluationContextManager.startup (EvaluationContextManager.java:54) at org.eclipse.jdt.internal.debug.ui.JavaDebugOptionsManager.startup (JavaDebugOptionsManager.java:199) at org.eclipse.jdt.internal.debug.ui.JDIDebugUIPlugin.startup (JDIDebugUIPlugin.java:281) at org.eclipse.core.internal.plugins.PluginDescriptor$1.run (PluginDescriptor.java:728) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java(Compiled Code)) at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation (PluginDescriptor.java:740) at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation (PluginDescriptor.java:188) at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin (PluginClassLoader.java:112) at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf (PluginClassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf (DelegatingURLClassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java(Compiled Code)) at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass (DelegatingURLClassLoader.java(Compiled Code)) at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code)) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:130) at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension (PluginDescriptor.java:167) at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension (ConfigurationElement.java:103) at org.eclipse.debug.internal.ui.views.console.ConsoleDocumentManager.newLineNotifi er(ConsoleDocumentManager.java:389) at org.eclipse.debug.internal.ui.views.console.ConsoleDocumentProvider.getLineNotif ier(ConsoleDocumentProvider.java:100) at org.eclipse.debug.internal.ui.views.console.ConsoleDocumentProvider.createDocume nt(ConsoleDocumentProvider.java:35) at org.eclipse.ui.texteditor.AbstractDocumentProvider.createElementInfo (AbstractDocumentProvider.java:236) at org.eclipse.ui.texteditor.AbstractDocumentProvider.connect (AbstractDocumentProvider.java:302) at org.eclipse.debug.internal.ui.views.console.ConsoleDocumentManager$2.run (ConsoleDocumentManager.java:124) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java(Compiled Code)) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block (ModalContext.java(Compiled Code)) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block (ModalContext.java(Compiled Code)) at org.eclipse.jface.operation.ModalContext$ModalContextThread.block (ModalContext.java(Compiled Code)) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:255) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run (ProgressMonitorDialog.java:351) at org.eclipse.debug.ui.DebugUITools.launch(DebugUITools.java:493) at org.eclipse.debug.ui.actions.LaunchAction.run(LaunchAction.java:62) at org.eclipse.debug.ui.actions.LaunchAction.runWithEvent (LaunchAction.java:77) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:456) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:403) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:72) 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:1254) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | resolved fixed | 961e299 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-03T22:00:04Z" | "2003-03-03T00:06:40Z" |
33,398 | Bug 33398 [DND] Disable drag copy when multiple selected items do not have the same parent | build RC1 In a file structure: P1 F1 file1 F2 When file1 and F2 are selected the copy menu item is disabled. Drag copy is allowed and works fine. The copy menu item should be enabled. Package Explorer has the same problem. | verified fixed | 18a343e | ["bundles/org.eclipse.ui.workbench/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 | "2003-03-03T20:32:08Z" | "2003-02-26T22:53:20Z" |
33,488 | Bug 33488 [Preferences] [Help] F1 help should always give help about the selected page | build I20030227 - Window / Preferences - focus is in tree at left - F1 - it gives you help about the dialog, not the selected page - give the selected page focus - F1 - it gives you help about the page F1 should always give you help about the selected page. It should also give help about the dialog at the same time, if possible (e.g. a link for the page, and a link for the dialog). | closed fixed | 510b0ee | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-03-03T18:21:55Z" | "2003-02-27T21:06:40Z" |
33,309 | Bug 33309 [Linked Resources] Copy/move linked resources with non-existent link targets | build RC1 Copying a project that contains an unresolved linked resource fails with the message "Cannot create linked resource: Local location <link target location> does not exist". Copying an unresolved linked resource fails with the message "Resource is out of sync with the file system: <link name>" | verified fixed | 83acad2 | ["bundles/org.eclipse.ui.workbench/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 | "2003-03-03T15:23:52Z" | "2003-02-26T17:20:00Z" |
31,913 | Bug 31913 Editor Workbook does not keep selected item visible when switching perspectives | Build id: RC1 Open lots (24 files). Open two perspectives (A and B) in the same window. Layout perspective A to have the outline in the right size of the editor area. Layout perspective B without any view in the right size of the editor area. Select the last editor in perspective A. Switch to perspective B. Switch back to A. The Selected editor tab is not visible anymore. | resolved fixed | a85e574 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-28T17:34:48Z" | "2003-02-14T22:00:00Z" |
32,511 | Bug 32511 [Editor Mgmt] DND from task list to Editor causes ClassCastException | Eclipse 20030219 Create a task that is not associated with a file. Drag that task to the editor area The following exception is generated. !ENTRY org.eclipse.ui 4 4 Feb 21, 2003 14:48:51.350 !MESSAGE *** Stack trace of contained exception *** !ENTRY org.eclipse.ui 4 0 Feb 21, 2003 14:48:51.366 !MESSAGE org.eclipse.core.internal.resources.WorkspaceRoot !STACK 0 java.lang.ClassCastException: org.eclipse.core.internal.resources.WorkspaceRoot at org.eclipse.ui.internal.WorkbenchPage.openMarker (WorkbenchPage.java:1921) at org.eclipse.ui.internal.WorkbenchPage.openInternalEditor (WorkbenchPage.java:1915) at org.eclipse.ui.internal.EditorAreaDropAdapter.asyncDrop (EditorAreaDropAdapter.java:78) at org.eclipse.ui.internal.EditorAreaDropAdapter.access$0 (EditorAreaDropAdapter.java:52) at org.eclipse.ui.internal.EditorAreaDropAdapter$1.run (EditorAreaDropAdapter.java:47) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(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:1244) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) | verified fixed | 74d6bac | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-28T16:22:52Z" | "2003-02-21T20:40:00Z" |
33,085 | Bug 33085 [Preferences] Last page not remembered the second time | RC1 build - Window / Preferences - select the Appearance page - OK - Window / Preferences - Appearance page is still selected - OK - Window / Preferences - Workbench is selected It should always remember the last page, even if the page isn't changed. | closed fixed | 15c9e41 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-28T15:00:06Z" | "2003-02-25T19:06:40Z" |
33,386 | Bug 33386 [Working Sets] ok disabled in working set selection dialog after editing working set | build RC1 -open the working set selection dialog and create a new working set -select the new working set and close the selection dialog -open the selection dialog again and edit the selected working set without changing the selection -close the working set edit dialog by selecting ok ->The ok button in the working set selection dialog is still disabled. It should be enabled. I have to change the selection for the button to be enabled. | verified fixed | 092b42f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-27T22:57:03Z" | "2003-02-26T22:53:20Z" |
32,610 | Bug 32610 Java Editor Font Does not change when Text Editor font changes | 2.1 RC1 The Java editor should use the text font unless explicitly set. 1. Open Java editor 2. Change text font Observe: The Java editor does not use the font indicated on the preference page Note: After restarting the workbench the new font is used. Changing the text editor font resets the Java editor font again. | closed fixed | b84817a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FontPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-27T17:02:09Z" | "2003-02-24T09:46:40Z" |
32,319 | Bug 32319 [Wizards] Changes to New Example wizard | build I20030218 The New Example wizard (File > New > Example...) needs the following changes. 1. Omit top-level Examples category (flatten one level) if there are no direct wizards in that category, only subcategories. 2. If Examples category shown, expand it for free. 3. Change title to "New Example" (name of triggering action; consistent with New Project). | closed fixed | 6e3d555 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewExampleAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-27T15:04:24Z" | "2003-02-20T03:00:00Z" |
32,283 | Bug 32283 [Dialogs] widget is disposed in open type dialog | 20030218 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2316) at org.eclipse.swt.SWT.error(SWT.java:2246) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Control.getDisplay(Control.java:731) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java:589) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:311) at org.eclipse.swt.widgets.Table.setSelection(Table.java:1878) at org.eclipse.ui.dialogs.FilteredList$TableUpdater.selectAndNotify(Filt eredList.java:584) at org.eclipse.ui.dialogs.FilteredList$TableUpdater.access$2(FilteredLis t.java:583) at org.eclipse.ui.dialogs.FilteredList$3.run(FilteredList.java:573) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:31) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.ja va:94) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1669) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1414) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1288) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1271) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa der.java:845) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:247) at org.eclipse.core.launcher.Main.run(Main.java:703) at org.eclipse.core.launcher.Main.main(Main.java:539) Unhandled exception caught in event loop. Reason: | closed fixed | 37dd38e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-20T20:54:37Z" | "2003-02-19T21:26:40Z" |
30,751 | Bug 30751 [Viewers] Closing all projects doesnt clear package browser list [browsing] | In the java browsing perspective, if you close all projects, the packages browser still has a list of all the packages from the last opened project. | resolved fixed | 6085581 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-20T19:02:49Z" | "2003-01-31T21:53:20Z" |
28,094 | Bug 28094 [MPE] Ruler menu actions do not work on multi-page editor | When a mutli-page editor that contains a text editor as one of its pages contributes actions to the editors ruler menu, these actions do not run when selected. An example of this is in the multi-page editor example (org.eclipse.ui.examples.multipageeditor). To recreate: Install the multi-page editor example. Create and open a new .mpe file. Right click the ruler of the editor and select Add Bookmark. Nothing happens. | resolved fixed | f5b996f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-20T18:55:51Z" | "2002-12-11T15:20:00Z" |
32,354 | Bug 32354 LabelProvider dispose() is not called when provider disabled | If you disable the CVs decorator from the preferences the dispose() method is not called on LabelProvider. we would like to hook here to clear some caches when the decorator is not needed. In addition, we expect the lightweight decorator constructor to be called when it is re-activated (which currently isn't the case either). | closed fixed | 271b6be | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/FullDecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/DecoratorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-20T16:26:26Z" | "2003-02-20T16:53:20Z" |
31,712 | Bug 31712 [Icons] Decorator icon for linked resource with missing/undefined target | null | resolved fixed | 995a5d4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/LinkedResourceDecorator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-20T16:03:15Z" | "2003-02-12T20:00:00Z" |
32,198 | Bug 32198 Status line delays 'Cancel' button too much | When application window is used as a runnable context, 'cancel' button does not appear right away. Instead, it is shown when the first progress is drawn. Since it make take a while to call 'internalWorked', this button may not appear for too long an interval. Update UI has the following problem: before connecting to the remote site, we spawn a thread to obtain the connection input stream. In case of a frozen connection, we want to allow users to return and let the stream thread die the natural death after a timeout. However, on our first connection attempt we don't move 'worked' method for enough ticks to make the 'cancel' button show, so users cannot cancel until we retry with another URL variant. Cancel button should be shown right away, or users should be able to tell if they want it right away (but IProgressMonitor does not have any provisions for this type of configuration). | resolved fixed | cc96853 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-19T23:16:44Z" | "2003-02-19T02:00:00Z" |
31,993 | Bug 31993 [Open Modes] double click on editor annotation ruler sometimes zooms the editor area | 20030214 it's very frustrating sometimes, when i try to add a breakpoint, the editor area zooms in zooming should only be done on double click in the editor tab or or some action from menu/shortcut | resolved fixed | 3fb0c0f | ["bundles/org.eclipse.ui.workbench/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 | "2003-02-19T21:44:52Z" | "2003-02-17T11:06:40Z" |
24,024 | Bug 24024 [Viewers] Error in Javadoc for AbstractTreeViewer::setAutoExpandLevel() | from Javadoc for AbstractTreeViewer::setAutoExpandLevel() : * Sets the auto-expand level. * The value 0 means that the root's children are not visible; * 1 means that the root is expanded so that its children are visible, * but the root's grandchildren are not; and so on. That's off by one. 0 means auto-expand is off. 1 means that roots are not expanded. 2 means that children of the roots are expanded, but not grandchildren; etc. * The value <code>EXPAND_ALL</code> means that all subtrees should be * expanded. The constant should read ALL_LEVELS Note that some other expansion-methods need these comment updates too. | closed fixed | 79ddf03 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-19T18:10:45Z" | "2002-09-24T12:20:00Z" |
31,518 | Bug 31518 [Workbench] MessageLine used hardcoded color | 20030206 The MessageLine uses the hardcoded color RGB ERROR_BACKGROUND_RGB = new RGB (230, 226, 221); | closed fixed | c2c7530 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/MessageLine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-19T17:03:52Z" | "2003-02-11T10:40:00Z" |
30,543 | Bug 30543 [DND] Files deleted when dragged to mozilla | In the Resource or Java perspectives, after dragging an html file from the navigator to be viewed in Mozilla, the file is deleted from the Eclipse views and from the filesystem. Not true of IE 5.5 or Netscape 4.72 on the same machine. Versions: - Eclipse 2.0.2 - NT 4.0 SP6 - Mozilla 1.2.1 | resolved fixed | 175e2d9 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/NavigatorDragAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-19T16:46:21Z" | "2003-01-29T22:40:00Z" |
21,357 | Bug 21357 [Viewers] TreeViewer(Composite parent,int style) javadoc error | The javadoc explains what style-bits are set, but it's obviously a copy'n'paste error: Creates a tree viewer on a newly-created tree control under the given parent. The tree control is created using the given SWT style bits. The viewer has no input, no content provider, a default label provider, no sorter, and no filters. The tree control has the MULTI, H_SCROLL, V_SCROLL and BORDER style bits set. | resolved fixed | fe9bc98 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-19T15:43:57Z" | "2002-07-08T17:40:00Z" |
32,053 | Bug 32053 [Import/Export] Need busy cursor when loading page | M5 build - start eclipse in Resource perspective - File / Import - double-click on External Plug-ins and Fragments - it takes a while to load, but there is no busy cursor | closed fixed | c87ca12 | ["bundles/org.eclipse.jface/src/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 | "2003-02-19T15:08:27Z" | "2003-02-17T19:26:40Z" |
32,142 | Bug 32142 [Workbench] Closing all perspectives does not seem to fire appropriate events | Using the latest eclipse ui code (as of feb 18, 2003 morning), if you - run the workbench - open the resource perspective - select a project in the Navigator view - select Window > Close All Perspectives - look at the Edit menu Notice the Copy item is still enabled, and it should not be. This use to work in build 200302061700 (last integration build before we started work on 2.1 RC1) | resolved fixed | 4287f89 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CloseAllPerspectivesAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ClosePerspectiveAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-18T21:10:33Z" | "2003-02-18T17:40:00Z" |
31,856 | Bug 31856 [Dialogs] white area in Open Type dialog | I20030213 - open the "Open Type dialog" Observe: there is a white area next to the Cancel button (see attachment). I supect it is an error/status label that has a white background | closed fixed | 43c0ac0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/MessageLine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-18T19:38:34Z" | "2003-02-14T08:06:40Z" |
26,423 | Bug 26423 [JFace] Make reusable Icons public API | I cannot find Icons without using internal API. I need to reuse Eclipse Icons like Delete, Undo, Redo, Navigate Up, Navigate Into, and potentially any other Icons. Plugins can already obtain these Icons by reaching into the org.eclipse.ui installation directory. But, if I do it this way I create my own ImageDescriptor, and ActionContributionItem will cache it separately, wasting OS resources. So why not make these icons (ImageDescriptors) available programmatically as well in SharedImages? | resolved fixed | 5468a1e | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/framelist/BackAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/framelist/ForwardAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/framelist/UpAction.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/RefactorActionGroup.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISharedImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/CreateProjectAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewExampleAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewProjectAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/NewWizardAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/DrillDownAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-17T23:51:27Z" | "2002-11-14T21:40:00Z" |
32,056 | Bug 32056 [Wizards] Should select the wizard for free if there is only one in selected category | build I20030214 - File / New / Project... - select Java - you have to manually select the Java Project item - likewise for Simple Project When there is only one item to select, we should select it for the user. We could consider selecting the first item when there is more than one item, but this may not be what the user wants. It's unambiguous when there's only one item though. | closed fixed | e646ce8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-17T21:46:33Z" | "2003-02-17T19:26:40Z" |
16,762 | Bug 16762 [Editor Mgmt] Fast view and editor activation inconvenience | - use the JUnit view as fast view - run a testsuite - doubleclick on a test in the hierarchy or on a line from a stacktrace of a failure - the appropriate editor gets focused - minimize the JUnit view - the previously active editor gets the focus, which is not the expected behaviour | resolved fixed | 19f6e30 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-17T21:05:23Z" | "2002-05-22T12:20:00Z" |
31,954 | Bug 31954 [Perspectives] NPE when CloseAll | Build 200302141436 Open a workspace. Open a Resources Perspective. Open a Java Perspective. Popup Fast View menu --> Close All. Causes an NPE. | resolved fixed | 3aaf8fe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/CloseAllPerspectivesAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-17T19:22:57Z" | "2003-02-15T23:00:00Z" |
30,336 | Bug 30336 [Working Sets] Canceling working set remove does not restore MRU list | build 20030121 -Select a working set in the Navigator so that it gets added to the working set MRU list -Open the working set selection dialog -Remove the selected working set -Cancel the selection dialog ->The working set is no longer in the working set MRU list in the navigator view menu. The working set selection dialog should restore the complete MRU list when the dialog is cancelled. | verified fixed | 4a29891 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-17T01:43:05Z" | "2003-01-27T23:26:40Z" |
31,965 | Bug 31965 [Navigator] Selected working set not restored when removed in selection dialog | build 20030214 -select a working set in the resource navigator -open the working set selection dialog (view menu/select working set) -remove the selected working set, the working set is removed from the resource navigator -press cancel ->the resource navigator no longer has a working set selected. The working set removed in the selection dialog should be reset automatically when the selection dialog is canceled | verified fixed | 55ad62a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/SelectWorkingSetAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-17T01:41:08Z" | "2003-02-17T02:46:40Z" |
31,422 | Bug 31422 Navigator View context menu not showing Open/Close Project options | The Navigator View no longer shows an Open and Close Project options in context menu (i.e. menu that appears when right-cliking on a project folder). Up until M4 both menu options were there. I just installed M5 and the options are no longer available. This is a big usability booster, please put it back. :- ) | resolved fixed | ee6ab88 | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/navigator/WorkspaceActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-16T02:48:20Z" | "2003-02-09T17:00:00Z" |
31,165 | Bug 31165 [Perspectives] Should turn redraw off around perspective switches | build I20020306 While in my target eclipse under debug, with 2 Java editors and the following perspectives open: Resource, Java, Debug, I noticed that switching between the perspectives was really flashy. Lots of menubar updates and repeated layouts. Just for fun, I added a setRedraw off/on around the whole thing in Workbench.setPerspective(Perspective). It felt -much- better afterwards. Should do this for RC1. My hack lost the busy cursor, though, and it's important to have it. | resolved fixed | fed4b08 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2003-02-14T21:07:23Z" | "2003-02-06T22:20:00Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.