issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
61,731
Bug 61731 [Progress] NPE in AnimationManager
I20040511 !ENTRY org.eclipse.ui 4 0 May 11, 2004 16:27:25.671 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java) at java.lang.NullPointerException.<init>(NullPointerException.java:60) at org.eclipse.ui.internal.progress.AnimationManager$2.runInUIThread (AnimationManager.java:85) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:84) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages (Synchronizer.java) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:298) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:249) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:126) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:722) at org.eclipse.core.launcher.Main.main(Main.java:706)
closed fixed
16632ed
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-11T19:11:08Z
2004-05-11T15:40:00Z
61,539
Bug 61539 [Wizards] Perspective switching fails
Build: I-20040506 1. Fresh workspace. 2. Create a Java project. 3. Answer yes when asked if you want to switch to the Java perspective. Nothing happens.
verified fixed
22519d7
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-11T18:21:03Z
2004-05-09T19:13:20Z
61,743
Bug 61743 NPE in MessageDialog with null parent shell
I-build 2004-05-11 I have code that does the following: MessageDialog.openInformation(null, "Showing element", "Showning an integer of value: "+((Integer)match.getElement()).intValue()); This leads to a null pointer with the follwing stack trace: Thread [main] (Suspended (exception NullPointerException)) MessageDialog.<init>(Shell, String, Image, String, int, String[], int) line: 126 MessageDialog.openInformation(Shell, String, String) line: 305 TestUIParticipant.showMatch(Match, int, int, boolean) line: 57 JavaSearchResultPage.showMatch(Match, int, int, boolean) line: 153 AbstractTextSearchViewPage$9.run() line: 723 <snip> The API doc for MessageDialog say that I'm allowed to pass in null for the parent shell.
resolved fixed
a4b0a78
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceErrorDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/images/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/AllTests.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-11T16:55:04Z
2004-05-11T15:40:00Z
60,059
Bug 60059 [Intro] not to return to Introduction
OS: windows 2003, RHEL 3.0 Language: Japanese Build level: I20040422-200404231600 JDK version: IBM JDK 1.4.2 Beta Test case #: Steps to recreate problem: 1-Help > Introduction, select Fast view from the context menu of the Intro view 2-click the Intro at the Fast View icon area 3-click "Return to Intoroduction" at the Intro view Error: The Intro view windows is maxmized. Expected Result: return to Intro main menu
closed fixed
e7f7b24
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-11T16:28:45Z
2004-04-27T04:26:40Z
61,749
Bug 61749 [Intro] Intro view shows up in the customize perspective dialog and the view menu (if it's been added)
I20040506 It should be filtered from the view list (in the case where some perspective adds it as a view shortcut) and from the configure dialog. Activating the intro view in this way results in an empty view.
closed fixed
1c61255
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ShowViewMenu.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-11T15:57:18Z
2004-05-11T15:40:00Z
61,713
Bug 61713 MessageDialog can't be created in non UI thread anymore
I20040511 In the past it was possible to create a MessageDialog from non UI threads. This is not possible with I20040511 anymore. Doing so now results in an invalid thread access to due the fact that the images are now managed by SWT.
resolved fixed
d1e395d
["bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-11T15:49:23Z
2004-05-11T12:53:20Z
53,560
Bug 53560 [KeyBindings] Launch eclipse, close resource persp. Hit Ctrl N get the wizard list but try Menu File->New->Wizard and it is disabled
also happens in 2.1.3 Launch eclipse, close resource persp. Hit Ctrl N get the wizard list but try Menu File->New-> and it is disabled.
verified fixed
944bab9
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-11T14:31:38Z
2004-03-03T02:13:20Z
60,321
Bug 60321 [Workbench] ui plugin uses deprecated runtime code
org.eclipse.ui uses some code in Runtime which are newly deprecated. I am attaching a patch (based on i0428) which eliminated the deprecations. This is informational and rigorous testing has not been done.
verified fixed
0694ecc
["bundles/org.eclipse.ui.views/src/org/eclipse/ui/internal/views/ViewsPlugin.java", "bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PerspectivesPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-11T12:22:00Z
2004-04-28T19:20:00Z
9,826
Bug 9826 [Contributions] ActionContributionItem caches Images forever
ActionContributionItem has an image cache that caches images forever, and won't release them until the Display goes down. If an Action updates its Image, such as a background color or foreground color action, It's ImageDescriptor is constantly changing. ActionContributionItem$ImageCache creates an SWT Image for each descriptor. I verified this by constantly (a.k.a. programmatically) changing an actions ImageDescriptor, using only ImageData to build the descriptor. I quickly got a "no more handles" crash.
resolved fixed
6338be7
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-10T19:53:59Z
2002-02-14T15:20:00Z
58,850
Bug 58850 OutOfMemory Errors must not be silent
It is possible for an outof memory expection to occurr but the user has to be made aware that this occurred. I had a case where a build failed due to an out of memory exception and the only indication I had was a problem was added to the problems view. Unfortunately because the build failed there were many other problems in the view.
verified fixed
8d5e191
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-10T19:48:15Z
2004-04-16T15:40:00Z
61,635
Bug 61635 [IntroMgmt] Workbench does not handle switching Intro into standby mode gracefully.
In the case where an intro part does a long UI operation when switching into standby mode, the workbench gives a "frozen" effect, and the UI is not painted gracefully.
closed fixed
463d637
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-10T19:15:41Z
2004-05-10T17:26:40Z
61,612
Bug 61612 specs for IntroPart should not mention IWorkbenchPart
Build N20040510 The specs for IntroPart still mention IWorkbenchPart, even though IntroPart no longer indirectly implements IWorkbenchPart.
closed fixed
e8ddd05
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/IntroPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-10T16:18:13Z
2004-05-10T14:40:00Z
61,313
Bug 61313 Platform native icons not used in dialogs
N20040506 For example the 'info' icon for operations in progress, the 'error' icon when an exception occurs, and the 'question' icon when asked to confirm a resource deletion. These used to use the native icons on Windows XP but now they look quite different and non-native. This is a fairly recent regression.
resolved fixed
bc99f2b
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceErrorDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-10T15:55:54Z
2004-05-06T21:46:40Z
61,548
Bug 61548 [ViewMgmt] Sticky view declaration should have optional attributes for closable (and possibly moveable)
I will attach a patch that handles optional closeable attribute... do you also want the moveable attribute to be specified for sticky views?
closed fixed
c77f5a5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/IStickyViewDescriptor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/StickyViewDescriptor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/StickyViewTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ViewUtils.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-10T14:42:53Z
2004-05-10T00:46:40Z
60,690
Bug 60690 [Decorators] Decorator enablement does not work for super-interfaces
Build 200404281424. I have defined a lightweight decorator (my class implements ILightweightLabelDecorator). Setting enablement objectClass to a concrete class works as expected. Changing the objectClass to an interface that this concrete class indirectly implements does not work - decorate(...) does not get invoked. The class hierarchy is as follows: interface Foo interface Bar extends Foo class ConcreteBar implements Bar setting objectClass to Bar or ConcreteBar works, however for Foo it does not.
verified fixed
9b68206
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ActionExpression.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-10T14:22:34Z
2004-05-02T01:06:40Z
4,981
Bug 4981 Refactor actions show more informative error dialogs
Place the cursor in some method declaration and select Refactor>Self encapsulate field. A message dialog appears saying operation not available on current selection. The action remains enabled. This "Sorry, can't do that" behavior is not user friendly. Either 1) Disable the action if it is not available (prefered) or 2) Use the message dialog to explain what the action does and why it is not available on the current selection. The same situation arises with other refactoring actions.
resolved fixed
674aa68
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/PerspectiveExtensionReader.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-09T07:13:13Z
2001-10-15T15:33:20Z
55,822
Bug 55822 [CoolBar] CoolBarManager.setLayout is poor API
build I20040323 CoolBarManager.setLayout has a couple of problems: 1. its Javadoc talks about internals 2. it takes an ArrayList of unspec'ed element type instead of IContributionItem[] 3. it talks about order, but really it allows the whole set of items to be replaced, not just reordered. Should change to take an IContributionItem[] (and copy the array).
resolved fixed
477f7fb
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-09T05:20:18Z
2004-03-24T03:46:40Z
61,433
Bug 61433 [Javadoc] IWorkbenchPart.addPropertyListener() doc
The doc for this method doesn't take into account the new API constants. Also, could these constants be in the new IWorkbenchPart2 interface instead?
resolved fixed
76893f3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IEditorPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISaveablePart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPart2.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/WorkbenchPartConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/WorkbenchPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-08T02:55:38Z
2004-05-07T20:00:00Z
61,216
Bug 61216 [Dialogs] Closing the workspace dialog and escape
I20040506-0200 When you do File > Exit when the dialog is open, and you press escape, the behaviour of OK is executed (ie eclipse is being closed) whereas one would expect the behavior of CANCEL to happen.
verified fixed
bcc985c
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T19:51:04Z
2004-05-06T13:26:40Z
61,351
Bug 61351 [RCP] [Themes] CURRENT_THEME_ID pref is always written
build I20040506-0200 - run the browser example - exit - there's a prefs file in the metadata area with: #Thu May 06 23:29:06 EDT 2004 eclipse.preferences.version=1 CURRENT_THEME_ID=org.eclipse.ui.defaultTheme It looks like, at least for a very simple RCP app, this is the only pref being written. It would be nice if no prefs were explicitly set unless needed (setting defaults does not cause a write). Some RCP apps may not want a workspace folder. This is possible to achieve with the runtime, as long as no higher layers force it.
closed fixed
1b35484
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/WorkbenchThemeManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T19:15:19Z
2004-05-07T03:20:00Z
61,243
Bug 61243 [RCP] remove dependence on core.runtime.compatibility
UIPlugin contains a reference of IPluginDescriptor.
resolved fixed
1792537
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T18:55:45Z
2004-05-06T16:13:20Z
51,894
Bug 51894 [Preferences] Import prefs does not show busy cursor
build I20040212-0800 - Window > Preferences - Import the prefs from the UI team's dev resources page - it takes some time, but there is no feedback that this is a long running operation (e.g. I wasn't sure I hit the Finish button, so I hit it again). Should at least show a busy cursor.
verified fixed
d720275
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportWizard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T18:38:48Z
2004-02-12T21:06:40Z
60,325
Bug 60325 [RCP] review AbstractUIPlugin.initializeDefaultPluginPreferences() API
Plugin.initializeDefaultPluginPreferences() is now deprecated, and there is a new story in place. AbstractUIPlugin re-implements this method, and offers it as API to its subclasses. Review the AbstractUIPlugin API to see what should be done here.
resolved fixed
b598f07
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T18:24:10Z
2004-04-28T19:20:00Z
61,310
Bug 61310 Restore "scope" support to the commands extension point
The "scope" element in the commands extension point was removed back in June 2003. The "acceleratorScopes" extension point was pulled, put back in, and now its deprecation support appears broken. We need test cases covering the old API, ensuring that they are read in correctly ... as well as behave properly. Inspecting the current test cases for context, they are all empty stubs. <grumble> This must be fixed for 3.0.
verified fixed
9bafbf1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/Persistence.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/ContextsTestCase1.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/ContextsTestCase2.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/ContextsTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/contexts/ExtensionTestCase.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T16:18:24Z
2004-05-06T21:46:40Z
38,247
Bug 38247 [Viewers] [Javadoc] Incomplete javadoc for DialogCellEditor
The javadoc for #openDialogBox() does not say how to indicate that the dialog box was canceled. The de-facto behaviour is that if null is returned, it is considered as "cancel".
resolved fixed
752a424
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DialogCellEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T15:30:44Z
2003-05-29T20:26:40Z
33,628
Bug 33628 [Preferences] provide API for showing a specified preference page
There is no way for a plugin to open the (workbench) preference dialog with a certain peference page selected. Enabling this would allow plugins to refer the user to a certain preference page, for example when a misconfiguration is detected during execution of an action. Also this enables developers to write a new search panel to find a text in the preference pages and get the user right there. A method select(IPreferencePage page), select(IPreferenceNode node) or select(String path) in org.eclipse.jface.preference.PreferenceDialog would help.
resolved fixed
8120793
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T14:45:44Z
2003-03-02T18:33:20Z
56,818
Bug 56818 [PropertiesView] Clicking on Advanced Properties toggle when categories are collapsed removes the + next to the category
Clicking on Advanced Properties toggle when categories are collapsed removes the plus sign (+) next to the category and it can no longer be expanded. To reproduce: 1.)Open the Properties view. 2.)Have Show Categories turned on, and Show Advanced Properties turned off. 3.)Collapse all open categories. 4.)Click the Show Advanced Properties button. 5.)Note the plus sign goes away and the categories can no longer be expanded. You need to click the Show Advanced Properties button off to see the plus sign again.
verified fixed
3fe4656
["bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-07T14:33:00Z
2004-03-30T20:53:20Z
61,247
Bug 61247 [ViewMgmt] ClassCastException with minimized views on startup
I200405060200 If you start a workbench that was shut down with minimized views you get the following stack trace: java.lang.ClassCastException at org.eclipse.ui.internal.PartStack.setState(PartStack.java:682) at org.eclipse.ui.internal.PartStack.restoreState(PartStack.java:567) at org.eclipse.ui.internal.RootLayoutContainer.restoreState(RootLayoutContainer.java:125) at org.eclipse.ui.internal.PerspectivePresentation.restoreState(PerspectivePresentation.java:1143) at org.eclipse.ui.internal.Perspective.restoreState(Perspective.java:790) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2422) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1398) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1206) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1173) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1084) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1017) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:648) at org.eclipse.ui.internal.Workbench.init(Workbench.java:807) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1301) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:140) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:242) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
resolved fixed
4a8a9d5
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartTabFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-06T23:03:39Z
2004-05-06T16:13:20Z
44,393
Bug 44393 [Viewers] + shown in front of methods even if local types filter is on (different behaviour in outliner, members view and package explorer)
Test pass M4 - load JUnit - add an anonymous type to Assert#Assert - enable local type filter in Outliner observe: there is a plus in front of Assert which goes away when clicking on it. This might be JFace related but I would prefer that the plus is removed when the filter is switched on. - close Outliner - open Outliner observe: there isn't any plus sign in front of Assert - open Java Browsing perspective - enable local type filter in members view - select Assert class in Types view observe: the constructor Assert has a plus sign in front which goes away when clicking on it. - switch to another class - switch back to Assert observe: the constructor again has a plus sign in front. This is really annoying. The members view should at least behave like the outliner. - switch to package explorer - expand Assert - toggle local type filter observe: plus sign is added and removed correctly.
resolved wontfix
e9c726e
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-06T20:19:48Z
2003-10-08T08:00:00Z
61,069
Bug 61069 [Dialogs] InputDialog error message not accessible
build: 4/23 There does not seem to be a way for a screen reader like JAWS or Window-eyes to read the error message displayed in org.eclipse.jface.dialogs.InputDialog. Perhaps the errorMessageLabel should be Read-Only text input so that users can tab to and read the error message if one exists.
verified fixed
3049588
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-06T18:13:28Z
2004-05-05T15:13:20Z
60,644
Bug 60644 Error notification dialog doesn';t need error dialog
We could embed the details region into the dialog so that the error can be browsed while working
verified fixed
0feab05
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-06T15:41:48Z
2004-04-30T21:20:00Z
61,145
Bug 61145 ErrorDialog not showing inner statuses
i20040505 ErrorDialog#populateList(List, IStatus, int) is always adding the root status message instead of the sub status specific message. Will add a sample dialog to show the problem.
verified fixed
0518a36
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-06T13:28:04Z
2004-05-05T23:33:20Z
60,987
Bug 60987 [ViewMgmt] View actions are on top of another view
Build: 200405040800 1. Open the resources perspective (reset if modifications have been made) 2. Drag the top of the outline page as high as it will go. You will hide most of the Navigator view in the process. Note that when you let go the Navigator's actions are on top of the outline view.
resolved fixed
5bd9023
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/ProxyControl.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T23:31:32Z
2004-05-05T01:20:00Z
61,109
Bug 61109 Widget is disposed error disposing shell
build I20040427 + latest UI and SWT from HEAD - ran target Eclipse - detached Navigator view - it was blank (gray) - clicked on it - its contents appeared - dragged it back - it was blank (gray) - clicked on it - the target exited unexpectedly - log has: !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Menu.getParentMenu(Menu.java:813) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:690) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:785) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.ui.internal.DetachedWindow.close(DetachedWindow.java:80) at org.eclipse.ui.internal.PerspectivePresentation.derefPart(PerspectivePresentation.java:566) at org.eclipse.ui.internal.RootLayoutContainer.derefPart(RootLayoutContainer.java:269) at org.eclipse.ui.internal.PartSashContainer.stackPane(PartSashContainer.java:815) at org.eclipse.ui.internal.PartSashContainer.stack(PartSashContainer.java:793) at org.eclipse.ui.internal.PartSashContainer.dropObject(PartSashContainer.java:751) at org.eclipse.ui.internal.PartSashContainer$SashContainerDropTarget.drop(PartSashContainer.java:104) at org.eclipse.ui.internal.dnd.DragUtil.performDrag(DragUtil.java:128) at org.eclipse.ui.internal.PartStack.dragStart(PartStack.java:844) at org.eclipse.ui.internal.PartStack$1.dragStart(PartStack.java:61) at org.eclipse.ui.internal.presentations.BasicStackPresentation$11.handleEvent(BasicStackPresentation.java:311) at org.eclipse.ui.presentations.PresentationUtil.handleMouseMove(PresentationUtil.java:89) at org.eclipse.ui.presentations.PresentationUtil.access$4(PresentationUtil.java:83) at org.eclipse.ui.presentations.PresentationUtil$2.handleEvent(PresentationUtil.java:55) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2594) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2272) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.ui 4 4 May 05, 2004 15:05:14.736 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 May 05, 2004 15:05:14.746 !MESSAGE Cannot set text !STACK 0 org.eclipse.swt.SWTError: Cannot set text at org.eclipse.swt.SWT.error(SWT.java:2715) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.MenuItem.setText(MenuItem.java:949) at org.eclipse.jface.action.ActionContributionItem.update(ActionContributionItem.java:858) at org.eclipse.jface.action.ActionContributionItem$1.propertyChange(ActionContributionItem.java:182) at org.eclipse.ui.internal.commands.ws.CommandCallback$1.commandChanged(CommandCallback.java:91) at org.eclipse.ui.internal.commands.Command.fireCommandChanged(Command.java:138) at org.eclipse.ui.internal.commands.MutableCommandManager.notifyCommands(MutableCommandManager.java:366) at org.eclipse.ui.internal.commands.MutableCommandManager.setActiveContextIds(MutableCommandManager.java:557) at org.eclipse.ui.internal.commands.ws.WorkbenchCommandSupport.setActiveContextIds(WorkbenchCommandSupport.java:494) at org.eclipse.ui.internal.Workbench$2.contextManagerChanged(Workbench.java:1793) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.ProxyContextManager$1.contextManagerChanged(ProxyContextManager.java:41) at org.eclipse.ui.internal.contexts.AbstractContextManager.fireContextManagerChanged(AbstractContextManager.java:46) at org.eclipse.ui.internal.contexts.MutableContextManager.setEnabledContextIds(MutableContextManager.java:310) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:557) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.processEnabledSubmissions(WorkbenchContextSupport.java:384) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.removeEnabledSubmissions(WorkbenchContextSupport.java:648) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.checkWindowType(WorkbenchContextSupport.java:310) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport.access$0(WorkbenchContextSupport.java:294) at org.eclipse.ui.internal.contexts.ws.WorkbenchContextSupport$1.handleEvent(WorkbenchContextSupport.java:129) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1473) at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:1327) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2949) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1449) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3160) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1868) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2266) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1353) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.core.runtime 4 2 May 05, 2004 15:05:15.116 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Menu.getParentMenu(Menu.java:813) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:690) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:785) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Shell.releaseShells(Shell.java:779) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:784) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.jface.window.Window.close(Window.java:253) at org.eclipse.jface.window.ApplicationWindow.close(ApplicationWindow.java:272) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1043) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:483) at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWindow.java:465) at org.eclipse.ui.internal.WorkbenchWindow$1.run(WorkbenchWindow.java:553) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:551) at org.eclipse.jface.window.WindowManager.close(WindowManager.java:101) at org.eclipse.ui.internal.Workbench$10.run(Workbench.java:450) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:604) at org.eclipse.core.runtime.Platform.run(Platform.java:545) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:447) at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:389) at org.eclipse.ui.internal.Workbench$12.run(Workbench.java:561) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.Workbench.close(Workbench.java:559) at org.eclipse.ui.internal.WorkbenchConfigurer.emergencyClose(WorkbenchConfigurer.java:150) at org.eclipse.ui.internal.ide.IDEExceptionHandler.closeWorkbench(IDEExceptionHandler.java:104) at org.eclipse.ui.internal.ide.IDEExceptionHandler.handleException(IDEExceptionHandler.java:84) at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.eventLoopException(IDEWorkbenchAdvisor.java:241) at org.eclipse.ui.internal.ExceptionHandler.handleException(ExceptionHandler.java:53) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1357) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1324) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:243) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684) !ENTRY org.eclipse.osgi May 05, 2004 15:05:15.537 !MESSAGE Application error !STACK 1 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2689) at org.eclipse.swt.SWT.error(SWT.java:2614) at org.eclipse.swt.SWT.error(SWT.java:2585) at org.eclipse.swt.widgets.Widget.error(Widget.java:381) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:283) at org.eclipse.swt.widgets.Menu.getParentMenu(Menu.java:813) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:690) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:785) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673) at org.eclipse.swt.widgets.Shell.releaseShells(Shell.java:779) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:784) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368) at org.eclipse.swt.widgets.Decorations.dispose(Decorations.java:371) at org.eclipse.swt.widgets.Shell.dispose(Shell.java:486) at org.eclipse.swt.widgets.Display.release(Display.java:2321) at org.eclipse.swt.graphics.Device.dispose(Device.java:227) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:99) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:283) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:120) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:269) at org.eclipse.core.launcher.Main.run(Main.java:700) at org.eclipse.core.launcher.Main.main(Main.java:684)
resolved fixed
1824810
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DetachedWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T23:18:51Z
2004-05-05T18:00:00Z
60,676
Bug 60676 [Keybindings] Ctrl+a to select all text in the Find/Replace window does not work
Ctrl+a to select all text in the Find/Replace window does not work (this window is popped by hitting ctrl+f in the C/C++ editor window )
verified fixed
ef2c60b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/SelectAllHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/WidgetMethodHandler.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T20:32:45Z
2004-05-01T02:53:20Z
48,667
Bug 48667 [Properties View] DCR: PageBookView should support shared pages
There are valid cases where two+ IEditorParts would like to use the same shared page as their contributed page to the Properties View, and in our case, the GEF palette. For the properties view, returning a custom propertysheet page means that your Table widget is unique to the editor. So, if the user resizes the columns in instance 1, and then switches to instance 2 of the same editor type, the columns have to be resized again. For the GEF palette, shared behavior would be the expansion of drawers and other UI state which has no reason to be instance based. We need this behavior for GEF 3.0, so if it isn't implemented, we will have to implement it. But, if we do it, propertysheet clients would not benefit. I'd be happy to commit the fix.
verified fixed
d250528
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageBookView.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T19:31:57Z
2003-12-12T23:00:00Z
41,750
Bug 41750 [templates] Code assist not narrowing on templates
Build: I20030820 1) Start with: class A { public void foo() { sys } } 2) With the cursor after "sys", invoke code assist. Note that the templates "sysout", "syserr", etc are in the list. 3) Now type the letter "o". The list disappears, although "sysout" is still a valid match. Expect: it will fill in "sysout" since it's the only valid match 4) Delete the letter "o" and invoke code assist again. 5) Type the letter "t". The list narrows to exclude "sysout". 6) With code-assist still up, hit backspace. Now you have "sys" again, but it no longer recommends "sysout" as a possible completion.
resolved fixed
bd20d47
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T18:36:47Z
2003-08-20T17:20:00Z
60,907
Bug 60907 Two progress dialogs when building WS + dragging a file into the navigator
build N20040503 - start the workspace - delete a view_menu.gif file from org.eclipse.ui\icons... - note for me that a build starts now - drag another file from the file system while the build is happening - drop it on the folder where the first file was deleted from two progress dialogs appear... see attachment.
verified fixed
6a99206
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogBlockedHandler.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/AccumulatingProgressMonitor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/EventLoopProgressMonitor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchDialogBlockedHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T18:31:46Z
2004-05-04T14:13:20Z
60,829
Bug 60829 [KeyBindings] Key bindings not updated properly in PDE editors
Build I20040428 + 1) Edit plugin.xml of org.eclipse.ui and uncomment the new manifest editor that is commented out. 2) Create a Hello, World plug-in, close the editor and open it with a new (uncommented) plug-in editor. 3) Switch to plugin.xml page 4) Switch to Dependencies page. Select one of the listed plug-ins 5) Press 'Delete'. Notice how nothing happens, the editor becomes dirty. Switch to source page and notice how '<' from the first character got deleted. Add it. 6) Switch back to Dependencies. Select the plug-in again but this time select Edit>Delete from the menu. Observe how the element gets deleted this time. It appears that when global action bar contributors are updated and refreshed during page switching, key bindings are not. If you don't want to play with CVS and uncommenting, wait for the morning I20040504 build - all the PDE editors will be in. The class to follow is PDEFormEditorContributor. The method is 'setSourceActionBarsActive'. This method correctly switches global action handlers between one common set for GUI pages and the one for the embedded text editors, but the action handlers are not covered. The severity set on this defect is not a joke: with keys issued in GUI pages going into the last visited source page, ALL new PDE editors are pretty much useless and no go for M9.
verified fixed
569800c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T18:30:59Z
2004-05-03T21:33:20Z
61,050
Bug 61050 [Commands] Color badness in KeysPreferencePage
The keys preference page is creating colors without disposing them (see the end of the buildKeySequenceAssignmentTable() and buildCommandAssignmentTable() methods). Additionally, it's hardcoding this color to be medium grey which. Hardcoding bad, system colors good.
resolved fixed
06db62b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T16:05:31Z
2004-05-05T15:13:20Z
59,784
Bug 59784 Need to animate progress error dialog
Up for opening and down for closing.
verified fixed
cda36f7
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T15:38:14Z
2004-04-23T14:20:00Z
60,392
Bug 60392 [Progress] Blocked/Waiting/Running job dialogs should be resizable
Dialogs and windows with dynamic contents should always be resizable. The following dialogs should be updated: - "User Operation is Waiting" The user operation is waiting for background work to complete ... - The generic job dialog with the three buttons "Run in Background", "Cancel", and "Details >>"
verified fixed
876651f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T15:14:08Z
2004-04-29T09:13:20Z
60,698
Bug 60698 [Progress] ConcurrentModificationException in NewProgressViewer
null
verified fixed
d66a41b
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/GroupInfo.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T15:06:37Z
2004-05-02T15:00:00Z
61,004
Bug 61004 "Open user dialog" job should be marked as System job
N20040503
verified fixed
331b545
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T14:27:54Z
2004-05-05T09:40:00Z
54,019
Bug 54019 [EditorMgmt] Request for close on editor drop down
pasted email from Erich Gamma --- Here are some wishes after having used the editor drop down for a while. I understand the intent to keep it as simple as possible. One functionality I miss in the drop down is support to easily close an editor without having to activate it first. Without this support I have to: 1) open the drop down 2) select the editor 3) select the close box It woud be convenient to close an editor in the drop down directly. For example: * support a context menu (as is done in the Favorites menu of IE) * support the ctrl+w short cut on the selection in the editor drop down * provide some modifier click Much less important but it would be neat to be able to activate an editor without dismissing the drop down. For example a shift-click activates the editor. This allows me to pre-view which editor it is. --erich
verified fixed
47ccbbd
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T13:16:03Z
2004-03-08T15:33:20Z
60,997
Bug 60997 Hard coded colour making text unreadable
The popup menu to select an editor (used when there are many editor windows open) is hard coded to a background colour of white. This is fine if you use a typical text colour of black. It's very bad if you use an inverted colour display scheme, as you end up with pale text on a white background, which is effectively unreadable (especially on a laptop screen). The correct behaviour should likely be something along the lines of using the platforms default tooltip colour, or at least the default text editor background colour (note, that haven't seen any other popup menus in eclipse with this problem). The offending code would appear to be in org.eclipse.ui.internal.presentations.EditorList , in the constructor: public EditorList(Shell parent, int shellStyle, int treeStyle) { super(parent, shellStyle, treeStyle); setBackgroundColor(new Color(parent.getDisplay(), 255, 255, 255)); } <RANT>I know I don't need to remind you eclipse folks, as you've done a commendable job so far; for everyone else out there (especially web designers): if you 'must' hardcode a background colour, you __must__ hard code the forground colour as well!!!!</RANT> Thank you :)
closed fixed
5f1d6e3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackList.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-05T12:36:26Z
2004-05-05T04:06:40Z
60,699
Bug 60699 [Progress] Widget is disposed Error in ProgressMonitorFocusJobDialog
null
verified fixed
0b1ddbc
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T21:33:55Z
2004-05-02T17:46:40Z
60,783
Bug 60783 [Dialogs] [Javadoc] Review of org.eclipse.jface.dialogs
Overall I think the documentation for this package is pretty clear. Warnings: IDialogBlockedHandler.java:26: warning - Tag @see: missing #: "IProgressMonitor.clearBlocked()" IDialogBlockedHandler.java:26: warning - Tag @see: can't find IProgressMonitor.clearBlocked() in org.eclipse.jface.dialogs.IDialogBlockedHandler IDialogBlockedHandler.java:26: warning - Tag @see:illegal character: ";" in "IProgressMonitor.setBlocked();" IDialogBlockedHandler.java:26: warning - Tag @see: reference not found: IProgressMonitor.setBlocked(); IDialogBlockedHandler.java:42: warning - @param argument "blockingMonitor" is not a parameter name. IDialogBlockedHandler.java:54: warning - @param argument "blockingMonitor" is not a parameter name. DialogMessageArea.java:102: warning - Tag @see: missing #: "setTitleLayoutData(Object)" DialogMessageArea.java:90: warning - Tag @see: missing #: "setMessageLayoutData(Object)" IDialogSettings.java:125: warning - @param argument "key" is not a parameter name. DialogPage.java:277: warning - @param argument "widgetID" is not a parameter name. DialogPage.java:291: warning - @param argument "control" is not a parameter name. ErrorDialog.java:360: warning - @param argument "dialogTitle" is not a parameter name. MessageDialog.java:199: warning - @param argument "the" is not a parameter name. ProgressIndicator.java:61: warning - @param argument "max" is not a parameter name. ProgressMonitorDialog.java:236: warning - @param argument "parentShell" is not a parameter name. TitleAreaDialog.java:146: warning - @param argument "the" is not a parameter name. TitleAreaDialog.java:586: warning - @param argument "newTitle" is not a parameter name. IDialogBlockedHandler: - IDialogBlockedHandler has no description. - IDialogBlockedHandler doesn't tell me what a blocking is in this context. - The short descriptions for the showBlocked() methods do not make sense. IDialogConstants: - *_LABEL undocumented. IDialogPage: - getErrorMessage() has a <pre> that goes on too long. IDialogSettings: - The IDialogSettings description is not grammatically correct. - Short descriptions for get* and put* methods do not make sense. - getArray() description does not read well. IInputValidator: - IInputValidator has no description. IMessageProvider: - getMessageType() has a typo ("a rning message"). Dialog: - typo in the description: model instead of modal. - ELLIPSIS is undocumented. - close() is undocumented. - create() is undocumented. - getButton() uses "on" when I think it should use "in". - initializeBounds() is undocumented. - convertHeightInCharsToPixels()/ convertWidthInCharsToPixels()/ convertVerticalDLUsToPixels()/ convertHorizontalDLUsToPixels()'s description should not show all of the example on one line. DialogMessageArea: - "non editable" should be "non-editable". DialogPage: - setControl() is undocumented. DialogSettings: - code example wraps when it should be a block and is therefore unreadable. ErrorDialog: - close() undocumented. - configureShell() undocumented. IconAndMessageDialog: - Short description for createContents() is too long. - createDialogAndButtonArea()'s parent parameter is undocumented. InputDialog: - configureShell() is undocumented. MessageDialog: - configureShell() is undocumented. ProgressMonitorDialog: - getInitialSize() is undocumented. - open() is undocumented.
closed fixed
b55db1f
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ControlEnableState.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogMessageArea.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogPage.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogBlockedHandler.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogConstants.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogSettings.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IInputValidator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IMessageProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressIndicator.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "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
2004-05-04T21:20:02Z
2004-05-03T16:00:00Z
60,789
Bug 60789 [Dialogs] [Javadoc] Review of org.eclipse.ui.dialogs
The package description is too brief and does not really explain to me why all of these classes are together. It could be much more detailed and give pointers to specific classes that are defined here. Warnings: AbstractElementListSelectionDialog.java:72: warning - @param argument "ignoreCase" is not a parameter name. AbstractElementListSelectionDialog.java:72: warning - @param argument "multipleSelection" is not a parameter name. ISelectionValidator.java:23: warning - Tag @see: reference not found: ContainerSelectionDialog SelectionDialog.java:79: warning - @param argument "parent" is not a parameter name. SelectionDialog.java:170: warning - @param argument "the" is not a parameter name. SelectionDialog.java:189: warning - @param argument "Object[]" is not a parameter name. TwoPaneElementSelector.java:48: warning - @param argument "paren" is not a parameter name. TwoPaneElementSelector.java:48: warning - @param argument "qualifier" is not a parameter name. TypeFilteringDialog.java:66: warning - @param argument "Shell" is not a parameter name. TypeFilteringDialog.java:66: warning - @param argument "Collection" is not a parameter name. TypeFilteringDialog.java:80: warning - @param argument "Shell" is not a parameter name. TypeFilteringDialog.java:80: warning - @param argument "Collection" is not a parameter name. TypeFilteringDialog.java:80: warning - @param argument "String" is not a parameter name. FilteredList.FilterMatcher: - Undocumented. AbstractElementListSelectionDialog: - create() undocumented. - open() undocumented. CheckedTreeSelectionDialog: - create() undocumented. - open() undocumented. - updateOKStatus() undocumented. ElementTreeSelectionDialog: - access$setResult() undocumented. - access$superButtonPressed() undocumented. - create() undocumented. - open() undocumented. - updateOKStatus() undocumented. ListDialog: - getTableStyle() undocumented. - getTableViewer() undocumented. - setInput() undocumented. - setContentProvider() undocumented. - setLabelProvider() undocumented. - setAddCancelButton() undocumented. ListSelectionDialog: - configureShell() undocumented. PropertyPage: - getElement() undocumented. TypeFilteringDialog: - configureShell() undocumented.
closed fixed
8bce563
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/AbstractElementListSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ListDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/ListSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/PropertyPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T20:12:16Z
2004-05-03T16:00:00Z
60,832
Bug 60832 [Navigator] Open Resource should not offer to open derived resources
1) Navigate>Open Resource... ->observe the dialog shows generated class files and copied resource files in the output folder These are both derived resources and it is almost never helpful to navigate to them. The simplest solution is to filter out resources which are marked as derived (search is using the same approach to avoid searching in derived resources)
resolved fixed
069229a
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T18:36:44Z
2004-05-03T21:33:20Z
55,531
Bug 55531 Single click mode opens on collapse
I20040318 - do a New Java Search - set Group by Project - expand tree to see a method containing a match - select the method - collapse the project containing the selection observe: the node collapses, the selection is set to the project node and the node is expanded again. I have single selection enabled.
resolved fixed
3b6c068
["bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T17:04:30Z
2004-03-22T15:40:00Z
60,786
Bug 60786 [Wizards] [Javadoc] Review of org.eclipse.jface.wizard
This package is very clean and well written. ProgressMonitorPart: - clearBlocked() is undocumented. - setBlocked() is undocumented. - setTaskName() is undocumented. WizardDialog: - close() is undocumented.
closed fixed
a181060
["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T16:44:25Z
2004-05-03T16:00:00Z
60,785
Bug 60785 [Preferences] [Javadoc] Review of org.eclipse.jface.preference
Warnings: IPreferenceStore.java:379: warning - @param argument "value" is not a parameter name. BooleanFieldEditor.java:80: warning - @param argument "labelText" is not a parameter name. ColorSelector.java:63: warning - @param argument "parent." is not a parameter name. ColorSelector.java:192: warning - @param argument "rgb." is not a parameter name. FieldEditor.java:596: warning - @param argument "Button" is not a parameter name. FieldEditor.java:619: warning - @param argument "boolean." is not a parameter name. FieldEditor.java:619: warning - @param argument "parent." is not a parameter name. FileFieldEditor.java:143: warning - @param argument "extension" is not a parameter name. PreferenceConverter.java:45: warning - @issue is an unknown tag. PreferenceDialog.java:202: warning - @param argument "shell" is not a parameter name. PreferenceDialog.java:836: warning - @param argument "errorMessage" is not a parameter name. PreferenceNode.java:109: warning - @param argument "page" is not a parameter name. PreferenceStore.java:432: warning - @param argument "filename" is not a parameter name. StringFieldEditor.java:289: warning - @param argument "parent" is not a parameter name. BooleanPropertyAction: - BooleanPropertyAction has no description. - run() is not documented. ColorFieldEditor: - Class description is incomplete or just missing a period. - getColorSelector() is undocumented. - getNumberOfControls() has an incomplete description. ColorSelector: - updateColorImage() description ends in a comma. FieldEditorPreferencePage: - applyFont() is undocumented. PreferenceContentProvider: - All methods are undocumented. PreferenceDialog: - Undocumented methods: close(), configureShell(), constrainShellSize(), createTreeAreaContents(), getSingleSelection(), getTreeViewer(), layoutTreeAreaControl(). PreferenceLabelProvider: - All methods are undocumented. StringButtonFieldEditor: - getChangeControl() is undocumented. JFacePreferences: - *_COLOR undocumented.
closed fixed
be95edd
["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/BooleanFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/BooleanPropertyAction.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ColorFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ColorSelector.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/DirectoryFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditorPreferencePage.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FileFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FontFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/IPreferenceStore.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/JFacePreferences.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ListEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceConverter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceNode.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceStore.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/RadioGroupFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/StringButtonFieldEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/preference/StringFieldEditor.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T16:38:43Z
2004-05-03T16:00:00Z
60,918
Bug 60918 [KeyBindings] Some key bindings not working
null
verified fixed
d3e847d
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeySequenceBindingNode.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T16:28:58Z
2004-05-04T17:00:00Z
55,707
Bug 55707 [Fonts/Colors] Consistant use of API
200403230010 The new work to support toolbars in the tab folder requires the use of horizontal gradients, which is fine. However, they are currently being hardcoded. This should be specified by changing the "org.eclipse.ui.workbench.INACTIVE_TAB_VERTICAL" data element in the themes extension in org.eclipse.ui/plugin.xml. Also, we're doing this work in several different places. The work in ColorSchemeService directly competes with the code that draws the hardcoded gradient. We should stick with a consistant pattern for setting these properties. If ever we no longer need a property (perhaps "org.eclipse.ui.workbench.INACTIVE_TAB_VERTICAL" really does need to be hardcoded all the time) then the code that relies on them should be cleaned up and the property removed.
closed fixed
6434a84
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ColorSchemeService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/EditorPresentation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PartTabFolderPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T16:24:17Z
2004-03-23T16:40:00Z
60,881
Bug 60881 [Commands] Ctrl+S does not work
In I20040504-0800 Ctrl+S in a jave editor does not work.
verified fixed
8fdfce1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/WorkbenchCommandSupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T15:43:23Z
2004-05-04T14:13:20Z
58,913
Bug 58913 [Progress] [Javadoc] Review of "org.eclipse.ui.progress"
WARNINGS: -------- DeferredTreeContentManager.java:48: warning - @param argument "partSite" is not a parameter name. DeferredTreeContentManager.java:133: warning - @param argument "parent." is not a parameter name. DeferredTreeContentManager.java:300: warning - @param argument "parent." is not a parameter name. IProgressService.java:47: warning - @deprecated. is an unknown tag. IWorkbenchSiteProgressService.java:49: warning - @param argument "job." is not a parameter name. IWorkbenchSiteProgressService.java:49: warning - @param argument "delay." is not a parameter name. IWorkbenchSiteProgressService.java:49: warning - @param argument "useHalfBusyCursor." is not a parameter name. IWorkbenchSiteProgressService.java:60: warning - @param argument "job." is not a parameter name. IWorkbenchSiteProgressService.java:60: warning - @param argument "delay." is not a parameter name. IWorkbenchSiteProgressService.java:70: warning - @param argument "job." is not a parameter name. ADDITIONAL COMMENTS: ------------------- + No package overview IDeferredWorkbenchAdapter + marked as experimental and subject to change. Is this intentional? + Give a concrete example of how it is used + in "fetchDeferredChildren", "should return notify" makes no sense + what should the implementors do if the progress monitor is cancelled? + what is object? What possible things could I expect it to be? can this be null? + can collector be null? + in "isContainer", the @returns sentence doesn't make sense. what rule? + in "getRule", can object be null? + can the scheduling rule be null? + the scheduling rule is obviously an instance of ISchedulingRule DeferredTreeContentManager + in "DeferredTreeContentManager(provider,viewer,site)", no param doc + in "DeferredTreeContentManager(provider,viewer)", no param doc + mayHaveChildren is missing param doc + mayHaveChildren should use @throws instead of commenting in the method doc + mayHaveChildren returns boolean? thanks. + getChildren second sentence is not grammatically correct + in general, this class is missing real information in param/returns. either there's nothing or things like "returns Object[]". it's also nice to be explicit about null vs. not null vs. possibly empty. + "startFetchingDeferredChildren" - "retrieve" should be "retrieved" + "runClearPlaceholderJob" why would I want to do this? what does it mean? + in general, element collector is bit foggy. one or two sentences in the class summary would help (providing a link for more info). This is a work in progress. More stuff to appear over the weekend.
closed fixed
ea1b989
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/DeferredTreeContentManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IDeferredWorkbenchAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IElementCollector.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IProgressService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/IWorkbenchSiteProgressService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/UIJob.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/progress/WorkbenchJob.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T15:38:19Z
2004-04-16T18:26:40Z
60,236
Bug 60236 [Progress] non-responsive blocked dialogs
When an operation is executed with IRunnableContext.run(false, false, ...) and a blocked dialog shows up, then the blocked dialog is not responsive since there is nobody to process the events. The non-responsiveness shows up as follows: - the details button is not responsive - the progress bars shown in the details area are not updated - you cannot cancel a thread in the details area In this situation we should disable the details button and collapse the details area. To detect the forked=false case could you make the following test: ModalContext.isModalContextThread(Thread.currentThread(). If the current thread isn't the modal context thread then the operation wasn't forked.
verified fixed
273533f
["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T13:21:14Z
2004-04-28T13:46:40Z
54,021
Bug 54021 [EditorMgmt] Editor workbook appears inactive after drag
null
resolved fixed
22b1740
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DefaultStackPresentationSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartStack.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/IStackPresentationSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/StackPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T06:48:33Z
2004-03-08T15:33:20Z
51,282
Bug 51282 [RCP] WorkbenchAdvisor.preShutdown not called
From the class comment in WorkbenchAdvisor it looks like this should be used, but one of my test cases never receives the call. The test case I'm using has no windows, perhaps the intent is for #preShutdown to be used only when windows within the app are to be closed? At the very least, I think the comment should be updated.
resolved fixed
7b430f1
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-04T04:28:12Z
2004-02-06T15:06:40Z
60,520
Bug 60520 [Commands] ActionHandler leak
I200404281424 Sorry this bug report does not totally pinpoint the problem. It would appear that not all HandlerSubmissions are getting removed from the WorkbenchCommandSupport or are staying around from the handlerSubmissions of the active workbench window. These in turn are hanging on to the ActionHandlers. Test case: Open a Java Editor using the File menu history close the editor <<GC using Optimize It>> <<Mark the current instance count>> Open a Java Editor using the File menu history close the editor <<GC using Optimize It>> Most cases I am seeing up to 300 new ActionHandlers per editor (about 10k).
resolved fixed
85e97b7
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/AbstractHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/ActionHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/commands/IHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/HandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/WorkbenchCommandSupport.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-03T21:02:02Z
2004-04-29T23:06:40Z
58,050
Bug 58050 [ViewMgmt] Return an ordered view stack
null
closed fixed
61f9f55
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-03T17:06:15Z
2004-04-09T19:46:40Z
60,594
Bug 60594 [RCP] updateLayoutDataForContents fails if the application does not call createDefaultContents
I20040428 If an RCP application does not call WorkbenchWindow.createDefaultContents() (via the default implementation to WorkbenchAdvisor.createWindowContents() then updateLayoutDataForContents will fail with an NPE because defaultLayout has not been initialized. Bounce back to me if you'd like
closed fixed
57e0fbb
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-03T15:18:42Z
2004-04-30T15:46:40Z
60,277
Bug 60277 [RCP] [intro] RCP workbench does not open intro
I Build id: 200404270800 Intro on RCP fails to bind, and so you cant see your intro. Looked at the code. It seems like the workbench does not restore Momento state when running only RCP plugins.
closed fixed
a1434cd
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/IWorkbenchPreferences.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/application/WorkbenchAdvisor.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/intro/IIntroManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-03T15:16:41Z
2004-04-28T16:33:20Z
59,963
Bug 59963 Expression language support for object contributions
I20040422 To get better control over the context menu lauch config contributions object contributions have to support the expression language. Enclosed two patches which add this support to the workbench. The patches are compiled against version I20040422/20. But since they are very local they should work against HEAD as well.
resolved fixed
857096e
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ObjectActionContributor.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/ListElementPropertyTester.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/internal/PopupMenuExpressionTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-05-03T14:14:38Z
2004-04-26T14:33:20Z
54,781
Bug 54781 [RCP] Need API for configuring fast view bar initial location
null
resolved fixed
f0c57a3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-30T20:58:27Z
2004-03-15T03:06:40Z
41,152
Bug 41152 [ViewMgmt] [RCP] Closing views closes perspective
Build: I20030730 If you close all parts in a workbench page, the page is closed automatically. This is very disorienting if you were closing the last view and then planning to open another view, or working in a perspective with only editors, and then have the perspective disappear when the last editor is closed. The platform should allow the user to empty their workbench page.
resolved fixed
798c127
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockEditorPart.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/MockWorkbenchPart.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-30T20:27:37Z
2003-08-05T16:13:20Z
60,445
Bug 60445 [Progress] PROPERTY_IN_DIALOG not set to false when preference run in background is set
1) check the preference Workbench>"Run user actions in background where possible" 2) perform a CVS compare ->the resulting dialog pops-up immediatly, it isn't kept until I ask for it. I would have expected the same behaviour as if having pressed "Run in Background", i.e., the results are kept. The problem is that the ProgressManager.PROPERTY_IN_DIALOG property is only set when the progress dialog is dismissed. This means it isn't set when the user runs with the preference set. How about this: * when the progress dialog opens the property is set * when the user dismisses the dialog by pressing Run in background then the property is reset/removed * clients that want to know whether the operation is run in the background only check for the existance of the property
verified fixed
07c9d56
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-30T19:51:37Z
2004-04-29T14:46:40Z
60,044
Bug 60044 [EditorMgmt] Opening the editor tab's system menu restores all open editors?
null
closed fixed
e878abb
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorPane.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuCloseAllEditors.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/SystemMenuCloseOtherEditors.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-30T14:48:19Z
2004-04-26T22:53:20Z
55,827
Bug 55827 [Contributions] Need to remove refs to Platform.getDebugOption from JFace
build I20040323 Standalone JFace applications are currently broken due to several refs to Platform.getDebugOption in JFace, which is only available if Eclipse is running. Should have static flags for the various debug options in JFace, and initialize them from the Workbench.
verified fixed
8e5f2ba
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarContributionItem.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-30T13:49:19Z
2004-03-24T03:46:40Z
56,649
Bug 56649 [Perspectives] 2.1 -> 3.0 Can delete the Debug perspective
In a 2.1 environment, create a preference file such that the 2.1 Debug perspective was modified and saved as the Debug perspective (i.e. Save Perspective As -> Debug). I have attached a preference file from 2.1 that does just that. In a 3.0 environment, load this preference file. Try to open the Debug perspective. This causes errors because the view ConsoleView from the 2.1 Debug perspective no longer exists. If you look at the list of perspectives now available to you (Window->Open Perspective->Other...) you will notice that the Debug perspective is no longer listed. UI removed all perspectives with that id because a problem was encountered opening that perspective. Workaround - There is a ray of sunshine, however. If you shutdown Eclipse and start it up again, the 3.0 Debug perspective is reloaded and available to you.
verified fixed
fd70936
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-29T20:45:57Z
2004-03-29T22:40:00Z
54,347
Bug 54347 [Dialogs] Provide "Yes No Always Never" dialog
In Debug UI, we define a dialog that prompts the user to answer Yes, No, Always, or Never. If anyone's interested, this code is generic and could be shipped as a JFace component. The dialog is in the org.eclipse.debug.ui project; the type name is AlwaysNeverDialog. The dialog supports passing in a preference store and preference key for the dialog to persist an Always or Never selection. For cases where clients don't have a preference store but still want to be able to get at the user's response, it alternatively supports passing in a string buffer where the dialog will store the "always/never/prompt" status.
verified fixed
3e9ec25
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialogWithToggle.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/MessageDialogWithToggle.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-29T20:31:47Z
2004-03-10T17:33:20Z
53,735
Bug 53735 [KeyBindings] Can't override keys in "editing java context" using general context
I'm using M7. Here is what I tried to do: I did not like the switch to mapping toggle comment by default, so I decided to replace the key shortcuts for comment and uncomment. For comment, I used the old key of ctrl+/. For uncomment I used ctrl+shift+/. Comment works fine. Uncomment does not. The new keystroke shows up in workbench->keys correctly. I can assign Uncomment to its old value (ctrl+\) or a different value (shift+f4) and it works fine. One thing I did do was remove the previous association with "Add Block Comment". For ctrl+shift+/, ABC was mapped in the "Editing Java Source" context, while I was mapping Uncomment in the general context. Afer some more investigation, here is the problem. When I added the uncomment shortcut, I added it in the "General" context. So I had two assignments for ctrl+shift+/. 1. General - Uncomment 2. Editing Java Source - Add Block Comment So I selected the Add Block Comment one and pressed the "Remove" button. Now I still have the 2 lines, but the "Uncomment" line has a plus beside it and the "ABC" line has a minus beside it (and says unassigned). So my guess is that the key shortcut lookup gets stuck at the "Editing Java Source" context because of the Unassigned key. If I add ctrl+shift+/ as the keystroke for Uncomment at the "Editing Java Source" context level, then the keymapping works.
verified fixed
0b096c8
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeySequenceBindingNode.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-29T19:35:17Z
2004-03-04T14:20:00Z
55,440
Bug 55440 [Intro] Reseting perspective after new plug-in arrival makes Welcome go away
Scenario (need to enable intro extension in org.eclipse.platform): 1) Open Welcome 2) Switch to 'Samples' 3) Click on 'Readme tool' 4) You will be asked to download samples. Say Yes 5) When the samples are downloaded, platform UI will detect the new plug-in and ask to reset the perspective to pick up the changes 6) If you say Yes, welcome will go away Expectation: 1) I should not be asked this because I am in welcome 'or' 2) Selecting 'Yes' should not affect me because the perspective that is affected is under Welcome This is fairly confusing and it would be nice if fixed for M8
closed fixed
68f2ee9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/api/StickyViewTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroTest.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/IntroTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/intro/NoIntroPartTest.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-29T18:42:47Z
2004-03-19T23:46:40Z
58,922
Bug 58922 [RCP] Texts created with unsupported styles
- org.eclipse.ui.internal.presentations.AbstractTableInformationControl creates a Text with style SWT.FLAT - org.eclipse.ui.internal.ide.dialogs.SystemSummaryDialog.createDialogArea creates a Text with style SWT.NO_FOCUS
resolved fixed
370fb5e
["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/SystemSummaryDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-29T18:20:54Z
2004-04-16T18:26:40Z
54,593
Bug 54593 [KeyBindings] Restore defaults - keyboard shortcuts
The dialog could be name "Restore Keyboard Shortcut Defaults" to be more spefic. Also: the dialog does not use the dialog font. Reached through the "Restore Defaults" button on Workbench/Keys
verified fixed
44ae9fe
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-29T16:04:35Z
2004-03-12T11:13:20Z
60,227
Bug 60227 [Progress] support for clients implementing IRunnableContext
Clients which implement IRunnableContext directly need some support so that they can also show the BlockedJobsDialog. These clients currently typically run an operation as follows (for example SearchDialog): ModalContext.run(runnable, fork, getProgressMonitor(), getShell().getDisplay ()); One idea is to provide them with a helper that creates a progress monitor that handles setBlocked by showing the BlockedJobsDialog. For example, IProgressService.getProgressMonitorFor(IProgressMonitor); The wrapper could be implemented as shown below. It could probably reuse some of the WorkbenchWizardBlockedHandler. Once this support is in place the WorkbenchWindow should leverage this support. public class BlockedJobsAwareProgressMonitor extends ProgressMonitorWrapper { private BlockedJobsDialog blockedDialog; private Shell shell; private String currentTask; protected BlockedJobsAwareProgressMonitor(Shell shell, IProgressMonitor monitor) { super(monitor); this.shell = shell; } public void clearBlocked() { if (blockedDialog == null) return; blockedDialog.close(); blockedDialog = null; } public void setBlocked(IStatus reason) { showBlocked(shell, this, reason, currentTask); } public void showBlocked(Shell parentShell, IProgressMonitor blockingMonitor, IStatus blockingStatus, String blockedName) { if (blockedName == null) blockedName = parentShell.getText(); blockedDialog = new BlockedJobsDialog(parentShell, blockingMonitor, blockingStatus); blockedDialog.setBlockedTaskName(blockedName); blockedDialog.open(); } public void beginTask(String name, int totalWork) { super.beginTask(name, totalWork); currentTask = name; } }
verified fixed
bf47ab9
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogBlockedHandler.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/operation/AccumulatingProgressMonitor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/IWizardBlockedHandler.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchDialogBlockedHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardBlockedHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-28T20:29:06Z
2004-04-28T11:00:00Z
51,730
Bug 51730 [Help] IllegalArgumentExcpetion using F1 on an action with no help context
I200402102000 If an action has no registered a help context, you get the following IllegalArgumentException if F1 is triggered for the action: Thread [main] (Suspended (exception IllegalArgumentException)) WorkbenchHelp.displayContext(IContext, int, int) line: 232 WorkbenchHelp$6.helpRequested(HelpEvent) line: 765 TypedListener.handleEvent(Event) line: 199 EventTable.sendEvent(Event) line: 82 MenuItem(Widget).sendEvent(Event) line: 833 Display.runDeferredEvents() line: 2348 Display.readAndDispatch() line: 2029 Workbench.runEventLoop(Window$IExceptionHandler, Display) line: 1550 Workbench.runUI() line: 1526 Workbench.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 265 PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor) line: 139 IDEApplication.run(Object) line: 47 PlatformActivator$1.run() line: 257 EclipseStarter.run(String[], Runnable) line: 104 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object[]) line: 324 Main.basicRun(String[]) line: 279 Main.run(String[]) line: 742 Main.main(String[]) line: 581
verified fixed
1de6442
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/help/WorkbenchHelp.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-28T20:27:22Z
2004-02-11T20:06:40Z
60,202
Bug 60202 [Commands] CommandCallback leaking registered text listeners
The CommandCallback class that is stored as an instance var for the ExternalActionManager is leaking all of the IActionTextListeners that register. The listeners are not removed in the removeActionTextListener(*) method call.
resolved fixed
5357a72
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ws/CommandCallback.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-28T15:50:40Z
2004-04-27T23:53:20Z
45,108
Bug 45108 [Contributions] SubContributionManger.find(String) throws exception
I20031015 I wrote the following code: // @see EditorActionBarContributor#contributeToStatusLine public void contributeToStatusLine(IStatusLineManager statusLineManager) { super.contributeToStatusLine(statusLineManager); if (statusLineManager.find("<someString>") != null) statusLineManager.insertBefore("<someString>",(IContributionItem)fStatusFields.get(STATUSFIELDS[0])); and got: !ENTRY org.eclipse.ui.workbench 4 2 Okt 17, 2003 16:49:48.592 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: at java.lang.Throwable.<init>(Throwable.java) at java.lang.Throwable.<init>(Throwable.java:73) at org.eclipse.jface.util.Assert$AssertionFailedException.<init>(Assert.java:54) at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at org.eclipse.jface.action.SubContributionManager.unwrap(SubContributionManager.java:301) at org.eclipse.jface.action.SubContributionManager.find(SubContributionManager.java:94) at org.eclipse.ui.texteditor.BasicTextEditorActionContributor.contributeToStatusLine(BasicTextEditorActionContributor.java) at org.eclipse.ui.part.EditorActionBarContributor.init(EditorActionBarContributor.java:139) at org.eclipse.ui.part.EditorActionBarContributor.init(EditorActionBarContributor.java:119) at org.eclipse.jdt.internal.ui.javaeditor.BasicJavaEditorActionContributor.init(BasicJavaEditorActionContributor.java:125) at org.eclipse.jdt.internal.ui.javaeditor.BasicEditorActionContributor.init(BasicEditorActionContributor.java:103) at org.eclipse.ui.internal.EditorManager.createEditorActionBars(EditorManager.java:195) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:614) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:666) at org.eclipse.ui.internal.EditorManager.access$7(EditorManager.java:655) at org.eclipse.ui.internal.EditorManager$7.run(EditorManager.java:919) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1018) at org.eclipse.core.runtime.Platform.run(Platform.java:461) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:864) at org.eclipse.ui.internal.EditorManager$6.run(EditorManager.java:857) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:853) at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:756) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2291) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1525) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:2203) at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2159) at org.eclipse.ui.internal.Workbench$23.run(Workbench.java:2071) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1018) at org.eclipse.core.runtime.Platform.run(Platform.java:461) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState(Workbench.java:2024) at org.eclipse.ui.internal.Workbench.init(Workbench.java:1761) at org.eclipse.ui.internal.Workbench.run(Workbench.java:2332) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41) at java.lang.reflect.Method.invoke(Method.java:386) at org.eclipse.core.launcher.Main.basicRun(Main.java:291) at org.eclipse.core.launcher.Main.run(Main.java:747) at org.eclipse.core.launcher.Main.main(Main.java:583)
verified fixed
78ba5e1
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-28T14:43:28Z
2003-10-17T14:13:20Z
44,075
Bug 44075 Busy progress does not lock out all shells
The new showBusyWhile API does not lock all of the workbench windows while working. Look at how application window does this to decide what to do. We should consider if we want to lock the entire window or not while doing this. I think we do as this is API meant for jobs that are modal.
verified fixed
d07eb7c
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-28T14:40:12Z
2003-10-02T13:06:40Z
56,539
Bug 56539 [KeyBindings] Can't unbind key on keys preference page
1. It is impossible to remove default key bindings for debug actions (e.g. Step Over) on build M8. The reason is impossibility to select key binding in the list. Selection resets immediately. 2. There are no key binding for Team/CVS actions (Update, Commit, etc.)
verified fixed
b00193a
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-28T14:32:18Z
2004-03-29T08:46:40Z
58,825
Bug 58825 [KeyBindings] "In Windows" context is confusing
build I20040413 In the Keys pref page, I went to add a keybinding. - selected Compare category - selected Select Next Change command - typed Ctrl+/ as the key sequence - went to hit Add, but noticed that the default When was wrong: Debugging - wanted to change it to Always, but this has been removed - it seems like "In Windows" is the best choice, but this is really non-obvious - I had to scan all the other contexts to determine that this is probably the broadest scope - it says it extends "In Dialogs and Windows" which also made me pause (Why would the broadest scope need to extend anything?) I suggest going back to Always as the broadest scope, and making that the default selection for When.
verified fixed
0be6950
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeySequenceBinding.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/Persistence.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-28T14:10:34Z
2004-04-16T12:53:20Z
59,471
Bug 59471 [ActivityMgmt] Need to add helpContextid to activities
We need an extension point attribute for helpContextId. We can enable this by having the ? icon and enable it based on selection
closed fixed
f84264f
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ws/EnablementDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-28T11:56:11Z
2004-04-21T17:53:20Z
60,176
Bug 60176 BlockedJobsDialog has ok and cancel buttons
I20040427 The BlockedJobsDialog now has the default Ok and Cancel buttons in the button bar. When clicking either, the dialog closes but the user is still blocked.
closed fixed
79df9ed
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-27T19:53:49Z
2004-04-27T21:06:40Z
58,845
Bug 58845 [Viewers] Error while debugging but no log
I was debugging an IllegalArgumentException. I clicked on one of the traceback lines after the breakpoint was hit and got a dialog informing me that an error occurred and that I should see the log for details but the log was empty. After this, the debuuger no longer opens files (i.e. it still stps at breakpoints but I can't look at the source). I am using Eclipe build I20040413 and IBM VM build 1.4.1, J2RE 1.4.1 IBM build cxia321411-20040301.
closed fixed
c3f7330
["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-27T19:00:55Z
2004-04-16T15:40:00Z
58,985
Bug 58985 [Dialogs] WizardDialog.getButton( IDialogConstants.CANCLE_ID ) always returns null
Here's a test case for this bug. Watch the stdout of the program. --WizardDialogBug import org.eclipse.jface.dialogs.IDialogConstants; import org.eclipse.jface.wizard.IWizard; import org.eclipse.jface.wizard.Wizard; import org.eclipse.jface.wizard.WizardDialog; import org.eclipse.jface.wizard.WizardPage; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class WizardDialogBug { public static void main(String[] args) { WizardDialogBug wizardDialogBug = new WizardDialogBug(); wizardDialogBug.run(); } public void run() { Display display = new Display(); Shell shell = new Shell( display, SWT.NONE ); TestWizard wizard = new TestWizard(); TestWizardDialog dialog = new TestWizardDialog( shell, wizard ); dialog.setBlockOnOpen( false ); dialog.open(); while( !shell.isDisposed() ) if( !display.readAndDispatch() ) display.sleep(); display.dispose(); } // test WizardPage public class TestWizardPage extends WizardPage { public TestWizardPage() { super( "TestWizardPage" ); } public void createControl(Composite parent) { Button b = new Button( parent, SWT.PUSH ); b.setText( "Button" ); setControl( b ); } } // test Wizard public class TestWizard extends Wizard { public TestWizard() { super(); setWindowTitle( "TestWizard" ); } public void addPages() { addPage( new TestWizardPage() ); } public boolean performFinish() { return false; } } // test WizardDialog public class TestWizardDialog extends WizardDialog { public TestWizardDialog( Shell shell, IWizard wizard ) { super( shell, wizard ); } public int open() { int rc = super.open(); // by now, all controls should have been created; System.out.println( getButton( IDialogConstants.FINISH_ID ) ); System.out.println( getButton( IDialogConstants.CANCEL_ID ) ); return rc; } } }
closed fixed
c400e9b
["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-27T18:30:06Z
2004-04-17T13:53:20Z
60,156
Bug 60156 [Commands] This warning is really suspicious
From 200404270800 compiler logs, I think this warning is really suspicious. I believe it is hiding a bug. There is no local variables called contextBindingDefinitions. ---------- 1. WARNING in /builds/I/src/plugins/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/PreferenceCommandRegistry.java (at line 111) this.contextBindingDefinitions = contextBindingDefinitions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The assignment to variable contextBindingDefinitions has no effect ---------- 1 problem (1 warning)
verified fixed
80bdac9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/AbstractCommandRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ExtensionCommandRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/ICommandRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/PreferenceCommandRegistry.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-27T18:16:38Z
2004-04-27T18:20:00Z
59,348
Bug 59348 [EditorMgmt] list of editors does not add a scrollbar when larger then the screen
If I open > 50 editors then open the drop down list, it should have a scrollbar, however it is just larger then the screen and the top is not visible. It should have a maximum number of editors it will show before adding a scrollbar and a max height (the screen height) ... maybe 20 or so.
verified fixed
b4afc26
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/AbstractTableInformationControl.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/EditorList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/EditorPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-27T14:11:30Z
2004-04-20T19:40:00Z
56,049
Bug 56049 [Wizards] potential NPE in WorkbenchWizardListSelectionPage
Build id: 200403240800 I haven't observed this in actual code, but noticed it when doing testing for RCP. The javadoc for IWizard.getDialogSettings says it can return null, but WorkbenchWizardListSelectionPage.restoreWidgetValues does not seem to check for that case.
closed fixed
dd8dee3
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardListSelectionPage.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-27T13:09:24Z
2004-03-24T23:13:20Z
56,431
Bug 56431 [ViewMgmt] Placeholder is lost when a multi-view instanced view is opened
Steps to reproduce: 1) Create a placeholder for a view that supports multiple instances. 2) Open the view programmatically with page.showView(.... 3) Open another instance of the same view. Bug: The perpsective presentation opens the second instance of the view in what it considers to be the "bottomRight" container. One would expect that all instances of this view would be opened relative to the placeholder. This is critical for LWP. If no workaround is available, this is a show stopper. -m@
resolved fixed
3b559c9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectivePresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-27T02:28:44Z
2004-03-27T01:13:20Z
59,993
Bug 59993 Opening Eclipse with multiple editors leaves some blank
If Eclipse is opened with multiple editors already open (i.e., restored with the workbench state), then only the top-most editor will have any contents. The other editors will have no contents (painted with background colour). Closing on of those editors and opening it again, corrects the problem. The problem does not occur with editors opened after Eclipse is started. This occurs using I200404220800 and the latest code from HEAD in Platform UI, SWT, and Platform Core. The bug is highly visible, but does not interfere with functionality much. STEPS TO REPRODUCE: 1.) Start Eclipse 2.) Open two editors 3.) Exit Eclipse 4.) Start Eclipse 5.) Switch to the second editor OBSERVED RESULTS: The second editor is painted with the background colour. DESIRED RESULTS: The editor should have a StyledText widget with the contents of the file.
resolved fixed
511a715
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorWorkbook.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/BasicStackPresentation.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-26T22:17:46Z
2004-04-26T20:06:40Z
59,361
Bug 59361 [Workbench] AbstractUIPlugin should have start(...) and stop(...) methods
Build I20040420 AbstractUIPlugin should have start(...) and stop(...) methods. Currently, it only has startup() and shutdown() methods. A plug-in's startup() and shutdown() methods get called only if that plug-in explicitly requires org.eclipse.core.runtime.compatibility. A plug-in's start(..) and stop(..) methods get called all the time. We (Jeff and I) believe that the correct behavior in AbstractUIPlugin will be achieved by: (a) replacing public void startup() throws CoreException { refreshPluginActions(); } by public void start(BundleContext context) throws Exception { super.start(context); refreshPluginActions(); } (2) replacing public void shutdown() throws CoreException { super.shutdown(); saveDialogSettings(); savePreferenceStore(); preferenceStore = null; imageRegistry = null; } by public void stop(BundleContext context) throws Exception { try { saveDialogSettings(); savePreferenceStore(); preferenceStore = null; imageRegistry = null; } finally { super.stop(context); } }
verified fixed
3dae5f2
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/plugin/AbstractUIPlugin.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-26T18:23:25Z
2004-04-20T22:26:40Z
53,571
Bug 53571 IAction.setAccelerator(int) deprecated, any other method instead?
Hi, I only use SWT & JFACE(not RCP), and I want assign the accelerator keycode to the action. Is there another way to assign the accelerator keycode? Regards, Eric
closed fixed
82a0ad6
["bundles/org.eclipse.jface/src/org/eclipse/jface/action/IAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-26T16:35:10Z
2004-03-03T05:00:00Z
54,654
Bug 54654 [KeyBindings] Edit in place in the navigator does not support the delete key
In a navigator, select a file name, type F2 (to edito the name), click in the middle of the name and try to delete characters using the "delete" key. You will notice that it does not work.
verified fixed
e471a64
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-26T16:03:21Z
2004-03-12T16:46:40Z
51,837
Bug 51837 [Progress] Bad message in progress dialog
I20040210 I got a bogus message when running a pile of jobs. A progress dialog appeared that read: "The operation cannot proceed because it is blocked by a background" A background what? :)
verified fixed
cf8db6b
["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-26T15:42:39Z
2004-02-12T15:33:20Z
58,788
Bug 58788 [Progress] ProgressMonitor leaks
I20040413 It looks like that the ProgressMonitor keeps a reference to jobs which are already completed. To reproduce do the following: - create workspace with content - open all types dialog - add new type - open all types dialog. What happens is that the progress monitor still has a reference to the Job that computed the list for the first all types dialog (e.g. reference to FilteredList$TableUpdateJob). As a consequence the all types cache got doubled in memory.
verified fixed
dfcf648
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-26T13:53:05Z
2004-04-16T07:20:00Z
59,847
Bug 59847 [intro] Help > Introduction disabled
Build N20040423 Help > Introduction is disabled. I don't know how it got that way, and I don't know how to fix it.
closed fixed
c5389a9
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IntroAction.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-25T00:41:49Z
2004-04-23T19:53:20Z
59,682
Bug 59682 [Colors/Fonts] [Presentation] Need to bind theme elements to presentations
Text of original email: We need to think about how the default presentation (and colors/fonts it relies on) are packaged with workbench. As it stands, the default (and native) factories are declared in the org.eclipse.ui plugin along with the workbench colors/fonts. The problem is that the workbench colors/fonts were designed to work with the default presentation. As such, if a person is using a presentation other than default they still have to see all of the default workbench colors in the colors and fonts preference page. We can do several things here.... 1) break the presentations and their relevant colors into seperate plugins or fragments. This will help clarify the problem for RCP purposes but it wont prevent colors/fonts (maybe even categories) from appearing in the preference page. 2) add new elements to the themes extension point that bind fonts/colors/categories to presentations by ID. When the preference page is opened we filter out items that are not relevant. Omission of a binding would indicate the element is useful across all presentations (such as the Ant colors) I'm not sure if either of these things are necessary for 3.0... ideas/comments?
closed fixed
3412409
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindowConfigurer.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/IThemeRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ThemeRegistry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/themes/ThemeRegistryReader.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-23T19:39:15Z
2004-04-22T18:53:20Z
59,727
Bug 59727 [Progress] ProgressDialog hides modal dialog
1) in shared project modify a file 2) switch to the synchronize perspective and into the outgoing mode 3) select the modified file 4) execute Override and Update ->the progress dialog hides the confirmation from Override and Update ->the confirmation dialog is not responding and you have to put the Update into the background first
verified fixed
da4de69
["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"]
Eclipse_Platform_UI
https://github.com/eclipse-platform/eclipse.platform.ui
eclipse-platform/eclipse.platform.ui
java
null
null
null
2004-04-23T18:58:00Z
2004-04-22T21:40:00Z