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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
94,852 | Bug 94852 [ViewMgmt] (regression) Typing space should activate view menu button | Build id: I20050510-0010 Give focus to a view menu button. For example, in the Package Explorer view, give focus to the tree, and type shift+tab, shift+tab. The view menu (little down-pointing triangle) button should have focus (it looks a bit raised). When this button (or any button) has focus, screen readers will give a hint to their users that they can activate this button by pressing space. Space does nothing when pressed in this button. It should drop down the view menu. I realize that pressing Ctrl+F10 does drop down the menu, therefore typing space is not technically needed for accessibility, however it is really strange that here is a button (in a toolbar) that does nothing when "pressed" using the keyboard space key. For consistency, and to do the expected thing when used with a screen reader, we should allow space key to work here. (Note that all of our other toolbar buttons do activate when they have focus and space is pressed - including the very similar "Open Perspective" menu toolbar button). | verified fixed | 2726167 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabFolder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-08T06:45:11Z | 2005-05-11T22:20:00Z |
60,912 | Bug 60912 [Preferences] Success message appears when importing a dummy "epf" file | I created a dummy "epf" file containing random characters and another empty "epf" file. I imported both of them on M7, M8 and Build id: 200405040800. I only received an error message on M7. For the subsequent builds, the standard successful import message appeared. Error message in M7: "Unable to import preferences from file "C:\temp\MyEclipseSettings.epf" Reason: Error while importPreferences." Success message in M8 and Build id: 200405040800: "Preferences imported from file "C:\temp\MyEclipseSettings.epf"". | verified fixed | 74653ed | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesImportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-08T03:30:23Z | 2004-05-04T17:00:00Z |
98,522 | Bug 98522 [Undo] - API evolution: LinearUndoViolationUserApprover should work on views and editors | The current API for LinearUndoViolationUserApprover assumes that this approver is installed on an editor. (IEditorPart). Internally, this type is used mainly as an IWorkbenchPart, with the only editor-specific usage being to use the editor input name for the message dialog name. It is conceivable that clients would want to provide instead an IWorkbenchPart, since this could apply to views. The part title could be used instead. | verified fixed | 7d83c43 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/LinearUndoViolationUserApprover.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-07T21:00:54Z | 2005-06-06T15:00:00Z |
98,118 | Bug 98118 [Perspectives] [Doc] Mention of "switch perspective" | 3.1 RC1, Motif, KDE 3.3.2, X.org 6.8.blah blah blah IPerspectiveDescriptor, class comment IDEInternalPreferences could rename the variable (?) UIStats could rename the variable (?) | verified fixed | 38d1ef8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPerspectiveDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-07T19:48:03Z | 2005-06-02T13:46:40Z |
96,722 | Bug 96722 [GlobalActions] Leak: 2 Retarget actions leaked for each Java Editor open/close | N20050525 Open a JavaEditor Close a JavaEditor Repeat For each open / close two org.eclipse.ui.actions.RetargetAction are leaked. The instances remain as they are registered as property change listeners of the action bars | verified fixed | 8fa2f76 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/RetargetAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-07T18:24:44Z | 2005-05-25T22:26:40Z |
96,229 | Bug 96229 [api] missing specs in ShowViewHandler | 3.1 HEAD New constructors were recently added to the API ShowViewHandler class without proper Javadoc: public ShowViewHandler() public ShowViewHandler(boolean makeFast) The release comment for the change does not point to a bug report that describes the change. This makes it very hard to track down the approvals for this API change. | verified fixed | 1e01e24 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/ShowViewHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-07T17:53:29Z | 2005-05-21T15:40:00Z |
94,457 | Bug 94457 [WorkbenchParts] (regression) toggles in debug views do not restore state properly | null | verified fixed | 46f8b34 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IViewPartTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockViewPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-07T17:41:53Z | 2005-05-10T18:33:20Z |
98,325 | Bug 98325 [Tests] [JFace] Need test for DialogSettings | null | verified fixed | 5ec74dc | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/dialogs/DialogSettingsTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-07T17:40:00Z | 2005-06-03T17:33:20Z |
98,332 | Bug 98332 [JFace] DialogSettings does not handle null cases, replaces tabs with spaces | null | verified fixed | 70cef8e | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-07T17:39:17Z | 2005-06-03T17:33:20Z |
93,371 | Bug 93371 [Preferences] "Colors and Fonts" and "Keys" preference pages do not hook help contexts | Try F1 on "Progress View" or "Colors and Fonts" preference page. | verified fixed | ae37223 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-07T15:40:08Z | 2005-05-01T17:53:20Z |
95,665 | Bug 95665 [Preferences] Dialog font use: Editors preference page "link" text | N20050517-0010 Window>Preferences>General>Editors The 3 "linked" text messages at the top of the page are not setting the dialog font Same for the File Associations and Content Types pages | verified fixed | c628ab2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-06T19:56:57Z | 2005-05-17T22:46:40Z |
97,691 | Bug 97691 [Perspectives] Customize Perspective Dialog has no mnemonics | RC1 The Customize Perspective Dialog has no mnemonics. Cycle around with the tab key and you will see that nothing is there. | verified fixed | 39d8acd | ["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 | 2005-06-06T19:31:39Z | 2005-05-31T20:06:40Z |
96,784 | Bug 96784 [Preferences] Capabilities page needs help | The capabilities page doesn't have any context help. | verified fixed | b903f1c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-06T14:09:11Z | 2005-05-26T15:06:40Z |
97,325 | Bug 97325 [KeyBindings] [RCP] Key bindings for outline and properties views refer to IDE command | 3.1 RC1 If the org.eclipse.ui.views plug-in is included in an RCP app, it generates the following log entries: !ENTRY org.eclipse.ui 2 0 2005-05-30 13:32:14.840 !MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point !SUBENTRY 1 org.eclipse.ui 2 0 2005-05-30 13:32:14.850 !MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.views', commandId='org.eclipse.ui.views.showView'. !SUBENTRY 1 org.eclipse.ui 2 0 2005-05-30 13:32:14.860 !MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.ui.views', commandId='org.eclipse.ui.views.showView'. The views plug-in provides the Outline and Properties views, and is intended to be "RCP-ready". Since org.eclipse.ui.ide already has a dependency on the views plug-in, I suggest simply moving the keybindings to the ide plug-in. | verified fixed | 5910262 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/ViewParameterValues.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewParameterValues.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-03T20:22:48Z | 2005-05-30T16:20:00Z |
87,222 | Bug 87222 [KeyBindings] preference page: Duplicate bindings masked by the preference page | Version: 3.1.0 Build id: I20050301-1230 After installing Web Tools I noticed that a few of the java editing keybindings disappeared: - Select Enclosing Element - Restore Selection - Select Next element - Select Previous element - probably some others WTP defines its own versions of these commands (same name, different ID) but assigns the key bindings to a "structued text editor scope". The Java key bindings are in a "Java editing scope". WTP should probably use the existing commands (they would have to be pushed down first), but I don't think it was right for the Java key bindings to be removed/hidden. | verified fixed | df4a08f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-03T20:20:30Z | 2005-03-06T00:46:40Z |
95,931 | Bug 95931 [WorkingSets] Workingset updater loads classes on shutdown | N20050519-0010 I was testing fast exit/restart of my workspace. I was starting it, and as soon as it came up I was exiting it. After several iterations, the following was written to the .log: !ENTRY org.eclipse.ui 4 4 2005-05-19 14:52:51.554 !MESSAGE Unable to create element factory. !ENTRY org.eclipse.core.runtime 4 1 2005-05-19 14:52:51.554 !MESSAGE Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.PersistableJavaElementFactory. !STACK 0 java.lang.ClassNotFoundException: org.eclipse.jdt.internal.ui.PersistableJavaElementFactory at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:403) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:74) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275) at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227) at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48) at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:240) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:51) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:236) at org.eclipse.ui.internal.WorkbenchPlugin.getElementFactory(WorkbenchPlugin.java:347) at org.eclipse.ui.internal.Workbench.getElementFactory(Workbench.java:2151) at org.eclipse.ui.internal.WorkingSet.restoreWorkingSet(WorkingSet.java:228) at org.eclipse.ui.internal.WorkingSet.getElementsArray(WorkingSet.java:142) at org.eclipse.ui.internal.WorkingSet.getElements(WorkingSet.java:130) at org.eclipse.jdt.internal.ui.workingsets.JavaWorkingSetUpdater.checkElementExistence(JavaWorkingSetUpdater.java:197) at org.eclipse.jdt.internal.ui.workingsets.JavaWorkingSetUpdater.add(JavaWorkingSetUpdater.java:78) at org.eclipse.ui.internal.AbstractWorkingSetManager.bundleChanged(AbstractWorkingSetManager.java:491) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1205) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:188) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:290) !ENTRY org.eclipse.ui 4 4 2005-05-19 14:52:51.564 !MESSAGE Unable to restore working set item - cannot instantiate factory: org.eclipse.jdt.ui.PersistableJavaElementFactory !SESSION 2005-05-19 14:53:00.247 ----------------------------------------------- eclipse.buildId=N20050519-0010 java.version=1.4.2_04 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -showlocation -keyring d:\eclipse\.keyring Command-line arguments: -os win32 -ws win32 -arch x86 -showlocation -data d:\eclipse\workspace\plugins -debug d:\eclipse\.options -keyring d:\eclipse\.keyring -consoleLog -console !ENTRY org.eclipse.core.resources 2 10035 2005-05-19 14:53:03.31 !MESSAGE A workspace crash was detected. The previous session did not exit normally. | verified fixed | cbefbaf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-03T19:03:03Z | 2005-05-19T13:40:00Z |
97,451 | Bug 97451 [IDE] [WorkingSets]'Build Working Set' menu item not working | I'm developing an eclipse-based editor, which is composed of 4 plugins. I created a working set made up to these 4 plugins inorder to be able to build and run these plugins in one shot. BUT, the 'Build Working Set' compile option does nothing when i select it. My working set does appear in the list, but when i select it, the build process does not start at all. I recently migrated to 3.1M7. All was fine in 3.0.1. I just imported all the 4 old plugin projects into 3.1M7 and created a new working set definition in 3.1M7. | verified fixed | 807b15d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "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 | 2005-06-03T16:58:55Z | 2005-05-31T11:46:40Z |
98,012 | Bug 98012 Test suites crash on OS X | null | closed fixed | ca1e5c9 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ApiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/Bug95357Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/Bug95357Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/session/SessionTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-03T13:22:14Z | 2005-06-01T21:06:40Z |
89,718 | Bug 89718 [Preferences] Preference export wizard doesn't check for file existence | Build: I20050330-0500 1) Open the Preference import wizard 2) Type in a non-existent file name 3) Click finish -> nothing happens. No error dialog, wizard doesn't close. It shouldn't let me click finish unless the file exists. I find the following in my log file: !ENTRY org.eclipse.ui 4 4 2005-03-30 17:09:31.710 !MESSAGE c:\temp\eclipse.e (The handle is invalid. ) !STACK 0 java.io.FileNotFoundException: c:\temp\eclipse.e (The handle is invalid. ) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:129) at org.eclipse.ui.internal.wizards.preferences.WizardPreferencesImportPage1.transfer(WizardPreferencesImportPage1.java:147) at org.eclipse.ui.internal.wizards.preferences.WizardPreferencesPage.finish(WizardPreferencesPage.java:525) at org.eclipse.ui.internal.wizards.preferences.PreferencesImportWizard.performFinish(PreferencesImportWizard.java:90) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2894) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2527) at org.eclipse.jface.window.Window.runEventLoop(Window.java:803) at org.eclipse.jface.window.Window.open(Window.java:781) at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:151) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2894) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2527) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1570) | verified fixed | 250c51b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-02T21:34:02Z | 2005-03-30T22:00:00Z |
97,337 | Bug 97337 [Contributions] javadoc for IMenuManager removeAll get/set incorrect | The interface IMenuManager describes the method setRemoveAllWhenShown(boolean) as following: Returns whether all items should be removed when the menu is >first< shown, but before notifying menu listeners. Looking at its implementation in MenuManager (which seems to be the only class implementing this method, NullMenuManager put aside), there is no indication that the removeAll property applies only to the first time the menu is shown. In fact, fireAboutToShow(IMenuManager manager) is only called by handleAboutToShow(), which always checks the removeAll property. Just as the setter's documentation, the getter's states: Returns whether all items should be removed when the menu is >first< shown, but before notifying menu listeners. Strangely, the @param and @return tags in the documentation are not affected. I believe that the documentation of IMenuManager should be updated to reflect the actual behaviour of MenuManager objects as following: /** * Sets whether all items should be removed when the menu is about to show, * but before notifying menu listeners. * * @param removeAll <code>true</code> if all items should be removed when shown, <code>false</code> if not */ public void setRemoveAllWhenShown(boolean removeAll); /** * Returns whether all items should be removed when the menu is about to show, * but before notifying menu listeners. The default is <code>false</code>. * * @return <code>true</code> if all items should be removed when shown, <code>false</code> if not */ public boolean getRemoveAllWhenShown(); | verified fixed | b6d558b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/IMenuManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-02T19:56:11Z | 2005-05-30T19:06:40Z |
97,946 | Bug 97946 [EditorMgmt] old getDefaultEditor API is not backwards compatible (in spirit) | 3.1RC1, Linux-GTK Whenever I use "Team > Show Annotation", the editor it opens has no syntax colouring for my Java code. I always thought this was just "the way it is", but I recently discovered that on Windows XP, I get the syntax colouring. What is going on? | verified fixed | 9446aec | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-02T19:45:24Z | 2005-06-01T18:20:00Z |
98,107 | Bug 98107 [Viewers] Change visibility of AbstractTreeViewer#internalRemove from private to protected | null | resolved fixed | 5981532 | ["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 | 2005-06-02T16:01:26Z | 2005-06-02T13:46:40Z |
97,456 | Bug 97456 [Preferences] Editors Preference Page cut off in High Contrast | RC1 The Editors preference page is too long to show the line delimiter entry field in Windows XP High Contrast mode We should move it beside the text file encoding entry field and push them all up a but (text file encoding is cut off a bit too). To set up High Contrast select the High Contrast settings in Control Panel -> Accessibility Options -> Display | verified fixed | 288f0de | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-02T15:52:43Z | 2005-05-31T14:33:20Z |
96,821 | Bug 96821 [Dialogs] TypeFilteringDialog not aware of content types | null | verified fixed | 7c31cc8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-01T18:40:08Z | 2005-05-26T15:06:40Z |
96,767 | Bug 96767 [Preferences] Content-Type page needs help | null | verified fixed | 75365d5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-06-01T18:24:13Z | 2005-05-26T12:20:00Z |
96,872 | Bug 96872 [Dialogs] NPE cancelling an import existing project | 20050526 If you select a directory to import a project from, click back forth between archive and file a couple of times and cancel you get the following exception: java.lang.NullPointerException at org.eclipse.jface.wizard.WizardDialog.stopped(WizardDialog.java:1081) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:837) at org.eclipse.ui.internal.wizards.datatransfer.WizardProjectsImportPage.updateProjectsList(WizardProjectsImportPage.java:592) at org.eclipse.ui.internal.wizards.datatransfer.WizardProjectsImportPage$12.widgetSelected(WizardProjectsImportPage.java:550) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:844) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2929) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2562) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:159) at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:167) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:844) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2929) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2562) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1694) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1658) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:366) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:375) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:162) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334) at org.eclipse.core.launcher.Main.basicRun(Main.java:278) at org.eclipse.core.launcher.Main.run(Main.java:973) at org.eclipse.core.launcher.Main.main(Main.java:948) | verified fixed | 2f1116d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-30T20:34:36Z | 2005-05-26T20:40:00Z |
92,963 | Bug 92963 [RCP][WorkbenchAdvisor] Allow workbench advisors to continue to run after the last window has closed. | Our RCP application needs to continue to run after the last workbench window has closed. Currently the workbench is hard coded to shutdown when the last workbench window is closed. We would like to propose new API in the workbench advisor framework to override this behavior. | verified fixed | caced2c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/IWorkbenchConfigurer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchConfigurer.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 | 2005-05-26T15:32:00Z | 2005-04-27T19:26:40Z |
94,381 | Bug 94381 [Undo] gets into eternal loop after undoing many changes. | null | verified fixed | 98094e1 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/LinearUndoViolationUserApprover.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-26T14:27:13Z | 2005-05-10T15:46:40Z |
96,730 | Bug 96730 [Undo] - action not properly updated on failed operation with multiple contexts | Found this hole while doing Manual Undo/Redo Test Scenarios: scenario 7 - <correct handling of operation failure inside LinearUndoViolationUserApprover> If an operation fails during a linear undo violation, it's possible that the triggering undo context gets flushed from the failing operation. If there are other operations of that context in the history, the action handlers will properly update as these operations get removed. However, if the only operations that have the undo context also have other contexts, there is nothing actually removed from the history, and the action handler won't get further notifications. This means that when the action handler gets the original notification of the failure, it needs to always update the action after the flush, rather than relying on subsequent notifications. | verified fixed | 0a54ed4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-26T14:18:28Z | 2005-05-26T01:13:20Z |
95,357 | Bug 95357 Need a test to ensure editor activation is not broken on startup | null | closed fixed | 481a8fc | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ApiTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/Bug95357Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/SessionEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-26T14:02:32Z | 2005-05-16T13:26:40Z |
94,489 | Bug 94489 [About] Configuration Details is slow and creates a lot of garbage | build I20050509 The heap status indicator shows the, in my development workbench, Help > About > Configuration Details generates 40M of garbage the first time it's used, 33M each time after that. | resolved fixed | 52efbf7 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ConfigurationLogUpdateSection.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-26T03:36:06Z | 2005-05-10T18:33:20Z |
85,948 | Bug 85948 [Perspectives] Adding register & expressions view by default to debug perspective fails | Using Eclipse 3.0.1, you cannot configure the debug perspective to have the Registers and Expressions view open by default (for use with CDT). This was tried using the perspective extension point, see below: <extension point="org.eclipse.ui.perspectiveExtensions"> <perspectiveExtension targetID="org.eclipse.debug.ui.DebugPerspective"> <view relative="org.eclipse.debug.ui.VariableView" visible="true" relationship="stack" id="org.eclipse.debug.ui.RegisterView"> </view> </perspectiveExtension> This works for other views like Memory view. Looking around in the code for the debug perspective, these two views seem to get special treatment, with the following code (from DebugPerspectiveFactory): toolsFolder.addPlaceholder(IDebugUIConstants.ID_EXPRESSION_VIEW); toolsFolder.addPlaceholder(IDebugUIConstants.ID_REGISTER_VIEW); This seems to prevent user from configuring these views as default | verified fixed | caaf431 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PageLayout.java", "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 | 2005-05-26T02:47:33Z | 2005-02-21T10:00:00Z |
96,672 | Bug 96672 Startup complete reported twice | Build: N20050524-0010 When -debug is enabled in this build, I see the "Startup complete" message appearing twice: Time to load bundles: 15 Reading registry cache: 16 Starting application: 1221 Startup complete: 6292ms Startup complete: 12646ms This is caused by Workbench.runStartupWithProgress, which calls endSplash() an extra time. This is the cue we use for the "startup complete" debug statement. Either the extra call to endSplash() should be removed or we should find some other way to determine when startup is complete. Boris: is this new code in workbench likely to be staying in 3.1? | resolved fixed | 444a7d5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/UIStats.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-25T21:08:32Z | 2005-05-25T19:40:00Z |
95,217 | Bug 95217 [Commands] Remove experimental handlerSubmission element from the "org.eclipse.ui.commands" extension point | null | verified fixed | 3dbf866 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/AbstractHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/AbstractHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-25T20:24:15Z | 2005-05-13T18:46:40Z |
96,318 | Bug 96318 [Progress] Accessibility problem with Jobs error dialog: can't hide without mouse | null | verified fixed | 53d18bd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-25T18:23:24Z | 2005-05-23T14:53:20Z |
90,935 | Bug 90935 Feature details dialog resize is strange | in M6 open the feature details dialog and notice there is a large area of grey at towards the bottom. Resize vertically and notice that the feature list gets smaller but the large grey area remains the same. Suggest that the grey area be eliminated completely. Failing that, on resize it should be the first to go. | verified fixed | ad29b72 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-25T18:19:22Z | 2005-04-10T19:06:40Z |
96,440 | Bug 96440 Tables laying out 3 times when trying to determine sizes | null | verified fixed | 57778d4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-25T17:21:58Z | 2005-05-24T15:53:20Z |
94,410 | Bug 94410 [Undo] - TimeTriggeredProgressDialog needs busy cursor | In the refactoring and text scenarios, you don't notice this problem because they either complete quickly or report progress quickly enough that the dialog pops up. In the org.eclipse.ui.operations.examples in the OTT repository, there are sample undoable operations that do a lot of work before reporting any progress, so there is a perceived delay before seeing the progress. Also important for operations that never report any progress at all. | verified fixed | a1a048c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/operations/TimeTriggeredProgressMonitorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-25T16:14:42Z | 2005-05-10T15:46:40Z |
94,333 | Bug 94333 [Import/Export] Problems with reading long file names in tar files | The code which performs a read() on a LongLink name in TarInputStream does not check if it has read the entire name. This causes errors when importing tar files with long names. | verified fixed | d03048c | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-25T15:13:41Z | 2005-05-10T13:00:00Z |
96,114 | Bug 96114 [IDE] should remove dependency on IPluginRegistry | We should remove our dependency on IPluginRegistry in favour of the new IExtensionRegistry. This should be a trivial migration. | closed fixed | 771f35b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/WelcomeItem.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/CapabilityRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/CapabilityRegistryReader.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/IDERegistryReader.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerHelpRegistryReader.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerImageProviderRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/ProjectImageRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/ProjectImageRegistryReader.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerTypesModel.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/tasklist/MarkerTypesModel.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/Bug36420Test.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/PreferenceMutator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-25T11:59:32Z | 2005-05-20T14:40:00Z |
96,413 | Bug 96413 [Preferences] articulate why a given editor is locked | null | verified fixed | d3fa32b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-24T18:58:27Z | 2005-05-24T13:06:40Z |
94,814 | Bug 94814 NullPointerException after saving and deleting new plugins [Build id: I20050509-2010] | null | verified fixed | fa9aa0e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-24T18:21:17Z | 2005-05-11T19:33:20Z |
96,326 | Bug 96326 [Preferences] Preferences tree flickers heavily while typing into the filter field | When you type into the filter dialog you can observe how the tree refreshes after each keystroke. This results in a lot of flickering and might also result in bad performance with large preference trees. | verified fixed | a68e6f2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-24T18:08:37Z | 2005-05-23T17:40:00Z |
95,844 | Bug 95844 [Contributions] Unsafe setRedraw() in ToolbarManager.update | This code should protect itself by wrapping the code in a try{} finally{} to ensure the setRedraw(true) happens when it is done. | verified fixed | 2021d06 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-24T14:58:44Z | 2005-05-18T21:00:00Z |
95,974 | Bug 95974 [Preferences] Line Delimiter preference page causes full build without user change | N20050519-0010 Line Delimiter preference page causes full build without user change - new workspace, import plugin org.junit as source - Go to Window > Preferences > General > Editors - without changing anything in the dialog, press OK => A "Setting Encoding" job is started, followed by a full build. Should not build when the user did not change anything. | verified fixed | 0774807 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-24T12:57:28Z | 2005-05-19T16:26:40Z |
94,459 | Bug 94459 [Undo] - should refactoring undo work when text undo limit is 0? | Refactoring undos are not showing up in the package explorer undo menu when the text undo limit is set to 0. Technically the refactoring operation should be permitted on the workspace undo context history. The history should just be removing the text context from the operation. One could argue this is a correctly working "feature" but need to check why it's happening and resolve the behavior as a bug or document as expected outcome. | verified fixed | 402e979 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-20T20:17:17Z | 2005-05-10T18:33:20Z |
94,400 | Bug 94400 [Undo] - After successful undo, should operation be disposed by framework if it cannot be redone? | null | verified fixed | 65ffa14 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-20T20:12:24Z | 2005-05-10T15:46:40Z |
65,657 | Bug 65657 Doc error in IPerspectiveFactory | The sample xml in the doc is not valid. It reads: <extension point="org.eclipse.ui.perspectives"> <perspective id="com.example.javaplugin.perspective" name="Java" class="com.example.javaplugin.JavaPerspective" </perspective> </extension> Should be: <extension point="org.eclipse.ui.perspectives"> <perspective id="com.example.javaplugin.perspective" name="Java" class="com.example.javaplugin.JavaPerspective"> </perspective> </extension> Add > at end of clss attribute. see help/topic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/IPerspecti veFactory.html | resolved fixed | e20f67b | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPerspectiveFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-20T18:10:03Z | 2004-06-04T00:46:40Z |
71,640 | Bug 71640 [IDE] use of deprecated IExtension.getDeclaringPluginDescriptor() | null | closed fixed | 42db139 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/Capability.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/IDERegistryReader.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerHelpRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerImageProviderRegistry.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/ProjectImageRegistryReader.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-20T16:47:15Z | 2004-08-09T14:00:00Z |
96,087 | Bug 96087 [HeapStatus] Remove special action for Kyrsoft Memory Monitor | N20050520-0010 | verified fixed | 34d5511 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/HeapStatus.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-20T15:44:57Z | 2005-05-20T11:53:20Z |
95,888 | Bug 95888 [Import/Export] Ignore spaces in mode and size fields of tar files | The space character is special in tar files: it is often used instead of a null character for certain fields. Unfortunately, if a space is in the mode or size fields of a tar file, TarInputStream throws an exception. The attached patch fixes this. | verified fixed | b83a66e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-20T00:43:44Z | 2005-05-19T02:33:20Z |
94,674 | Bug 94674 [Preferences] Preferences dialog separator under Title for pages does not stretch all the way across | The separator under the Header title for a preference page should stretch from the border of the sash to the far right with no margins in between. | verified fixed | afd7a74 | ["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 | 2005-05-19T20:39:14Z | 2005-05-11T14:00:00Z |
95,612 | Bug 95612 [Forms] try to click on a link cause scroll and do nothing | 3.1M7 To reproduce: - open a product editor - size your window such that the editor has a vertical scrollbar and that the "eclipse product export wizard" link is visible when the scroll bar is to the top. - scroll to the top (just in case you did not do it before). - click on the link previously indicated You will notice that the editor scroll down and that nothing happens. | resolved fixed | a434f11 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormText.java", "bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/SharedScrolledComposite.java", "bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-19T17:56:10Z | 2005-05-17T17:13:20Z |
79,401 | Bug 79401 [ErrorHandling] Duplicate presentation of error messages | 1) Create a simple project with a simple folder inside it. 2) In Windows Explorer, expand the project and select the folder in the left pane. 3) Back in the Navigator view, try to rename the project. -> Rename fails because it cannot rename because Windows won't let you delete a folder that is being viewed in Windows Explorer. This is expected. Platform core returns a MultiStatus of the following form: MultiStatus ("problems encountered moving resources") MultiStatus ("Copy successful, but problems occurred removing old resources") Status ("Could not delete: d:\eclipse\test2\simple") The UI Error dialog shows the following in the details area: Problems occurred renaming the selected resource. Problems encountered while moving resources. Copy successful, but problems occurred removing old resources Could not delete: d:\eclipse\test2\simple\abc. Copy successful, but problems occurred removing old resources Could not delete: d:\eclipse\test2\simple\abc. Notice that the child MultiStatus from core is displayed twice. The root of this duplication is WorkspaceAction.recordError: private void recordError(CoreException error) { if (errorStatus == null) errorStatus = new MultiStatus(IDEWorkbenchPlugin.IDE_WORKBENCH, IStatus.ERROR, getProblemsMessage(), error); errorStatus.merge(error.getStatus()); } Observe that it stores the CoreException in the MultiStatus, *and* adds the error's status as a child of the MultiStatus. The JFace ErrorDialog class, when presented with this MultiStatus, recursively prints all MultiStatus objects, and all statuses contained within CoreExceptions. Since this MultiStatus contains both the original MultiStatus and the CoreException that carried it, it will get printed twice. The suggested fix is to not include the CoreException in the MultiStatus in recordError: private void recordError(CoreException error) { if (errorStatus == null) errorStatus = new MultiStatus(IDEWorkbenchPlugin.IDE_WORKBENCH, IStatus.ERROR, getProblemsMessage(), null); errorStatus.merge(error.getStatus()); } I tested this fix, and it produced an error dialog containing: Problems occurred renaming the selected resource. Copy successful, but problems occurred removing old resources Could not delete: d:\eclipse\test2\simon\abc. | verified fixed | 567146c | ["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 | 2005-05-19T14:18:51Z | 2004-11-24T15:26:40Z |
95,915 | Bug 95915 [Preferences] ArrayIndexOutOfBoundsException in FileEditorsPreferencePage.fillEditorTable | N20050519-0010-gtk - General > editors > File associations page - click on plugin.xml - get this !ENTRY org.eclipse.ui 4 0 Unhandled event loop exception Reason: 2005-05-19 11:50:14.739 !MESSAGE 2 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: 2 at org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage.fillEditorTable(FileEditorsPreferencePage.java:356) at org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage.handleEvent(FileEditorsPreferencePage.java:446) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1013) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2771) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2476) at org.eclipse.jface.window.Window.runEventLoop(Window.java:809) at org.eclipse.jface.window.Window.open(Window.java:787) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:66) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1013) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2771) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2476) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1709) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1673) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:329) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:161) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:330) at org.eclipse.core.launcher.Main.basicRun(Main.java:274) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) 2 | verified fixed | 8878e47 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-19T12:40:09Z | 2005-05-19T10:53:20Z |
95,879 | Bug 95879 SWT Exception on startup | null | verified fixed | 51ba8a0 | ["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 | 2005-05-19T00:00:12Z | 2005-05-18T23:46:40Z |
39,435 | Bug 39435 [Actions] hideActionSet API not working | null | verified fixed | 56f8e6c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-18T23:45:25Z | 2003-06-27T18:53:20Z |
94,391 | Bug 94391 [Preferences] preference filter does not like compound names | i200505092010 The preference page filter does not like compound names. For instance, "Code Assist" will show no hits, although there are two pages with this name. | verified fixed | a0525f0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PatternItemFilter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-18T20:04:06Z | 2005-05-10T15:46:40Z |
95,222 | Bug 95222 [KeyBindings] Bindings stop working (no shell activation event) | Build 20050513-0010 Linux-GTK I don't have steps to reproduce yet, but while working on today's build various keys have randomly stopped functioning. Earlier today I was trying to copy/paste with ctrl+c/v and it wasn't working. Then I used the context menu items and it started working again. Just now, I was trying to delete a block of text by highlighting it and pressing backspace, but pressing backspace had no effect. After typing in my browser window and switching back to Eclipse, the problem went away. It could be that the window needs to lose focus for the keys to start working again. So maybe it's just a window focus problem. | verified fixed | e4bce5e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerService.java", "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 | 2005-05-18T19:00:46Z | 2005-05-13T18:46:40Z |
94,762 | Bug 94762 [Undo] Undo dialog concatenates messages result in two periods | See attached screen shots. Since there isn't a clear standard right now if sentences have to end with a period we either have to define this or the dialog has to have some smartness | verified fixed | 9a130af | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/operations/AdvancedValidationUserApprover.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-18T18:42:58Z | 2005-05-11T16:46:40Z |
94,537 | Bug 94537 [Workbench] ClassNotFoundException trying to eagerly start a plug-in while shutting down | build N20050509 Noticed the following in the console output for this build. [java] !ENTRY org.eclipse.osgi 2005-05-09 04:31:45.859 [java] !MESSAGE The class "org.eclipse.update.internal.scheduler.SchedulerStartup" cannot be loaded because the system is shutting down and the plug-in "org.eclipse.update.scheduler" has already been stopped. [java] !STACK 0 [java] java.lang.ClassNotFoundException: The class "org.eclipse.update.internal.scheduler.SchedulerStartup" cannot be loaded because the system is shutting down and the plug-in "org.eclipse.update.scheduler" has already been stopped. [java] at org.eclipse.core.runtime.adaptor.EclipseClassLoader.shouldActivateFor(EclipseClassLoader.java:148) [java] at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:66) [java] at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:321) [java] at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369) [java] at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:334) [java] at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:74) [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:235) [java] at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:259) [java] at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227) [java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259) [java] at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:162) [java] at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152) [java] at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:139) [java] at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48) [java] at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:233) [java] at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:51) [java] at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:229) [java] at org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:115) [java] at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66) [java] at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029) [java] at org.eclipse.core.runtime.Platform.run(Platform.java:775) [java] at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1493) [java] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67) The early startup code should check if the workbench is still running before starting each extension. | resolved fixed | f0be82b | ["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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-18T18:40:56Z | 2005-05-10T21:20:00Z |
81,365 | Bug 81365 [KeyBindings] errors: WorkbenchKeyboard error dialog should tell which command failed | null | verified fixed | b831505 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeyAssistDialog.java", "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 | 2005-05-18T18:10:54Z | 2004-12-16T06:53:20Z |
91,966 | Bug 91966 [EditorMgmt] resolution policy for editors needs to be revamped to accomodate content types | Currently any content-type based editor binding will always take priority from any traditional filename bindings. This should be investigated for 3.1. | verified fixed | 0d43677 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/EditorRegistry.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-18T17:44:13Z | 2005-04-19T19:46:40Z |
95,744 | Bug 95744 About dialog margins around image are not consistent with wizards | there should still be margins around the text in the about dialog, but not the image. | resolved fixed | 4e4310a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/AboutDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-18T13:32:54Z | 2005-05-18T12:40:00Z |
95,574 | Bug 95574 [Preferences] import prefs fails with FileNotFoundException if location does not exist | 3.1 M7 Import preferences fails with FileNotFoundException if location does not exist. It should not enable the Finish button for an unknown location. Currently the failure is logged and the wizard stays up (responsive), and no feedback on the failure is given to the user. NTRY org.eclipse.ui 4 4 2005-05-17 11:10:00.498 ESSAGE d:\dev\dev (The system cannot find the file specified) \dev\dev (The system cannot find the file specified) ason: NTRY org.eclipse.ui 4 4 2005-05-17 11:10:00.544 ESSAGE d:\dev\dev (The system cannot find the file specified) TACK 0 va.io.FileNotFoundException: d:\dev\dev (The system cannot find the file speci ed) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at org.eclipse.ui.internal.wizards.preferences.WizardPreferencesImportPa 1.transfer(WizardPreferencesImportPage1.java:147) at org.eclipse.ui.internal.wizards.preferences.WizardPreferencesPage.fin h(WizardPreferencesPage.java:557) at org.eclipse.ui.internal.wizards.preferences.PreferencesImportWizard.p formFinish(PreferencesImportWizard.java:87) ... | verified fixed | f598449 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/PreferencesMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesImportPage1.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-17T19:40:13Z | 2005-05-17T14:26:40Z |
90,389 | Bug 90389 [Model] Can WorkbenchContentProvider:273 invoke Tree.setRedraw(boolean) less? | 3.1M6, note that this is most visually apparent on motif - open a CVS Repositories view in the Resource perspective - connect to dev.eclipse.org - somewhat quickly: - begin retrieving the org.eclipse.swt project from HEAD - click "Run in Background" - switch to the Navigator view, and the org.eclipse.swt project will be there - expand its top level only, and its only folder child so far should be Eclipse SWT, which takes a while to travel from CVS - if you watch it you'll notice the tree flash a few times, though nothing visually changes in it (not even its vertical scrollbar) This is happening because WorkbenchContentProvider is invoking setRedraw(false) and then setRedraw(true) often without invoking any methods on Tree in between. This causes flash because the Tree needs to do a full redraw whenever it receives setRedraw(true); if nothing has happened since setRedraw(false) then this is an unnecessary redraw(), which is the cause of the flash. Is it possible for WorkbenchContentProvider to somehow determine the nature of the work it's going to do between the setRedraw() invocations and choose to not invoke setRedraw() if appropriate? | verified fixed | 2a9d6ee | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/model/WorkbenchContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-17T18:30:03Z | 2005-04-05T22:26:40Z |
95,548 | Bug 95548 Editors page not sized properly on startup | build N20050517, open preferences dialog to editors page (under General). now close and open the dialog again and note that the dialog is too short. | verified fixed | 444d134 | ["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 | 2005-05-17T18:14:59Z | 2005-05-17T14:26:40Z |
85,308 | Bug 85308 [Progress] Turning off verbose mode after restart has no effect | Build: I20050215-0800 1) Start in the Java perspective, with a Java editor open on some file 2) Open the progress view 3) Turn on "verbose mode" in the progress view 4) Shutdown and restart Eclipse -> Observe: some system jobs are shown in the view. Fine. 5) Turn off "verbose mode" in the progress view -> Observe: system jobs are *still* shown in the progress view. It seems if you are in "verbose mode" on startup, then system jobs will always be shown in the progress view and they can no longer be turned off. | verified fixed | 30d406c | ["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/NewProgressViewer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressContentProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.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/ProgressTreeContentProvider.java", "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 | 2005-05-17T14:20:50Z | 2005-02-15T17:53:20Z |
93,549 | Bug 93549 [Import/Export] Disable Finish in import existing projects wizard | Build: N20050503 Open import existing project wizard Toggle radio button to import from archive Type in the name of an archive file Toggle radio button back to import from directory Observe: the Finish button is still enabled, even though there is no directory selected. Clicking Finish will import from the selected zip file. | verified fixed | 1cfd09b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-17T12:01:15Z | 2005-05-03T14:20:00Z |
94,349 | Bug 94349 [GlobalActions] UI doesn't need to call internal Runtime methods | null | verified fixed | 726a593 | ["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 | 2005-05-16T21:30:16Z | 2005-05-10T15:46:40Z |
95,464 | Bug 95464 [Workbench] [Commands] No command for New Window action | 3.1 M7 The Window > New Window action is missing a corresponding command. | verified fixed | 6cd7c7c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/OpenInNewWindowAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T21:26:35Z | 2005-05-16T21:46:40Z |
94,741 | Bug 94741 [WorkbenchParts] Error: IWorkbenchPartReference disposed found in log | Build: I20050509-2010 I found this in my log file. There were no other errors during that session, and I'm not sure what I was doing that might have caused the error. !ENTRY org.eclipse.ui 4 0 2005-05-11 10:29:35.713 !MESSAGE Failed to execute runnable (java.lang.RuntimeException: Error: IWorkbenchPartReference disposed) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.RuntimeException: Error: IWorkbenchPartReference disposed) at org.eclipse.swt.SWT.error(SWT.java:2940) at org.eclipse.swt.SWT.error(SWT.java:2863) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:121) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2878) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1601) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1565) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:315) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:230) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:345) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:158) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:328) at org.eclipse.core.launcher.Main.basicRun(Main.java:272) at org.eclipse.core.launcher.Main.run(Main.java:974) at org.eclipse.core.launcher.Main.main(Main.java:950) Caused by: java.lang.RuntimeException: Error: IWorkbenchPartReference disposed at org.eclipse.ui.internal.WorkbenchPartReference.checkReference(WorkbenchPartReference.java:178) at org.eclipse.ui.internal.WorkbenchPartReference.getVisible(WorkbenchPartReference.java:510) at org.eclipse.ui.internal.PartList.removePart(PartList.java:145) at org.eclipse.ui.internal.WorkbenchPage.partRemoved(WorkbenchPage.java:1344) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1168) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:1202) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.openEditor(SourceLookupFacility.java:290) at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.display(SourceLookupFacility.java:209) at org.eclipse.debug.ui.DebugUITools.displaySource(DebugUITools.java:673) at org.eclipse.debug.internal.ui.views.launch.LaunchView$SourceDisplayJob.runInUIThread(LaunchView.java:209) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:93) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:118) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2878) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2537) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1601) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1565) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:315) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:230) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:345) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:158) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:328) at org.eclipse.core.launcher.Main.basicRun(Main.java:272) at org.eclipse.core.launcher.Main.run(Main.java:974) at org.eclipse.core.launcher.Main.main(Main.java:950) | verified fixed | 8ec17bf | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorAreaHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewReference.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T21:16:50Z | 2005-05-11T14:00:00Z |
2,345 | Bug 2345 [Editor Mgmt] Open with a different type of editor has no effect if file already open (1GEWMSQ) | Reproduce the steps in: 1GEWMOZ: ITPUI:WIN2000 - Scripted resource editor example opens on XML files by default - new basic project - new file test.xml - the editor used is the scripted resource editor example, which totally ignores the XML file content - select test.xml in Navigator - choose Open With... / Default Text Editor - nothing happens; it's reactivating the scripted resource editor example Searching for an existing open file should also consider editor types. It should open a new editor on the file, because the editor type is different. NOTES: | verified fixed | 662625e | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenWithMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/NewEditorAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuNewEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T20:59:27Z | 2001-10-11T03:13:20Z |
85,789 | Bug 85789 [Wizards] [Perspectives] New menu has two separators when no shortcuts | build I20050217 In Debug perspective, open the File > New menu. It has two separators between Project... and Other... It should have only one. | verified fixed | 2d2bde6 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/NewWizardMenu.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T20:57:46Z | 2005-02-18T04:13:20Z |
84,234 | Bug 84234 [Dialogs] Multiple Errors Have Occurred dialog unusable | null | verified fixed | 75880a9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/JobErrorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T20:51:11Z | 2005-02-02T16:00:00Z |
90,552 | Bug 90552 [Wizards] Export preferences page not setting dialog font | I20050405-0800 File>Export>Preferences>Next This wizard page is not setting the dialog font as specified in the Colors and Fonts preferences. | verified fixed | b353c73 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T19:39:58Z | 2005-04-06T23:26:40Z |
95,439 | Bug 95439 Filter combo box in preferences dialog not honouring dialog font | set the dialog font, note that the combo box in the preferences dialog does not use it. | verified fixed | bd9e4be | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredComboTree.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T19:34:29Z | 2005-05-16T19:00:00Z |
94,879 | Bug 94879 [PropertiesDialog] [Preferences] Esc does not dismiss properties or preferences dialog | build I20050509-2010 - select a file in the Navigator and choose Properties - after looking at the properties, press Esc to dismiss the dialog - instead of dismissing the dialog, it clears the filter field - pressing Esc again dismisses it Same problem in the preferences dialog. This is unexpected behaviour. Esc is not normally used to clear a field. Esc within a dialog should dismiss it. Suggest not intercepting Esc, and just allowing backspace to clear the field (it's selected by default anyway). | verified fixed | 224f073 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredComboTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T19:21:07Z | 2005-05-12T01:06:40Z |
79,855 | Bug 79855 [IDE] isCompatibleVersion method in IDEApplication appears wrong... | null | verified fixed | 1de9eab | ["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 | 2005-05-16T19:14:12Z | 2004-12-01T05:46:40Z |
94,402 | Bug 94402 [Undo] - javadoc - clarify disposal responsibilities in ICompositeOperation | If a composite operation is disposed, it should dispose all of its children. If a child of a composite operation is removed before the composite is disposed, it should dispose the removed operation. This should be documented. | verified fixed | d8b37a3 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ICompositeOperation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T18:50:14Z | 2005-05-10T15:46:40Z |
94,438 | Bug 94438 [Undo] - javadoc - clarify operation remaining in history for undo/redo with INFO/WARNING | The javadoc for the IOperationHistory#undo(...) redo(...) methods is very explicit about the operation remaining in the history on CANCEL and ERROR status, and that it is moved between undo/redo histories when ok. Some minor clarifications: The lack of an explicit statement about INFO and WARNING makes one wonder what happens to the operation. It remains in the history in this case also... Technically, on OK status the operation is not guaranteed to move between the stacks. If it cannot redo after undoing, or cannot undo after redoing, it won't be transferred to the other stack, but in effect will be removed from the history. | verified fixed | e8d9b8a | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T18:41:35Z | 2005-05-10T18:33:20Z |
94,171 | Bug 94171 [WorkbenchParts] (regression) Close and other editor-sensitive actions not enabled if editor opened but not activated | build N20050409 - change to single-click mode (in the General prefs page) - close all editors - from the Navigator, select a file - the editor for it opens - File > Close is still disabled I suspect this is because the action is not receiving a partBroughtToTop event, which CloseEditorAction and other ActiveEditorActions expect. | verified fixed | 74d3a94 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewFactory.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPagePartList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPartReference.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T16:26:55Z | 2005-05-09T17:33:20Z |
46,669 | Bug 46669 [WorkingSets] "Select/Deselect All" button for working set creation wizard. | null | closed fixed | 53bc5c4 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceWorkingSetPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T14:37:44Z | 2003-11-14T14:26:40Z |
89,589 | Bug 89589 [ActivitiesMgmt] Advanced button in capabilities preference page not using button dialog sizing | I20050330-0500, GTK+ 2.2.4 The "Advanced" button on the capabilities preference page does not seem to be using the dialog button sizing code. | verified fixed | aada9f3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T13:47:47Z | 2005-03-30T16:26:40Z |
94,636 | Bug 94636 [Preferences] Preference filter text filed not in dialog font | I20050509-2010 The filter text field for the preference pages does not honor the dialog font setting. | verified fixed | c9f35e6 | ["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 | 2005-05-16T13:42:22Z | 2005-05-11T08:26:40Z |
94,915 | Bug 94915 [Preferences] Editors preference page shortly shows error status on first display | I20050509-2010: Steps to reproduce: - Restart workbench or make sure that last visited preference page is not the Editors preference page - Open the Editors preference page -> For a very short time, the preference displays an error status below the preference page caption | verified fixed | b017e05 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T13:38:32Z | 2005-05-12T09:26:40Z |
95,100 | Bug 95100 [Wizards] Double click on New>Untitled Text File should create it | null | verified fixed | 7c01eb7 | ["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/NewWizardSelectionPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-16T12:58:23Z | 2005-05-13T10:26:40Z |
95,046 | Bug 95046 [Preferences] NPE on content type preference page | i200505121200 I get an NPE if I type anything in the charset text field before selecting a content type. !ENTRY org.eclipse.ui 4 0 2005-05-12 15:59:55.305 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.dialogs.ContentTypesPreferencePage$2.keyReleased(ContentTypesPreferencePage.java:343) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:127) | verified fixed | e1e7a82 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-15T16:44:20Z | 2005-05-12T20:33:20Z |
3,970 | Bug 3970 [preferences] UI needed to define the default line delimiters for new files (1GFIOAX) | When creating a new file we currently use the line delimiter returned form System.getProperties("line.delimiter"). But this is not whay a user always wants. Consider the following sceanrio: - Unix and Windows work station used to develop a Unix product / program. - the Windows work stations are used as X terminals and to run Eclipse (since PC are cheaper than Unix boxes). - even if the new file is created on Windows it should have Unix line delimiters since the end product is a Unix product. There should be a UI (Preference) to define the line delimiter for new files. Possible values are: - Dos / Windows - Mac - Unix - default platform line delimiter. The UI should be provided by the Workbench since all plugins should use the same line delimiter for new files. NOTES: | verified fixed | 4043010 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/LineDelimiterEditor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-13T21:02:53Z | 2001-10-11T03:13:20Z |
94,292 | Bug 94292 [navigation] F3 and cloned editors: Editor switched even if not necessary | 20050509-2010 1. open the following file in a Java Editor 2. clone the editor 'New editor' and arrange the new editor below the first editor so that both are visible 3. select the reference of foo(); in the second editor and press F3 4. the first editor get the focus and reveals package pack; public class A { private void foo() { foo(); } } | verified fixed | 73d598f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.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 | 2005-05-12T15:34:22Z | 2005-05-10T13:00:00Z |
94,456 | Bug 94456 [Undo] - Resource Navigator not showing workspace undo actions | The Resource Navigator is not showing the workspace undo actions. Package Explorer is correctly working. Need to look at the difference in the way the action handlers are set up. | verified fixed | 0a1b358 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/MainActionGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-12T15:31:39Z | 2005-05-10T18:33:20Z |
94,540 | Bug 94540 [Undo] ClassNotFoundException disposing undoable operations on shutdown | build N20050509 Noticed the following in the console output for this build. The undo support is being shutdown during WorkbenchPlugin.stop, and is disposing operations that come from higher level plug-ins. By this time, however, higher level plug-ins have already been stopped. Recommend shutting down the undo support during Workbench.shutdown() instead of WorkbenchPlugin.stop. [java] !ENTRY org.eclipse.osgi 2005-05-09 05:28:03.250 [java] !MESSAGE The class "org.eclipse.ltk.core.refactoring.CompositeChange$2" cannot be loaded because the system is shutting down and the plug-in "org.eclipse.ltk.core.refactoring" has already been stopped. [java] !STACK 0 [java] java.lang.ClassNotFoundException: The class "org.eclipse.ltk.core.refactoring.CompositeChange$2" cannot be loaded because the system is shutting down and the plug-in "org.eclipse.ltk.core.refactoring" has already been stopped. [java] at org.eclipse.core.runtime.adaptor.EclipseClassLoader.shouldActivateFor(EclipseClassLoader.java:148) [java] at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:66) [java] at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:321) [java] at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369) [java] at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:334) [java] at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:74) [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:235) [java] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) [java] at org.eclipse.ltk.core.refactoring.CompositeChange.dispose(CompositeChange.java:411) [java] at org.eclipse.ltk.internal.core.refactoring.UndoableOperation2ChangeAdapter.dispose(UndoableOperation2ChangeAdapter.java:252) [java] at org.eclipse.core.commands.operations.TriggeredOperations.dispose(TriggeredOperations.java:263) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.internalRemove(DefaultOperationHistory.java:801) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.flushUndo(DefaultOperationHistory.java:587) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.dispose(DefaultOperationHistory.java:299) [java] at org.eclipse.ui.internal.operations.WorkbenchOperationSupport.dispose(WorkbenchOperationSupport.java:58) [java] at org.eclipse.ui.internal.WorkbenchPlugin.stop(WorkbenchPlugin.java:893) [java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035) [java] at java.security.AccessController.doPrivileged(Native Method) [java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031) [java] at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:402) [java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.stop(AbstractBundle.java:410) [java] at org.eclipse.core.runtime.adaptor.BundleStopper.basicStopBundles(BundleStopper.java:73) [java] at org.eclipse.core.runtime.adaptor.BundleStopper.stopBundles(BundleStopper.java:62) [java] at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStopping(EclipseAdaptor.java:696) [java] at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:515) [java] at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171) [java] at java.lang.Thread.run(Thread.java:534) [java] !ENTRY org.eclipse.osgi 2005-05-09 05:28:03.265 [java] !MESSAGE Error while stopping "org.eclipse.ui.workbench_3.1.0". [java] !STACK 0 [java] org.osgi.framework.BundleException: Exception in org.eclipse.ui.internal.WorkbenchPlugin.stop() of bundle org.eclipse.ui.workbench. [java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1051) [java] at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:402) [java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.stop(AbstractBundle.java:410) [java] at org.eclipse.core.runtime.adaptor.BundleStopper.basicStopBundles(BundleStopper.java:73) [java] at org.eclipse.core.runtime.adaptor.BundleStopper.stopBundles(BundleStopper.java:62) [java] at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStopping(EclipseAdaptor.java:696) [java] at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:515) [java] at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171) [java] at java.lang.Thread.run(Thread.java:534) [java] Caused by: java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/CompositeChange$2 [java] at org.eclipse.ltk.core.refactoring.CompositeChange.dispose(CompositeChange.java:411) [java] at org.eclipse.ltk.internal.core.refactoring.UndoableOperation2ChangeAdapter.dispose(UndoableOperation2ChangeAdapter.java:252) [java] at org.eclipse.core.commands.operations.TriggeredOperations.dispose(TriggeredOperations.java:263) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.internalRemove(DefaultOperationHistory.java:801) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.flushUndo(DefaultOperationHistory.java:587) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.dispose(DefaultOperationHistory.java:299) [java] at org.eclipse.ui.internal.operations.WorkbenchOperationSupport.dispose(WorkbenchOperationSupport.java:58) [java] at org.eclipse.ui.internal.WorkbenchPlugin.stop(WorkbenchPlugin.java:893) [java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035) [java] at java.security.AccessController.doPrivileged(Native Method) [java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031) [java] ... 8 more [java] Root exception: [java] java.lang.NoClassDefFoundError: org/eclipse/ltk/core/refactoring/CompositeChange$2 [java] at org.eclipse.ltk.core.refactoring.CompositeChange.dispose(CompositeChange.java:411) [java] at org.eclipse.ltk.internal.core.refactoring.UndoableOperation2ChangeAdapter.dispose(UndoableOperation2ChangeAdapter.java:252) [java] at org.eclipse.core.commands.operations.TriggeredOperations.dispose(TriggeredOperations.java:263) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.internalRemove(DefaultOperationHistory.java:801) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.flushUndo(DefaultOperationHistory.java:587) [java] at org.eclipse.core.commands.operations.DefaultOperationHistory.dispose(DefaultOperationHistory.java:299) [java] at org.eclipse.ui.internal.operations.WorkbenchOperationSupport.dispose(WorkbenchOperationSupport.java:58) [java] at org.eclipse.ui.internal.WorkbenchPlugin.stop(WorkbenchPlugin.java:893) [java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1035) [java] at java.security.AccessController.doPrivileged(Native Method) [java] at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1031) [java] at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:402) [java] at org.eclipse.osgi.framework.internal.core.AbstractBundle.stop(AbstractBundle.java:410) [java] at org.eclipse.core.runtime.adaptor.BundleStopper.basicStopBundles(BundleStopper.java:73) [java] at org.eclipse.core.runtime.adaptor.BundleStopper.stopBundles(BundleStopper.java:62) [java] at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStopping(EclipseAdaptor.java:696) [java] at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:515) [java] at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:171) [java] at java.lang.Thread.run(Thread.java:534) | verified fixed | 78eb753 | ["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 | 2005-05-12T15:21:36Z | 2005-05-10T21:20:00Z |
94,683 | Bug 94683 OperationCanceledException in log | I20050509-2010 - lock the workspace using the job example plug-in - select project->properties - change some compiler settings - press OK - you get a blocking dialog - cancel the user action observe: a log entry is written which reports the operation canceled exception that got thrown. org.eclipse.core.runtime.OperationCanceledException at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:158) at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:88) at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:190) at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:96) at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1671) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1711) at org.eclipse.core.internal.resources.ProjectPreferences.save(ProjectPreferences.java:310) at org.eclipse.core.internal.preferences.EclipsePreferences.flush(EclipsePreferences.java:351) at org.eclipse.core.internal.resources.ProjectPreferences.flush(ProjectPreferences.java:530) at org.eclipse.ui.internal.preferences.WorkingCopyPreferences.flush(WorkingCopyPreferences.java:475) at org.eclipse.ui.internal.preferences.WorkingCopyManager.applyChanges(WorkingCopyManager.java:64) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDialog.java:298) at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:218) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2901) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2534) at org.eclipse.jface.window.Window.runEventLoop(Window.java:803) at org.eclipse.jface.window.Window.open(Window.java:781) at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157) at org.eclipse.jface.action.Action.runWithEvent(Action.java:996) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2901) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2534) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1601) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1565) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:315) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:230) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:345) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:158) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:328) at org.eclipse.core.launcher.Main.basicRun(Main.java:272) at org.eclipse.core.launcher.Main.run(Main.java:974) at org.eclipse.core.launcher.Main.main(Main.java:950) | resolved fixed | 775f5c5 | ["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 | 2005-05-12T15:06:24Z | 2005-05-11T14:00:00Z |
94,926 | Bug 94926 [Preferences] WorkingCopyPreferences.remove(key) not working | null | verified fixed | 1baf223 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingCopyPreferences.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/PreferencesTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/ScopedPreferenceStoreTestCase.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/preferences/WorkingCopyPreferencesTestCase.java", "tests/org.eclipse.ui.tests/UI", "Test", "Utils/org/eclipse/ui/tests/util/UITestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-12T15:00:23Z | 2005-05-12T09:26:40Z |
94,355 | Bug 94355 [EditorMgmt] editor drop down: wrong fonts used | I20050509-2000 (M7 test pass) The editor drop down mixes the fonts when displaying currently selected / not selected files. Also, the dropdown is slightly too low. Will attach screenshot. | verified fixed | 70e759e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicPartList.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-11T18:31:06Z | 2005-05-10T15:46:40Z |
94,192 | Bug 94192 Remove performance instrumentation from builds | We added a number of performance tools to the builds, which should be removed or disabled by the time we release: - .options file in Eclipse install directory for perf stats - Performance view - Heap info status line entry | resolved fixed | 0dd50e8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ResourcePerspective.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/performance/EventsSorter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/performance/PerformanceMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/performance/PerformancePrefererencePage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/performance/PerformanceView.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/UIStats.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-09T19:42:08Z | 2005-05-09T20:20:00Z |
94,047 | Bug 94047 [ActionSets] [classpath] Toolbar shudders when opening the Classpath Variables preference page | Version: 3.1.0 Build id: I20050506-1600 When you open the Classpath Variables preference page from an empty workspace (only minimal plugins activated) the toolbar shudders as if components are quickly being added and removed. The preference page is causing the activation of quite a few plugins (Ant UI, JDT JUnit, JDT Launching, PDE and PDE core). I don't think any of these plugins contribute actions to the toolbar of my current perspective (could be wrong though). | resolved fixed | 789825e | ["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 | 2005-05-09T19:24:43Z | 2005-05-08T08:13:20Z |
81,229 | Bug 81229 [Dialogs] wizard banner resizing causes jumpy dialog | Build: I20041214-2000 3.1 M4 test pass. The Export wizard selection page has a banner description at the top. For some wizards this description is two lines, and for others it is one line. This causes the entire dialog to resize every time you change the selection. The effect is that the item under the mouse after the click isn't the same as the item under the mouse before the click, since the entire list shifts up or down as the banner resizes. This doesn't happen on Windows. | verified fixed | 659fbf7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-09T17:45:57Z | 2004-12-15T17:00:00Z |
94,129 | Bug 94129 [Workbench] Performance test regression caused by workbench harness change | N20050509 Core has a UI startup test that measures the time until UITestApplication starts running. This test had a 16% improvement over 3.0 in 3.1 M6, and since late last week has a 33% regression. This appears to be caused by a change in Workbench that now waits until early startup participants complete, combined with the new early startup participant in the ui test plugin that waits for three seconds. Discussing with Nick, the plan is to: - Remove the three second delay - Add a system property to avoid blocking on early startup participants before running the tests. This would be used by any performance test that is sensitive to startup time. | verified fixed | d5d919d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/testing/WorkbenchTestable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-09T15:29:14Z | 2005-05-09T14:46:40Z |
94,131 | Bug 94131 [Contributions] PageSite.registerContextMenu does not handle the same menu being registered under different ids | build N20050506 PageSite.registerContextMenu always creats a new PopupMenuExtender. It should do the lookup to see if a matching extender already exists for the menu manager and selection provider. | verified fixed | 7744512 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-05-09T15:12:52Z | 2005-05-09T14:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.