id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
5,230 | 61,026 | Bug 61026 Adding a New Extension Site | M8 and around there you could use the product config dialog to add an extension site. It required the .eclipseextnsion file in the eclipse dir (or we were warned that it would be soon). All fine. I just grabbed 0504 and tried the above. I had been browsing to my target dir: d:\mystuff\eclipse and saying go. This no lon... | 2004-05-05 08:37:26 | 1,083,760,000 | resolved fixed | 5fe4f07 | 1,084,480,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java | Eclipse_Platform_UI |
5,231 | 62,105 | Bug 62105 Unneeded System.out.println() | I200405120800 org.eclipse.jface.preference.PreferenceDialog#getShortenedString(String) has a 'System.out.println()' statement that looks suspicious. | 2004-05-13 11:00:30 | 1,084,460,000 | verified fixed | 45844bc | 1,084,470,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
5,232 | 61,971 | Bug 61971 [ViewMgmt] Views with secondary ids wont play nice with the part selection service | I20040512 From looking at the code I believe that the part selection service will fire selection changed events for all views that share a common id irregardless of secondary id. This is strange behaviour... if it's the case. As I said, it's just a hunch. | 2004-05-12 14:42:32 | 1,084,390,000 | resolved fixed | b198b42 | 1,084,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PagePartSelectionTracker.java | Eclipse_Platform_UI |
5,233 | 59,301 | Bug 59301 [GlobalActions] View gets uninitialized ViewSite in its init method | I've run into a use case when I wanted to use view's ActionBars in the init method of the view. But this can't be done because site.getActionBars() returns null in the context of method IViewPart.init. This is clearly seen in ViewFactory..busyRestoreView: First a ViewSite object is created, then it is passed to the vie... | 2004-04-20 13:21:22 | 1,082,480,000 | closed fixed | 96af426 | 1,084,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/interna... | Eclipse_Platform_UI |
5,234 | 61,988 | Bug 61988 [Activities] Performance of WorkbenchActivitySupport.setEnabledActivityIds | I20040512 - 0800 Steps: 1) Launch a runtime workbench from a self hosting workspace in debug mode 2) After the workbench has started, suspend all threads 3) Expand the main thread, and select it in the Debug view 4) Hold down "Down arrow" to scroll down the stack frames. This is extremely slow. When profiling, I notice... | 2004-05-12 15:40:01 | 1,084,390,000 | closed fixed | c00f7f3 | 1,084,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/MutableActivityManager.java | Eclipse_Platform_UI |
5,235 | 55,477 | Bug 55477 [RCP] [Perspectives] Default perspective not getting picked up from primary feature | null | 2004-03-21 09:20:43 | 1,079,880,000 | resolved fixed | 523f98a | 1,084,420,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/WorkbenchAdvisor.java | Eclipse_Platform_UI |
5,236 | 60,489 | Bug 60489 TabFolders should handle Ctrl+PgUp and Ctrl+PgDown | null | 2004-04-29 15:18:39 | 1,083,270,000 | resolved fixed | 41198e9 | 1,084,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java | Eclipse_Platform_UI |
5,237 | 60,479 | Bug 60479 [EditorMgmt] switch to tabs on bottom then back to top redraws poorly | - open eclipse - switch to use tabs on the bottom appearance in (Window > workbench > preferences > appearance ) - tabs are now on the bottom for the editor - now switch them back NOTE that for me the tab was not visible until i resized the window | 2004-04-29 14:06:40 | 1,083,260,000 | resolved fixed | cf2393b | 1,084,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultEditorPresentation.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultViewPresentation.java | Eclipse_Platform_UI |
5,238 | 61,090 | Bug 61090 Need to move the "configure activities" menu item + dialog to be a Workbench preference page. | The PMC has decided that this should be a preference page rather than a menu entry | 2004-05-05 13:40:25 | 1,083,780,000 | closed fixed | 49e1dd1 | 1,084,370,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/ActivityEnabler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ActivitiesPreferencePage.java | Eclipse_Platform_UI |
5,239 | 15,822 | Bug 15822 [View Mgmt] Support to show a view without making it active | Console views and other output only views (e.g. JUnit Test Results) should show up without taking away focus from the currently active part. There is currently no way to do this and the workaround is remember the previously active view, show the ouput view, and then give focus back the previously active view. This resu... | 2002-05-12 07:43:25 | 1,021,200,000 | closed fixed | 5856401 | 1,084,370,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java 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/te... | Eclipse_Platform_UI |
5,240 | 59,162 | Bug 59162 Too many editor switching dialogs | A menu item for "Switch-To-Editor" does not belong at the top level of the Window menu and the current dialog is not something that we want to expose new users to. Suggest: Move the "Switch To Editor" to the keyboard shortcuts submenu Use the Ctrl-e accelerator Open the dropdown editor list Leave ctrl-shift-e bound to ... | 2004-04-19 17:49:59 | 1,082,410,000 | verified fixed | 3f1cf50 | 1,084,370,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/ActionFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorAreaHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/u... | Eclipse_Platform_UI |
5,241 | 52,378 | Bug 52378 [ViewMgmt] [New Look] JUnit icon doesn't update anymore [JUnit] | I20040217 See attached screen shot. The icon in the fast view shows an error although a tests passed green. | 2004-02-18 11:37:27 | 1,077,120,000 | resolved fixed | c56b7ce | 1,084,330,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowFastViewContribution.java | Eclipse_Platform_UI |
5,242 | 56,816 | Bug 56816 [Workbench] Error when dragging properties tab elsewhere on the tool | Steps to reproduce: Start the workbench Create a New Simple Project called Test Do File/New/Other, click on show all wizards Expand Example EMF Model Creation Wizards Select Ecore Model Click on Next Select Test Click on Next In the Model Object field, select EPackage Click on Finish Do Window/Show View/Properties (Not... | 2004-03-30 15:24:05 | 1,080,680,000 | resolved fixed | bf459ef | 1,084,330,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartStack.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/DefaultPartPresentation.java | Eclipse_Platform_UI |
5,243 | 56,503 | Bug 56503 [DetachedView] Tear-away tab groups should be redockable. | It should be possible to re-dock a torn away tab group instead of having to dock the individual tabs back in one at a time. | 2004-03-28 16:10:18 | 1,080,510,000 | resolved fixed | e04a85b | 1,084,320,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorSashContainer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSashContainer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/o... | Eclipse_Platform_UI |
5,244 | 61,509 | Bug 61509 [Preferences] Preferences.OK should be in a SafeRunnable. | 1. I downloaded the latest integration build (200405060200) 2. Updated to org.eclipse.jdt.cheetah04 (0.0.4). 3. Upon restart, I imported a .java file with generic class and generic methods, to test generic usage in Eclipse. 4. I went into the preferences menu, and selected Java/Compiler. On the Compliance and Classfile... | 2004-05-08 13:38:27 | 1,084,040,000 | closed fixed | 996e720 | 1,084,300,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
5,245 | 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.... | 2004-05-11 10:40:22 | 1,084,290,000 | closed fixed | 16632ed | 1,084,300,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
5,246 | 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. | 2004-05-09 14:44:08 | 1,084,130,000 | verified fixed | 22519d7 | 1,084,300,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/newresource/BasicNewProjectResourceWizard.java | Eclipse_Platform_UI |
5,247 | 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.... | 2004-05-11 11:32:47 | 1,084,290,000 | resolved fixed | a4b0a78 | 1,084,290,000 | 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... | Eclipse_Platform_UI |
5,248 | 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 ... | 2004-04-26 23:39:50 | 1,083,040,000 | closed fixed | e7f7b24 | 1,084,290,000 | 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 |
5,249 | 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. | 2004-05-11 11:58:01 | 1,084,290,000 | closed fixed | 1c61255 | 1,084,290,000 | 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 |
5,250 | 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. | 2004-05-11 08:21:14 | 1,084,280,000 | resolved fixed | d1e395d | 1,084,290,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ImageRegistry.java | Eclipse_Platform_UI |
5,251 | 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. | 2004-03-02 19:57:49 | 1,078,280,000 | verified fixed | 944bab9 | 1,084,290,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
5,252 | 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. | 2004-04-28 16:05:13 | 1,083,180,000 | verified fixed | 0694ecc | 1,084,280,000 | 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/inte... | Eclipse_Platform_UI |
5,253 | 9,826 | Bug 9826 [Contributions] ActionContributionItem caches Images forever | ActionContributionItem has an image cache that caches images forever, and won't release them until the Display goes down. If an Action updates its Image, such as a background color or foreground color action, It's ImageDescriptor is constantly changing. ActionContributionItem$ImageCache creates an SWT Image for each de... | 2002-02-14 11:31:05 | 1,013,700,000 | resolved fixed | 6338be7 | 1,084,220,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java | Eclipse_Platform_UI |
5,254 | 58,850 | Bug 58850 OutOfMemory Errors must not be silent | It is possible for an outof memory expection to occurr but the user has to be made aware that this occurred. I had a case where a build failed due to an out of memory exception and the only indication I had was a problem was added to the problems view. Unfortunately because the build failed there were many other proble... | 2004-04-16 11:14:59 | 1,082,130,000 | verified fixed | 8d5e191 | 1,084,220,000 | 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 |
5,255 | 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. | 2004-05-10 14:33:33 | 1,084,210,000 | closed fixed | 463d637 | 1,084,220,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java | Eclipse_Platform_UI |
5,256 | 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. | 2004-05-10 11:47:38 | 1,084,200,000 | closed fixed | e8ddd05 | 1,084,210,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/IntroPart.java | Eclipse_Platform_UI |
5,257 | 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. | 2004-05-06 16:50:31 | 1,083,880,000 | resolved fixed | bc99f2b | 1,084,200,000 | 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.j... | Eclipse_Platform_UI |
5,258 | 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? | 2004-05-09 19:43:12 | 1,084,150,000 | closed fixed | c77f5a5 | 1,084,200,000 | 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/E... | Eclipse_Platform_UI |
5,259 | 60,690 | Bug 60690 [Decorators] Decorator enablement does not work for super-interfaces | Build 200404281424. I have defined a lightweight decorator (my class implements ILightweightLabelDecorator). Setting enablement objectClass to a concrete class works as expected. Changing the objectClass to an interface that this concrete class indirectly implements does not work - decorate(...) does not get invoked. T... | 2004-05-01 21:24:55 | 1,083,460,000 | verified fixed | 9b68206 | 1,084,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActionExpression.java | Eclipse_Platform_UI |
5,260 | 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... | 2001-10-15 10:31:25 | 1,003,160,000 | resolved fixed | 674aa68 | 1,084,090,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveExtensionReader.java | Eclipse_Platform_UI |
5,261 | 55,822 | Bug 55822 [CoolBar] CoolBarManager.setLayout is poor API | build I20040323 CoolBarManager.setLayout has a couple of problems: 1. its Javadoc talks about internals 2. it takes an ArrayList of unspec'ed element type instead of IContributionItem[] 3. it talks about order, but really it allows the whole set of items to be replaced, not just reordered. Should change to take an ICon... | 2004-03-23 22:36:25 | 1,080,100,000 | resolved fixed | 477f7fb | 1,084,080,000 | 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/Workbench... | Eclipse_Platform_UI |
5,262 | 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? | 2004-05-07 14:38:42 | 1,083,960,000 | resolved fixed | 76893f3 | 1,083,980,000 | 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... | Eclipse_Platform_UI |
5,263 | 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. | 2004-05-06 10:28:37 | 1,083,850,000 | verified fixed | bcc985c | 1,083,960,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java | Eclipse_Platform_UI |
5,264 | 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 ... | 2004-05-06 23:47:58 | 1,083,900,000 | closed fixed | 1b35484 | 1,083,960,000 | 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 |
5,265 | 61,243 | Bug 61243 [RCP] remove dependence on core.runtime.compatibility | UIPlugin contains a reference of IPluginDescriptor. | 2004-05-06 11:52:52 | 1,083,860,000 | resolved fixed | 1792537 | 1,083,960,000 | 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 |
5,266 | 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. | 2004-02-12 15:07:10 | 1,076,620,000 | verified fixed | d720275 | 1,083,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PreferenceImportExportWizard.java | Eclipse_Platform_UI |
5,267 | 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. | 2004-04-28 16:32:27 | 1,083,180,000 | resolved fixed | b598f07 | 1,083,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/plugin/AbstractUIPlugin.java | Eclipse_Platform_UI |
5,268 | 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... | 2004-05-06 16:46:27 | 1,083,880,000 | verified fixed | 9bafbf1 | 1,083,950,000 | 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/Eclip... | Eclipse_Platform_UI |
5,269 | 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". | 2003-05-29 17:20:26 | 1,054,240,000 | resolved fixed | 752a424 | 1,083,940,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DialogCellEditor.java | Eclipse_Platform_UI |
5,270 | 33,628 | Bug 33628 [Preferences] provide API for showing a specified preference page | There is no way for a plugin to open the (workbench) preference dialog with a certain peference page selected. Enabling this would allow plugins to refer the user to a certain preference page, for example when a misconfiguration is detected during execution of an action. Also this enables developers to write a new sear... | 2003-03-02 12:45:26 | 1,046,630,000 | resolved fixed | 8120793 | 1,083,940,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
5,271 | 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 ... | 2004-03-30 15:57:06 | 1,080,680,000 | verified fixed | 3fe4656 | 1,083,940,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java | Eclipse_Platform_UI |
5,272 | 61,247 | Bug 61247 [ViewMgmt] ClassCastException with minimized views on startup | I200405060200 If you start a workbench that was shut down with minimized views you get the following stack trace: java.lang.ClassCastException at org.eclipse.ui.internal.PartStack.setState(PartStack.java:682) at org.eclipse.ui.internal.PartStack.restoreState(PartStack.java:567) at org.eclipse.ui.internal.RootLayoutCont... | 2004-05-06 12:18:53 | 1,083,860,000 | resolved fixed | 4a8a9d5 | 1,083,880,000 | 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 |
5,273 | 44,393 | Bug 44393 [Viewers] + shown in front of methods even if local types filter is on (different behaviour in outliner, members view and package explorer) | Test pass M4 - load JUnit - add an anonymous type to Assert#Assert - enable local type filter in Outliner observe: there is a plus in front of Assert which goes away when clicking on it. This might be JFace related but I would prefer that the plus is removed when the filter is switched on. - close Outliner - open Outli... | 2003-10-08 04:54:49 | 1,065,600,000 | resolved wontfix | e9c726e | 1,083,870,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
5,274 | 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. | 2004-05-05 11:32:13 | 1,083,770,000 | verified fixed | 3049588 | 1,083,870,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java | Eclipse_Platform_UI |
5,275 | 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 | 2004-04-30 16:46:40 | 1,083,360,000 | verified fixed | 0feab05 | 1,083,860,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java | Eclipse_Platform_UI |
5,276 | 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. | 2004-05-05 18:12:07 | 1,083,800,000 | verified fixed | 0518a36 | 1,083,850,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java | Eclipse_Platform_UI |
5,277 | 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. | 2004-05-04 21:55:14 | 1,083,720,000 | resolved fixed | 5bd9023 | 1,083,800,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/ProxyControl.java | Eclipse_Platform_UI |
5,278 | 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... | 2004-05-05 15:20:25 | 1,083,780,000 | resolved fixed | 1824810 | 1,083,800,000 | 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 |
5,279 | 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 ) | 2004-04-30 22:53:00 | 1,083,380,000 | verified fixed | ef2c60b | 1,083,790,000 | 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 |
5,280 | 48,667 | Bug 48667 [Properties View] DCR: PageBookView should support shared pages | There are valid cases where two+ IEditorParts would like to use the same shared page as their contributed page to the Properties View, and in our case, the GEF palette. For the properties view, returning a custom propertysheet page means that your Table widget is unique to the editor. So, if the user resizes the column... | 2003-12-12 16:41:38 | 1,071,270,000 | verified fixed | d250528 | 1,083,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PageBookView.java | Eclipse_Platform_UI |
5,281 | 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'... | 2003-08-20 14:41:50 | 1,061,400,000 | resolved fixed | bd20d47 | 1,083,780,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java | Eclipse_Platform_UI |
5,282 | 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. | 2004-05-04 11:17:05 | 1,083,680,000 | verified fixed | 6a99206 | 1,083,780,000 | 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... | Eclipse_Platform_UI |
5,283 | 60,829 | Bug 60829 [KeyBindings] Key bindings not updated properly in PDE editors | Build I20040428 + 1) Edit plugin.xml of org.eclipse.ui and uncomment the new manifest editor that is commented out. 2) Create a Hello, World plug-in, close the editor and open it with a new (uncommented) plug-in editor. 3) Switch to plugin.xml page 4) Switch to Dependencies page. Select one of the listed plug-ins 5) Pr... | 2004-05-03 17:59:48 | 1,083,620,000 | verified fixed | 569800c | 1,083,780,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java | Eclipse_Platform_UI |
5,284 | 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. | 2004-05-05 10:16:26 | 1,083,770,000 | resolved fixed | 06db62b | 1,083,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java | Eclipse_Platform_UI |
5,285 | 59,784 | Bug 59784 Need to animate progress error dialog | Up for opening and down for closing. | 2004-04-23 10:27:36 | 1,082,730,000 | verified fixed | cda36f7 | 1,083,770,000 | 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 |
5,286 | 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 >>" | 2004-04-29 06:13:47 | 1,083,230,000 | verified fixed | 876651f | 1,083,770,000 | 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 |
5,287 | 60,698 | Bug 60698 [Progress] ConcurrentModificationException in NewProgressViewer | null | 2004-05-02 12:06:45 | 1,083,510,000 | verified fixed | d66a41b | 1,083,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/GroupInfo.java | Eclipse_Platform_UI |
5,288 | 61,004 | Bug 61004 "Open user dialog" job should be marked as System job | N20040503 | 2004-05-05 05:00:44 | 1,083,750,000 | verified fixed | 331b545 | 1,083,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java | Eclipse_Platform_UI |
5,289 | 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... | 2004-03-08 09:12:51 | 1,078,760,000 | verified fixed | 47ccbbd | 1,083,760,000 | 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 |
5,290 | 60,997 | Bug 60997 Hard coded colour making text unreadable | The popup menu to select an editor (used when there are many editor windows open) is hard coded to a background colour of white. This is fine if you use a typical text colour of black. It's very bad if you use an inverted colour display scheme, as you end up with pale text on a white background, which is effectively un... | 2004-05-05 01:22:25 | 1,083,730,000 | closed fixed | 5f1d6e3 | 1,083,760,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/BasicStackList.java | Eclipse_Platform_UI |
5,291 | 60,699 | Bug 60699 [Progress] Widget is disposed Error in ProgressMonitorFocusJobDialog | null | 2004-05-02 12:33:33 | 1,083,520,000 | verified fixed | 0b1ddbc | 1,083,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java | Eclipse_Platform_UI |
5,292 | 60,783 | Bug 60783 [Dialogs] [Javadoc] Review of org.eclipse.jface.dialogs | Overall I think the documentation for this package is pretty clear. Warnings: IDialogBlockedHandler.java:26: warning - Tag @see: missing #: "IProgressMonitor.clearBlocked()" IDialogBlockedHandler.java:26: warning - Tag @see: can't find IProgressMonitor.clearBlocked() in org.eclipse.jface.dialogs.IDialogBlockedHandler I... | 2004-05-03 13:06:25 | 1,083,600,000 | closed fixed | b55db1f | 1,083,710,000 | 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.j... | Eclipse_Platform_UI |
5,293 | 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. ... | 2004-05-03 13:17:00 | 1,083,600,000 | closed fixed | 8bce563 | 1,083,700,000 | 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.ecl... | Eclipse_Platform_UI |
5,294 | 60,832 | Bug 60832 [Navigator] Open Resource should not offer to open derived resources | 1) Navigate>Open Resource... ->observe the dialog shows generated class files and copied resource files in the output folder These are both derived resources and it is almost never helpful to navigate to them. The simplest solution is to filter out resources which are marked as derived (search is using the same approac... | 2004-05-03 18:10:15 | 1,083,620,000 | resolved fixed | 069229a | 1,083,700,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/OpenResourceDialog.java | Eclipse_Platform_UI |
5,295 | 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. | 2004-03-22 10:08:05 | 1,079,970,000 | resolved fixed | 3b6c068 | 1,083,690,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java | Eclipse_Platform_UI |
5,296 | 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. | 2004-05-03 13:13:48 | 1,083,600,000 | closed fixed | a181060 | 1,083,690,000 | 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 |
5,297 | 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... | 2004-05-03 13:12:06 | 1,083,600,000 | closed fixed | be95edd | 1,083,690,000 | 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/ColorSelect... | Eclipse_Platform_UI |
5,298 | 60,918 | Bug 60918 [KeyBindings] Some key bindings not working | null | 2004-05-04 12:05:05 | 1,083,690,000 | verified fixed | d3e847d | 1,083,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeySequenceBindingNode.java | Eclipse_Platform_UI |
5,299 | 55,707 | Bug 55707 [Fonts/Colors] Consistant use of API | 200403230010 The new work to support toolbars in the tab folder requires the use of horizontal gradients, which is fine. However, they are currently being hardcoded. This should be specified by changing the "org.eclipse.ui.workbench.INACTIVE_TAB_VERTICAL" data element in the themes extension in org.eclipse.ui/plugin.xm... | 2004-03-23 11:51:29 | 1,080,060,000 | closed fixed | 6434a84 | 1,083,690,000 | 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_Platform_UI |
5,300 | 60,881 | Bug 60881 [Commands] Ctrl+S does not work | In I20040504-0800 Ctrl+S in a jave editor does not work. | 2004-05-04 09:53:15 | 1,083,680,000 | verified fixed | 8fdfce1 | 1,083,690,000 | 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 |
5,301 | 58,913 | Bug 58913 [Progress] [Javadoc] Review of "org.eclipse.ui.progress" | WARNINGS: -------- DeferredTreeContentManager.java:48: warning - @param argument "partSite" is not a parameter name. DeferredTreeContentManager.java:133: warning - @param argument "parent." is not a parameter name. DeferredTreeContentManager.java:300: warning - @param argument "parent." is not a parameter name. IProgre... | 2004-04-16 15:10:15 | 1,082,140,000 | closed fixed | ea1b989 | 1,083,690,000 | 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.workben... | Eclipse_Platform_UI |
5,302 | 60,236 | Bug 60236 [Progress] non-responsive blocked dialogs | When an operation is executed with IRunnableContext.run(false, false, ...) and a blocked dialog shows up, then the blocked dialog is not responsive since there is nobody to process the events. The non-responsiveness shows up as follows: - the details button is not responsive - the progress bars shown in the details are... | 2004-04-28 08:24:06 | 1,083,160,000 | verified fixed | 273533f | 1,083,680,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java | Eclipse_Platform_UI |
5,303 | 54,021 | Bug 54021 [EditorMgmt] Editor workbook appears inactive after drag | null | 2004-03-08 09:16:25 | 1,078,760,000 | resolved fixed | 22b1740 | 1,083,650,000 | 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/... | Eclipse_Platform_UI |
5,304 | 51,282 | Bug 51282 [RCP] WorkbenchAdvisor.preShutdown not called | From the class comment in WorkbenchAdvisor it looks like this should be used, but one of my test cases never receives the call. The test case I'm using has no windows, perhaps the intent is for #preShutdown to be used only when windows within the app are to be closed? At the very least, I think the comment should be up... | 2004-02-06 09:21:44 | 1,076,080,000 | resolved fixed | 7b430f1 | 1,083,640,000 | 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 |
5,305 | 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:... | 2004-04-29 19:25:11 | 1,083,280,000 | resolved fixed | 85e97b7 | 1,083,620,000 | 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/int... | Eclipse_Platform_UI |
5,306 | 58,050 | Bug 58050 [ViewMgmt] Return an ordered view stack | null | 2004-04-09 16:59:15 | 1,081,540,000 | closed fixed | 61f9f55 | 1,083,600,000 | 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 |
5,307 | 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 | 2004-04-30 13:08:37 | 1,083,340,000 | closed fixed | 57e0fbb | 1,083,600,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
5,308 | 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. | 2004-04-28 12:30:16 | 1,083,170,000 | closed fixed | a1434cd | 1,083,600,000 | 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/applica... | Eclipse_Platform_UI |
5,309 | 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 ... | 2004-04-26 11:41:34 | 1,082,990,000 | resolved fixed | 857096e | 1,083,590,000 | 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 |
5,310 | 54,781 | Bug 54781 [RCP] Need API for configuring fast view bar initial location | null | 2004-03-14 22:16:20 | 1,079,320,000 | resolved fixed | f0c57a3 | 1,083,360,000 | 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 |
5,311 | 41,152 | Bug 41152 [ViewMgmt] [RCP] Closing views closes perspective | Build: I20030730 If you close all parts in a workbench page, the page is closed automatically. This is very disorienting if you were closing the last view and then planning to open another view, or working in a perspective with only editors, and then have the perspective disappear when the last editor is closed. The pl... | 2003-08-05 12:10:03 | 1,060,100,000 | resolved fixed | 798c127 | 1,083,360,000 | 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/ecl... | Eclipse_Platform_UI |
5,312 | 60,445 | Bug 60445 [Progress] PROPERTY_IN_DIALOG not set to false when preference run in background is set | 1) check the preference Workbench>"Run user actions in background where possible" 2) perform a CVS compare ->the resulting dialog pops-up immediatly, it isn't kept until I ask for it. I would have expected the same behaviour as if having pressed "Run in Background", i.e., the results are kept. The problem is that the P... | 2004-04-29 11:49:48 | 1,083,250,000 | verified fixed | 07c9d56 | 1,083,350,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java | Eclipse_Platform_UI |
5,313 | 60,044 | Bug 60044 [EditorMgmt] Opening the editor tab's system menu restores all open editors? | null | 2004-04-26 18:32:37 | 1,083,020,000 | closed fixed | e878abb | 1,083,340,000 | 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 |
5,314 | 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. | 2004-03-23 23:41:52 | 1,080,100,000 | verified fixed | 8e5f2ba | 1,083,330,000 | 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.jav... | Eclipse_Platform_UI |
5,315 | 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... | 2004-03-29 16:34:03 | 1,080,600,000 | verified fixed | fd70936 | 1,083,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java | Eclipse_Platform_UI |
5,316 | 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 ... | 2004-03-10 13:07:52 | 1,078,940,000 | verified fixed | 3e9ec25 | 1,083,270,000 | 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/IDEWorkbenchAd... | Eclipse_Platform_UI |
5,317 | 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 ... | 2004-03-04 09:02:13 | 1,078,410,000 | verified fixed | 0b096c8 | 1,083,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeySequenceBindingNode.java | Eclipse_Platform_UI |
5,318 | 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 ... | 2004-03-19 18:33:42 | 1,079,740,000 | closed fixed | 68f2ee9 | 1,083,260,000 | 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/o... | Eclipse_Platform_UI |
5,319 | 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 | 2004-04-16 15:44:13 | 1,082,140,000 | resolved fixed | 370fb5e | 1,083,260,000 | 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 |
5,320 | 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 | 2004-03-12 05:27:46 | 1,079,090,000 | verified fixed | 44ae9fe | 1,083,250,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java | Eclipse_Platform_UI |
5,321 | 60,227 | Bug 60227 [Progress] support for clients implementing IRunnableContext | Clients which implement IRunnableContext directly need some support so that they can also show the BlockedJobsDialog. These clients currently typically run an operation as follows (for example SearchDialog): ModalContext.run(runnable, fork, getProgressMonitor(), getShell().getDisplay ()); One idea is to provide them wi... | 2004-04-28 06:49:27 | 1,083,150,000 | verified fixed | bf47ab9 | 1,083,180,000 | 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.j... | Eclipse_Platform_UI |
5,322 | 51,730 | Bug 51730 [Help] IllegalArgumentExcpetion using F1 on an action with no help context | I200402102000 If an action has no registered a help context, you get the following IllegalArgumentException if F1 is triggered for the action: Thread [main] (Suspended (exception IllegalArgumentException)) WorkbenchHelp.displayContext(IContext, int, int) line: 232 WorkbenchHelp$6.helpRequested(HelpEvent) line: 765 Type... | 2004-02-11 14:01:31 | 1,076,530,000 | verified fixed | 1de6442 | 1,083,180,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/help/WorkbenchHelp.java | Eclipse_Platform_UI |
5,323 | 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. | 2004-04-27 18:46:57 | 1,083,110,000 | resolved fixed | 5357a72 | 1,083,170,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/ws/CommandCallback.java | Eclipse_Platform_UI |
5,324 | 45,108 | Bug 45108 [Contributions] SubContributionManger.find(String) throws exception | I20031015 I wrote the following code: // @see EditorActionBarContributor#contributeToStatusLine public void contributeToStatusLine(IStatusLineManager statusLineManager) { super.contributeToStatusLine(statusLineManager); if (statusLineManager.find("<someString>") != null) statusLineManager.insertBefore("<someString>",(I... | 2003-10-17 11:00:14 | 1,066,400,000 | verified fixed | 78ba5e1 | 1,083,160,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubContributionManager.java | Eclipse_Platform_UI |
5,325 | 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. | 2003-10-02 08:59:12 | 1,065,100,000 | verified fixed | d07eb7c | 1,083,160,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
5,326 | 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.) | 2004-03-29 04:30:34 | 1,080,550,000 | verified fixed | b00193a | 1,083,160,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/KeysPreferencePage.java | Eclipse_Platform_UI |
5,327 | 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... | 2004-04-16 09:17:08 | 1,082,120,000 | verified fixed | 0be6950 | 1,083,160,000 | 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 |
5,328 | 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 | 2004-04-21 12:47:57 | 1,082,570,000 | closed fixed | f84264f | 1,083,150,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/activities/ws/EnablementDialog.java | Eclipse_Platform_UI |
5,329 | 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. | 2004-04-27 15:52:15 | 1,083,100,000 | closed fixed | 79df9ed | 1,083,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.