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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10,267 | Bug 10267 State of open Workbench Windows gets partially lost on shutdown | If I shutdown eclipse with some editors dirty, I will get prompted to save those editors. However, certain workbench windows have already started closing. If I press cancel at that time, the shutdown is aborted, and I lost the open windows that did NOT have dirty editors and came before the window which did. | resolved fixed | 4244025 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-25T15:43:24Z" | "2002-02-26T16:13:20Z" |
8,044 | Bug 8044 Cannot close a fast view with an error | If there is an error creating a fast view the close button does not work. Steps 1) Open a view that will have errors using Show View... 2) A fast view will come up with the error message contents 3) Try to close it using the X close button - you will have to reset to get rid of it. | closed fixed | c507687 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-25T14:46:42Z" | "2002-01-22T20:06:40Z" |
11,294 | Bug 11294 Internal error opening workbench editors dialog | Build 20020312 I pressed Ctrl+W to open a recently closed editor, and an internal error occurred. I had recently recovered from another crash of the workbench, I don't know if that's related. I can now consistently reproduce the error in my workspace, even if I shut down and restart. My UI setup is a single workbench window with three perspectives inside it: java, debug, resources. The editor area was hidden in the resource perspective, but otherwise there were several editors open. java.lang.ArrayIndexOutOfBoundsException: 2 at org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog$Adapter.compareTo(Workben chEditorsDialog.java:481) at java.util.Arrays.mergeSort(Arrays.java:1065) at java.util.Arrays.mergeSort(Arrays.java:1072) at java.util.Arrays.sort(Arrays.java:1015) at org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog.sort(WorkbenchEditorsDial og.java:321) at org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog.updateItems(WorkbenchEdit orsDialog.java:301) at org.eclipse.ui.internal.dialogs.WorkbenchEditorsDialog.createDialogArea(Workbenc hEditorsDialog.java:186) at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:465) at org.eclipse.jface.window.Window.create(Window.java:263) at org.eclipse.jface.window.Window.open(Window.java:512) at org.eclipse.ui.internal.WorkbenchEditorsAction.run(WorkbenchEditorsAction.java:2 9) at org.eclipse.jface.action.Action.runWithEvent(Action.java:466) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont ributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContribu tionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem. java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(Actio nContributionItem.java:47) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:675) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:77 7) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362) | resolved fixed | c7cc18b | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-22T23:00:07Z" | "2002-03-13T20:06:40Z" |
11,747 | Bug 11747 Not enough info added to log on runtime exceptions in WorkspaceAction | Build 20020319 I'm trying to track down an exception that gets caught in WorkspaceAction.run. The problem is, this method just logs the receiver class name and the exception's toString. It does not capture the exception's stack trace. It should create a status object with the exception inside it, then log that status object. That way the stack trace would get added to the log file. A sample log entry from the current build looks like the following, which really gives very little interesting information: Exception in org.eclipse.ui.actions.BuildAction. run: java.lang.UnsupportedOperationException | resolved fixed | ec9e97b | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/WorkspaceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-22T20:34:04Z" | "2002-03-19T23:20:00Z" |
2,246 | Bug 2246 DnD in Navigator: line suggests ordering is possible (1GEAUIG) | When dragging an item in the Navigator, it shows a horizontal line between items, and allows a drop when shown. This suggests that the items can be ordered, but the Navigator always shows elements in sorted order, so order does not matter. NOTES: NE (5/25/01 4:45:50 PM) Note that the Packages View does not do this. Nor does Windows Explorer. | resolved fixed | f472728 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/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 | "2002-03-21T22:08:45Z" | "2001-10-11T03:13:20Z" |
11,107 | Bug 11107 Action filter asking closed project for natures | IProject#hasNature(String) is spec'ed to throw an exception if the project is closed, and I recently fixed the implementation to match this. WorkbenchProject#testAttribute calls this method when filtering actions, and as a result, many CoreExceptions are now thrown when a user right-clicks on a closed project in the navigator. These exceptions don't surface because the code in WorkbenchProject currently swallows the exception. However, it would be good to fix the UI code to avoid the overhead of all these exceptions (exception and status objects created, message binding, throw/catch overhead, etc). I recommend: } else if (name.equals(PROJECT_NATURE)) { try { IProject proj = res.getProject(); return proj.isAccessible() && proj.hasNature(value); } catch (CoreException e) { return false; } } | resolved fixed | 1a5702a | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/model/WorkbenchProject.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/model/WorkbenchResource.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-21T21:27:57Z" | "2002-03-11T18:06:40Z" |
11,980 | Bug 11980 MultiEditor contains unneccessary platform-dependant import | The class: org.eclipse.ui.part.MultiEditor contains the following import which doesn't appear to be used: import org.eclipse.swt.internal.win32.GRADIENT_RECT; In a selfhosting environment, this creates an error on Linux. This import doesn't appear to be used. Unless I'm mistaken, I believe this import should be removed. | resolved fixed | 5a94066 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/MultiEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-21T20:51:42Z" | "2002-03-20T18:46:40Z" |
2,775 | Bug 2775 [JFace] Opening a font field editor with preview text does not use the change label (1GJ6I1N) | If you open a font field editor with a preview text specified the label for the change button does not show up. We need to add the line changeButtonText = JFaceResources.getString("openChange"); //$NON-NLS-1$ to the method public FontFieldEditor( String name, String labelText, String previewText, Composite parent) NOTES: | closed fixed | 69d7209 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/FontFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-21T19:46:56Z" | "2001-10-11T03:13:20Z" |
2,221 | Bug 2221 New wizard disables Finish even with valid selection (1GEAPG3) | Open the New wizard dialog. Select Basic and then File. Notice the finish button is enabled now. Click on Basic again and notice the Finish button is disabled even thought File is still selected in the list. NOTES: NE (05/28/01 2:32:52 PM) It's the Next button, not the Finish button. | resolved fixed | b053ddc | ["bundles/org.eclipse.ui/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 | "2002-03-21T19:17:21Z" | "2001-10-11T03:13:20Z" |
2,232 | Bug 2232 Usability: No way indicate a warning in a wizard (1GEAR6U) | EG (5/25/01 9:33:33 PM) from GDA Add AbstractDocument.AttributeContext o It displays an error/info in the banner area but there is no icon to draw your attention to it so it goes unnoticed. NOTES: EG (5/25/01 9:34:54 PM) wizard only supports to show errors there is no API to show a warning. All we can do is to change the description. | resolved fixed | c4f6eea | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/TitleAreaDialog.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/WizardDialog.java", "bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/wizard/WizardPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-21T19:15:26Z" | "2001-10-11T03:13:20Z" |
9,274 | Bug 9274 Export dialog does not populate list if element is preselected | If the current selection for export is a file that is in the root of a project selecting that project the first time in the export dialog won't do anything. If you select a second time it will. STEPS 1) Create a Project Foo 2) Create a file bar.txt in Foo 3) Select bar.txt 4) Choose export 5) Select Foo in the dialog - no contents 6) CLick off and click again - contents | closed fixed | a996a87 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceTreeAndListGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-21T18:33:29Z" | "2002-02-07T22:13:20Z" |
10,277 | Bug 10277 Editor reuse not consistent | If editors are opened with activate==true then the last/oldest editor is reused but if the editors are opened with activate==false then the newest editor is reused. This is not what I would expect. Test case: 1. Set the editor threshold to 3 for Workbench and for Java Browsing (Preferences -> Java -> Work in Progress -> Browsing). 2. In Java perspective open A.java, B.java, C.java and then D.java 3. In Java Browsing perspective open A.java, B.java, C.java and then D.java ==> The Java perspective contains B.java, C.java and D.java while Java Browsing perspective contains A.java, B.java and D.java | resolved fixed | 72e1d84 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-21T17:23:45Z" | "2002-02-26T19:00:00Z" |
2,181 | Bug 2181 Browse directories dialog is empty (1GEA8DN) | Open the new project wizard Select Project Press the next button Enter a project name Uncheck use default directory Press browse There is a beep and the directory dialog is empty The dialog should show the directory that most closely maps to what you have entered. NOTES: RG (5/25/01 8:51:17 AM) On Windows we always seem to open on "My Computer" SA (5/25/2001 10:01:43 AM) This has been reported before but as a reminder... the DirectoryDialog which is being used to select a directory does not accept "/" as part of the initial directory. It must be "\" on Windows. It would be nice if DirectoryDialog did this parsing for us. Also, we should use toOSString() on IPath so that we get the correct separator for the platform. EJP (6/25/01 1:59:55 PM) Re-tested it. In my machine it shows the dev eclipse working directory. EJP (7/11/01 1:39:31 PM) The method WizardNewProjectCreationPage::handleLocationBrowseButtonPressed() should be fixed to use IPath::toOSString(). | resolved fixed | 669f3b3 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardNewProjectCreationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-20T23:18:02Z" | "2001-10-11T03:13:20Z" |
11,752 | Bug 11752 Internal error building project with cycles | Build 20020319 1) Create java project P1 2) Create java project P2 3) Add P1 as project reference for P2 4) Add P2 as project reference for P1 5) Select both projects in navigator, Rebuild All An internal error occurs (UnsupportedOperationException). A glance at the code shows the error in BuildAction.pruneResources: List ordered = Arrays.asList(prereqs[0]); ordered.addAll(Arrays.asList(prereqs[1])); Arrays.asList returns an immutable list, so the addAll() call is guaranteed to fail if the parameter list (prereqs[1]) has any elements. | resolved fixed | 7caf1e8 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/BuildAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-20T22:23:05Z" | "2002-03-19T23:20:00Z" |
11,968 | Bug 11968 ActionContributionItem update not working correctly | The update method was failing to set the enablement correctly in the case of a newly made item. | resolved fixed | 83dd1f9 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/action/ActionContributionItem.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-20T19:00:30Z" | "2002-03-20T18:46:40Z" |
2,145 | Bug 2145 Fast views too slow when going away (1GE8IHM) | Fast views open quickly but have a scroll effect on closing. The effect is neat the first time you see it but quickly becomes a pain especially if the fast view is expanded across the workbech (ex. tasklist > 1sec.) NOTES: RG (5/24/2001 4:58:22 PM) The effect looks bad on Linux. It leaves a series of edges which then disappear one at a time. | resolved fixed | 4b3b5fe | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-19T22:10:23Z" | "2001-10-11T03:13:20Z" |
2,046 | Bug 2046 org.eclipse.ui.plugin.AbstractUIPlugin.loadDialogSettings() is using URLgetFile() (1GDTWUZ) | org.eclipse.ui.plugin.AbstractUIPlugin.loadDialogSettings() is using URLgetFile() this will fail when the install directory is not local see initializePluginPreferences for an example of using a stream NOTES: | resolved fixed | 8bbd188 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-19T21:39:09Z" | "2001-10-11T03:13:20Z" |
11,484 | Bug 11484 [Contributions] Contributions are being rebuilt too often | This started out as an investigation to see if we were reading image files multiple times and ended up exposing bigger problems. If you open two java editors and switch between them you will notice that the perspective .gif files are being read every time the editor changes. This turns out to be the result of calling ChangeToPerspectiveMenu.createMenuItem() as it creates new images each time. A hack to cache the images or avoiding making this menu dynamic or avoiding recreating the menu when the perspective has not changed are incomplete fixes for this defect Problem 1. This method ends up being called from the OutlineView's update call. This does not make any sense. I can understand that we have to update the local toolbar for the OutlineView. This does not imply that we have to update everything else. Problem 2: It ends up being called twice. Once for the outline view, the other for the editor. | resolved fixed | ffa8a27 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SubActionBars.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewActionBars.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-15T22:48:23Z" | "2002-03-15T16:33:20Z" |
10,925 | Bug 10925 TVT - The word "Misc" is not translated | This problem was found by the Simplified Chinese tester. 1) Click on a file in the navigator. 2) In the property sheet, press Show/Hide Categories so that it is depressed. 3) In the category "Misc" appears, without translation. I tested this with Spanish, and it was also not translated. So this is not a Simplified Chinese specific problem. | resolved fixed | c8da5a4 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertySheetViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-11T22:25:23Z" | "2002-03-07T08:33:20Z" |
10,757 | Bug 10757 ClassCast when I hit F1 | 20020304-N Win2K I created a Java project. Have opened Java package wizard. Hit F1 on first page. Get internal error. Log: Tue Mar 05 08:55:51 EST 2002 4 org.eclipse.ui 0 org.eclipse.ui.help.DialogPageContextComputer java.lang.ClassCastException: org.eclipse.ui.help.DialogPageContextComputer at org.eclipse.ui.help.WorkbenchHelp$1.helpRequested(WorkbenchHelp.java:207) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:191) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:525) at org.eclipse.ui.internal.NewWizardShortcutAction.run(NewWizardShortcutAction.java :79) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont ributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContribu tionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem. java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(Actio nContributionItem.java:47) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:771) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:77 7) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362) | resolved fixed | 9d35840 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/PropertySheetPageContextComputer.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/help/DialogPageContextComputer.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/help/ViewContextComputer.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/help/WorkbenchHelp.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-11T21:03:09Z" | "2002-03-05T14:53:20Z" |
10,689 | Bug 10689 Can't use [ESC] key to cancel "Navigator Filters" window | 1. pull down the menu on the navigator view 2. select 'Filters ...' 3. hit escape, the dialog doesn't go away | resolved fixed | 5359c99 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/FilterSelectionAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-11T20:11:26Z" | "2002-03-04T16:40:00Z" |
9,872 | Bug 9872 Change fast view contribution to keep track of associated view | null | resolved fixed | 71d5f14 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ShortcutBarPart.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ShowFastViewContribution.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-11T16:49:00Z" | "2002-02-14T23:40:00Z" |
10,916 | Bug 10916 Perspective buttons on left hand side should not toggle | Click on the button for the currently active perspective in the toolbar on the left. Notice that it toggles from pushed to unpushed! I would expect these buttons to behave more like a radio button and ensure exactly one button is selected at a time. | resolved fixed | 24b4e7c | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SetPagePerspectiveAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-08T17:24:42Z" | "2002-03-07T00:13:20Z" |
10,997 | Bug 10997 All Views are in 'Other' category | I20020307 Show View->Other Expand all the categories. They are all empty except 'Other' which contains *all* views. | resolved fixed | 440f514 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/Capability.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/CapabilityCategory.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/CapabilityRegistry.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/CapabilityRegistryReader.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/Category.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/ICategory.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-08T14:13:44Z" | "2002-03-07T22:26:40Z" |
10,685 | Bug 10685 RefactorActionFactory refers to internal class TextActionHandler | Build 20020228 RefactorActionFactory refers to TextActionHandler which is an internal class. Standard components like the Navigator must not refer to internal classes. | closed fixed | 3bda9f0 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/RefactorActionFactory.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/RenameResourceAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/TextActionHandler.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/TextActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-07T18:02:35Z" | "2002-03-04T16:40:00Z" |
10,514 | Bug 10514 Closing 1 Perspecive closes them all, until opening any back up | Eclipse Drop: December 19th Stable OS: Solaris 2.7 w/ Sun Recommended Patches HW: Sun Ultra 60 JRE: Sun 1.3.1 Motif: 2.1 CDE: 1.3 To Reproduce: Open a few Persepctives (Java, Resources, Debug, etc) Perspective -> Close Notice that the current Perspective is closed and none replaces it. Notice that there are no Perspectives listed in the toolbar pulldown Perspective -> Open -> Java(or any other) Watch them ALL come back to life including the one you closed. Consistant annoying behavior under Linux-Motif, Solaris 8 and Windows 2K | resolved fixed | 643b6a2 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CloseAllPagesAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CloseAllPerspectivesAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ClosePageAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ClosePerspectiveAction.java", "bundles/org.eclipse.ui/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 | "2002-03-07T16:13:26Z" | "2002-02-28T18:13:20Z" |
8,511 | Bug 8511 Cannot mark a task as completed without the mouse | The only place that a task can be marked as completed is via a double click on the completed check box. Ditto for setting the severity. This should be addressed when the table navigation is implemented. | resolved fixed | b894aff | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/tasklist/MarkCompletedAction.java", "bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/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 | "2002-03-06T18:59:37Z" | "2002-01-25T20:20:00Z" |
10,826 | Bug 10826 Switching to update perspective causes JVM exit on next launch | Using intergration build 20020305. eclipse-platform-20020325-win32.zip F:\installtst\eclipse>java -version java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cn130-20010925 (JIT enabled: jitc) Switching to the Install perspective and shutting down causes a jvm exit on startup next time. To Reproduce: 1) Start up the platform (.\eclipse) (i used a clean install of this) 2) switch to Install/Update Perspective 3) shutdown the platform 4) start the platform (.\eclipse) Log Log: Tue Mar 05 22:45:14 EST 2002 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. java.lang.NullPointerException at org.eclipse.ui.internal.EditorWorkbook.drawGradient (EditorWorkbook.java:318) at org.eclipse.ui.internal.EditorPane.shellActivated (EditorPane.java:125) at org.eclipse.ui.internal.WorkbenchWindow$8.shellActivated (WorkbenchWindow.java:988) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:155) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE (Decorations.java:1362) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:969) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1334) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method) at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:183) at org.eclipse.swt.widgets.Shell.open(Shell.java:566) at org.eclipse.jface.window.Window.open(Window.java:521) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:660) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:502) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:817) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:487) at org.eclipse.ui.internal.Workbench.openWindows(Workbench.java:537) at org.eclipse.ui.internal.Workbench.init(Workbench.java:397) at org.eclipse.ui.internal.Workbench.run(Workbench.java:680) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:777) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362) | resolved fixed | 29e3783 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-03-06T17:05:47Z" | "2002-03-06T04:46:40Z" |
9,721 | Bug 9721 Performance: avoid writing empty preference files | (After conversation with RG) A plug-in's preference store is being written to a file even when there are no preference setting to remember. This is pointless and wasteful. Instead, when a plug-in's preference store does not contain any genuine entries, no file should be written (an existing file must be deleted). This simple change would improve preference saving ( which is also done on plug-in shutdown). | resolved fixed | f14ba18 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceStore.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/help/WorkbenchHelp.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-28T21:23:34Z" | "2002-02-13T19:53:20Z" |
4,378 | Bug 4378 IMemento#getString(String) removes formatting | If a String with formatting (tabs, new lines) is stored into an IMemento using putString(String, String), when the String is retrieved during IViewPart#init (IViewSite, IMemento), the "control" characters have been replaced with spaces. Currently impacts the Debugger DisplayView | resolved fixed | bea91ea | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/IMemento.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/XMLMemento.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-28T18:45:04Z" | "2001-10-11T14:20:00Z" |
7,406 | Bug 7406 NPE: adaptable and filters don't work together for property page contributions | If a property page contribution is filtered by project nature, and its marked as adaptable, the filter is ignored for the adapted case. Specifically, our CVS property page shows up on non-CVS Java Projects. As a result, the following steps in our 2.0 work will cause a NPE: 1. Open the property dialog on a Java project in the Packages view which hasn't yet been connected to a CVS repository (so no CVS nature). 2. You will erroneously have a CVS page. Go to the CVS page but dont make any changes. 3. Go to another page, make a change, Finish. You will get a NPE from the CVS properties page finish because the project isn't a CVS project and the page should never have been there. | resolved fixed | 7114c64 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-28T16:14:58Z" | "2002-01-09T23:46:40Z" |
9,799 | Bug 9799 Browse must be clicked twice in file import wizard | Build 20020212 1) File->Import->File System 2) Type a value in the directory selection combo at the top 3) Click Browse - directory dialog does not come up, instead it updates the list and tree below 4) Click browse a second time - now the dialog comes up. It looks like the checkbox tree is stealing focus when the button is pressed, and maybe this causes the selection event on the button not to fire? | resolved fixed | e34d574 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/WizardFileSystemResourceImportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-26T14:42:25Z" | "2002-02-13T22:40:00Z" |
9,457 | Bug 9457 A fatal error happened while informing the user about a fatal error. | Build 20020205 While performing a build, I got a NullPointerException in the junit plugin. This opened an error dialog, but this caused another NPE, and another error dialog to be opened, etc. I had to kill the workbench. | resolved fixed | 58763f6 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ExceptionHandler.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/InternalErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-25T21:09:44Z" | "2002-02-12T16:06:40Z" |
9,039 | Bug 9039 New Project Wizard; don't use default 2 | - Deselect "Use default" - Select an arbitrary location; say "/test" - Select "Use default" again (say you unfortunately missed the text box by a few pixels and hit the check box's label instead -- it's just a matter of 10 pixels) - Deselect "Use default" a second time - Observe: "Directory" is empty again One would expect that Eclipse remembered the last location (at least while the dialog is shown), e.g. "/test", I've entered manually ... | closed fixed | a8d7b39 | ["bundles/org.eclipse.ui/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 | "2002-02-22T20:44:52Z" | "2002-02-04T16:26:40Z" |
9,004 | Bug 9004 Editor rearranges its location by itself | stable: 20020125 Normal Steps Leading Up To It: 1 Open an editor on A.txt 2 Go to the windows file system, and edit A.txt (and save your change). 3 Go back to eclipse 4 Click on the outline view 5 Click on editor tab of A.txt 6 You will get prompted to load the changs made to the file. 7 Say YES 8 The file editor correctly updates Auto Move 9 Now take your mouse cursor and "wave" it over the editor tab. As it gets over the tab it will auto start an undock/rearrange of the editor. (I suspect it is happening because the initial click on the editor tab (5) was interrupted by the dialog asking to update and it assumed the elapsed time was a click down - ie drag). | resolved fixed | 13603fe | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartDragDrop.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-15T22:57:32Z" | "2002-02-02T22:46:40Z" |
8,525 | Bug 8525 Dialog page resizing | I encountered the following problem which I think might be common to other people: I have a wizard page (dialog page) that displays fine in english but for NL platforms (ex. German, French, Italian) the description of the page doesn't fit anymore, it allows only 2 lines of text, so the page has to be resized somehow according to the length of the description. I write you the strings used in the description, maybe they might guide you somehow: "No database or schema selected. Select a database or schema and try again.", "Es wurde keine Datenbank bzw. kein Schema ausgewhlt. Whlen Sie eine Datenbank oder ein Schema aus, und wiederholen Sie die Anforderung.", "Aucune schma ou base de donnes slectionn. Slectionnez une base de donnes ou un schma et tentez ... nouveau l'opration.", sorry for the special chars that are corrupted... This is the code we are using to generate the content of the client area: public void createControl(Composite parent) { // top level group Composite composite = new Composite(parent,SWT.NONE); composite.setLayout(new GridLayout()); composite.setLayoutData(new GridData( GridData.VERTICAL_ALIGN_FILL | GridData.HORIZONTAL_ALIGN_FILL)); fbg = new FolderBrowseGroup(composite, this, ""); fbg.getFolderNameField().addListener(SWT.Modify, this); createDatabaseSchemaGroup(composite); setPageComplete(determinePageCompletion()); setControl(composite); // should be on top level composite/group } private void createDatabaseSchemaGroup(Composite parent) { Composite dbSchGroup = new Composite(parent,SWT.NONE); GridLayout layout = new GridLayout(); layout.numColumns = 3; dbSchGroup.setLayout(layout); dbSchGroup.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); // database/schema selection new Label(dbSchGroup,SWT.NONE).setText("Target")); targetField = new Text(dbSchGroup, SWT.BORDER); GridData data = new GridData(GridData.FILL_HORIZONTAL); targetField.setLayoutData(data); targetField.setEditable(false); targetBrowseButton = new Button(dbSchGroup, SWT.PUSH); targetBrowseButton.setText(RSCPlugin.getString("Browse...")); targetBrowseButton.addListener(SWT.Selection, this); } Actually the problem can be reproduced in a very simple scenario, create a wizard page that has, let's say, only a text box in the client area and set the description to a string sufficiently long. The wizard will resize according to the text boxes layout but it won't take into account the size of the description string, if this is long enough it will need more than 2 lines which are allocated for it. The user of the WizardPage class can control only the size of the client area, but he cannot figure out how much space the description will take because he doesn't have access to the font that is used to display the description etc. so it's really a matter of guessing. Thank you. Alexandru Nan | closed fixed | 305c94c | ["bundles/org.eclipse.ui/Eclipse", "JFace/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 | "2002-02-14T22:06:46Z" | "2002-01-25T23:06:40Z" |
9,370 | Bug 9370 "Open Recent" menu remains disabled when closing file | -start an inner Eclipse (or run with a build >0205, that has the open recent menu). -open three files -close the second editor -check the "Open Recent" menu, it is disabled -close another editor ->the open recent menu has two entries | resolved fixed | ea48216 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/DynamicMenuManager.java", "bundles/org.eclipse.ui/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 | "2002-02-14T21:13:47Z" | "2002-02-10T22:26:40Z" |
8,566 | Bug 8566 Column widths in Editor chooser not remembered | In the Editor chooser (Window -> Switch to Editor), in the table of editors, changes to the column widths are not remembered for the next time you open the chooser. | resolved fixed | d586762 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-14T19:41:02Z" | "2002-01-27T19:33:20Z" |
6,971 | Bug 6971 Accelerator for Pin Editor? | Is there a keyboard accelerator for toggling the pin state of the editor? I know there is the toolbar item but I can't determine what the shortcut is. The accessibility chart on the UI page does not list it either. | resolved fixed | e5bfe7a | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PinEditorAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-14T16:12:33Z" | "2001-12-15T01:33:20Z" |
9,625 | Bug 9625 Missing message and typo: Perspectiver.couldNotCreateAllViews | Build 20020212 - grabbed new build - switched to team 2.0 - ran it pointing to old workspace - got error dialog for being unable to create vcm views - its message was: Perspectiver.couldNotCreateAllViews | resolved fixed | e15f04d | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-13T15:51:19Z" | "2002-02-13T14:20:00Z" |
7,130 | Bug 7130 Pin button should be after action sets | null | resolved fixed | 05a6dc2 | ["bundles/org.eclipse.ui/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 | "2002-02-12T22:53:46Z" | "2001-12-20T14:53:20Z" |
8,258 | Bug 8258 Error message not nice when view is missing on startup | If you remove a plugin that defined a view that was open on shutdown, you get an unfriendly message just stating that an error occurred (see error log, etc). For example, turn off the plugin org.eclipse.vcm.ui. This case is common enough that the error message should be more informative. It should say which view it failed to open, and explain that a component has been removed. It should also say that the error is not critical, and that the user can continue working with that workbench. Note this will happen for almost everyone who tries to go from 1.0 to 2.0 with an old workspace (because of removed debug and VCM views), so the upgrade path should be more friendly. | resolved fixed | c8e7074 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-12T16:31:18Z" | "2002-01-23T21:06:40Z" |
2,165 | Bug 2165 Folder selection dialog is too small (1GE8REP) | Open the import wizard and select zip import Press the lower browse button The browse folder dialog is too small NOTES: | resolved fixed | 31bb94f | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/ContainerSelectionDialog.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/misc/ContainerSelectionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-12T14:00:30Z" | "2001-10-11T03:13:20Z" |
8,514 | Bug 8514 ConcurrentModificationException opening out of sync file | Build 20020125 1) Open a new workbench 2) Create a java project (this switches to java perspective) 3) Creat a text file in that project 4) Close the text file editor 5) In the filesystem, delete the text file 6) Switch to the resources perspective (using the perspectives combo box) 7) Double click on the text file in the navigator An internal error occurs. It is a ConcurrentModificationException on a list (one person is iterating over a list while another is modifying it). Log is attached. | resolved fixed | 975f0c4 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/SelectionListenerAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-11T21:25:19Z" | "2002-01-25T23:06:40Z" |
2,138 | Bug 2138 Go to resource dialog is too small (1GE8H7O) | The go to resource dialog on the navigator popup is too small when it opens. NOTES: | resolved fixed | d0a3b69 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoResourceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-11T18:47:04Z" | "2001-10-11T03:13:20Z" |
9,315 | Bug 9315 Task list update is slow when switching selection | Build 20020205 - certain projects had 100s of errors (due to CVS resource conflicts) - had task list filters set to show all tasks in same project - update when changing from a projects with many errors to a project with no errors is very slow -- the removal of items in the task list is visible (animated) | resolved fixed | 18a73f7 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/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 | "2002-02-08T23:48:07Z" | "2002-02-08T17:40:00Z" |
7,135 | Bug 7135 Export to file system should preselect active editor file | build 20011206 When I do an export to file system and I have a file open and active in the editor I would expect that file to be preselected. It currently is not. | closed fixed | abcf0a1 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/FileSystemExportWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-07T21:23:34Z" | "2001-12-20T17:40:00Z" |
2,797 | Bug 2797 Confusing: inner windows active when outer inactive (1GJN8KU) | When looking at an inactive eclipse workbench the title is grey to indicate that it is not active but the inner windows (viewparts) remain in the active color (usually the gradiant blue). This is confusing since a cursory look at the window indicates that it is active and then after trying to do something like pressing F10 to continue to debug it does not work. NOTES: | resolved fixed | c0e57fd | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/LayoutPart.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchColors.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-07T20:55:37Z" | "2001-10-11T03:13:20Z" |
2,535 | Bug 2535 [UI] Import from zip progress bar inaccurate (1GFL1W5) | The import from zip progress bar reaches 100% before importing all the files. NOTES: | closed fixed | 1078fc6 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/ImportOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-07T18:52:07Z" | "2001-10-11T03:13:20Z" |
9,045 | Bug 9045 New file and folder wizards don't handle selected Java elements | Build 20020129 - select a Java package - choose File / New / File. - the selected folder is not filled in Looks like SelectionEnabler does not properly handle IAdaptables. | closed fixed | 096c696 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/NewWizardShortcutAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardElement.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardNode.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-07T15:59:54Z" | "2002-02-04T16:26:40Z" |
8,822 | Bug 8822 [Serviceability] Add button to show log from error dialog | Build 20020125 The error dialog should have a button which will show the error log. Simply opening it an editor would be one option. Or in its own simple shell with text widget (need to handle large files though). The minimal requirement is that it support cut. May need to add error handling hooks to JFace to do this, if its event loop is the one catching the exceptions. | resolved fixed | 17cc939 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ExceptionHandler.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/InternalErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-06T23:17:00Z" | "2002-01-31T12:26:40Z" |
9,160 | Bug 9160 Decorators: NULL handles in decorateImage and decorateText | I-20020205 The text and image handles for the ILabelProvider methods are now being passed as null. This means that when you turn on the CVS decorator, the labels in the resource names navigator dissapear. Instead all you see is " 1.5" the revision numbers. Also, why is the image being passed as null, it has always been available. | closed fixed | f8af8bf | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/DecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-06T18:36:38Z" | "2002-02-06T12:53:20Z" |
2,120 | Bug 2120 MRU File List is not persisted between sessions (1GE71Z0) | 1. Start workbench. 2. Open 2 or 3 files. 3. Notice how files appear in File menu MRU list. 4. Shutdown workbench. 5. Restart. 6. Notice how files do not appear in File menu MRU list. These files should be persisted between sessions. NOTES: DS (5/23/01 3:36:30 PM) Note: We should be using the IPersistableElement. Do not peek into the implementation to get the underlying resource. The IEditorInput may not be a resource. | resolved fixed | 6d8bb2e | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorHistory.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorHistoryItem.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchConstants.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ReopenEditorMenu.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchEditorsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-06T18:29:11Z" | "2001-10-11T03:13:20Z" |
7,672 | Bug 7672 Need public access to GlobalBuildAction | To leverage some code needed to do a correct build I want to reuse the GlobalBuildAction. Can you please make this action public. | resolved fixed | 52a4a4d | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/GlobalBuildAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/GlobalBuildAction.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-05T22:28:10Z" | "2002-01-16T11:20:00Z" |
9,030 | Bug 9030 NPE opening perspective on folder | Build 2002-01-29 - Select a folder in the navigator view (such as org.eclipse.ui/icons) - Right click, Open Perspective -> Java - An error occurs creating the view. The following is in the log: 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. java.lang.NullPointerException at org.eclipse.ui.internal.DecoratorManager.getDecoratorsFor(DecoratorManager.java: 170) at org.eclipse.ui.internal.DecoratorManager.decorateText(DecoratorManager.java:94) at org.eclipse.jface.viewers.DecoratingLabelProvider.getText(DecoratingLabelProvide r.java:100) at org.eclipse.ui.views.internal.framelist.TreeFrame.<init>(TreeFrame.java:20) at org.eclipse.ui.views.internal.framelist.TreeViewerFrameSource.createFrame(TreeVi ewerFrameSource.java:30) at org.eclipse.jdt.internal.ui.packageview.PackagesFrameSource.createFrame(Packages FrameSource.java:20) at org.eclipse.ui.views.internal.framelist.TreeViewerFrameSource.getCurrentFrame(Tr eeViewerFrameSource.java:47) at org.eclipse.ui.views.internal.framelist.TreeViewerFrameSource.getFrame(TreeViewe rFrameSource.java:60) at org.eclipse.ui.views.internal.framelist.FrameList.<init>(FrameList.java:40) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.initFrameList(Packag eExplorerPart.java:1066) at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.createPartControl(Pa ckageExplorerPart.java:350) at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:60) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Com piled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:58) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:100) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:173) at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:237) at org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:209) at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:1 72) at org.eclipse.ui.internal.PerspectivePresentation.activate(PerspectivePresentation .java:80) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:511) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1030) at org.eclipse.ui.internal.WorkbenchWindow$5.run(WorkbenchWindow.java:893) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:881) at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:278) at org.eclipse.ui.internal.WorkbenchWindow$4.run(WorkbenchWindow.java:624) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchWindow.openPage(WorkbenchWindow.java:621) at org.eclipse.ui.internal.Workbench.openNewPage(Workbench.java:628) at org.eclipse.ui.internal.Workbench.openPage(Workbench.java:681) at org.eclipse.ui.actions.OpenPerspectiveMenu.openPage(OpenPerspectiveMenu.java:132 ) at org.eclipse.ui.actions.OpenPerspectiveMenu.run(OpenPerspectiveMenu.java:115) at org.eclipse.ui.actions.PerspectiveMenu$2.widgetSelected(PerspectiveMenu.java:83) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:85) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:835) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:89 5) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:321) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362) | resolved fixed | b8006d7 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/DecoratorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-05T21:08:42Z" | "2002-02-04T16:26:40Z" |
2,188 | Bug 2188 OLE editor does not re-paint its toolbar until editor is activated. (1GEAE3P) | 1) create a doc file. 2) create a bmp file. if you switch bettween editors if works file but if you go to the navigator and switch the selected file the content of the file is re-painted in the editor but the toolbars, status bar,etc are not. NOTES: EJP (5/25/01 10:55:17 AM) I understand it is a bit related to our model, ie, when the editor is not activated the action are not showed in the toolbar but in this case it is a local tool bar and it does not have a nice visual efect. | closed fixed | 1bf57aa | ["bundles/org.eclipse.ui/Eclipse", "UI", "Editor", "Support/org/eclipse/ui/internal/editorsupport/OleEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-05T20:24:43Z" | "2001-10-11T03:13:20Z" |
2,913 | Bug 2913 Readme example prefs missing mnemonics (1GKM5TU) | The readme example could have mnemonics on its preference page. It's acceptable for 1.0 though. For more details see 1GGYVZI: ITPUI:WIN - Hot key should be placed on the command buttons in Preferences page NOTES: | resolved fixed | bde1c60 | ["examples/org.eclipse.ui.examples.readmetool/Eclipse", "UI", "Examples", "Readme", "Tool/org/eclipse/ui/examples/readmetool/ReadmeEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-04T21:43:42Z" | "2001-10-11T03:13:20Z" |
2,734 | Bug 2734 Can't resize fast view. (1GIRSG0) | Drop a view over the shortcut toolbar. Maximize the window. Make the fast view bigger (95% of the window size). Restore the window size. You can't resize the fast view anymore unless you maximaze the window again. The same happens when making the window smaller. Maybe you could keep a ratio and change the fast view size acording to the window size. NOTES: | resolved fixed | 0e6f617 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-04T21:02:03Z" | "2001-10-11T03:13:20Z" |
5,667 | Bug 5667 TVT: Reset Defaults button on resources Properties is misleading | From our TVT testers, a very minor nit: If you open a doc, the default setting is with the "Read only" option unselected. If you set it, and click on Apply, if you then click on Reset Defaults, it doesn't reset the check-box as unselected. This may be a "generic" button, but in this context, the button should either be removed or changed to "Reset" (which is defined as resetting those settings to their value before the panel was entered, not the same as Undo). The button "Reset Defaults" doesn't make a lot of sense in this context. I suppose you could define the default read-only state as "off", then selecting the button would systematically reset the read-only bit... | resolved fixed | e70f074 | ["bundles/org.eclipse.ui/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 | "2002-02-04T20:53:35Z" | "2001-11-08T17:20:00Z" |
8,864 | Bug 8864 Goto Resource dialog redraws too much | On every keystroke the GoTo resource dialog redraws. This needs to be fixed. Take a look at the equivalent dialog in the packages view. It does not flicker as much | resolved fixed | ae8ba14 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/GotoResourceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-01T23:34:36Z" | "2002-01-31T20:46:40Z" |
5,974 | Bug 5974 Can size parts so small they're invisible | Build 20011112. By dragging sashes, you can resize views and editors so small they're invisible. We should set a minimum size. | resolved fixed | 519e6a4 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/LayoutPartSash.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-01T20:03:16Z" | "2001-11-15T16:00:00Z" |
2,355 | Bug 2355 AbstractUIPlugin.initializeImageRegistry is final (1GETC7J) | The spec for AbstractUIPlugin.initializeImageRegistry(ImageRegistry) says it can be overridden, but it's marked final. This is a little cruel. NOTES: | resolved fixed | 081b26a | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-01T18:03:00Z" | "2001-10-11T03:13:20Z" |
6,827 | Bug 6827 Delete project reports "internal errors" with normal use case | 1) Create a java project "Foo", containing file "abc.txt" 2) In the filesystem, delete "abc.txt". 3) In the packages view, select project "Foo" and hit delete. 4) To the delete content question, click "Yes". An error dialog pops up. message: Unexpected exception. See log for details. Reason: Status. Details: Resource is out of sync with the file system: /Foo/abc.txt If you follow the same steps, but delete some folder in the filesystem, the log file reports "Internal Errors". Cases like this shouldn't report "unexpected exceptions" and "internal errors"... this is expected to be quite a common scenario when people are using external tools on their source files. I believe this is a use case we should handle more gracefully. The resources plugin provides facilities in its API for dealing with this, namely the IResourceStatus#OUT_OF_SYNC_LOCAL status code, and the "force" flag on all API methods. | resolved fixed | 9782eeb | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/DeleteResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-01T16:57:32Z" | "2001-12-11T22:33:20Z" |
2,367 | Bug 2367 add bookmark accepts empty string but does nothing (1GEUL6T) | AK (6/5/01 2:35:19 PM) you can put an empty string as a bookmark name - but the action does nothing then. emoty string should not be allowed. NOTES: GDA (6/5/01 12:08:06 PM) Defer. Not clear this is a JUI issue? Move to ui for kh to handle. | resolved fixed | b6bb679 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Text", "Editor/org/eclipse/ui/texteditor/MarkerRulerAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-02-01T15:58:11Z" | "2001-10-11T03:13:20Z" |
8,629 | Bug 8629 Window previous view - opens in mystery place | Stable Build: 20020125 Choose Window > Navigation > Previous View (or Next View) It opens a small hovering popup with which there are several problems 1) The popup appears somewhere randomly in the middle of the screen and not where the users attention is currently focused (i.e. near the menu bar) 2) You should be able to dismiss it by clicking away from it (just like you can do with menus). I realize esc works but first reaction is to click off it. | resolved fixed | bb91279 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/CyclePartAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-31T22:52:45Z" | "2002-01-28T20:33:20Z" |
5,147 | Bug 5147 [JFace] DialogSettings convenience methods do not check for null | In DialogSettings, convenience methods like getBoolean() do not check for null. They just call getString(String) then try to convert. This method can return null, though. | resolved fixed | 8e081e5 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/DialogSettings.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-31T17:02:56Z" | "2001-10-22T17:00:00Z" |
8,499 | Bug 8499 NPE in WorkbenchPage#findView from debugger | Build 20020123 - launched eclipse-in-eclipse in debug mode (auto switch to debug perspective) - it hit a breakpoint - I double-cliked on the breakpoint in the editor to remove it. - internal error log: java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPage.findView(WorkbenchPage.java(Compiled Code)) at org.eclipse.debug.ui.AbstractDebugView.findView(AbstractDebugView.java:627) at org.eclipse.debug.internal.ui.views.ConsoleView.launchAdded(ConsoleView.java:385 ) at org.eclipse.debug.internal.core.LaunchManager.fireUpdate(LaunchManager.java:228) at org.eclipse.debug.internal.core.LaunchManager.addLaunch(LaunchManager.java:417) at org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLauncherDelegate$2.run (JavaApplicationLauncherDelegate.java:201) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:121) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:18) at org.eclipse.swt.widgets.Display.syncExec(Display.java:1641) at org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLauncherDelegate.regis terLaunch(JavaApplicationLauncherDelegate.java:199) at org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLauncherDelegate.doLau nch(JavaApplicationLauncherDelegate.java:189) at org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLauncherDelegate.launc hElement(JavaApplicationLauncherDelegate.java:76) at org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLauncherDelegate.launc h(JavaApplicationLauncherDelegate.java:88) at org.eclipse.debug.internal.core.Launcher.launch(Launcher.java:104) at org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(RelaunchAc tionDelegate.java:41) at org.eclipse.debug.internal.ui.actions.RelaunchActionDelegate.relaunch(RelaunchAc tionDelegate.java:46) at org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction$1.run(Relaunch HistoryLaunchAction.java:55) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.debug.internal.ui.actions.RelaunchHistoryLaunchAction.run(RelaunchHi storyLaunchAction.java:53) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionCont ributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContribu tionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(Actio nContributionItem.java(Compiled Code)) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(Actio nContributionItem.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:827) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:87 8) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:321) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.Main.main(Main.java:362) | resolved fixed | 052ad26 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-30T23:17:35Z" | "2002-01-25T20:20:00Z" |
6,650 | Bug 6650 [Preferences] Faulty preference page causes all preference pages to fail | Integration Build 20011204. If you hit a bug in a preference page, all other preference pages fail to update until the preference page is closed and reopened. | resolved fixed | 1f0b6f3 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-30T20:53:26Z" | "2001-12-06T17:33:20Z" |
3,076 | Bug 3076 Can't import com and COM (1GFVI53) | - create a folder import1 with a subfolder com that contains a file A.java - create a folder import2 with a subfolder COM that contains a file B.java - create a Java project Test - import import1 into the project. It create package com - now try to import import2 into the project. You get a message saying that folder com alreay exists. NOTES: KH (9/14/2001 5:02:58 PM) Moving to Core for comment | resolved fixed | fdc44aa | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/wizards/datatransfer/ImportOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-29T22:10:38Z" | "2001-10-11T03:13:20Z" |
4,729 | Bug 4729 PreferenceConverter#setValue does not check for "underline" or "strikeout" (1GFJ5UF) | When two font data objects are being compared, the FontData.getStyle() method compares only on BOLD and ITALIC. Therefore, if two font data objects are the same except one has underline (or strikeout) turned on and the other has it turned off, then the #getStyle won't be able to make the difference. In this case, the method #equals should then be used. I found a bug while I was playing with the font chooser in the debug>console preference page: 1- click on "change..." and modify the font by setting "underline" on 2- click "ok" in the font chooser and save the preference by clicking on "OK" 3- then come again to the preference page, click again on "change..." and set "underline" off 4- click "ok" in the font chooser and save the preference by clicking on "OK" 5- if you come again to the preference page and check the state of the font in the file chooser, you will notice that "underline" is still on... Actually, the PreferenceConverter.setValue(IPreferenceStore store, String name, FontData value) checks if the new and the old fonts are different, and if they are different, then it sets the new values. However, PreferenceConverter is using #getStyle to compare the 2 FontData, whereas it should use #equals to see that there is actually a difference. NOTES: KH (9/17/2001 12:45:35 PM) Moving to SWT for comment. | resolved fixed | b858207 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/PreferenceConverter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-29T20:51:05Z" | "2001-10-11T17:06:40Z" |
7,534 | Bug 7534 Dialog should have getButton(int id) | null | resolved fixed | 4135c85 | ["bundles/org.eclipse.ui/Eclipse", "JFace/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 | "2002-01-29T16:27:51Z" | "2002-01-14T14:53:20Z" |
4,228 | Bug 4228 Widget is disposed error (1GKCZQM) | Browsing files in the Java Hierarchy Perspective with the hierarchy view on the workbench sidebar. When I switch between editors using the F3 key on types, I occasionally get an internal error (stack trace below). After the error, I noticed that the outline view stops updating when I switch beween editors. Log: Thu Sep 20 11:50:35 EDT 2001 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1700) at org.eclipse.swt.SWT.error(SWT.java:1741) at org.eclipse.swt.widgets.Widget.error(Widget.java:262) at org.eclipse.swt.widgets.ToolItem.getDisplay(ToolItem.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java(Compiled Code)) at org.eclipse.ui.internal.ViewPane.updateActionBars(ViewPane.java:504) at org.eclipse.ui.internal.ViewActionBars.updateActionBars(ViewActionBars.java:48) at org.eclipse.ui.part.PageBookView.showPageRec(PageBookView.java:458) at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:344) at org.eclipse.ui.views.contentoutline.ContentOutline.partBroughtToTop(ContentOutline.java:177) at org.eclipse.ui.internal.PartListenerList$2.run(PartListenerList.java:51) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.ui.internal.PartListenerList.firePartBroughtToTop(PartListenerList.java:49) at org.eclipse.ui.internal.WorkbenchPage.firePartBroughtToTop(WorkbenchPage.java:553) at org.eclipse.ui.internal.WorkbenchPage.bringToTop(WorkbenchPage.java:154) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1071) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:221) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:207) at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:195) at org.eclipse.jdt.internal.ui.actions.OpenJavaElementAction.open(OpenJavaElementAction.java:52) at org.eclipse.jdt.internal.ui.javaeditor.OpenOnSelectionAction.run(OpenOnSelectionAction.java:103) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:351) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:342) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:676) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:810) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:280) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:433) at org.eclipse.core.launcher.Main.main(Main.java:306) NOTES: EG (9/20/2001 9:38:06 AM) CK pls investigate into a reproducable case on Linux or Windows | resolved fixed | bcb35cf | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/PageBookView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-28T21:06:41Z" | "2001-10-11T03:13:20Z" |
7,761 | Bug 7761 [Contributions] Can't distinguish structured selection from text selection | The JDT UI has a couple of global actions (Refactor menu) that work on both a strucutured selection and a text selection. Currently it is not possible to define enablement criterias depending on the type of the selection. I would like to write down something like this: <enablement> <if selection_class= "....ITextSelection"> <enablesFor value="1"/> </endif> <if selection_class= "...IStructuredSelection"> <enablesFor value="1"/> <objectClass name="org.eclipse.jdt.core.IMethod"/> </endif> </enablement> Any idea how to do that ? | resolved wontfix | 694feef | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/SelectionEnabler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-28T20:45:15Z" | "2002-01-16T16:53:20Z" |
2,949 | Bug 2949 Date format in properties page does not honour Region settings (1GKXBWE) | - select a resource and choose Properties - the date is shown in format: 9/29/01 10:12 PM - in the Regional Options control panel, it has M/d/yyyy as the short date format (e.g. 9/29/2001) and dddd, MMMM dd, yyyy as the long date format (e.g. Saturday, September 29, 2001) - also, the seconds are not displayed in the time; the time format in Regional Options is: h:mm:ss tt (e.g. 4:15:30 PM) - is a proper format object being used to display these? - same in Properties view NOTES: | closed fixed | f9baaec | ["bundles/org.eclipse.ui/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 | "2002-01-28T20:08:54Z" | "2001-10-11T03:13:20Z" |
7,557 | Bug 7557 Properties page unresponsive after reopening | Build: 20020109 After making the Properties view a fast view and then closing it, the view does not respond to mouse clicks when reopened. View remains unresponsive until Eclipse is restarted. Tested in both Java and Resource perspectives. 1. Launch a fresh Eclipse session. 2. Open a Properties view through Perspective->Show View->Properties, restore the view if it appears as a fast view. 3. Drag the view to the shortcut bar to make it a fast view. 4. Click the icon in the shortcut bar to pop up the properties view. 5. Close the view. 6. Re-open the Properties view through Perspective->Show View->Properties 7. The view appears as a regular view, but does not respond to mouse movement or clicks. All other views work normally. If Eclipse is closed and restarted the Properties view shows up in the same location and now works normally. | resolved fixed | bc32560 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-28T20:07:25Z" | "2002-01-14T17:40:00Z" |
5,392 | Bug 5392 Eclipse dies without warning | build 205 on Win98. This happened 3 times. 1). I was looking at Java code and selected something in the Outline view and Eclipse died without any warning. No log messages or dialogs. 2). I restarted, opened up the Java class again, clicked around in the Outline and it was ok. Then I clicked on a method in the outline, did a search, then double-clicked on the single search result and Eclipse died without warning again. Again without a log or dialog. 3). Restarted again. Pressed the Open to Type button, typed in the class name and hit ok. Eclipse died, got 3 dialogs saying that an error has occurred, and got the following in my log file. Log: Wed Oct 31 13:50:35 EST 2001 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1805) at org.eclipse.swt.SWT.error(SWT.java:1737) at org.eclipse.swt.custom.CTabItem.getDisplay(CTabItem.java:78) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Item.getText(Item.java:67) at org.eclipse.swt.custom.CTabItem.setText(CTabItem.java:387) at org.eclipse.ui.internal.EditorWorkbook.updateEditorTab (EditorWorkbook.java:681) at org.eclipse.ui.internal.EditorWorkbook.propertyChanged (EditorWorkbook.java:371) at org.eclipse.ui.part.WorkbenchPart$1.run(WorkbenchPart.java:81) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:812) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.part.WorkbenchPart.firePropertyChange (WorkbenchPart.java:79) at org.eclipse.ui.texteditor.AbstractTextEditor.firePropertyChange (AbstractTextEditor.java:1952) at org.eclipse.ui.part.WorkbenchPart.setTitleImage (WorkbenchPart.java:222) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updatedTitleImage (JavaEditor.java:343) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.doUpdateErrorT icks(JavaEditorErrorTickUpdater.java:76) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.access$0 (JavaEditorErrorTickUpdater.java:72) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater$1.run (JavaEditorErrorTickUpdater.java:66) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1336) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1163) at org.eclipse.swt.widgets.Display.release(Display.java:1213) at org.eclipse.swt.graphics.Device.dispose(Device.java:200) at org.eclipse.ui.internal.Workbench.run(Workbench.java:663) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:433) at org.eclipse.core.launcher.Main.main(Main.java:306) Log: Wed Oct 31 13:50:35 EST 2001 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1805) at org.eclipse.swt.SWT.error(SWT.java:1737) at org.eclipse.swt.custom.CTabItem.getDisplay(CTabItem.java:78) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Item.getText(Item.java:67) at org.eclipse.swt.custom.CTabItem.setText(CTabItem.java:387) at org.eclipse.ui.internal.EditorWorkbook.updateEditorTab (EditorWorkbook.java:681) at org.eclipse.ui.internal.EditorWorkbook.propertyChanged (EditorWorkbook.java:371) at org.eclipse.ui.part.WorkbenchPart$1.run(WorkbenchPart.java:81) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:812) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.part.WorkbenchPart.firePropertyChange (WorkbenchPart.java:79) at org.eclipse.ui.texteditor.AbstractTextEditor.firePropertyChange (AbstractTextEditor.java:1952) at org.eclipse.ui.part.WorkbenchPart.setTitleImage (WorkbenchPart.java:222) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updatedTitleImage (JavaEditor.java:343) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.doUpdateErrorT icks(JavaEditorErrorTickUpdater.java:76) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.access$0 (JavaEditorErrorTickUpdater.java:72) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater$1.run (JavaEditorErrorTickUpdater.java:66) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1336) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1163) at org.eclipse.jface.window.Window.runEventLoop(Window.java:536) at org.eclipse.jface.window.Window.open(Window.java:523) at org.eclipse.jface.dialogs.MessageDialog.openError (MessageDialog.java:318) at org.eclipse.ui.internal.SafeRunnableAdapter.handleException (SafeRunnableAdapter.java:33) at org.eclipse.ui.part.WorkbenchPart$1.handleException (WorkbenchPart.java:84) at org.eclipse.core.internal.runtime.InternalPlatform.handleException (InternalPlatform.java:429) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:814) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.part.WorkbenchPart.firePropertyChange (WorkbenchPart.java:79) at org.eclipse.ui.texteditor.AbstractTextEditor.firePropertyChange (AbstractTextEditor.java:1952) at org.eclipse.ui.part.WorkbenchPart.setTitleImage (WorkbenchPart.java:222) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updatedTitleImage (JavaEditor.java:343) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.doUpdateErrorT icks(JavaEditorErrorTickUpdater.java:76) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.access$0 (JavaEditorErrorTickUpdater.java:72) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater$1.run (JavaEditorErrorTickUpdater.java:66) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1336) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1163) at org.eclipse.swt.widgets.Display.release(Display.java:1213) at org.eclipse.swt.graphics.Device.dispose(Device.java:200) at org.eclipse.ui.internal.Workbench.run(Workbench.java:663) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:433) at org.eclipse.core.launcher.Main.main(Main.java:306) Log: Wed Oct 31 13:50:35 EST 2001 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:1805) at org.eclipse.swt.SWT.error(SWT.java:1737) at org.eclipse.swt.custom.CTabItem.getDisplay(CTabItem.java:78) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Item.getText(Item.java:67) at org.eclipse.swt.custom.CTabItem.setText(CTabItem.java:387) at org.eclipse.ui.internal.EditorWorkbook.updateEditorTab (EditorWorkbook.java:681) at org.eclipse.ui.internal.EditorWorkbook.propertyChanged (EditorWorkbook.java:371) at org.eclipse.ui.part.WorkbenchPart$1.run(WorkbenchPart.java:81) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:812) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.part.WorkbenchPart.firePropertyChange (WorkbenchPart.java:79) at org.eclipse.ui.texteditor.AbstractTextEditor.firePropertyChange (AbstractTextEditor.java:1952) at org.eclipse.ui.part.WorkbenchPart.setTitleImage (WorkbenchPart.java:222) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updatedTitleImage (JavaEditor.java:343) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.doUpdateErrorT icks(JavaEditorErrorTickUpdater.java:76) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.access$0 (JavaEditorErrorTickUpdater.java:72) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater$1.run (JavaEditorErrorTickUpdater.java:66) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1336) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1163) at org.eclipse.jface.window.Window.runEventLoop(Window.java:536) at org.eclipse.jface.window.Window.open(Window.java:523) at org.eclipse.jface.dialogs.MessageDialog.openError (MessageDialog.java:318) at org.eclipse.ui.internal.SafeRunnableAdapter.handleException (SafeRunnableAdapter.java:33) at org.eclipse.ui.part.WorkbenchPart$1.handleException (WorkbenchPart.java:84) at org.eclipse.core.internal.runtime.InternalPlatform.handleException (InternalPlatform.java:429) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:814) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.part.WorkbenchPart.firePropertyChange (WorkbenchPart.java:79) at org.eclipse.ui.texteditor.AbstractTextEditor.firePropertyChange (AbstractTextEditor.java:1952) at org.eclipse.ui.part.WorkbenchPart.setTitleImage (WorkbenchPart.java:222) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updatedTitleImage (JavaEditor.java:343) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.doUpdateErrorT icks(JavaEditorErrorTickUpdater.java:76) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.access$0 (JavaEditorErrorTickUpdater.java:72) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater$1.run (JavaEditorErrorTickUpdater.java:66) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1336) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1163) at org.eclipse.jface.window.Window.runEventLoop(Window.java:536) at org.eclipse.jface.window.Window.open(Window.java:523) at org.eclipse.jface.dialogs.MessageDialog.openError (MessageDialog.java:318) at org.eclipse.ui.internal.SafeRunnableAdapter.handleException (SafeRunnableAdapter.java:33) at org.eclipse.ui.part.WorkbenchPart$1.handleException (WorkbenchPart.java:84) at org.eclipse.core.internal.runtime.InternalPlatform.handleException (InternalPlatform.java:429) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:814) at org.eclipse.core.runtime.Platform.run(Platform.java:395) at org.eclipse.ui.part.WorkbenchPart.firePropertyChange (WorkbenchPart.java:79) at org.eclipse.ui.texteditor.AbstractTextEditor.firePropertyChange (AbstractTextEditor.java:1952) at org.eclipse.ui.part.WorkbenchPart.setTitleImage (WorkbenchPart.java:222) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.updatedTitleImage (JavaEditor.java:343) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.doUpdateErrorT icks(JavaEditorErrorTickUpdater.java:76) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater.access$0 (JavaEditorErrorTickUpdater.java:72) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditorErrorTickUpdater$1.run (JavaEditorErrorTickUpdater.java:66) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:29) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java:93) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1336) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1163) at org.eclipse.swt.widgets.Display.release(Display.java:1213) at org.eclipse.swt.graphics.Device.dispose(Device.java:200) at org.eclipse.ui.internal.Workbench.run(Workbench.java:663) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:433) at org.eclipse.core.launcher.Main.main(Main.java:306) | resolved fixed | 687a895 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-28T19:05:17Z" | "2001-10-31T17:40:00Z" |
6,784 | Bug 6784 Reused editor closes fast view | When editor reusing is starting the fast views no longer work correctly. This is because during the reuse process (I guess) the new editor is activated even though it is opened with activate=false. Test Case: 1. Search (text or Java) for something which gives results in different files 2. Make the Search view a fast view 3. Step through the results ==> OK: the Search view stays open and the editor is reused (coded in search) 4. Now switch to the a new implementation (no editor reuse): Change the code in SearchUI.reuseEditor() to return <code>false</code> 5. Start Eclipse 6. Repeat step 1. to 3. ==> each file opens in a new editor and Search view stay open until the editor reusing begins: now the Search (fast) view gets closed. | resolved fixed | ab4a503 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-28T18:28:16Z" | "2001-12-11T11:26:40Z" |
2,252 | Bug 2252 Filtering is inconsistent between Navigator and Tasks views (1GEAW0O) | In the Navigator, the selected filters specify which files are -not- shown. In the Tasks view, the filters dialog lets you choose which items -are- shown. NOTES: NE (5/25/01 5:18:26 PM) Recommend changing Navigator filters dialog to be clearer: - title should say "Navigator Filters" - label should say "Hide resources matching:" | closed fixed | edaa100 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/navigator/FilterSelectionAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-28T16:01:29Z" | "2001-10-11T03:13:20Z" |
2,473 | Bug 2473 [UI] New File/Folder wizards don't filter '\' character (1GF80YL) | When using the new file/folder wizard, you can enter a name with a back slash. Problems with new file wizard: 1) entering 'abc\' for a filename and clicking finish will not create the file and give an error 2) entering 'abc\xyz' for a filename and clicking finish will create the file with no errors; on the file system it actually creates a file 'xyz' in folder 'abc' but will display 'abc\xyz' in the navigator); doing a refresh from local updates the navigator. 3) entering 'abc\' or 'abc\xyz' in linux will create the file and not display errors - this is legal in linux but we should filter it out since resources may be shared with win32 users. Problems with new folder wizard: 1) entering 'abc\' for a folder name will create a folder 'abc' on the system but display 'abc\' in the navigator, doing a refresh from local updates the navigator 2) entering 'abc\xyz' creates subfolder 'xyz' within folder 'abc' on the system but displays 'abc\xyz' 3) entering 'abc\' or 'abc\xyz' in linux creates the folder without any errors - this is legal in linux but we should filter it out since folders may be shared with win32 users. NOTES: JEL (12/06/2001 2:59:30 PM) All of the new project wizards & new java resource wizards filter out the '\' NE (6/15/01 1:20:42 PM) Readme doc: 99.1.1 New File and New Folder wizards accept '\' in name When creating a new file or folder, it allows the backslash ('\') character in the name. It should not. On Windows, this can make the workspace inconistent with the file system. A Refresh Local on the project will repair the inconsistency. | resolved fixed | fbc8aba | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java", "bundles/org.eclipse.ui/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 | "2002-01-28T15:21:36Z" | "2001-10-11T03:13:20Z" |
6,083 | Bug 6083 Open With menu should use radio items, not checkbox items | Build 20011116. In the Navigator and Packages views, the Open With submenu should use radio items, not checkbox items. Only one item can be selected at a time, therefore radio items are more appropriate. | resolved fixed | b8ecbd3 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/OpenWithMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-28T03:08:32Z" | "2001-11-19T20:00:00Z" |
2,642 | Bug 2642 Can delete ListViewer.getSelection() (1GHHBK2) | It has the same behavior as StructuredViewer.getSelection(), and doesn't introduce any spec changes. NOTES: | resolved fixed | c569533 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/ListViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-27T19:15:19Z" | "2001-10-11T03:13:20Z" |
2,498 | Bug 2498 TextCellEditor.isSelectAllEnabled() is expensive (1GFBITI) | TextCellEditor.isSelectAllEnabled() does text.getText().length. This is expensive. It's common to have Select All enabled even when the widget is empty. Compare with Notepad and Windows Explorer. Should change it to just return true. NOTES: | resolved fixed | f391b1d | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/TextCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-27T02:27:30Z" | "2001-10-11T03:13:20Z" |
2,777 | Bug 2777 [UI] Minor: ugly style in ContentOutlinePage (1GJ6IFJ) | ContentOutlinePage creates a tree viewer that has the SWT.BORDER bit set. This looks ugly because it is in the content outline view, and the extra border is not necessary. For example, compare the readme example content outline (which uses the default viewer) to the java content outline (which creates its own widgets), and you'll see that the ugly border in the readme outline stands out. Simple fix: create the viewer without a border by default. Fancy fix: put the viewer creation in a protected method so subclasses can override it. NOTES: | resolved fixed | 2bbd734 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/contentoutline/ContentOutlinePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-25T22:16:48Z" | "2001-10-11T03:13:20Z" |
6,384 | Bug 6384 More tolarant when not finding product.ini | The most common problem when starting a selfhosted eclipse is that the product.ini is not found. - Either org.eclipse.sdk is missing, or - the install directory (eclipse/install) is not there. Would it be possible, if eclipse can start up even when product.ini is not found? I would not mind having a default icon or default splash screen etc. | resolved fixed | cacefa4 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ConfigurationInfo.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/PlatformInfo.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ProductInfo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-25T22:10:42Z" | "2001-11-28T15:06:40Z" |
6,312 | Bug 6312 Log stacktrace not helpful for SWTException | Exceptions trown in asyncExecs only result in SWTException. No stack trace from the wrapped throwable printed. 4 org.eclipse.ui 0 Failed to execute runnable (java.lang.NullPointerException) org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:1877) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runAsyncMessages(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:758) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) | resolved fixed | 96e6d14 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/window/Window.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-25T22:09:03Z" | "2001-11-26T15:53:20Z" |
2,520 | Bug 2520 Minor: active editor is not updated properly (1GFIS9J) | I. When you select an open editor via the Navigator or Packages views, it will become visible but not active. This is probably the desired behaviour but the only problem is if you try to do an editor action (such as Close) it will close the last active editor, not the current visible one. This can be a bit confusing but is not major. Steps: 1) create file 'abc', the editor should become visible and active 2) create file 'xyz', the editor should become visible and active 3) click on 'abc' in the navigator, notice that abc's editor becomes visible but not active 4) File > Close (or Ctrl+F4) xyz closes, you would have expected abc to close. II. When you do a drag-and-drop operation on an editor to split up the editors, the editor is shown as active but the Close operation does not affect it. Steps: 1) create file 'abc', the editor should become visible and active 2) create file 'xyz', the editor should become visible and active 3) grab the title bar of 'abc' and drag it to an edge thus spliting up the editor workspace - do this in one action (do not select it before moving) 4) File > Close 'xyz' close, 'abc' should have closed NOTES: JEL (19/06/2001 3:11:00 PM) from CloseEditorAction::run -> IEditorPart part = getActiveEditor(); could be changed to -> IEditorPart part = activePage.getEditorPresentation().getVisibleEditor(); This would tell the workbench to close the Editor that is being viewed instead of the last editor that was clicked on. | resolved fixed | 94f8795 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ActiveEditorAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-25T21:44:11Z" | "2001-10-11T03:13:20Z" |
2,418 | Bug 2418 [UI] Status line messgae remains after fastview is closed (1GF1RPI) | TM (6/9/2001 11:39:21) SDK 121 1) I was catching up with changes. I do this in a fastview of the "synchronize" view in the java perspective. 2) when I was done, I clicked the fastview icon on the left workspace window border. 3) the fastview closed 4) observe: I still could see the status line message fromt he synchronize view (No conflicts, ...) NOTES: SA (10/10/2001 2:23:44 PM) This problem is still here in 0.202 build. It can be reproduced with any views. Once the fast view is hidden, no other view/editor is given focus. This should be fixed in the bigger context of proper focus & z-order handling. That is, focus should go to the pevious part that had focus. | resolved fixed | 404c265 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-25T20:44:01Z" | "2001-10-11T03:13:20Z" |
2,675 | Bug 2675 AddBookmarkAction should adapt selection (1GHWE2N) | The AddBookmarkAction should adapt the selection to IFile rather than just relying on instanceof. See AddBookmarkAction.createMarker(String markerType) and updateSelection(IStructuredSelection selection) Note that there was a similar fix for OpenResourceAction (see PR 1GF5XJ5). NOTES: | closed fixed | e4b69c1 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/actions/AddBookmarkAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-25T19:23:54Z" | "2001-10-11T03:13:20Z" |
8,320 | Bug 8320 ArrayIndexOutOfBoundsException in fast view | build 20020123 - Add a View to the fast view (e.g. Ant Console) - Select it, right click on its title bar - Select Move->View An ArrayIndexOutOfBoundsException is thrown. From now on every click on the fast view gives back this exception. | resolved fixed | 513b3cb | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-25T16:25:05Z" | "2002-01-23T21:06:40Z" |
2,940 | Bug 2940 Export Zip: Updating of checkboxes should use busy cursor (1GKWVMA) | MA (01.10.2001 11:38:21) 1. In a workspace with many project, export Zip. 2. Select all project. 3. Select file tyoes, choose some. Press ok. 4. It takes a log time (> 30 sec in my case) to update the checked state of the table -> Busy cursor should be shown NOTES: | closed fixed | c7f4f5f | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardExportResourcesPage.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/WizardResourceImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-25T15:45:52Z" | "2001-10-11T03:13:20Z" |
8,207 | Bug 8207 Editor contributions disapper on perspective switch | Build 20021222 - open the Java perspective - open a Java file - switch to Debug perspective. Observe that the editor contributions to the Toolbar are gone. - switch back to Java perspective. Still no editor toolbar contributions | resolved fixed | 1eedfc6 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-24T16:59:31Z" | "2002-01-23T18:20:00Z" |
8,021 | Bug 8021 NPE attempting to Show View Menu for a view that does not have this menu | Build 20020115++ Give a view focus that does not have a view menu (the Outline view) Window->Navigation->Show View Menu 4 org.eclipse.ui 0 java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.ui.internal.ViewPane.showViewMenu(ViewPane.java:490) at org.eclipse.ui.internal.ShowViewMenuAction.showMenu (ShowViewMenuAction.java:24) at org.eclipse.ui.internal.ShowPartPaneMenuAction.run (ShowPartPaneMenuAction.java:51) at org.eclipse.jface.action.Action.runWithEvent(Action.java:452) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:74) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1413) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1205) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:844) at org.eclipse.ui.internal.Workbench.run(Workbench.java:827) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:878) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:321) at SlimLauncher.main(SlimLauncher.java:14) | closed fixed | 14189e0 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenuAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-24T16:04:12Z" | "2002-01-22T17:20:00Z" |
5,964 | Bug 5964 SEVERE: Silent crash importing all *.txt from c:\ | Build 20011105. On my home Win98 machine (256M RAM, plenty of disk), I did the following: - File / Import / File system - select c:\ - Select All - Select Types / *.txt It went away for quite a while, then crashed silently. No dialog, no .log output, nothing. | resolved fixed | 1b5a48d | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/dialogs/FileSystemElement.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ResourceTreeAndListGroup.java", "bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/model/AdaptableList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-24T15:09:30Z" | "2001-11-15T16:00:00Z" |
2,324 | Bug 2324 [UI] Error in DialogPageContextComputer comment (1GER27D) | From Greg DialogPageContextComputer * For determining the help context for controls in a wizard page. Comment implies wizard pages. Isn't it also used for dialogs? NOTES: RG (6/3/01 10:52:42 AM) Should be * For determining the help context for controls in a dialog page. | resolved fixed | ab3146d | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/help/DialogPageContextComputer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-22T22:23:40Z" | "2001-10-11T03:13:20Z" |
2,384 | Bug 2384 getFieldEditorParent() should be create... (1GEV3FC) | org.eclipse.jface.preference.FieldEditorPreferencePage.getFieldEditorParent() should be named createFieldEditorParent since it may create a new parent each time. NOTES: | resolved fixed | cc969b9 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/preference/FieldEditorPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-22T21:42:50Z" | "2001-10-11T03:13:20Z" |
2,744 | Bug 2744 Add comment to IPropertySource advising IPropertyDescriptor reuse (1GKM7ND) | We should add a comment to the IPropertySource.getPropertyDescriptors javadoc indicating that the descriptors should be cached. PropertySheetEntry asks for the descriptors with any edit/update. Since the descriptors provide the cell editor, returning the same descriptor if possible allows for imporved updating. NOTES: | resolved fixed | 43d3f62 | ["bundles/org.eclipse.ui/Eclipse", "UI", "Standard", "Components/org/eclipse/ui/views/properties/IPropertySource.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-22T20:07:16Z" | "2001-10-11T03:13:20Z" |
2,882 | Bug 2882 AboutPluginsDialog very slow to come up on J9 (1GKBJ06) | Help>About Eclipse Project SDK>Plugin Info... The dialog appears instantly using the standard JRE but ~34 sec using J9 The same long delay is encountered if you try to sort any of the columns in the table. NOTES: RG (9/19/01 5:04:36 PM) The problem is in the sorting code in sortBy* I moved the instantiation of the Collator out of the inner class and it opens in about 1 second on J9. I wonder if the JIT is doing this optimization for us in the standard JRE. NE (9/20/01 9:02:24 AM) I believe instantiating collators is expensive, and assume that JDK caches them whereas J9 may not. The method being used is Collator.getInstance(Locale), where the Locale is always Locale.getDefault(). PDS (9/20/2001 10:40:25 AM) J9 has been changed to use the IBM (i.e. JDK) implementation of RuleBasedCollator. Also I've added a cache for Collator.getInstance(). Look for these changes in the next J9 1.5 drop (approx 09/28/2001). RG (9/20/01 5:03:12 PM) I've verified that the problem exists using the (09/14/2001) JCL Drop | resolved fixed | c1964ba | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutPluginsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-22T16:55:18Z" | "2001-10-11T03:13:20Z" |
2,944 | Bug 2944 IDialogPage.getControl JavaDoc should indicate null is a valid return value (1GKX8QB) | IDialogPage.getControl The JavaDoc should indicate that null is a valid return value. NOTES: | resolved fixed | 87db0ee | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/dialogs/IDialogPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-22T15:26:42Z" | "2001-10-11T03:13:20Z" |
7,581 | Bug 7581 ComboBoxCellEditor does not size correctly in propery sheet | null | resolved fixed | 3081fe8 | ["bundles/org.eclipse.ui/Eclipse", "JFace/org/eclipse/jface/viewers/ComboBoxCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-22T15:09:39Z" | "2002-01-14T23:13:20Z" |
5,993 | Bug 5993 Widget has the wrong parent | Build 20011115 1. Open the Synchronize view 2. Undock it 3. Close it 4. Select a project and synchronize with team stream Observe: You get the following stack trace in the .log: Log: Fri Nov 16 12:26:08 CET 2001 2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui. java.lang.IllegalArgumentException: Widget has the wrong parent at org.eclipse.swt.SWT.error(SWT.java:1863) at org.eclipse.swt.SWT.error(SWT.java:1809) at org.eclipse.swt.widgets.Widget.error(Widget.java:366) at org.eclipse.swt.widgets.Composite.setTabList(Composite.java:392) at org.eclipse.ui.internal.WorkbenchPage.updateTabList (WorkbenchPage.java:1548) at org.eclipse.ui.internal.WorkbenchPage.access$0 (WorkbenchPage.java:1543) at org.eclipse.ui.internal.WorkbenchPage$1.run(WorkbenchPage.java:122) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java(Compiled Code)) at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code)) at org.eclipse.ui.internal.WorkbenchPage.activatePart (WorkbenchPage.java:116) at org.eclipse.ui.internal.WorkbenchPage.setActivePart (WorkbenchPage.java:1405) at org.eclipse.ui.internal.WorkbenchPage.activate (WorkbenchPage.java:106) at org.eclipse.ui.internal.WorkbenchPage.busyShowView (WorkbenchPage.java:333) at org.eclipse.ui.internal.WorkbenchPage.access$11 (WorkbenchPage.java:308) at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:1489) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:56) at org.eclipse.ui.internal.WorkbenchPage.showView (WorkbenchPage.java:1486) at org.eclipse.ui.internal.WorkbenchPage.showView (WorkbenchPage.java:1476) at org.eclipse.vcm.internal.ui.sync.SyncView.findInActivePerspective (SyncView.java:119) at org.eclipse.vcm.internal.ui.sync.SyncAction.run(SyncAction.java:112) at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:125) at org.eclipse.jface.action.Action.runWithEvent(Action.java:453) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:407) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent (ActionContributionItem.java:361) at org.eclipse.jface.action.ActionContributionItem.access$0 (ActionContributionItem.java:352) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent (ActionContributionItem.java:47) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:712) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:820) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:151) at org.eclipse.core.launcher.Main.run(Main.java:502) at org.eclipse.core.launcher.UIMain.main(UIMain.java:52) | resolved fixed | 072d978 | ["bundles/org.eclipse.ui/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | "2002-01-22T15:00:29Z" | "2001-11-16T11:26:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.