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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55,635 | Bug 55635 Eclipse hangs on full rebuild | I20040322 I did a Project/Clear. Since I have autobuild on, eclipse immediately started to rebuild everything. After some time it hanged (see attached full thread dump): Full thread dump Java HotSpot(TM) Client VM (1.4.2-34 mixed mode): "Worker-14" prio=5 tid=0x0c1f2c60 nid=0xf0ba400 in Object.wait() [f0a94000..f0a94b2... | resolved fixed | 8870819 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/UILockListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-24T20:17:33Z | 2004-03-23T08:20:00Z |
55,901 | Bug 55901 Cannot use a start up plugin in runtime workbench | null | verified fixed | 409c093 | ["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-03-24T19:55:44Z | 2004-03-24T14:53:20Z |
55,798 | Bug 55798 Activities UI synch needed | org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2625) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Widget.error(Widget.java:377) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:307) at org.eclipse.swt.widgets.Menu.getItems(Menu.java:702) at o... | closed fixed | 6e5e002 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/WorkbenchActivitySupport.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-24T19:22:16Z | 2004-03-23T22:13:20Z |
55,951 | Bug 55951 [KeyBindings] Contexts/scopes don't appear in keys preference page | When selecting commands in the keys preference page, they don't have any context associated with them. | verified fixed | 17656d5 | ["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-03-24T17:47:17Z | 2004-03-24T17:40:00Z |
55,765 | Bug 55765 NPE in new BuildSetAction | I20040322 1) Select a project in the synchronize view 2) Project > Clean 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.ui.internal.ide.actions.BuildSetAction... | resolved fixed | 501d181 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildSetAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-24T16:28:16Z | 2004-03-23T22:13:20Z |
55,065 | Bug 55065 [RCP] early startup mechanism needs to use reflect if compatibility is not available | The new early activation mechansim allows a class to be specified in the extension. If the class is not present then the supplying plugin's Plugin class is used. In Eclipse 3.0 we cannot access random plugin objects unless the runtime compatibility code is present. To support cases where it is not present, the current ... | resolved fixed | 211a7b4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/StartupPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/RegistryManager.java", "bundles/org.ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-23T19:54:00Z | 2004-03-17T02:20:00Z |
52,588 | Bug 52588 [RCP] Need separate API for showing fast view bars and perspective bar | build I20040219 In the new look, the shortcut bar on the left has been broken up into fast view bars (which can be at left, right and/or bottom [there are ongoing changes here]) and the perspective bar (at top right). IWorkbenchWindowConfigurer.get/setShowShortcutBar(boolean) should be broken up into separate methods g... | resolved fixed | 273d6b6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/IWorkbenchPreferences.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/IWorkbenchWindowConfigurer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/or... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-23T19:09:53Z | 2004-02-20T06:53:20Z |
55,611 | Bug 55611 [Progress] Illegal state exception upon shutting down | Build: I-20040322 I got this exception upon shutting down. java.lang.IllegalStateException: Job manager has been shut down. at org.eclipse.core.internal.jobs.JobManager.schedule (JobManager.java:623) at org.eclipse.core.internal.jobs.InternalJob.schedule (InternalJob.java:236) at org.eclipse.core.runtime.jobs.Job.sched... | verified fixed | a8566f3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-23T16:19:30Z | 2004-03-23T00:00:00Z |
55,663 | Bug 55663 [Activities] IDEWorkbenchActivityHelper should crawl projects on startup to enable any existing natures. | 200403230010 Currently the nature detection code only works on resource changes. This code needs to be activated on startup as well so that any existing projects natures will be detected prior to their changing. | closed fixed | 0d429a0 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchActivityHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-23T13:46:39Z | 2004-03-23T13:53:20Z |
55,571 | Bug 55571 .metadata folder created under install dir | In I20040322 the .metadata folder is being created in the install dir. | resolved fixed | 62ff0c8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-23T12:27:57Z | 2004-03-22T18:26:40Z |
55,592 | Bug 55592 [Contributions] SubActionBars does not properly handle menu listeners | null | resolved fixed | 4aa5624 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubMenuManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/SubActionBars.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/Pag... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-22T21:59:45Z | 2004-03-22T21:13:20Z |
55,455 | Bug 55455 [CoolBar] Coolbars missing on startup | build I20040318-1131 - started up eclipse - all coolbars are missing, except for the File one, but including the hard-wired Navigation one - nothing in the log - less of interest in the console than usual: I'm running with org.eclipse.jface/trace/toolbarDisposal=true and normally see complaints about dups for the hardw... | verified fixed | 0edac96 | ["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-03-22T21:34:55Z | 2004-03-20T19:13:20Z |
55,584 | Bug 55584 [ViewMgmt] Lazy view initialization is broken | 200403220800 1) Fire up a workspace and create a java project that contains errors and a TODO tag 2) Ensure that both the problems and tasks view exist and are in the same part folder. Select Problems. 3) Close down eclipse 4) Restart eclipse Note that even the tab that has not been selected yet is bold. This would ind... | closed fixed | fc7008c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PresentableViewPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.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-03-22T21:34:01Z | 2004-03-22T21:13:20Z |
55,557 | Bug 55557 [ActivityMgmt] The text in description in the 'Configure Activities' dialog should be wrap | I20040322 The text in the description part in the 'Configure Activities' dialog (Window>Configure Activities) should be wrap, and valign on the top. | closed fixed | 354d54e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-22T18:17:05Z | 2004-03-22T18:26:40Z |
55,526 | Bug 55526 AssertionFailedException in New Project Wizard | Build: I-20040322 Checking the "Show All Wizard" checkbox in the New Project Creation wizard resulted in the following exception: !SESSION Mar 22, 2004 09:53:45.675 -------------------------------------------- - java.version=1.4.2 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=... | closed fixed | e5a2597 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-22T17:11:13Z | 2004-03-22T15:40:00Z |
55,550 | Bug 55550 [Fonts/Colors] Part tab font is not applied until a tab is selected | 1) Set your part tab font to something larger than normal. Note that all of the tab fonts are updated 2) Restart eclipse 3) Note that the tab font is not applied until you click on a tab. | closed fixed | 92c7fed | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ColorSchemeService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-22T17:08:36Z | 2004-03-22T15:40:00Z |
55,492 | Bug 55492 [KeyBindings] Bug in OutOfOrderListener | Here is piece of code from Eclipse 3.0 Build id: 200403161300, class OutOfOrderListener: public void handleEvent(Event event) { // Always remove myself as a listener. event.widget.removeListener(event.type, this); Here you remove listener from widget. My problem is that widget was already disposed (in my listener, that... | verified fixed | 509cc15 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/OutOfOrderListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-22T16:35:43Z | 2004-03-22T04:33:20Z |
55,256 | Bug 55256 [Colors/Fonts] Rollback change to ColorRegistry for gets() on colors that do not exist | null | closed fixed | 687cb7f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-22T14:43:07Z | 2004-03-18T17:13:20Z |
54,915 | Bug 54915 [RCP] Need the ability to launch/load the Workbench without showing any windows | We need the ability to start up the Workbench without actually showing any WorkbenchWindows. The idea here is that is a significant gain in performance in doing this. WorkbenchWindows are created and brought to the front when requested by the user. With the Workbench running in the background the perceived load time ex... | resolved fixed | 4c21e5e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/IWorkbenchConfigurer.java", "bundles/org.eclipse.ui.workbench/Eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-22T06:30:24Z | 2004-03-15T22:33:20Z |
54,547 | Bug 54547 [RCP] Need to get product branding elements from IProduct rather than platform configuration | build I20040310 The new IProduct APIs should be used to obtain the product name and window image used in the generic workbench, rather than the platform configuration info for the primary features. The platform configuration mechanism is specific to Update's feature story. The API for it is only in the org.eclipse.core... | verified fixed | eb9322a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProductInfo.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-03-21T21:35:20Z | 2004-03-11T21:20:00Z |
55,323 | Bug 55323 [Workbench] Coolbar doesn't resize properly when perspective bar manually resized | build I20040318 Drag the big curve to the left until the toolbars disappear. Resize the window one pixel, and they reappear. | resolved fixed | 2bb5f62 | ["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-03-20T20:44:37Z | 2004-03-19T01:33:20Z |
55,056 | Bug 55056 [Workbench] would like to establish my workspace (and no longer be prompted) | null | resolved fixed | 17caafa | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-20T20:05:57Z | 2004-03-17T02:20:00Z |
55,371 | Bug 55371 Infinite progress | I20040317 1) Open Eclipse on existing workspace 2) Hit Ctrl+O to get content outline popup 3) Hit Esc to close popup -> Progress monitor in lower right runs forever (have to shutdown to get rid of it) I will leave this bug in core for now until we find out where the problem is. | verified fixed | 3254473 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-19T21:09:36Z | 2004-03-19T15:26:40Z |
55,373 | Bug 55373 Examples wizard is initially empty | I20040318 Win2k This is related to #54719. When the user brings up the Examples wizard, by going to File -> New -> Example... (assuming you have examples available), a dialog shows up. However, the dialog is initially empty. In order to see the examples, the user has to click on "Show All Wizards". And, even in doing s... | closed fixed | 649cc70 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-19T19:00:17Z | 2004-03-19T15:26:40Z |
55,367 | Bug 55367 [ActivityMgmt] Activitiy/Category need description returned | Description was removed from the activity API way back in November. It needs to be returned. | closed fixed | 2bf8914 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISharedImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/CategoryEvent.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-03-19T17:41:49Z | 2004-03-19T15:26:40Z |
53,565 | Bug 53565 Improve manual builds | Entering to track improvments to the manual (i.e. non-automatic) builds. We propose to make the build story more useful by providing "targeted builds" which have the flavor of make (or Ant) builds where the user says what projects they want to end up with in a "built" state and letting the system figure out what set of... | resolved fixed | a28eb1e | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/BuildAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEActionFactory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionB... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-19T17:35:43Z | 2004-03-03T02:13:20Z |
31,731 | Bug 31731 [KeyBindings] Dialogs do not support key bindings | The New Class dialog does not support CTRL-A in entry fields. You can right- click and choose "Select All". This slows down keyboard-based usage of eclipse. This odd discrepency shows up in many places in eclipse. It would be great for all of eclipse to have these annoying UI nits cleaned up in one pass. Thank you for ... | verified fixed | 664efbb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/IWorkbenchCommandSupport.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/EnabledSubmission.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/IWorkbenchContextSupport.java", "bundles/org.e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-19T16:51:15Z | 2003-02-13T01:33:20Z |
55,036 | Bug 55036 [Perspectives] Workbench switch perspective when new project is created, even if setup to no switch | I200403161300 I have the preference workbench>perspectives>'switch to associated perspective when creating new project' set 'Never switch'. I create a java project and the workbench switch to the java perspective (my current perspective was a custom perspective based on the java perspective). | verified fixed | 874eb37 | ["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-03-19T14:31:50Z | 2004-03-16T23:33:20Z |
54,104 | Bug 54104 [FastView] Difficult to move a view to the fastview bar when docked on the bottom | I200303040800 Linux-GTK Dock the fastview bar on the bottom of the window, then try to drag'n'drop a view in it. You have to drop the view on an existing button of the fastview bar, otherwise the view is moved on the bottom of the perspective. It would be easier to add views to the fastview bar if it was possible to dr... | resolved fixed | 81c985c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-19T01:39:53Z | 2004-03-08T23:53:20Z |
48,773 | Bug 48773 [Preferences] Workbench should use ColorRegistry for color management. | Wherever possible, the workbench should use the new Color API for its colors. | closed fixed | a25e057 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/JFaceColors.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-18T15:43:02Z | 2003-12-15T17:40:00Z |
54,934 | Bug 54934 [Intro] The right intro to use should be defined in about.ini | In the original design of the org.eclipse.ui.intro extension point, the idea was that 'productId' attribute would be used to map the intro with the product it should be used for. We got feedback that the link feels up-side-down i.e. the product should define the id of the intro to use. This makes sense because today we... | closed fixed | eb9bd46 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/intro/IIntroRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/intro/IntroRegistry.java", "bundles/org.eclipse.ui.workben... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-18T15:18:47Z | 2004-03-16T04:06:40Z |
49,999 | Bug 49999 [Jobs] Behavior of new Job error dialog | I20040113 We had an error in one of our jobs which runs when the selection changes. This caused the new Job error dialog to appear. But first I could not close it since it was automatically reopened when the editor got focus. After I noticed that the dialog isn't modal I could close it by first selecting another editor... | resolved wontfix | 81927b7 | ["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-03-18T14:24:59Z | 2004-01-14T17:06:40Z |
55,170 | Bug 55170 [Colors/Fonts] Changing a font in the Colors and Fonts preference page causes all views and editors to appear active | build I20040317 - open two or more sets of views and create a setup where you have a split editor pane with two editors - open the preferences and go to the Workbench > Colors and Fonts page. - Edit the "part title font" in the Workbench Appearance category. - hit the OK button NOTE that now all views and editors that ... | closed fixed | a874566 | ["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/EditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PartTabFolderPresentati... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-18T01:30:05Z | 2004-03-17T21:46:40Z |
55,099 | Bug 55099 [DND] Holding the mouse down on an editor tab for too long will split the editor area. | This may not be a DnD bug...just guessing. Ensure that you're using multiple editor tabs. Open multiple editors. Click and hold the mouse button on one of the editor tabs for a few seconds. Don't move the mouse. Release the button. The screen will split as if you had dragged the editor to a new position. | resolved fixed | 0e077b4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/PresentationUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-18T01:04:54Z | 2004-03-17T16:13:20Z |
55,093 | Bug 55093 [DND] Drag&drop of editors | 1) switch to use the editor drop down 2) double click on the left or right of the label to maximize -> works 3) try to drag the editor on the left or right -> not support you can only drag from the label. This is not consistent. Now that the title is no longer a tab I should be able to drag an editor from all over the ... | resolved fixed | 6b52d61 | ["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-03-18T00:53:35Z | 2004-03-17T13:26:40Z |
54,487 | Bug 54487 Progress showing 125% complete | I20040310 When I launch a PDE JUnit test with this build, the progress for launching goes up to 125%. The job itself may be at fault here, but the progress implementation should ignore any progress > 100%. | closed fixed | 9973f6e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/TaskInfo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-17T21:16:04Z | 2004-03-11T15:46:40Z |
45,740 | Bug 45740 [Decorators] Issue with the Lightweight Decorator label update policy | There is an issue with the lightweight decorators that involves a poorly behaved content provider (in our case, the compress folder content provider in the sync view). Here is the sequence of events. 1) A single resource is changed and triggers a label change. 2) All views (content providers) are told to update the lab... | closed fixed | 1dfb19e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-17T19:48:18Z | 2003-10-29T17:53:20Z |
54,979 | Bug 54979 [Wizards] Export create empty file when Out of Sync | null | verified fixed | 94d86c6 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/FileSystemExporter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-17T19:11:50Z | 2004-03-16T18:00:00Z |
54,882 | Bug 54882 [Fonts] Font definition needs a getBold and getItalic | We need to be able to get the bold and italic version of a font for use in progress among other things. This needs to be wiped out when the definition changes. Kim please point me at where to start. | closed fixed | 5d3cf20 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-17T17:30:52Z | 2004-03-15T19:46:40Z |
55,020 | Bug 55020 Open workspace dialog opens behind splash screen | 20030316 When I start Eclipse there is now a dialog that prompts for which workspace to use. This opens behind the splash screen so I rarely spot it. | verified fixed | 1b13f4a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-17T01:51:22Z | 2004-03-16T20:46:40Z |
53,473 | Bug 53473 [EditorMgmt] Leak editor++ on open/close | Build I20040226 1. Create a simple project P; create a file file.txt. 2. Open file.txt; close file.txt Using a profiler, check if there are any instances hanging around. I discover a left-over editor. In addition, I leak many ActionHandler and HandlerSubmissions (equal number). (I appear to leak 1 additional editor and... | resolved fixed | e0ca3cd | ["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-03-16T21:30:05Z | 2004-03-02T04:00:00Z |
50,812 | Bug 50812 [ViewMgmt] Unable to open any views, once one of the views shows an error | i started with a fresh install of: eclipse-SDK-I20040127-win32 (latest one for that date). I also installed a coulple of plugins/features: one of them being the Platform Extensions plugin. When I opened one of the default views, it worked fine. Then , I tried to open a view from one of the installed plugins, and the ap... | closed fixed | e550be3 | ["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-03-16T19:19:51Z | 2004-01-29T01:33:20Z |
54,719 | Bug 54719 Examples wizard is always empty | I20040304 Win2k As I understand it, if a plugin contributes example wizards, the UI will display "Examples..." in the "File -> New >" menu (and the "new" toolbar icon). However, the wizard dialog is always empty, even if I have example wizards. You can use the Hyades or VE examples from the tools subprojects to see thi... | closed fixed | 9354054 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-16T17:53:24Z | 2004-03-12T22:20:00Z |
54,722 | Bug 54722 [Wizards] New wizard should not always show 'Show all' | The new wizard dialog should only use the 'show all' if here are both primary wizards and non-primary wizards. If all wizards are primary then the categorized tree should not be shown. If there are no primary wizards then the tree should be shown immediately. | closed fixed | 2b8dd26 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-16T17:16:16Z | 2004-03-12T22:20:00Z |
54,480 | Bug 54480 [Font/Colour] Import/Export Preferences does not use dialog font | Reached through Window/Preferences/Export... | closed fixed | 9ee83e3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportFileSelectionPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportSettingsSelectionPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-16T15:48:53Z | 2004-03-11T15:46:40Z |
54,930 | Bug 54930 [RCP] Fast view menu item should not be shown for fixed views | build I20040310 + latest from HEAD - run the browser example, with its perspective specifying fixed="true" - right click on the view tab - it has a Fast View item It should not be possible to toggle between docked and fast view for fixed (non- moveable) views. This menu item should be hidden (not just made invisible) f... | resolved fixed | 2f6c3f7 | ["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-03-16T02:38:06Z | 2004-03-16T01:20:00Z |
54,862 | Bug 54862 [Editor Mgmt] NPE in EditorWorkbook.updateControlBounds | The zoom suites have 8 test failures with the following trace java.lang.NullPointerException at org.eclipse.ui.internal.EditorWorkbook.updateControlBounds (EditorWorkbook.java:948) at org.eclipse.ui.internal.EditorWorkbook.setState (EditorWorkbook.java:926) at org.eclipse.ui.internal.EditorWorkbook.setContainer (Editor... | resolved fixed | 8cd167e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-15T21:04:19Z | 2004-03-15T19:46:40Z |
54,802 | Bug 54802 Delete IStatusLineWithProgressManager | M7 IStatusLineWithProgressManager is now obsolete and should be deleted by M8 | verified fixed | 2a05a3b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/IStatusLineWithProgressManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-15T20:12:46Z | 2004-03-15T14:13:20Z |
54,871 | Bug 54871 [Colors/Fonts] Colors and fonts should have an isEditable flag | The XML for describing colors and fonts should have an isEditable flag. Any contribution with this set to false will not be shown in the configuration UI. | closed fixed | 40cdc96 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorDefinition.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/FontDefinition.java", "... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-15T19:04:06Z | 2004-03-15T19:46:40Z |
54,838 | Bug 54838 widget is disposed error on shut down | loaded latest code March 15, 2004 AM. ran for a while creating fast views moved fast view bar, maxmimized editors then exited and got the following error. ======================================= !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2... | resolved fixed | f94895e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WidgetHider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-15T18:38:47Z | 2004-03-15T17:00:00Z |
54,172 | Bug 54172 [ViewMgmt] Undocked view is gone | I200403040800 I accidentially undocked a view from a maximized Eclipse on a single monitor laptop. I could undock the view by dragging it over the Windows taskbar. After releasing the mouse button the view was gone. I don't see it on the desktop. I can't restore it in the perspective because it is still open. | resolved fixed | e61bf8c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DetachedWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-13T07:06:15Z | 2004-03-09T19:20:00Z |
54,584 | Bug 54584 [Preferences] Appearance Pref Page inconsistend spacing; dialog font | see screenshot | closed fixed | 7bea34e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-12T14:43:42Z | 2004-03-12T08:26:40Z |
54,600 | Bug 54600 [Dialogs] New Wizard; first page problems | "Show All..." and the right text do not use the dialog font. Both the left tree and the right text do not have a label therefore they are unaccessible other than "tabbing". | closed fixed | 74904e3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-12T14:36:32Z | 2004-03-12T11:13:20Z |
54,436 | Bug 54436 [Contributions] Status line items collapse | I20040310 1. open a Java or Text editor 2. start incremental find (Ctrl+J) Observe: the status line items are still OK 3. start typing ==> items get collapsed This worked in all previous releases (including I20040309). | verified fixed | 7bccfaa | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-12T04:55:13Z | 2004-03-11T10:13:20Z |
54,277 | Bug 54277 Need to handle multiple activites in a prompt | Our prompting about adding activities should handle both the single activity and multiple activity cases. If the user says do not show me again we should not prompt for those activities any more. | closed fixed | 677c208 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/EnablementDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/WorkbenchActivityHelper.java", "bundles/org.ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-10T14:41:38Z | 2004-03-10T12:00:00Z |
52,301 | Bug 52301 [Font/Colour] Add color to "new look" | As part of the "new look" rework, I suggest removing the preference to "Show color icons in the toolbars" and making this the default behavior. I don't think anyone prefers black and white to color. | closed fixed | cc29a21 | ["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-03-10T13:25:19Z | 2004-02-17T20:33:20Z |
50,987 | Bug 50987 API to know when a perspective reset finishes | The IPerspectiveListener API currently fires a "reset" event when a perspective is about to be reset. However, there is not event to inform listeners when the reset is complete. We would like a "resetComplete" notification because we have a part listener that we'd like to deregister during a reset. With the reset event... | resolved fixed | fbe9c41 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.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-03-09T21:38:50Z | 2004-01-30T19:13:20Z |
54,086 | Bug 54086 Need to investigate using the platform progress icon | We should see what the platform progress icon looks like | closed fixed | 3402929 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressAnimationProcessor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.ja... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-09T20:25:54Z | 2004-03-08T21:06:40Z |
53,881 | Bug 53881 [Colors] Color/Gradient registry should return default values. | There should be default values for when a user does .get() on a bad key. | closed fixed | 61d04dd | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/GradientRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-09T19:07:13Z | 2004-03-05T15:20:00Z |
54,056 | Bug 54056 [Font/Colour] Setting fonts to defaults in brand new workspace | I20040304 New workspace Window>Preferences>Workbench>Colors and Fonts>Uncategorized Select Text Font (note it is claiming a custom value?) Hit Restore Defaults The Text font changes from Courier New-regular-10 to Tahoma-regular-8 | closed fixed | 3f0a7ec | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ThemeElementHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-09T16:14:00Z | 2004-03-08T18:20:00Z |
54,092 | Bug 54092 [Wizards] New wizard does not honor double click to expand | When I do "File > New > Other...", I get a new wizard. Double-click on any tree node, and nothing happens. Instead, I have to explicitly expand the tree nodes to see the children. Default behavior is to expand/collapse at double click. | closed fixed | 3363720 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-09T15:51:13Z | 2004-03-08T21:06:40Z |
54,149 | Bug 54149 [Activities] SHOULD_ALLOW_SHOW_ALL preference has no effect | null | closed fixed | 93d7b1e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/WorkbenchActivityHelper.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-03-09T15:40:53Z | 2004-03-09T16:33:20Z |
32,147 | Bug 32147 using -data is not intuitive enough | we have this question asked on the newsgroup every week and i see it asked on other forums too: 'how to updgrade from eclipse build X to build Y?' seems like using -data is just something nobody ever comes up with we should provide some help for people here vame had something, other ides have something too: you can poi... | resolved fixed | 1e99fb2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.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-03-09T03:14:23Z | 2003-02-18T17:40:00Z |
52,213 | Bug 52213 [RCP] definition of IProduct and IBundleGroup properties needed | This is a reminder/placeholder for work that has been ongoing/pending but I can't find a matching report. Runtime has added IProduct to model the default primary feature and IBundleGroup to model features. The UI gets various bits of information from the original entities and needs to adapt to the new structures. After... | resolved fixed | 4ce4ab0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IBundleGroupConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/branding/IProductConstants.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-08T21:54:34Z | 2004-02-17T06:40:00Z |
53,810 | Bug 53810 [Workbench] Use of hard coded font spews warnings on some platforms | In the ViewPane, a font has been hard coded. This font does not exist on GTK and is resulting in a whole bunch of warnings spewed to the console: org.eclipse.ui.internal.ViewPane.createTitleBar(ViewPane.java:449): status.setFont(new Font(status.getDisplay(), "Arial", 9, SWT.NORMAL)); //$NON- NLS-1$ | verified fixed | 857349a | ["bundles/org.eclipse.ui.workbench/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 | 2004-03-05T19:39:05Z | 2004-03-04T22:40:00Z |
53,743 | Bug 53743 Error on shutdown from ProgressManager | I20040303 I am getting exceptions from jobs on shutdown. A job is being canceled, which reports cancelation to the job's progress monitor (IProgressMonitor.setCanceled()). In UI land, the progress monitor is trying to access the workbench, but the workbench has been shutdown at this point. Looks like it needs another o... | closed fixed | dbe2756 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchMonitorProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-05T15:04:05Z | 2004-03-04T14:20:00Z |
53,654 | Bug 53654 Infinite loop in animation of making a fastview | build I20040303 - create a detached view - popup a menu on the tab of the detached view and choose Fast View, - infinite loop of errors occurs in Animating Rectangle job (is this a job?) | resolved fixed | ae8f061 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/RectangleAnimation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-04T22:47:34Z | 2004-03-03T18:53:20Z |
53,751 | Bug 53751 [Progress] Leak in ProgressViewer | I2003-02-03 1) Use new search to performa a couple of java searches 2) remove all search results 3) make sure no jobs are running in the progress view 4) With a memory analyser, you find that there are references to the search jobs left. +---org.eclipse.swt.widgets.Display (#61089) [Java Frame] | +---controlTable org.e... | verified fixed | 86ecdca | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressViewerContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-04T21:47:34Z | 2004-03-04T14:20:00Z |
53,582 | Bug 53582 Rebuild Project are not run in the background? | The "Build All" and "Rebuild All" actions are run in the background, but the "Build Project" and "Rebuild Project" actions aren't. This is not consistent and I was surprised to get a modal dialog when performing a "Rebuild Project". | verified fixed | 557c989 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/BuildAction.java", "bundles/org.eclipse.ui.ide/extensions/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 | 2004-03-04T18:02:13Z | 2004-03-03T10:33:20Z |
53,752 | Bug 53752 [Themes] Font preference not used across sessions | build i0303, winxp, j9sc20031212 I changed my default text font: Window -> Preferences -> Workbench -> Colors and Fonts -> Uncategorized -> Text Font to be the system default but wheneven I start Eclipse it is reverted back to the default default. (10pt Courier new I think) | closed fixed | ab8cc95 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentation/PresentationRegistryPopulator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-04T16:49:14Z | 2004-03-04T14:20:00Z |
53,639 | Bug 53639 [KeyBindings] WorkbenchKeyboard.logException should check exception message for null value | I20040302 WorbenchKeyboard::logException creates a new Status object using the message of the (nested) exception being logged: IStatus status = new Status(IStatus.ERROR, WorkbenchPlugin.PI_WORKBENCH, 0, exception.getMessage(), exception); exception.getMessage may be null, but Status does not allow non-null messages. Th... | verified fixed | 2b2e18a | ["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-03-04T14:52:35Z | 2004-03-03T16:06:40Z |
52,405 | Bug 52405 NullPointerException in findAlphabeticalOrder | Looks similar to the problem reported in 49788. I will attach a patch. The problem is that some items in this method may have null ids. We need to check for this case. java.lang.NullPointerException at org.eclipse.ui.internal.ActionSetActionBars.findAlphabeticalOrder (ActionSetActionBars.java:136) at org.eclipse.ui.int... | resolved fixed | de80663 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionSetActionBars.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-04T02:22:08Z | 2004-02-18T18:46:40Z |
53,442 | Bug 53442 [Progress] New JFace API methods missing @since | I20040226 ProgressMonitorDialog has several new API methods that have been added since the 2.1 release, but are missing @since tags. The following API methods were added since 2.1: aboutToRun cancelPressed clearCursors decrementNestingDepth finishedRun getNestingDepth getOpenOnRun incrementNestingDepth open (overrides ... | closed fixed | e27f21a | ["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-03-03T21:53:02Z | 2004-03-01T22:26:40Z |
53,614 | Bug 53614 [Progress] Need a way to prioritize job display | Currently we only prioritize jobs to be displayed by whether they are system or not. The sorter should 1) Put build jobs first 2) Then sort by priority. Any other suggestions? | verified fixed | e3572c8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/RestartableJob.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobInfo.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressRegion.java", "bundles/org.eclipse.ui.work... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-03T21:04:13Z | 2004-03-03T16:06:40Z |
53,613 | Bug 53613 [Progress] Should make floating window larger | As the floating window now only comes up on hover we should make it larger so that we can get more of the text. | verified fixed | 5c5d78f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressFloatingWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressRegion.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressViewer.java", "b... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-03T20:16:02Z | 2004-03-03T16:06:40Z |
53,604 | Bug 53604 progress status text color change | I find it strange to see the INFO color (i.e. yellow) in the progress status area always. This makes me think i need to read it. I would prefer for it to be a bland (normal background) color when inactive and then turn yellow when something is happening. This will also help draw attention to it. | verified fixed | baa6c87 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressRegion.java", "bundles/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-03T19:22:01Z | 2004-03-03T13:20:00Z |
53,393 | Bug 53393 [Fonts] Fonts now support values. The pref page does not. | You can now specify font values in the extension XML. The preference page does not reflect this change of logic. The pages font code needs to look like the color code. | closed fixed | 114554a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentation/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-03T16:34:35Z | 2004-03-01T14:06:40Z |
53,386 | Bug 53386 [ActivityMgmt] Remove show All from everywhere except new wizards | null | closed fixed | 67b2b1a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceContentProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "b... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-03T15:40:23Z | 2004-03-01T14:06:40Z |
53,385 | Bug 53385 [Wizards] New project wizard needs a 'special' attribute | null | closed fixed | cdc5900 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizard.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardCollectionSorter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java", "bund... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-03T15:10:48Z | 2004-03-01T14:06:40Z |
49,033 | Bug 49033 Select-All / Copy in Problems View => Spinning Pizza (seems to be infinite) | Eclipse 3.0M5 (eclipse-SDK-3-1.0M5-macosx-carbon.tar) java -version java version "1.4.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-99) Java HotSpot(TM) Client VM (build 1.4.1_01-27, mixed mode) do this: 1) create a project with lots of error messages (for instance, remove JDK from the build pa... | resolved fixed | a581e98 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionCopyMarker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-03T04:05:46Z | 2003-12-17T16:53:20Z |
53,497 | Bug 53497 doDelete() does not consume event on StyledText | If the delete key is pressed in a StyledText widget, some work will be done to delete the current selection. However, the event is not marked as doit=false. This means that listeners further down the chain aren't readily notified that some work has already been done. The workaround for this problem is to attach a modif... | resolved wontfix | 50f485e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/CancelOnModifyListener.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/OutOfOrderVerifyListener.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-02T16:26:38Z | 2004-03-02T15:06:40Z |
52,559 | Bug 52559 [EditorMgmt] Dragging editor between windows does not work | I20040219 With two windows open, drag an editor from one window to the other. Only the editor tab is dropped. The contents of the editor remain in the initial location. | resolved fixed | 55a1a50 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/TabbedEditorWorkbook.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-02T05:18:55Z | 2004-02-19T22:33:20Z |
52,585 | Bug 52585 [About] "more info" on plugin in about box puts up error dialog | Select Help | About | Plug-In Details. In the dialog select the Plug-In Core Boot. Click "More Info" Get an error dialog with title "bundleentry://16/about.html" and text "Windows cannot access the specified device path or file. You may not have the appropriate permissions to access the item." | resolved fixed | d7418e6 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/AboutPluginsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-01T23:33:18Z | 2004-02-20T04:06:40Z |
53,327 | Bug 53327 [Progress] Second manual build should optionally cancel the first | M7 If you select a Rebuild All from the workbench this is now run in the background. If it is run again then the user should be prompted to cancel either the new one or the one running. We should also have a "don't ask me again" option. | verified fixed | 848a28e | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/GlobalBuildAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-01T20:37:50Z | 2004-02-27T22:13:20Z |
53,424 | Bug 53424 [RCP] Workbench should not dispose the display | build I20040225 Currently the Workbench disposes the display passed in to PlatformUI.createAndRunWorkbench when the Workbench is closed. This should be left up to the caller, since it created the display. | resolved fixed | 8994831 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/JFaceColors.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/PlatformUI.java", ... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-01T20:05:57Z | 2004-03-01T19:40:00Z |
51,417 | Bug 51417 [ActivityMgmt] Filtering a category causes enabled children to be hidden | I20040205 Use the activites plugin from the website but add the following: <activity name="Java Project Development" description="" id="org.eclipse.javaProjectDevelopment"> </activity> <activityPatternBinding activityId="org.eclipse.javaProjectDevelopment" pattern="org.eclipse.jdt.ui/.*JavaProjectWizard"> </activityPat... | closed fixed | 4cb9930 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WizardContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-01T16:12:35Z | 2004-02-09T23:40:00Z |
52,162 | Bug 52162 [ActivityMgmt] Selecting an option from filtered contributions should optionally enable activities | When you select an entry that is not in the filtered list in any of our dialogs we should prompt to see if the user wants to wake up the activity. They also need a "do not ask again" option. | closed fixed | d851e49 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/EnablementDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/WorkbenchActivityHelper.java", "bundles/org.ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-03-01T14:26:37Z | 2004-02-16T16:46:40Z |
50,493 | Bug 50493 [Commands] NPE double-clicking on a source folder | Using 0121, I got this exception double-clicking on a source folder. java.lang.NullPointerException at org.eclipse.ui.actions.CopyResourceAction.updateSelection(CopyResourceAction.java:223) at org.eclipse.ui.actions.BaseSelectionListenerAction.selectionChanged(BaseSelectionListenerAction.java:102) at org.eclipse.ui.act... | verified fixed | 9fe0cc7 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyResourceAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-27T21:40:33Z | 2004-01-23T20:33:20Z |
53,214 | Bug 53214 [nl] Out of Memory error dialog incorrectly NLS'd | See the attached picture | verified fixed | bb06070 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEExceptionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-27T14:03:52Z | 2004-02-26T18:26:40Z |
52,007 | Bug 52007 [About] feature icons have been removed from "eclipse about" box | Perhaps this is intentional, but I noticed that the feature icons are not visible in the 3.0 about box. | resolved fixed | 1b2f9de | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/AboutDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-27T04:11:17Z | 2004-02-13T22:06:40Z |
52,436 | Bug 52436 [Problems View] Problems view opens up in Compare view | Sorry about "no steps". I have a bunch of problems in a project that I don't care about. I have the filter set to problems only on the selected item. When I am browsing incoming changes, the Problems view keeps opening and making my compare view small. I keep closing it and it keeps opening. The thing I do that is diff... | resolved fixed | 18477db | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-26T16:45:06Z | 2004-02-18T21:33:20Z |
45,099 | Bug 45099 [Jobs] Progress view enhancements | I like the idea of progress view. It allows developer to see what is happening in the backgroud. To make that view more convenient I have the following suggestions. -- Add "Clear All errors" button to the view header. -- Improve error dialog. You always have to click "details >>" button to see the actual error -- Move ... | verified fixed | 6cd1874 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/TaskInfo.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-26T15:49:30Z | 2003-10-17T14:13:20Z |
53,120 | Bug 53120 [Progress] Should stop creation of Regions during a paint | null | verified fixed | 4634ffb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AssociatedWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-26T14:23:20Z | 2004-02-25T20:13:20Z |
53,150 | Bug 53150 Resizing the tree pane in Preferences Dialog is bizzarre | Build: I-20040225 Open the preferences dialog. Try to expand the tree pane horizontally. The cursor will have you believe that it is being resized, but nothing really happens. Close the dialog and reopen it. You will now see that the tree pane did get wider. So the width change does not take effect until you close and ... | closed fixed | 044e5c6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-26T13:18:29Z | 2004-02-26T07:20:00Z |
40,559 | Bug 40559 [Preferences] Need to make the PreferencesPage accessible | We are currently using a CLabel for the preferences page to show the title or errors. This cannot be navigated to currently and needs to be replaced by something that can take focus. | verified fixed | 2593c89 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogMessageArea.java", "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-02-25T21:01:12Z | 2003-07-21T15:06:40Z |
53,098 | Bug 53098 [KeyBindings] KeyBinding service must bind (DEL) key to ActionFactory.DELETE | null | verified fixed | a194cbd | ["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-02-25T20:10:41Z | 2004-02-25T20:13:20Z |
46,914 | Bug 46914 [MenuMgmt] Eclipse hangs on description of menubar details | To reproduce: Window - Customize Perspective... Select 'Commands'-Tab Select 'Help' in the left list and then 'Search >' in the middle list (or anything else, doesn't matter). Press F2 ("show description") -> A tooltip-like widget appears "No description available" and Eclipse does not react any more Eclipse is - eclip... | verified fixed | dfb89fd | ["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-02-25T19:23:26Z | 2003-11-19T05:33:20Z |
41,743 | Bug 41743 [MenuMgmt] IContributionManager.remove has undocumented behavior | build 20030820 The doc for IContributionManager.remove says that null will be returned if "this manager has no contribution items with the given id". When I call remove on a menu with an invalid ID I get an IllegalArgumentException instead of a null return value. | verified fixed | bfe1416 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-25T16:40:50Z | 2003-08-20T17:20:00Z |
50,652 | Bug 50652 [Tasks] JavaDoc typo in IPageLayout | IPageLayout's JavaDoc on the Problem View ID is copied from the Task List view. It should say "The view id for the workbench's Problem View standard component." It currently reads: /** * The view id for the workbench's Task List standard component. */ public static String ID_PROBLEM_VIEW = "org.eclipse.ui.views.Problem... | resolved fixed | 057c735 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPageLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-24T22:56:59Z | 2004-01-26T23:33:20Z |
52,830 | Bug 52830 [KeyBindings] pasted text goes in the wrong editor | build N0222 With several (3) java editors open I: - selected some text and use the menu Copy command (because ctrl-c does not seem to work) - then reposition my cursor in the SAME editor and hit ctrl-v - the paste does not appear to work however, on closer inspection of ANOTHER editor, I find my text inserted there! ma... | resolved fixed | cfbc2a2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/HandlerSubmission.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/contexts/EnabledSubmission.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/KeyBindingService.java", "bundles/org.eclipse.ui.work... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2004-02-24T21:17:04Z | 2004-02-23T15:26:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.