issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
61,731 | Bug 61731 [Progress] NPE in AnimationManager | I20040511 !ENTRY org.eclipse.ui 4 0 May 11, 2004 16:27:25.671 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.... | closed fixed | 16632ed | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-11T19:11:08Z | 2004-05-11T15:40:00Z |
61,539 | Bug 61539 [Wizards] Perspective switching fails | Build: I-20040506 1. Fresh workspace. 2. Create a Java project. 3. Answer yes when asked if you want to switch to the Java perspective. Nothing happens. | verified fixed | 22519d7 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-11T18:21:03Z | 2004-05-09T19:13:20Z |
61,743 | Bug 61743 NPE in MessageDialog with null parent shell | I-build 2004-05-11 I have code that does the following: MessageDialog.openInformation(null, "Showing element", "Showning an integer of value: "+((Integer)match.getElement()).intValue()); This leads to a null pointer with the follwing stack trace: Thread [main] (Suspended (exception NullPointerException)) MessageDialog.... | resolved fixed | a4b0a78 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.j... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-11T16:55:04Z | 2004-05-11T15:40:00Z |
60,059 | Bug 60059 [Intro] not to return to Introduction | OS: windows 2003, RHEL 3.0 Language: Japanese Build level: I20040422-200404231600 JDK version: IBM JDK 1.4.2 Beta Test case #: Steps to recreate problem: 1-Help > Introduction, select Fast view from the context menu of the Intro view 2-click the Intro at the Fast View icon area 3-click "Return to Intoroduction" at the ... | closed fixed | e7f7b24 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-11T16:28:45Z | 2004-04-27T04:26:40Z |
61,749 | Bug 61749 [Intro] Intro view shows up in the customize perspective dialog and the view menu (if it's been added) | I20040506 It should be filtered from the view list (in the case where some perspective adds it as a view shortcut) and from the configure dialog. Activating the intro view in this way results in an empty view. | closed fixed | 1c61255 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-11T15:57:18Z | 2004-05-11T15:40:00Z |
61,713 | Bug 61713 MessageDialog can't be created in non UI thread anymore | I20040511 In the past it was possible to create a MessageDialog from non UI threads. This is not possible with I20040511 anymore. Doing so now results in an invalid thread access to due the fact that the images are now managed by SWT. | resolved fixed | d1e395d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-11T15:49:23Z | 2004-05-11T12:53:20Z |
53,560 | Bug 53560 [KeyBindings] Launch eclipse, close resource persp. Hit Ctrl N get the wizard list but try Menu File->New->Wizard and it is disabled | also happens in 2.1.3 Launch eclipse, close resource persp. Hit Ctrl N get the wizard list but try Menu File->New-> and it is disabled. | verified fixed | 944bab9 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-11T14:31:38Z | 2004-03-03T02:13:20Z |
60,321 | Bug 60321 [Workbench] ui plugin uses deprecated runtime code | org.eclipse.ui uses some code in Runtime which are newly deprecated. I am attaching a patch (based on i0428) which eliminated the deprecations. This is informational and rigorous testing has not been done. | verified fixed | 0694ecc | ["bundles/org.eclipse.ui.views/src/org/eclipse/ui/internal/views/ViewsPlugin.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/or... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-11T12:22:00Z | 2004-04-28T19:20:00Z |
9,826 | Bug 9826 [Contributions] ActionContributionItem caches Images forever | ActionContributionItem has an image cache that caches images forever, and won't release them until the Display goes down. If an Action updates its Image, such as a background color or foreground color action, It's ImageDescriptor is constantly changing. ActionContributionItem$ImageCache creates an SWT Image for each de... | resolved fixed | 6338be7 | ["bundles/org.eclipse.jface/src/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 | 2004-05-10T19:53:59Z | 2002-02-14T15:20:00Z |
58,850 | Bug 58850 OutOfMemory Errors must not be silent | It is possible for an outof memory expection to occurr but the user has to be made aware that this occurred. I had a case where a build failed due to an out of memory exception and the only indication I had was a problem was added to the problems view. Unfortunately because the build failed there were many other proble... | verified fixed | 8d5e191 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-10T19:48:15Z | 2004-04-16T15:40:00Z |
61,635 | Bug 61635 [IntroMgmt] Workbench does not handle switching Intro into standby mode gracefully. | In the case where an intro part does a long UI operation when switching into standby mode, the workbench gives a "frozen" effect, and the UI is not painted gracefully. | closed fixed | 463d637 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-10T19:15:41Z | 2004-05-10T17:26:40Z |
61,612 | Bug 61612 specs for IntroPart should not mention IWorkbenchPart | Build N20040510 The specs for IntroPart still mention IWorkbenchPart, even though IntroPart no longer indirectly implements IWorkbenchPart. | closed fixed | e8ddd05 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/IntroPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-10T16:18:13Z | 2004-05-10T14:40:00Z |
61,313 | Bug 61313 Platform native icons not used in dialogs | N20040506 For example the 'info' icon for operations in progress, the 'error' icon when an exception occurs, and the 'question' icon when asked to confirm a resource deletion. These used to use the native icons on Windows XP but now they look quite different and non-native. This is a fairly recent regression. | resolved fixed | bc99f2b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "bundles... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-10T15:55:54Z | 2004-05-06T21:46:40Z |
61,548 | Bug 61548 [ViewMgmt] Sticky view declaration should have optional attributes for closable (and possibly moveable) | I will attach a patch that handles optional closeable attribute... do you also want the moveable attribute to be specified for sticky views? | closed fixed | c77f5a5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IStickyViewDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/StickyViewDescriptor.java", "tests/or... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-10T14:42:53Z | 2004-05-10T00:46:40Z |
60,690 | Bug 60690 [Decorators] Decorator enablement does not work for super-interfaces | Build 200404281424. I have defined a lightweight decorator (my class implements ILightweightLabelDecorator). Setting enablement objectClass to a concrete class works as expected. Changing the objectClass to an interface that this concrete class indirectly implements does not work - decorate(...) does not get invoked. T... | verified fixed | 9b68206 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionExpression.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-10T14:22:34Z | 2004-05-02T01:06:40Z |
4,981 | Bug 4981 Refactor actions show more informative error dialogs | Place the cursor in some method declaration and select Refactor>Self encapsulate field. A message dialog appears saying operation not available on current selection. The action remains enabled. This "Sorry, can't do that" behavior is not user friendly. Either 1) Disable the action if it is not available (prefered) or 2... | resolved fixed | 674aa68 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveExtensionReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-09T07:13:13Z | 2001-10-15T15:33:20Z |
55,822 | Bug 55822 [CoolBar] CoolBarManager.setLayout is poor API | build I20040323 CoolBarManager.setLayout has a couple of problems: 1. its Javadoc talks about internals 2. it takes an ArrayList of unspec'ed element type instead of IContributionItem[] 3. it talks about order, but really it allows the whole set of items to be replaced, not just reordered. Should change to take an ICon... | resolved fixed | 477f7fb | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-09T05:20:18Z | 2004-03-24T03:46:40Z |
61,433 | Bug 61433 [Javadoc] IWorkbenchPart.addPropertyListener() doc | The doc for this method doesn't take into account the new API constants. Also, could these constants be in the new IWorkbenchPart2 interface instead? | resolved fixed | 76893f3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IEditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISaveablePart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWork... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-08T02:55:38Z | 2004-05-07T20:00:00Z |
61,216 | Bug 61216 [Dialogs] Closing the workspace dialog and escape | I20040506-0200 When you do File > Exit when the dialog is open, and you press escape, the behaviour of OK is executed (ie eclipse is being closed) whereas one would expect the behavior of CANCEL to happen. | verified fixed | bcc985c | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-07T19:51:04Z | 2004-05-06T13:26:40Z |
61,351 | Bug 61351 [RCP] [Themes] CURRENT_THEME_ID pref is always written | build I20040506-0200 - run the browser example - exit - there's a prefs file in the metadata area with: #Thu May 06 23:29:06 EDT 2004 eclipse.preferences.version=1 CURRENT_THEME_ID=org.eclipse.ui.defaultTheme It looks like, at least for a very simple RCP app, this is the only pref being written. It would be nice if no ... | closed fixed | 1b35484 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/WorkbenchThemeManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-07T19:15:19Z | 2004-05-07T03:20:00Z |
61,243 | Bug 61243 [RCP] remove dependence on core.runtime.compatibility | UIPlugin contains a reference of IPluginDescriptor. | resolved fixed | 1792537 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-07T18:55:45Z | 2004-05-06T16:13:20Z |
51,894 | Bug 51894 [Preferences] Import prefs does not show busy cursor | build I20040212-0800 - Window > Preferences - Import the prefs from the UI team's dev resources page - it takes some time, but there is no feedback that this is a long running operation (e.g. I wasn't sure I hit the Finish button, so I hit it again). Should at least show a busy cursor. | verified fixed | d720275 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportWizard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-07T18:38:48Z | 2004-02-12T21:06:40Z |
60,325 | Bug 60325 [RCP] review AbstractUIPlugin.initializeDefaultPluginPreferences() API | Plugin.initializeDefaultPluginPreferences() is now deprecated, and there is a new story in place. AbstractUIPlugin re-implements this method, and offers it as API to its subclasses. Review the AbstractUIPlugin API to see what should be done here. | resolved fixed | b598f07 | ["bundles/org.eclipse.ui.workbench/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 | 2004-05-07T18:24:10Z | 2004-04-28T19:20:00Z |
61,310 | Bug 61310 Restore "scope" support to the commands extension point | The "scope" element in the commands extension point was removed back in June 2003. The "acceleratorScopes" extension point was pulled, put back in, and now its deprecation support appears broken. We need test cases covering the old API, ensuring that they are read in correctly ... as well as behave properly. Inspecting... | verified fixed | 9bafbf1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/Persistence.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/ContextsTestCase1.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/ContextsTestCase2.java", "tests/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-07T16:18:24Z | 2004-05-06T21:46:40Z |
38,247 | Bug 38247 [Viewers] [Javadoc] Incomplete javadoc for DialogCellEditor | The javadoc for #openDialogBox() does not say how to indicate that the dialog box was canceled. The de-facto behaviour is that if null is returned, it is considered as "cancel". | resolved fixed | 752a424 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DialogCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-07T15:30:44Z | 2003-05-29T20:26:40Z |
33,628 | Bug 33628 [Preferences] provide API for showing a specified preference page | There is no way for a plugin to open the (workbench) preference dialog with a certain peference page selected. Enabling this would allow plugins to refer the user to a certain preference page, for example when a misconfiguration is detected during execution of an action. Also this enables developers to write a new sear... | resolved fixed | 8120793 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-07T14:45:44Z | 2003-03-02T18:33:20Z |
56,818 | Bug 56818 [PropertiesView] Clicking on Advanced Properties toggle when categories are collapsed removes the + next to the category | Clicking on Advanced Properties toggle when categories are collapsed removes the plus sign (+) next to the category and it can no longer be expanded. To reproduce: 1.)Open the Properties view. 2.)Have Show Categories turned on, and Show Advanced Properties turned off. 3.)Collapse all open categories. 4.)Click the Show ... | verified fixed | 3fe4656 | ["bundles/org.eclipse.ui.views/src/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 | 2004-05-07T14:33:00Z | 2004-03-30T20:53:20Z |
61,247 | Bug 61247 [ViewMgmt] ClassCastException with minimized views on startup | I200405060200 If you start a workbench that was shut down with minimized views you get the following stack trace: java.lang.ClassCastException at org.eclipse.ui.internal.PartStack.setState(PartStack.java:682) at org.eclipse.ui.internal.PartStack.restoreState(PartStack.java:567) at org.eclipse.ui.internal.RootLayoutCont... | resolved fixed | 4a8a9d5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-06T23:03:39Z | 2004-05-06T16:13:20Z |
44,393 | Bug 44393 [Viewers] + shown in front of methods even if local types filter is on (different behaviour in outliner, members view and package explorer) | Test pass M4 - load JUnit - add an anonymous type to Assert#Assert - enable local type filter in Outliner observe: there is a plus in front of Assert which goes away when clicking on it. This might be JFace related but I would prefer that the plus is removed when the filter is switched on. - close Outliner - open Outli... | resolved wontfix | e9c726e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-06T20:19:48Z | 2003-10-08T08:00:00Z |
61,069 | Bug 61069 [Dialogs] InputDialog error message not accessible | build: 4/23 There does not seem to be a way for a screen reader like JAWS or Window-eyes to read the error message displayed in org.eclipse.jface.dialogs.InputDialog. Perhaps the errorMessageLabel should be Read-Only text input so that users can tab to and read the error message if one exists. | verified fixed | 3049588 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-06T18:13:28Z | 2004-05-05T15:13:20Z |
60,644 | Bug 60644 Error notification dialog doesn';t need error dialog | We could embed the details region into the dialog so that the error can be browsed while working | verified fixed | 0feab05 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-06T15:41:48Z | 2004-04-30T21:20:00Z |
61,145 | Bug 61145 ErrorDialog not showing inner statuses | i20040505 ErrorDialog#populateList(List, IStatus, int) is always adding the root status message instead of the sub status specific message. Will add a sample dialog to show the problem. | verified fixed | 0518a36 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-06T13:28:04Z | 2004-05-05T23:33:20Z |
60,987 | Bug 60987 [ViewMgmt] View actions are on top of another view | Build: 200405040800 1. Open the resources perspective (reset if modifications have been made) 2. Drag the top of the outline page as high as it will go. You will hide most of the Navigator view in the process. Note that when you let go the Navigator's actions are on top of the outline view. | resolved fixed | 5bd9023 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/ProxyControl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T23:31:32Z | 2004-05-05T01:20:00Z |
61,109 | Bug 61109 Widget is disposed error disposing shell | build I20040427 + latest UI and SWT from HEAD - ran target Eclipse - detached Navigator view - it was blank (gray) - clicked on it - its contents appeared - dragged it back - it was blank (gray) - clicked on it - the target exited unexpectedly - log has: !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException... | resolved fixed | 1824810 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DetachedWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T23:18:51Z | 2004-05-05T18:00:00Z |
60,676 | Bug 60676 [Keybindings] Ctrl+a to select all text in the Find/Replace window does not work | Ctrl+a to select all text in the Find/Replace window does not work (this window is popped by hitting ctrl+f in the C/C++ editor window ) | verified fixed | ef2c60b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/SelectAllHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/WidgetMethodHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T20:32:45Z | 2004-05-01T02:53:20Z |
48,667 | Bug 48667 [Properties View] DCR: PageBookView should support shared pages | There are valid cases where two+ IEditorParts would like to use the same shared page as their contributed page to the Properties View, and in our case, the GEF palette. For the properties view, returning a custom propertysheet page means that your Table widget is unique to the editor. So, if the user resizes the column... | verified fixed | d250528 | ["bundles/org.eclipse.ui.workbench/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 | 2004-05-05T19:31:57Z | 2003-12-12T23:00:00Z |
41,750 | Bug 41750 [templates] Code assist not narrowing on templates | Build: I20030820 1) Start with: class A { public void foo() { sys } } 2) With the cursor after "sys", invoke code assist. Note that the templates "sysout", "syserr", etc are in the list. 3) Now type the letter "o". The list disappears, although "sysout" is still a valid match. Expect: it will fill in "sysout" since it'... | resolved fixed | bd20d47 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T18:36:47Z | 2003-08-20T17:20:00Z |
60,907 | Bug 60907 Two progress dialogs when building WS + dragging a file into the navigator | build N20040503 - start the workspace - delete a view_menu.gif file from org.eclipse.ui\icons... - note for me that a build starts now - drag another file from the file system while the build is happening - drop it on the folder where the first file was deleted from two progress dialogs appear... see attachment. | verified fixed | 6a99206 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogBlockedHandler.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/AccumulatingProgressMonitor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java", "bundles/org.eclipse.ui.wor... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T18:31:46Z | 2004-05-04T14:13:20Z |
60,829 | Bug 60829 [KeyBindings] Key bindings not updated properly in PDE editors | Build I20040428 + 1) Edit plugin.xml of org.eclipse.ui and uncomment the new manifest editor that is commented out. 2) Create a Hello, World plug-in, close the editor and open it with a new (uncommented) plug-in editor. 3) Switch to plugin.xml page 4) Switch to Dependencies page. Select one of the listed plug-ins 5) Pr... | verified fixed | 569800c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T18:30:59Z | 2004-05-03T21:33:20Z |
61,050 | Bug 61050 [Commands] Color badness in KeysPreferencePage | The keys preference page is creating colors without disposing them (see the end of the buildKeySequenceAssignmentTable() and buildCommandAssignmentTable() methods). Additionally, it's hardcoding this color to be medium grey which. Hardcoding bad, system colors good. | resolved fixed | 06db62b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T16:05:31Z | 2004-05-05T15:13:20Z |
59,784 | Bug 59784 Need to animate progress error dialog | Up for opening and down for closing. | verified fixed | cda36f7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFoc... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T15:38:14Z | 2004-04-23T14:20:00Z |
60,392 | Bug 60392 [Progress] Blocked/Waiting/Running job dialogs should be resizable | Dialogs and windows with dynamic contents should always be resizable. The following dialogs should be updated: - "User Operation is Waiting" The user operation is waiting for background work to complete ... - The generic job dialog with the three buttons "Run in Background", "Cancel", and "Details >>" | verified fixed | 876651f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T15:14:08Z | 2004-04-29T09:13:20Z |
60,698 | Bug 60698 [Progress] ConcurrentModificationException in NewProgressViewer | null | verified fixed | d66a41b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/GroupInfo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T15:06:37Z | 2004-05-02T15:00:00Z |
61,004 | Bug 61004 "Open user dialog" job should be marked as System job | N20040503 | verified fixed | 331b545 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T14:27:54Z | 2004-05-05T09:40:00Z |
54,019 | Bug 54019 [EditorMgmt] Request for close on editor drop down | pasted email from Erich Gamma --- Here are some wishes after having used the editor drop down for a while. I understand the intent to keep it as simple as possible. One functionality I miss in the drop down is support to easily close an editor without having to activate it first. Without this support I have to: 1) open... | verified fixed | 47ccbbd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T13:16:03Z | 2004-03-08T15:33:20Z |
60,997 | Bug 60997 Hard coded colour making text unreadable | The popup menu to select an editor (used when there are many editor windows open) is hard coded to a background colour of white. This is fine if you use a typical text colour of black. It's very bad if you use an inverted colour display scheme, as you end up with pale text on a white background, which is effectively un... | closed fixed | 5f1d6e3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-05T12:36:26Z | 2004-05-05T04:06:40Z |
60,699 | Bug 60699 [Progress] Widget is disposed Error in ProgressMonitorFocusJobDialog | null | verified fixed | 0b1ddbc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T21:33:55Z | 2004-05-02T17:46:40Z |
60,783 | Bug 60783 [Dialogs] [Javadoc] Review of org.eclipse.jface.dialogs | Overall I think the documentation for this package is pretty clear. Warnings: IDialogBlockedHandler.java:26: warning - Tag @see: missing #: "IProgressMonitor.clearBlocked()" IDialogBlockedHandler.java:26: warning - Tag @see: can't find IProgressMonitor.clearBlocked() in org.eclipse.jface.dialogs.IDialogBlockedHandler I... | closed fixed | b55db1f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ControlEnableState.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogMessageArea.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogPage.java", "bundles... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T21:20:02Z | 2004-05-03T16:00:00Z |
60,789 | Bug 60789 [Dialogs] [Javadoc] Review of org.eclipse.ui.dialogs | The package description is too brief and does not really explain to me why all of these classes are together. It could be much more detailed and give pointers to specific classes that are defined here. Warnings: AbstractElementListSelectionDialog.java:72: warning - @param argument "ignoreCase" is not a parameter name. ... | closed fixed | 8bce563 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.jav... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T20:12:16Z | 2004-05-03T16:00:00Z |
60,832 | Bug 60832 [Navigator] Open Resource should not offer to open derived resources | 1) Navigate>Open Resource... ->observe the dialog shows generated class files and copied resource files in the output folder These are both derived resources and it is almost never helpful to navigate to them. The simplest solution is to filter out resources which are marked as derived (search is using the same approac... | resolved fixed | 069229a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T18:36:44Z | 2004-05-03T21:33:20Z |
55,531 | Bug 55531 Single click mode opens on collapse | I20040318 - do a New Java Search - set Group by Project - expand tree to see a method containing a match - select the method - collapse the project containing the selection observe: the node collapses, the selection is set to the project node and the node is expanded again. I have single selection enabled. | resolved fixed | 3b6c068 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T17:04:30Z | 2004-03-22T15:40:00Z |
60,786 | Bug 60786 [Wizards] [Javadoc] Review of org.eclipse.jface.wizard | This package is very clean and well written. ProgressMonitorPart: - clearBlocked() is undocumented. - setBlocked() is undocumented. - setTaskName() is undocumented. WizardDialog: - close() is undocumented. | closed fixed | a181060 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T16:44:25Z | 2004-05-03T16:00:00Z |
60,785 | Bug 60785 [Preferences] [Javadoc] Review of org.eclipse.jface.preference | Warnings: IPreferenceStore.java:379: warning - @param argument "value" is not a parameter name. BooleanFieldEditor.java:80: warning - @param argument "labelText" is not a parameter name. ColorSelector.java:63: warning - @param argument "parent." is not a parameter name. ColorSelector.java:192: warning - @param argument... | closed fixed | be95edd | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/BooleanFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/BooleanPropertyAction.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ColorFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T16:38:43Z | 2004-05-03T16:00:00Z |
60,918 | Bug 60918 [KeyBindings] Some key bindings not working | null | verified fixed | d3e847d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeySequenceBindingNode.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T16:28:58Z | 2004-05-04T17:00:00Z |
55,707 | Bug 55707 [Fonts/Colors] Consistant use of API | 200403230010 The new work to support toolbars in the tab folder requires the use of horizontal gradients, which is fine. However, they are currently being hardcoded. This should be specified by changing the "org.eclipse.ui.workbench.INACTIVE_TAB_VERTICAL" data element in the themes extension in org.eclipse.ui/plugin.xm... | closed fixed | 6434a84 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ColorSchemeService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/EditorPresentation.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T16:24:17Z | 2004-03-23T16:40:00Z |
60,881 | Bug 60881 [Commands] Ctrl+S does not work | In I20040504-0800 Ctrl+S in a jave editor does not work. | verified fixed | 8fdfce1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/WorkbenchCommandSupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T15:43:23Z | 2004-05-04T14:13:20Z |
58,913 | Bug 58913 [Progress] [Javadoc] Review of "org.eclipse.ui.progress" | WARNINGS: -------- DeferredTreeContentManager.java:48: warning - @param argument "partSite" is not a parameter name. DeferredTreeContentManager.java:133: warning - @param argument "parent." is not a parameter name. DeferredTreeContentManager.java:300: warning - @param argument "parent." is not a parameter name. IProgre... | closed fixed | ea1b989 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IDeferredWorkbenchAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IElementCollector.java", "bundles/or... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T15:38:19Z | 2004-04-16T18:26:40Z |
60,236 | Bug 60236 [Progress] non-responsive blocked dialogs | When an operation is executed with IRunnableContext.run(false, false, ...) and a blocked dialog shows up, then the blocked dialog is not responsive since there is nobody to process the events. The non-responsiveness shows up as follows: - the details button is not responsive - the progress bars shown in the details are... | verified fixed | 273533f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T13:21:14Z | 2004-04-28T13:46:40Z |
54,021 | Bug 54021 [EditorMgmt] Editor workbook appears inactive after drag | null | resolved fixed | 22b1740 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DefaultStackPresentationSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.w... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T06:48:33Z | 2004-03-08T15:33:20Z |
51,282 | Bug 51282 [RCP] WorkbenchAdvisor.preShutdown not called | From the class comment in WorkbenchAdvisor it looks like this should be used, but one of my test cases never receives the call. The test case I'm using has no windows, perhaps the intent is for #preShutdown to be used only when windows within the app are to be closed? At the very least, I think the comment should be up... | resolved fixed | 7b430f1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-04T04:28:12Z | 2004-02-06T15:06:40Z |
60,520 | Bug 60520 [Commands] ActionHandler leak | I200404281424 Sorry this bug report does not totally pinpoint the problem. It would appear that not all HandlerSubmissions are getting removed from the WorkbenchCommandSupport or are staying around from the handlerSubmissions of the active workbench window. These in turn are hanging on to the ActionHandlers. Test case:... | resolved fixed | 85e97b7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/AbstractHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/IHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse",... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-03T21:02:02Z | 2004-04-29T23:06:40Z |
58,050 | Bug 58050 [ViewMgmt] Return an ordered view stack | null | closed fixed | 61f9f55 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-03T17:06:15Z | 2004-04-09T19:46:40Z |
60,594 | Bug 60594 [RCP] updateLayoutDataForContents fails if the application does not call createDefaultContents | I20040428 If an RCP application does not call WorkbenchWindow.createDefaultContents() (via the default implementation to WorkbenchAdvisor.createWindowContents() then updateLayoutDataForContents will fail with an NPE because defaultLayout has not been initialized. Bounce back to me if you'd like | closed fixed | 57e0fbb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-03T15:18:42Z | 2004-04-30T15:46:40Z |
60,277 | Bug 60277 [RCP] [intro] RCP workbench does not open intro | I Build id: 200404270800 Intro on RCP fails to bind, and so you cant see your intro. Looked at the code. It seems like the workbench does not restore Momento state when running only RCP plugins. | closed fixed | a1434cd | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-03T15:16:41Z | 2004-04-28T16:33:20Z |
59,963 | Bug 59963 Expression language support for object contributions | I20040422 To get better control over the context menu lauch config contributions object contributions have to support the expression language. Enclosed two patches which add this support to the workbench. The patches are compiled against version I20040422/20. But since they are very local they should work against HEAD ... | resolved fixed | 857096e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ListElementPropertyTester.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/PopupMenuExpressionTest.ja... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-05-03T14:14:38Z | 2004-04-26T14:33:20Z |
54,781 | Bug 54781 [RCP] Need API for configuring fast view bar initial location | null | resolved fixed | f0c57a3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-30T20:58:27Z | 2004-03-15T03:06:40Z |
41,152 | Bug 41152 [ViewMgmt] [RCP] Closing views closes perspective | Build: I20030730 If you close all parts in a workbench page, the page is closed automatically. This is very disorienting if you were closing the last view and then planning to open another view, or working in a perspective with only editors, and then have the perspective disappear when the last editor is closed. The pl... | resolved fixed | 798c127 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockEditorPart.java", "tests/org.eclipse.ui.test... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-30T20:27:37Z | 2003-08-05T16:13:20Z |
60,445 | Bug 60445 [Progress] PROPERTY_IN_DIALOG not set to false when preference run in background is set | 1) check the preference Workbench>"Run user actions in background where possible" 2) perform a CVS compare ->the resulting dialog pops-up immediatly, it isn't kept until I ask for it. I would have expected the same behaviour as if having pressed "Run in Background", i.e., the results are kept. The problem is that the P... | verified fixed | 07c9d56 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-30T19:51:37Z | 2004-04-29T14:46:40Z |
60,044 | Bug 60044 [EditorMgmt] Opening the editor tab's system menu restores all open editors? | null | closed fixed | e878abb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuCloseAllEditors.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuCloseOtherEdit... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-30T14:48:19Z | 2004-04-26T22:53:20Z |
55,827 | Bug 55827 [Contributions] Need to remove refs to Platform.getDebugOption from JFace | build I20040323 Standalone JFace applications are currently broken due to several refs to Platform.getDebugOption in JFace, which is only available if Eclipse is running. Should have static flags for the various debug options in JFace, and initialize them from the Workbench. | verified fixed | 8e5f2ba | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarContribut... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-30T13:49:19Z | 2004-03-24T03:46:40Z |
56,649 | Bug 56649 [Perspectives] 2.1 -> 3.0 Can delete the Debug perspective | In a 2.1 environment, create a preference file such that the 2.1 Debug perspective was modified and saved as the Debug perspective (i.e. Save Perspective As -> Debug). I have attached a preference file from 2.1 that does just that. In a 3.0 environment, load this preference file. Try to open the Debug perspective. This... | verified fixed | fd70936 | ["bundles/org.eclipse.ui.workbench/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 | 2004-04-29T20:45:57Z | 2004-03-29T22:40:00Z |
54,347 | Bug 54347 [Dialogs] Provide "Yes No Always Never" dialog | In Debug UI, we define a dialog that prompts the user to answer Yes, No, Always, or Never. If anyone's interested, this code is generic and could be shipped as a JFace component. The dialog is in the org.eclipse.debug.ui project; the type name is AlwaysNeverDialog. The dialog supports passing in a preference store and ... | verified fixed | 3e9ec25 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialogWithToggle.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDE... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-29T20:31:47Z | 2004-03-10T17:33:20Z |
53,735 | Bug 53735 [KeyBindings] Can't override keys in "editing java context" using general context | I'm using M7. Here is what I tried to do: I did not like the switch to mapping toggle comment by default, so I decided to replace the key shortcuts for comment and uncomment. For comment, I used the old key of ctrl+/. For uncomment I used ctrl+shift+/. Comment works fine. Uncomment does not. The new keystroke shows up ... | verified fixed | 0b096c8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeySequenceBindingNode.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-29T19:35:17Z | 2004-03-04T14:20:00Z |
55,440 | Bug 55440 [Intro] Reseting perspective after new plug-in arrival makes Welcome go away | Scenario (need to enable intro extension in org.eclipse.platform): 1) Open Welcome 2) Switch to 'Samples' 3) Click on 'Readme tool' 4) You will be asked to download samples. Say Yes 5) When the samples are downloaded, platform UI will detect the new plug-in and ask to reset the perspective to pick up the changes 6) If ... | closed fixed | 68f2ee9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.test... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-29T18:42:47Z | 2004-03-19T23:46:40Z |
58,922 | Bug 58922 [RCP] Texts created with unsupported styles | - org.eclipse.ui.internal.presentations.AbstractTableInformationControl creates a Text with style SWT.FLAT - org.eclipse.ui.internal.ide.dialogs.SystemSummaryDialog.createDialogArea creates a Text with style SWT.NO_FOCUS | resolved fixed | 370fb5e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/SystemSummaryDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-29T18:20:54Z | 2004-04-16T18:26:40Z |
54,593 | Bug 54593 [KeyBindings] Restore defaults - keyboard shortcuts | The dialog could be name "Restore Keyboard Shortcut Defaults" to be more spefic. Also: the dialog does not use the dialog font. Reached through the "Restore Defaults" button on Workbench/Keys | verified fixed | 44ae9fe | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-29T16:04:35Z | 2004-03-12T11:13:20Z |
60,227 | Bug 60227 [Progress] support for clients implementing IRunnableContext | Clients which implement IRunnableContext directly need some support so that they can also show the BlockedJobsDialog. These clients currently typically run an operation as follows (for example SearchDialog): ModalContext.run(runnable, fork, getProgressMonitor(), getShell().getDisplay ()); One idea is to provide them wi... | verified fixed | bf47ab9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogBlockedHandler.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/AccumulatingProgressMonitor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/IWizardBlock... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-28T20:29:06Z | 2004-04-28T11:00:00Z |
51,730 | Bug 51730 [Help] IllegalArgumentExcpetion using F1 on an action with no help context | I200402102000 If an action has no registered a help context, you get the following IllegalArgumentException if F1 is triggered for the action: Thread [main] (Suspended (exception IllegalArgumentException)) WorkbenchHelp.displayContext(IContext, int, int) line: 232 WorkbenchHelp$6.helpRequested(HelpEvent) line: 765 Type... | verified fixed | 1de6442 | ["bundles/org.eclipse.ui.workbench/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 | 2004-04-28T20:27:22Z | 2004-02-11T20:06:40Z |
60,202 | Bug 60202 [Commands] CommandCallback leaking registered text listeners | The CommandCallback class that is stored as an instance var for the ExternalActionManager is leaking all of the IActionTextListeners that register. The listeners are not removed in the removeActionTextListener(*) method call. | resolved fixed | 5357a72 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/CommandCallback.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-28T15:50:40Z | 2004-04-27T23:53:20Z |
45,108 | Bug 45108 [Contributions] SubContributionManger.find(String) throws exception | I20031015 I wrote the following code: // @see EditorActionBarContributor#contributeToStatusLine public void contributeToStatusLine(IStatusLineManager statusLineManager) { super.contributeToStatusLine(statusLineManager); if (statusLineManager.find("<someString>") != null) statusLineManager.insertBefore("<someString>",(I... | verified fixed | 78ba5e1 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-28T14:43:28Z | 2003-10-17T14:13:20Z |
44,075 | Bug 44075 Busy progress does not lock out all shells | The new showBusyWhile API does not lock all of the workbench windows while working. Look at how application window does this to decide what to do. We should consider if we want to lock the entire window or not while doing this. I think we do as this is API meant for jobs that are modal. | verified fixed | d07eb7c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-28T14:40:12Z | 2003-10-02T13:06:40Z |
56,539 | Bug 56539 [KeyBindings] Can't unbind key on keys preference page | 1. It is impossible to remove default key bindings for debug actions (e.g. Step Over) on build M8. The reason is impossibility to select key binding in the list. Selection resets immediately. 2. There are no key binding for Team/CVS actions (Update, Commit, etc.) | verified fixed | b00193a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-28T14:32:18Z | 2004-03-29T08:46:40Z |
58,825 | Bug 58825 [KeyBindings] "In Windows" context is confusing | build I20040413 In the Keys pref page, I went to add a keybinding. - selected Compare category - selected Select Next Change command - typed Ctrl+/ as the key sequence - went to hit Add, but noticed that the default When was wrong: Debugging - wanted to change it to Always, but this has been removed - it seems like "In... | verified fixed | 0be6950 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeySequenceBinding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/Persistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-28T14:10:34Z | 2004-04-16T12:53:20Z |
59,471 | Bug 59471 [ActivityMgmt] Need to add helpContextid to activities | We need an extension point attribute for helpContextId. We can enable this by having the ? icon and enable it based on selection | closed fixed | f84264f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/EnablementDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-28T11:56:11Z | 2004-04-21T17:53:20Z |
60,176 | Bug 60176 BlockedJobsDialog has ok and cancel buttons | I20040427 The BlockedJobsDialog now has the default Ok and Cancel buttons in the button bar. When clicking either, the dialog closes but the user is still blocked. | closed fixed | 79df9ed | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-27T19:53:49Z | 2004-04-27T21:06:40Z |
58,845 | Bug 58845 [Viewers] Error while debugging but no log | I was debugging an IllegalArgumentException. I clicked on one of the traceback lines after the breakpoint was hit and got a dialog informing me that an error occurred and that I should see the log for details but the log was empty. After this, the debuuger no longer opens files (i.e. it still stps at breakpoints but I ... | closed fixed | c3f7330 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-27T19:00:55Z | 2004-04-16T15:40:00Z |
58,985 | Bug 58985 [Dialogs] WizardDialog.getButton( IDialogConstants.CANCLE_ID ) always returns null | Here's a test case for this bug. Watch the stdout of the program. --WizardDialogBug import org.eclipse.jface.dialogs.IDialogConstants; import org.eclipse.jface.wizard.IWizard; import org.eclipse.jface.wizard.Wizard; import org.eclipse.jface.wizard.WizardDialog; import org.eclipse.jface.wizard.WizardPage; import org.ecl... | closed fixed | c400e9b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-27T18:30:06Z | 2004-04-17T13:53:20Z |
60,156 | Bug 60156 [Commands] This warning is really suspicious | From 200404270800 compiler logs, I think this warning is really suspicious. I believe it is hiding a bug. There is no local variables called contextBindingDefinitions. ---------- 1. WARNING in /builds/I/src/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/PreferenceCommandRegistry.java (at l... | verified fixed | 80bdac9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/AbstractCommandRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ExtensionCommandRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ICommandRegis... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-27T18:16:38Z | 2004-04-27T18:20:00Z |
59,348 | Bug 59348 [EditorMgmt] list of editors does not add a scrollbar when larger then the screen | If I open > 50 editors then open the drop down list, it should have a scrollbar, however it is just larger then the screen and the top is not visible. It should have a maximum number of editors it will show before adding a scrollbar and a max height (the screen height) ... maybe 20 or so. | verified fixed | b4afc26 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/EditorList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/Edit... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-27T14:11:30Z | 2004-04-20T19:40:00Z |
56,049 | Bug 56049 [Wizards] potential NPE in WorkbenchWizardListSelectionPage | Build id: 200403240800 I haven't observed this in actual code, but noticed it when doing testing for RCP. The javadoc for IWizard.getDialogSettings says it can return null, but WorkbenchWizardListSelectionPage.restoreWidgetValues does not seem to check for that case. | closed fixed | dd8dee3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardListSelectionPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-27T13:09:24Z | 2004-03-24T23:13:20Z |
56,431 | Bug 56431 [ViewMgmt] Placeholder is lost when a multi-view instanced view is opened | Steps to reproduce: 1) Create a placeholder for a view that supports multiple instances. 2) Open the view programmatically with page.showView(.... 3) Open another instance of the same view. Bug: The perpsective presentation opens the second instance of the view in what it considers to be the "bottomRight" container. On... | resolved fixed | 3b559c9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-27T02:28:44Z | 2004-03-27T01:13:20Z |
59,993 | Bug 59993 Opening Eclipse with multiple editors leaves some blank | If Eclipse is opened with multiple editors already open (i.e., restored with the workbench state), then only the top-most editor will have any contents. The other editors will have no contents (painted with background colour). Closing on of those editors and opening it again, corrects the problem. The problem does not ... | resolved fixed | 511a715 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-26T22:17:46Z | 2004-04-26T20:06:40Z |
59,361 | Bug 59361 [Workbench] AbstractUIPlugin should have start(...) and stop(...) methods | Build I20040420 AbstractUIPlugin should have start(...) and stop(...) methods. Currently, it only has startup() and shutdown() methods. A plug-in's startup() and shutdown() methods get called only if that plug-in explicitly requires org.eclipse.core.runtime.compatibility. A plug-in's start(..) and stop(..) methods get ... | verified fixed | 3dae5f2 | ["bundles/org.eclipse.ui.workbench/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 | 2004-04-26T18:23:25Z | 2004-04-20T22:26:40Z |
53,571 | Bug 53571 IAction.setAccelerator(int) deprecated, any other method instead? | Hi, I only use SWT & JFACE(not RCP), and I want assign the accelerator keycode to the action. Is there another way to assign the accelerator keycode? Regards, Eric | closed fixed | 82a0ad6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/IAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-26T16:35:10Z | 2004-03-03T05:00:00Z |
54,654 | Bug 54654 [KeyBindings] Edit in place in the navigator does not support the delete key | In a navigator, select a file name, type F2 (to edito the name), click in the middle of the name and try to delete characters using the "delete" key. You will notice that it does not work. | verified fixed | e471a64 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-26T16:03:21Z | 2004-03-12T16:46:40Z |
51,837 | Bug 51837 [Progress] Bad message in progress dialog | I20040210 I got a bogus message when running a pile of jobs. A progress dialog appeared that read: "The operation cannot proceed because it is blocked by a background" A background what? :) | verified fixed | cf8db6b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-26T15:42:39Z | 2004-02-12T15:33:20Z |
58,788 | Bug 58788 [Progress] ProgressMonitor leaks | I20040413 It looks like that the ProgressMonitor keeps a reference to jobs which are already completed. To reproduce do the following: - create workspace with content - open all types dialog - add new type - open all types dialog. What happens is that the progress monitor still has a reference to the Job that computed ... | verified fixed | dfcf648 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-26T13:53:05Z | 2004-04-16T07:20:00Z |
59,847 | Bug 59847 [intro] Help > Introduction disabled | Build N20040423 Help > Introduction is disabled. I don't know how it got that way, and I don't know how to fix it. | closed fixed | c5389a9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IntroAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-25T00:41:49Z | 2004-04-23T19:53:20Z |
59,682 | Bug 59682 [Colors/Fonts] [Presentation] Need to bind theme elements to presentations | Text of original email: We need to think about how the default presentation (and colors/fonts it relies on) are packaged with workbench. As it stands, the default (and native) factories are declared in the org.eclipse.ui plugin along with the workbench colors/fonts. The problem is that the workbench colors/fonts were d... | closed fixed | 3412409 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindowConfigurer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java", "bundles/o... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-23T19:39:15Z | 2004-04-22T18:53:20Z |
59,727 | Bug 59727 [Progress] ProgressDialog hides modal dialog | 1) in shared project modify a file 2) switch to the synchronize perspective and into the outgoing mode 3) select the modified file 4) execute Override and Update ->the progress dialog hides the confirmation from Override and Update ->the confirmation dialog is not responding and you have to put the Update into the back... | verified fixed | da4de69 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-04-23T18:58:00Z | 2004-04-22T21:40:00Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.