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 |
|---|---|---|---|---|---|---|---|---|---|---|
4,230 | 108,033 | Bug 108033 [WorkbenchParts] regression: View Tab Orders lost after restart | This is was working in 3.1, but as of 3.2M1, my view tabs no longer stay in order after I restart. For example, at the bottom of my screen, I have [Problems, Tasks, Console, Debug, Breakpoints, ...] in a single tab group. After restart, they are in a different order. It almost seems like they are being grouped by the f... | 2005-08-25 14:40:44 | 1,125,000,000 | verified fixed | 8c5df92 | 1,131,460,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/ViewStack.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/util/TabbedStackPresentation.java tests/org.eclipse.ui.tests/Eclipse UI ... | Eclipse_Platform_UI |
4,231 | 62,380 | Bug 62380 [FastViews] View menu keyboard shortcut not working in fast views | I200405140800 (and for some time back) The view menu shortcut (Ctrl+F10) doesn't work in fast views. Test case: - Open Navigator view (or any other view) as non-fast view. - Press Ctrl+F10 -> View menu opens - Change Navigator view to fast view. - Press Ctrl+F10 -> Nothing happens. In JDT UI's pop up outline and type h... | 2004-05-14 17:53:53 | 1,084,570,000 | verified fixed | baff833 | 1,131,390,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/ShowPartPaneMenuAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/... | Eclipse_Platform_UI |
4,232 | 115,304 | Bug 115304 [Progress] Color and Cursor leaks in ProgressInfoItem | null | 2005-11-07 09:18:20 | 1,131,370,000 | verified fixed | 2d4042b | 1,131,390,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java | Eclipse_Platform_UI |
4,233 | 114,665 | Bug 114665 [Import/Export] - Import existing projects into workspace - didn't copy files | I20051101-1204 (setup) - launch a runtime workspace - in that workspace, create a plug-in project called "Scratch". Accept all the defaults of the wizard and choose "Custom plug-in wizard" as the template - when the project has been created, quit the runtime workspace (bug) - now from the host workspace, choose import/... | 2005-11-01 17:17:46 | 1,130,880,000 | verified fixed | 49cddb5 | 1,131,380,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java | Eclipse_Platform_UI |
4,234 | 80,644 | Bug 80644 [KeyBindings] misc: Wrong shortcut displayed in menu for copy using Emacs | Version: 3.1.0 Build id: 200412070800 Copy in Emacs is "Alt-W", the shortcut works perfectly but all the menus in Eclipse show "Ctrl-c" as the copy shortcut, which has other semantics in the Emacs configuration. Similarly, the standard shortcuts to cut and paste text are "Ctrl-w" and "Ctrl-y", but the menus indicate "S... | 2004-12-09 16:09:03 | 1,102,630,000 | verified fixed | 2e3290c | 1,131,380,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java | Eclipse_Platform_UI |
4,235 | 72,498 | Bug 72498 [DetachedView] Detached windows have no minimum size | 1)Create a detached window. 2)Grab a handle and make it as small as you can. The result is box just a few square pixels big. This doesn't follow the same behaviour as embedded views in eclipse - where views have to at least show part of the tab. Windows also enforces a minimum shell size. | 2004-08-24 09:37:29 | 1,093,350,000 | verified fixed | 3953c75 | 1,131,380,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/presentations/util/TabbedStackPresentation.java | Eclipse_Platform_UI |
4,236 | 111,839 | Bug 111839 [ActivityMgmt] e.printStackTrace() in ActivityCategoryPreferencePage | } catch (DeviceResourceException e) { e.printStackTrace(); // ignore } This should probably be logged, rather than printed to the console. | 2005-10-06 16:17:11 | 1,128,630,000 | verified fixed | 8929c89 | 1,131,370,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java | Eclipse_Platform_UI |
4,237 | 109,544 | Bug 109544 [Themes] Make org.eclipse.ui.internal.themes.ColorUtils public API | Make the org.eclipse.ui.internal.themes.ColorUtils part of the public API | 2005-09-14 16:09:15 | 1,126,730,000 | verified fixed | e8d745c | 1,131,370,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorDefinition.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorUtils.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/RGBContrastFactory.java bundles/org.eclipse.ui.workbench/E... | Eclipse_Platform_UI |
4,238 | 114,962 | Bug 114962 [Decorators] Remove DecoratorUpdateListener class from IDE plug-in | DecoratorUpdateListener class should be removed as it is just experimental in 3.2 (see org.eclipse.ui.ide plugin) | 2005-11-03 13:39:55 | 1,131,040,000 | verified fixed | 096a8b8 | 1,131,140,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/internal/decorators/DecoratorUpdateListener.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DeclarativeDecorator.java bundles/org.eclipse.ui.workbe... | Eclipse_Platform_UI |
4,239 | 114,784 | Bug 114784 [Markers][WorkingSets] Strange working set name "Aggregate for window 1130948898218" | [I20051102-0010] In the Problems view, click on "Configure Filters...", then click the "Select..." button to select a working set and select "Window Working Sets". (Why plural? The dialog says: "Select a working set", so I would expect just "Window Working Set") Click OK -> The dialog now displays a strangely named wor... | 2005-11-02 11:39:47 | 1,130,950,000 | verified fixed | 9a5a7a3 | 1,131,140,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java | Eclipse_Platform_UI |
4,240 | 100,916 | Bug 100916 [Markers] MarkerImageProviderTest is using a missing image | null | 2005-06-20 13:55:34 | 1,119,290,000 | verified fixed | 4902cd7 | 1,131,140,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/MarkerImageProviderTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/adaptable/TestMarkerImageProvider.java | Eclipse_Platform_UI |
4,241 | 114,819 | Bug 114819 [Progress] Groups show up twice in the progress view | 20051102 If you start up a job in a group the group will show up twice in the progress view. STEPS 1) Load the jobs example 2) Start a job in a group 3) Groups show up twice | 2005-11-02 14:28:24 | 1,130,960,000 | verified fixed | 73056e4 | 1,131,140,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressViewUpdater.java | Eclipse_Platform_UI |
4,242 | 114,615 | Bug 114615 [Markers] No feedback for 'Completed' tasks | There's not longer any 'check box' indicator on the Tasks View so clients can't determine whether a task has been completed or not... This is a regression... | 2005-11-01 14:54:31 | 1,130,870,000 | verified fixed | d870b31 | 1,131,140,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkView.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TaskView.java | Eclipse_Platform_UI |
4,243 | 80,833 | Bug 80833 [Import/Export] Import exisiting should pre-check for project already in workspace | While it is good that it lets you import projects in the default workspace location, it should not let you select projects that already exist in the workspace (since importing such a project will fail). When searching for .project files in the file system, it could use IWorkspaceRoot.findFilesForLocation followed by ch... | 2004-12-13 11:58:29 | 1,102,960,000 | verified fixed | a9cb0ea | 1,131,130,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java | Eclipse_Platform_UI |
4,244 | 114,514 | Bug 114514 [WorkingSets] Need API to detect whether a working set provide an updater or not | I20051101-0010 During M3 test pass we dicovered scenarios where the package explorer gets into an inconsistent state when using working sets different than the Java or resource working set. The problem is that the package explorer relies on the existence of an updater class for the working set. However not all working ... | 2005-11-01 09:18:46 | 1,130,850,000 | verified fixed | 9bce6e0 | 1,131,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSet.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AggregateWorkingSet.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkingSet.java | Eclipse_Platform_UI |
4,245 | 72,297 | Bug 72297 [DnD] ViewerDropAdapter impossible to set DND.FEEDBACK_NONE | It is not possible to disable selection feedback in ViewerDropAdapter. There are setFeedbackEnabled(false) and setScrollExpandEnabled(false) methods to turn off the feedback effects. If those methods are used, selection feedback still provided. It is not possible to turn it off, elements are still selected when drag is... | 2004-08-19 13:24:27 | 1,092,940,000 | verified fixed | 62bd24a | 1,131,120,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java | Eclipse_Platform_UI |
4,246 | 114,637 | Bug 114637 [Preferences] PlatformUI.getPreferenceStore() != WorkbenchPlugin.getPreferenceStore() | Somehow these two preference stores are no longer the same. This is causing all kinds of problems in themes because we're hooking theme listeners to one and then firing changes at another. As a result, themes just aren't working. I'm going to investigate | 2005-11-01 15:33:58 | 1,130,880,000 | verified fixed | dec58c2 | 1,131,120,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/BuildOrderPreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourcePatternFilter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/... | Eclipse_Platform_UI |
4,247 | 114,488 | Bug 114488 [WorkingSets] select working set dialog should be resizable | null | 2005-11-01 05:23:47 | 1,130,840,000 | verified fixed | 44b94ca | 1,131,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/SelectWorkingSetsAction.java | Eclipse_Platform_UI |
4,248 | 109,977 | Bug 109977 [Import/Export] wizard: Order of group nodes | 20050920 I think it would be best if the 'General' node is always first, and the 'Other' node always last. All other nodes would be in-between and sorted by name. It seem to me that currently all nodes are sorted by name. Maybe it would also make sense to not have a 'General' node, but to keep these entries top level, ... | 2005-09-20 05:31:29 | 1,127,210,000 | verified fixed | 8c7717e | 1,131,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/DataTransferWizardCollectionSorter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java bundles/org.ecl... | Eclipse_Platform_UI |
4,249 | 114,240 | Bug 114240 [Themes] New Dialog fonts don't take | Build: I-20051025-0800 Window > Preferences > General > Appearance > Color and Fonts > Dialog Font. Change the font to Italics 12 for example. Press OK everywhere you can. Close the preferences dialog. Reopen it. The new fonts have not taken effect. They also do not take effect in any wizard, etc. | 2005-10-28 15:25:14 | 1,130,530,000 | verified fixed | 0bb91fe | 1,130,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
4,250 | 114,773 | Bug 114773 [Markers] Redundant information in the Problems view when Flat | null | 2005-11-02 11:07:10 | 1,130,950,000 | verified fixed | c853fe7 | 1,130,950,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldHierarchy.java | Eclipse_Platform_UI |
4,251 | 114,742 | Bug 114742 Please disable Multi Quick fix support in the problems view for M3 | null | 2005-11-02 07:01:36 | 1,130,930,000 | verified fixed | 7dbbcd1 | 1,130,940,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionResolveMarker.java | Eclipse_Platform_UI |
4,252 | 114,598 | Bug 114598 ClassCastException when menu popped up on Pending. | java.lang.ClassCastException: org/eclipse/ui/internal/progress/PendingUpdateAdapter incompatible with org/eclipse/ui/views/markers/internal/MarkerNode at org.eclipse.ui.views.markers.internal.Util.isSingleConcreteSelection(Util.java:289) at org.eclipse.ui.views.markers.internal.ActionRevealMarker.selectionChanged(Actio... | 2005-11-01 14:21:52 | 1,130,870,000 | verified fixed | d66a134 | 1,130,880,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerSelectionProviderAction.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/Util.java | Eclipse_Platform_UI |
4,253 | 114,542 | Bug 114542 [Markers] Possible to get empty path nodes in problems view hierarcahl mode | 20051101 Warnings on the top level of a project ended up having an empty label. STEPS 1) Change filters to show selected elements and children 2) Go into hierarchal mode 3) Select org.eclipse.ui.tests | 2005-11-01 10:35:07 | 1,130,860,000 | verified fixed | 7cea000 | 1,130,880,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldHierarchy.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldProject.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/mar... | Eclipse_Platform_UI |
4,254 | 114,541 | Bug 114541 [Markers] ClassCastException selecting element in problems tree | 20051101 When you select the first element in a tree in the problems view hierarchal mode you get the following exception: !ENTRY org.eclipse.jface 4 2 2005-11-01 10:31:42.843 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.ClassCastException at org.eclipse.ui.views.m... | 2005-11-01 10:33:11 | 1,130,860,000 | verified fixed | 046d2a0 | 1,130,870,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java | Eclipse_Platform_UI |
4,255 | 114,550 | Bug 114550 IndexOutOfBoundsException in Problems Hierarchal Mode | 20051101 I am not sure how I got this but I was switching to the ColorSelector.java in hierarchal mode (which has no hierarchy) Caused by: java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.ui.views.markers.internal.MarkerAdapter.buildHierarchy(MarkerAdapter.java:308) at org.eclipse.ui.views.markers.internal.Ma... | 2005-11-01 10:53:46 | 1,130,860,000 | verified fixed | 045834f | 1,130,870,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java | Eclipse_Platform_UI |
4,256 | 114,390 | Bug 114390 [Markers] Show In menu item enabled for categories | 20051025 The Show In menu item is enabled for categories. Not only is it meaningless it generates the following exception: !ENTRY org.eclipse.ui 4 0 2005-10-31 13:41:50.296 !MESSAGE java.lang.ClassCastException !STACK 0 java.lang.ClassCastException at org.eclipse.ui.views.markers.internal.MarkerView$4.getShowInContext(... | 2005-10-31 13:43:38 | 1,130,780,000 | verified fixed | 73103bc | 1,130,790,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionCopyMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionOpenMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionProblemProperties.java bundles/org.eclipse.ui.ide/src/org/eclip... | Eclipse_Platform_UI |
4,257 | 114,251 | Bug 114251 [Working Sets] Select Working Sets dialog nitpicks | List has no border. If empty Edit... and Remove should be disabled. | 2005-10-28 16:16:11 | 1,130,530,000 | verified fixed | b6bb170 | 1,130,580,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/SelectWorkingSetsAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AbstractWorkingSetDialog.java | Eclipse_Platform_UI |
4,258 | 113,911 | Bug 113911 FilteredTree - category with no matching children should not appear in Show View dialog | Open the Show View dialog and type Java as the filter text. Notice there is a category that appears that has no children (Java Browsing). A category that has no matching children should not appear in the tree since in this case selecting a category is meaningless, unlike in the Preferences dialog. | 2005-10-26 18:22:00 | 1,130,370,000 | verified fixed | c782ba3 | 1,130,520,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewPatternFilter.java | Eclipse_Platform_UI |
4,259 | 110,285 | Bug 110285 [WorkbenchParts] New API EditorPart.setInputWithNotify needs clarification | I20050921-2000 In 3.2 new protected EditorPart.setInputWithNotify(IEditorInput) has been introduced and the existing method EditorPart.setInput(IEditorInput) has been deprecated. I see the following problems with this - there's no caller of this API in the SDK and so far no request on the mailing lists describing to cl... | 2005-09-22 02:41:33 | 1,127,370,000 | verified fixed | 4777697 | 1,130,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IReusableEditor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/EditorPart.java | Eclipse_Platform_UI |
4,260 | 114,089 | Bug 114089 [WorkingSets] Updater class for resource working sets | I20051025-0800 JDT is getting more and more requests that the package explorer is able to show resource working sets as well as Java working sets. I added some code to the package explorer that enables showing resource working sets iff the top level elements of the working set are projects (otherwise it will be difficu... | 2005-10-28 08:04:28 | 1,130,500,000 | verified fixed | 5df47aa | 1,130,510,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ResourceWorkingSetUpdater.java | Eclipse_Platform_UI |
4,261 | 104,900 | Bug 104900 [WorkbenchParts] it appears as though there is either unnecessary code or a resource cleanup bug in the editor loading code | Hi there, I noticed a possible problem in the editor part creation code. My observation is that it seems likely to be one of the following - there is a resource cleanup bug - there is unnecessary code It should be easy to see and verify from code inspection and a bit of debugging. package: org.eclipse.ui.internal class... | 2005-07-22 18:06:51 | 1,122,070,000 | verified fixed | 8c1ac03 | 1,130,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorReference.java | Eclipse_Platform_UI |
4,262 | 113,575 | Bug 113575 [Dialogs] opening a dialog on top of PopupDialog closes the popup | null | 2005-10-24 14:11:34 | 1,130,180,000 | verified fixed | 7804860 | 1,130,460,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java | Eclipse_Platform_UI |
4,263 | 108,324 | Bug 108324 [MPE] MultiPageSelectionProvider should implement IPostSelectionProvider | The current MultiPageSelectionProvider doesn't implement IPostSelectionProvider. This means that any editor parts within the multi-page editor part can not forward post selection to the selection service and anyone listening to the service. SSE is trying to remove our own internal selection management but this makes it... | 2005-08-29 17:23:03 | 1,125,350,000 | closed fixed | 52adbbf | 1,130,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageSelectionProvider.java tests/org.eclipse.ui.tests/Eclipse UI Tests/or... | Eclipse_Platform_UI |
4,264 | 113,821 | Bug 113821 [Markers] Poor job name: Fetching children of Searching for markers | Build id: I20051025-0800 1) Open the progress view and the problems view 2) Start a long build. There is a job in the progress view called "Fetching children of Searching for markers". First, this is not a good name. Second, it should probably be a system job. | 2005-10-26 11:21:35 | 1,130,340,000 | verified fixed | 260e053 | 1,130,430,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java | Eclipse_Platform_UI |
4,265 | 113,688 | Bug 113688 NPE trying to set the selected resources for an external tool builder | Using I20051025-0800, I defined an external tool builder to use a specific ant script. So far, so good. Then I wanted to get a refresh on selected resources because I am copying a jar file in another project. When I clicked on the button to select the resources I want to be refreshed I got this NPE. java.lang.NullPoint... | 2005-10-25 14:49:30 | 1,130,270,000 | verified fixed | 2bd51fc | 1,130,340,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java | Eclipse_Platform_UI |
4,266 | 113,557 | Bug 113557 [Markers] Class cast exception when selecting all in problems view | Version: 3.2.0 Build id: N20051021-0010 When pressing Ctrl-A (select all) in the problems or tasks view the following exception is thrown: !ENTRY org.eclipse.ui 4 0 2005-10-24 17:55:42.966 !MESSAGE org.eclipse.jface.viewers.TreeViewer !STACK 0 java.lang.ClassCastException: org.eclipse.jface.viewers.TreeViewer at org.ec... | 2005-10-24 12:00:54 | 1,130,170,000 | verified fixed | cd30df3 | 1,130,270,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionCopyMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionDeleteCompleted.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionMarkCompleted.java bundles/org.eclipse.ui.ide/src/org/ecli... | Eclipse_Platform_UI |
4,267 | 113,582 | Bug 113582 Deadlock updating marker list during builds. | I hot a deadlock involving jobs. The only two parties involved appear to be the problems view and the editor being saved. From the stacktrace, It's not obvious to me why the deadlock has occurred. I'm assigning it to Tod since the Problems view is involved but it could also be a problem in the Jobs framework so I've co... | 2005-10-24 15:13:12 | 1,130,180,000 | verified fixed | f030978 | 1,130,190,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java | Eclipse_Platform_UI |
4,268 | 102,893 | Bug 102893 [WorkingSets] Nested WorkingSets | Hello, I'm a big user of different working sets, and recently I've notice the need of nested grouping (Working sets within working sets). That way, one can have more control and a better organization of the workingspace. In my case I have a working set for my office, one for personal projects, one for testing and a cou... | 2005-07-06 13:14:59 | 1,120,670,000 | verified fixed | 5d7463a | 1,130,180,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkingSetAdapterFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSet.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSet... | Eclipse_Platform_UI |
4,269 | 113,276 | Bug 113276 ModelProvider patch to support logical models | Here is a patch that includes the capability to support the batching of resource mappings by model provider. We need this so we can obtain, using the adaptable mechanism, model related funtionality for performing operations on a set of resource mappings that all originate from the same model. | 2005-10-20 16:08:15 | 1,129,840,000 | resolved fixed | b6fea8b | 1,129,920,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/CompositeResourceMapping.java | Eclipse_Platform_UI |
4,270 | 108,162 | Bug 108162 [Progress] [IDE] Deadlock using MoveFilesAndFoldersOperation from a refactoring participant | We provide a Resource Move refactoring participant for resources managed by our plug-in. The following line of code in the participant causes the deadlock: new MoveFilesAndFoldersOperation(<the active shell>).copyResources(<some resources>, <destination container>); The MoveFilesAndFoldersOperation class is from the "o... | 2005-08-26 14:27:00 | 1,125,080,000 | verified fixed | a2be951 | 1,129,840,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/WorkspaceModifyOperation.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/concurrency/ConcurrencyTestSuite.java | Eclipse_Platform_UI |
4,271 | 113,255 | Bug 113255 Double click should expand import/export trees | In the new Import and Export dialog, the tree should be expandable using double- click. It currently is not. | 2005-10-20 12:34:53 | 1,129,830,000 | verified fixed | c6197a9 | 1,129,840,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java | Eclipse_Platform_UI |
4,272 | 72,374 | Bug 72374 [Dialogs] Provide a generic info pop dialog | There are several places in the GUI where user create a "info pop-up" dialog. Unfortunately, as it is now, these dialogs are written from scratch and share little common code. A utility class for creating such dialogs would reduce code, and help to ensure a common look & feel. These are the characteristics I see as bei... | 2004-08-20 15:26:46 | 1,093,030,000 | verified fixed | b20256b | 1,129,820,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java | Eclipse_Platform_UI |
4,273 | 113,085 | Bug 113085 [Perspectives] perspectiveExtension: required attribute "relative"? | created a perspectiveExtension/view but get the error Plugin NJVPlugin, extension org.eclipse.ui.perspectiveExtensions Required attribute 'relative' not defined Unable to process element: view in perspective extension: null filed "relative" is not marked as required. | 2005-10-19 10:14:32 | 1,129,730,000 | verified fixed | d7b7e88 | 1,129,820,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveExtensionReader.java | Eclipse_Platform_UI |
4,274 | 70,597 | Bug 70597 [DnD] Drag and Drop PluginTransferData confusion | When I read the javadoc of PluginTransferData it states "The workbench will automatically create instances of this class as required. It is not intended to be instantiated or subclassed by clients.". However, the two examples I've seen (Eclipse.org article and readme example) both instantiate the class. I can't see how... | 2004-07-21 22:38:15 | 1,090,460,000 | verified fixed | 9493528 | 1,129,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PluginTransferData.java | Eclipse_Platform_UI |
4,275 | 105,874 | Bug 105874 [DnD] [RCP] Unable to perform DROP_LINK operations in the editor area | I am trying to support dropping of links from Internet Explorer to the blank editor area (WorkbenchWindow?) of our RCP application. As far as I can tell from examining the Eclipse source code, IE wants this operation to be a DROP_LINK. It would seem that the DropTarget object being instantiated automatically by the RCP... | 2005-08-02 19:35:27 | 1,123,030,000 | verified fixed | 3aca513 | 1,129,750,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorSashContainer.java | Eclipse_Platform_UI |
4,276 | 105,351 | Bug 105351 [Presentations] Exception AbstractTabFolder.getItem | null | 2005-07-27 13:47:29 | 1,122,490,000 | verified fixed | 196876d | 1,129,750,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/util/ReplaceDragHandler.java | Eclipse_Platform_UI |
4,277 | 71,600 | Bug 71600 [DetachedView] Cannot get Focus on main window title/menus after dialog box closes | 1 Tear off the package explorer and give it the focus 2 Refresh a project via the package explorer, causing the progress box to appear. 3 Wait for the progress box to close on its own. At this point click on the title, menu, or shortcut bars has no effect, and does not change the focus. I have to click on one of the ma... | 2004-08-06 16:41:21 | 1,091,820,000 | verified fixed | 21ea03f | 1,129,750,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
4,278 | 112,136 | Bug 112136 ImportTestSource directory left in home directory after running tests | null | 2005-10-10 16:22:40 | 1,128,980,000 | verified fixed | 5d94b94 | 1,129,580,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/DataTransferTestCase.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ExportFileSystemOperationTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/ImportExistingTest.java | Eclipse_Platform_UI |
4,279 | 112,106 | Bug 112106 [KeyBindings] Changed shortcut keys don't take effect | I have just changed the shortcut key mapping for a few commands, but they don't all seem to take effect. For example, I just mapped Source > Format to F11, and it shows up that way in Window > Preferences > General > Keys as well as in Help > Key Assist, but the F11 key doesn't format, and the shortcut key displayed in... | 2005-10-10 08:00:46 | 1,128,950,000 | verified fixed | 2156897 | 1,129,230,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java | Eclipse_Platform_UI |
4,280 | 112,490 | Bug 112490 Patch to fix the mess I made | I have done bad things. I now prostrate myself and humbly ask that some gracious soul submit this patch (which I will attach forthwith) so that I may redeem myself. Basically, I (well really John but I made him do it) moved the ResourceMapping stuff to API but we missed a few things that needed to be done, causing grea... | 2005-10-13 10:00:17 | 1,129,210,000 | verified fixed | 9d4276c | 1,129,210,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IContributorResourceAdapter2.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/DefaultContributorResourceAdapter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IContributorResourceAdapter2.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui... | Eclipse_Platform_UI |
4,281 | 104,047 | Bug 104047 [Dialogs] Incorrect Output from DialogSettings.save() | The XML produced by the DialogSettings.save() method is not correct. If multiple arrayItems exist, every element after the first will have an extra "value" attribute. Here is a code snipet to illustrate: IDialogSettings export = new DialogSettings("Example"); String[] values1 = { "value1", "value2" }; export.put("key1"... | 2005-07-15 13:17:26 | 1,121,450,000 | verified fixed | 7fd868d | 1,129,150,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java | Eclipse_Platform_UI |
4,282 | 83,711 | Bug 83711 [JFace] NPE in DeviceResourceManager.allocate() | Using I20050125-0800, I keep on getting these SWT errors: Error Jan 26, 2005 15:36:05.797 Failed to execute runnable (java.lang.NullPointerException) org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2837) at org.eclipse.swt.SWT.error(SWT.jav... | 2005-01-26 09:40:21 | 1,106,750,000 | verified fixed | d963f8c | 1,129,150,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ResourceManager.java | Eclipse_Platform_UI |
4,283 | 112,240 | Bug 112240 [Viewers] TableLayout should also support trees. | 3.1 The TableLayout class cannot layout trees. As they now support columns we should also allow it to be applied. | 2005-10-11 14:13:30 | 1,129,050,000 | verified fixed | 2326ffb | 1,129,140,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableLayout.java | Eclipse_Platform_UI |
4,284 | 112,247 | Bug 112247 [Preferences] [RCP] Should remove unused prefs for showing action bars | 3.1 In WorkbenchPreferenceInitializer, we have: node.putBoolean(IPreferenceConstants.SHOW_SHORTCUT_BAR, true); node.putBoolean(IPreferenceConstants.SHOW_STATUS_LINE, true); node.putBoolean(IPreferenceConstants.SHOW_TOOL_BAR, true); but these prefs are never read anywhere. Should delete this code and the corresponding c... | 2005-10-11 15:07:27 | 1,129,060,000 | verified fixed | 453e45b | 1,129,060,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IPreferenceConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java | Eclipse_Platform_UI |
4,285 | 11,428 | Bug 11428 Wildcard search does not work | The query syntax says * and ? are supported, but searching for proj* brings 0 hits. It does not work in any driver since 20020228 until most recent 20020314 | 2002-03-14 22:19:14 | 1,016,160,000 | resolved fixed | d3923eb | 1,129,060,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/HeapStatus.java | Eclipse_Platform_UI |
4,286 | 111,429 | Bug 111429 [Markers] Multi-select quickfix does not batch confirmation and stops on first failure | null | 2005-10-04 08:42:39 | 1,128,430,000 | verified fixed | 8308218 | 1,129,040,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionPage.java | Eclipse_Platform_UI |
4,287 | 11,983 | Bug 11983 Run time workbench wizard has title cut off for large fonts. | If the Header font is set to a large (24 point) font then the titles of the Run with Workbench Wizard are cut off. STEPS 1) Select Preferences-> Fonts 2) Set the Header font to 24 point 3) Select Run with - Runtime Workbench 4) Title will be cut off | 2002-03-20 14:42:26 | 1,016,650,000 | closed fixed | 697ae69 | 1,128,980,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java | Eclipse_Platform_UI |
4,288 | 110,076 | Bug 110076 [Undo] Undo/RedoActionHandler nits | The UndoActionHandler and RedoActionHandler have some small nits. These come up when setting the handlers for undo/redo actions on the toolbar. 1. they don't set the DisabledImageDescriptor 2. they don't set the tool tip text to describe the undo/redo about to be performed The second one is really an OperationHistoryAc... | 2005-09-20 14:36:49 | 1,127,240,000 | verified fixed | 5cbd38a | 1,128,970,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/RedoActionHandler.java bundles/org.eclipse.ui.workbenc... | Eclipse_Platform_UI |
4,289 | 111,889 | Bug 111889 [Preferences] NPE in Editors preference page | I was switching on multiple editor tabs in the Editors preference page. I clicked the checkbox using the mouse and then hit enter to close the dialog. For some reason I was greeted with the following: ava.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchWindow.showHeapStatus(WorkbenchWindow.java:3173) at o... | 2005-10-07 08:43:44 | 1,128,690,000 | verified fixed | 9238142 | 1,128,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
4,290 | 111,802 | Bug 111802 [Undo] - Inconsistent button labeling on prompt for undoing non local changes | The dialog has Yes, Discard Undo, Cancel Should be OK, Discard Undo, Cancel | 2005-10-06 12:18:18 | 1,128,620,000 | verified fixed | 6ddd587 | 1,128,620,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/NonLocalUndoUserApprover.java | Eclipse_Platform_UI |
4,291 | 111,064 | Bug 111064 [Undo] changes outside the current editor are still executed when pressing Esc | I20050928-1300 class Try { private static class MoveToNewFile { } } - select MoveToNewFile and execute Refactor > Move Member Type to New File - click OK - choose Edit > Undo Move Member ... - press the Esc key to dismiss the dialog => the undo is executed as if I clicked Yes or pressed the Return key | 2005-09-29 10:10:52 | 1,128,000,000 | verified fixed | 50d78fd | 1,128,620,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/NonLocalUndoUserApprover.java | Eclipse_Platform_UI |
4,292 | 33,550 | Bug 33550 [Dialogs] Dialog should support remembering size and position | There are several dialogs that remember its size and position. Since restore the size and considering screen size and font changes isn't trivial JFace's Dialog class should support remembering and restoring size and position. These would realy ease the task for subclasses. May be you can steel the code from OpenTypeSel... | 2003-02-28 11:21:28 | 1,046,450,000 | verified fixed | 428d5c7 | 1,128,460,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java | Eclipse_Platform_UI |
4,293 | 111,058 | Bug 111058 [Markers] Need pluggable columns for problems | M2 The problems view has the following columns: Severity Description Resource In Folder Location This does not make sense in non resource based environments. We need to make the last 3 pluggable and rename these as required | 2005-09-29 09:29:25 | 1,128,000,000 | verified fixed | 1e93f90 | 1,128,450,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/MarkerViewUtil.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldFolder.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/inter... | Eclipse_Platform_UI |
4,294 | 110,728 | Bug 110728 Heap Status needs a preference to turn it off. | Run Eclipse 3.2M2 under OS X 10.4.x. After the initial transient high CPU usage normally seen during Ecllpse start up the CPU usage goes to ~4% at "idle" during routine Java development. After several tens of minutes of normal use the CPU usage climbs to anywhere between 20% to >40% when idling. Quitting and restarting... | 2005-09-26 17:36:23 | 1,127,770,000 | verified fixed | 17aa7c7 | 1,128,440,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/HeapStatus.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/or... | Eclipse_Platform_UI |
4,295 | 111,415 | Bug 111415 [G2X] [KeyBindings] interactions: Keys stop working after closing preference page | OS: <SLES 9 SP2> Language: <Portuguese/English> Build level: <M20050929> JDK version: IBM JDK 1.4.2 SR2 Test case #: Base 3.14 Summary: [G2X] Keybinding List permanently disappears in SUSE Steps to recreate problem: 1-on a SUSE installation, press Ctrl-Shift-L to bring up the Keybinding List 2-press Ctrl-Shift-L again ... | 2005-10-04 05:22:30 | 1,128,420,000 | verified fixed | c97a2a7 | 1,128,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java | Eclipse_Platform_UI |
4,296 | 111,244 | Bug 111244 [Decorators] LightweightDecoratorManager does not correctly interpret 'and' and 'or' expressions with 'objectClass' | I20050923-1000 I have a lightweight decorator extension like this: <extension point="org.eclipse.ui.decorators"> <decorator label="Derived Resources" location="BOTTOM_LEFT" adaptable="false" id="org.eclipse.zrh.derivedDecorator" class="org.eclipse.zrh.derivedDecorator.DerivedDecorator" lightweight="true" state="true"> ... | 2005-09-30 15:05:35 | 1,128,110,000 | verified fixed | 646978c | 1,128,430,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActionExpression.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/LightweightDecoratorDefinition.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/LightweightDecoratorManager.java | Eclipse_Platform_UI |
4,297 | 108,705 | Bug 108705 [Contributions] errors: ObjectActionContributor should safeguard against misbehaving plugins | When using the Java Persepective and the Package Explorer all closed projects no longer have "right-click" context menu available to them. However, there is a caveat. If I right-click on a project that is open (which does show the menu) and then try to right-click on a closed project again, the menu now shows up. | 2005-09-02 11:48:48 | 1,125,680,000 | verified fixed | 850ce56 | 1,128,360,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ObjectPluginAction.java | Eclipse_Platform_UI |
4,298 | 107,377 | Bug 107377 [GlobalActions] NPE deleting a file | I got an NPE when I tried to delete a file from the synchronize view. The delete in Eclipse may have coincided with a delete of the file in the file system as it was a temp file from an application that was closing at the time I deleted the file in Eclipse. java.lang.NullPointerException at org.eclipse.ui.actions.ReadO... | 2005-08-18 16:31:44 | 1,124,400,000 | verified fixed | b3dc0b2 | 1,128,020,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/ReadOnlyStateChecker.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/Bug99858Test.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/InternalTestSuite.java | Eclipse_Platform_UI |
4,299 | 20,831 | Bug 20831 [MPE] MultiPageEditorPart.setActivePage() doesn't send pageChange() | Build F3 I'm not sure if this is by design or not, but when you send setActivePage() to a MultiPageEditorPart, it does not invoke its pageChange() method. This method is often overridden by subclasses to provide additional behavior on page changes. If this is, in fact, the desired behaviour, it should probably be docum... | 2002-06-21 15:30:11 | 1,024,690,000 | verified fixed | e198de8 | 1,127,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/MultiPageEditorTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/multipageeditor/MultiVariablePageEditor.java tests/org.... | Eclipse_Platform_UI |
4,300 | 96,284 | Bug 96284 [Properties] Clicking OK on Properties page of plugin.xml gives unexpected "Conflict in Encoding" | N20050523-0010 - open the Properties dialog for a plugin.xml - click OK => Error message dialog "Conflict in Encoding": "null conflicts with the encoding defined in the content type (UTF-8). Do you wish to set it anyways?" with buttons "Yes" and "No". Since I have not changed teh encoding, I don't expect that dialog. | 2005-05-23 06:07:47 | 1,116,840,000 | verified fixed | 3d3b635 | 1,127,930,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java | Eclipse_Platform_UI |
4,301 | 109,329 | Bug 109329 [Progress] Tooltip in progress dialog is shortened | Eclipse 3.1 The tooltip should be the full text while the text itself may be shortened. See attached pic. | 2005-09-12 15:26:06 | 1,126,550,000 | verified fixed | e87a76c | 1,127,930,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java | Eclipse_Platform_UI |
4,302 | 2,389 | Bug 2389 [MPE] Take out workaround in MultiPageEditorPart.pageChange(int) (1GEV94I) | Can take out the workaround for 1GCN531: SWT:WIN2000 - CTabFolder child's visibility is false on notification in MultiPageEditorPart.pageChange(int). Should also check if workaround for 1GAUS7C: ITPUI:ALL - Editor not activated when restored from previous session can be removed. NOTES: | 2001-10-10 22:35:28 | 1,002,770,000 | verified fixed | ebd6f69 | 1,127,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java | Eclipse_Platform_UI |
4,303 | 109,474 | Bug 109474 [EditorMgmt] Multiple Editors closing at once | For developers like me, I open one Window after another (in Java), but rarely close them. The counter raises to 15-20. From time to time I wanna get rid of most of the windows, but not of all, cause the last 4-5 windows, I wanna get hold of. Therefore I'm looking for an option, which allows me, to specify a bunch of wi... | 2005-09-14 03:02:58 | 1,126,680,000 | verified fixed | a8b8f81 | 1,127,850,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
4,304 | 110,331 | Bug 110331 add tests for import/export | I have written additional tests for import archive, export to file system and export to archive. And changed the import existing and import operation (file system) tests. This work required a change to the TarFile class in the ide plugin. Attachments to follow. | 2005-09-22 10:55:30 | 1,127,400,000 | verified fixed | 33caaf2 | 1,127,850,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFile.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/DataTransferTestCase.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/datatransfer/DataTransferTestSuite.java tests/org.eclipse.ui.t... | Eclipse_Platform_UI |
4,305 | 107,978 | Bug 107978 [Markers] New filter is not selected in problems filters dialog | 20050823 If you add a new filter it is not selected in the problems filters dialog | 2005-08-25 08:20:10 | 1,124,970,000 | verified fixed | 8222791 | 1,127,850,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java | Eclipse_Platform_UI |
4,306 | 110,354 | Bug 110354 [WorkbenchParts] NPE dragging view from fast view bar. | I get the following NPE after doing these steps: - open the Java perspective - make a view a fastview - start dragging it, try to drop it on the bottom of the window so it takes the full width of the window. - NPE Looks related to the changes for standalone views, this part may not have a stack. We should check all oth... | 2005-09-22 14:26:53 | 1,127,410,000 | verified fixed | 4ad7a1a | 1,127,830,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSashContainer.java | Eclipse_Platform_UI |
4,307 | 109,639 | Bug 109639 [KeyBindings] keybinding service is deactivated but not reactivated when unregister action | 3.1 org.eclipse.ui.internal.KeyBindingService#unregisterAction If an already unregistered action is unregistered, the keybinding service is deactivated but never reactivated. This is because the keybinding service is deactivated when unregistering the action, but if the unregister did not work (ie handlerSubmission == ... | 2005-09-15 13:14:43 | 1,126,800,000 | verified fixed | 8091c95 | 1,127,760,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java | Eclipse_Platform_UI |
4,308 | 110,243 | Bug 110243 heap monitor causes errors during tests | While running the test suite that includes ImportExistingTest and the heap monitor enabled, there were a number of exceptions. java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3235) at org.eclipse.swt.SWT.error(SWT.java:3174) at org.eclipse.swt.SWT.error(SWT.java:3145) at org... | 2005-09-21 15:38:35 | 1,127,330,000 | verified fixed | 3bb0a2f | 1,127,400,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/HeapStatus.java | Eclipse_Platform_UI |
4,309 | 109,011 | Bug 109011 [KeyBindings] AIOOBE on startup | I20050906 + ZRH HEAD + JFace HEAD The following exception kills Eclipse on startup (with existing or fresh workspace): !SESSION 2005-09-08 01:10:07.947 ----------------------------------------------- eclipse.buildId=unknown java.version=1.4.2_09 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc... | 2005-09-07 19:11:20 | 1,126,130,000 | verified fixed | bfb82e2 | 1,127,330,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java | Eclipse_Platform_UI |
4,310 | 110,150 | Bug 110150 Option to disable memory meter need to be added to the monitor | I20050921-0010 Not everyone might like to have the memory meter in the status line. For me it is a bit too colorful. A preference to control this would be nice. | 2005-09-21 06:18:44 | 1,127,300,000 | verified fixed | 8fb6039 | 1,127,310,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/HeapStatus.java | Eclipse_Platform_UI |
4,311 | 109,932 | Bug 109932 Should not access resources plug-in on ide startup | 20050819 As we are hitting the resources plug-in too early by adding a resource listener on startUp. This then eagerly sets the preference location which occurs before the preference chooser comes up. As a result running with -data noDefault results in an error. Moving this to preShutdown and postStartup of the advisor... | 2005-09-19 16:43:38 | 1,127,160,000 | verified fixed | b24dfe3 | 1,127,160,000 | 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 | Eclipse_Platform_UI |
4,312 | 102,776 | Bug 102776 [Presentations] Move > View menu for editors should say Move > editor | popup the menu over an editor tab and select move, you will see this. | 2005-07-05 15:18:59 | 1,120,590,000 | verified fixed | 982bb70 | 1,127,150,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/util/StandardEditorSystemMenu.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/util/StandardViewSystemMenu.ja... | Eclipse_Platform_UI |
4,313 | 99,723 | Bug 99723 [ViewMgmt] [RCP] Can dock a non-moveable fast view | null | 2005-06-13 12:31:04 | 1,118,680,000 | verified fixed | 84a865a | 1,126,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBarContextMenuContribution.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java tests/org.eclipse.ui.tests/Eclipse UI Tes... | Eclipse_Platform_UI |
4,314 | 109,439 | Bug 109439 [Tests] Failures when running the UITestSuite with a non-international JRE | This is due to the use of the encoding "EUC-JP" in org.eclipse.ui.tests.dynamicplugins.EncodingTests. Patch to follow. | 2005-09-13 16:58:03 | 1,126,650,000 | resolved fixed | 85a2e99 | 1,126,700,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/EncodingTests.java | Eclipse_Platform_UI |
4,315 | 87,211 | Bug 87211 [PresentationAPI] standalone + movable stacks should remain standalone when dragged | The dragOver() method for a custom presentation is not called when an entire stack (i.e. ViewStack) is being dragged. Thus, you cannot prevent a ViewStack from being dropped onto another ViewStack. The offending code seems to be in PartStack.getDropTarget(). I'm trying to code my presentation such that views can be dra... | 2005-03-05 13:36:02 | 1,110,050,000 | verified fixed | 39ff6e0 | 1,126,640,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSashContainer.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/Bug87211Test.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclips... | Eclipse_Platform_UI |
4,316 | 109,393 | Bug 109393 [Wizards] Wizard dialog doesn't react to changes properly in runnable context | null | 2005-09-13 10:01:20 | 1,126,620,000 | closed fixed | fedab79 | 1,126,630,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java | Eclipse_Platform_UI |
4,317 | 77,979 | Bug 77979 [Wizards] WizardNewProjectCreationPage.setInitialProjectName() - validation is not performed on statrup? | Example. Setting *initialProjectName* with the name of the existing project does not give a hint thet project already exists. But when you start editing project name even not changing it (aka select all/copy/paste) - validation is performed and the hint appears. | 2004-11-05 13:57:01 | 1,099,680,000 | verified fixed | 8ea91c9 | 1,126,560,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewProjectCreationPage.java | Eclipse_Platform_UI |
4,318 | 87,683 | Bug 87683 [Preferences] Preferences hover should show unshortened text | null | 2005-03-10 13:36:35 | 1,110,480,000 | verified fixed | a864e3c | 1,126,550,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogMessageArea.java | Eclipse_Platform_UI |
4,319 | 109,296 | Bug 109296 [performance] Add a preference for showing the heap monitor | M1 Add a preference for turning on the heap monitor and set it to true in the SDK plugin customization. We can turn off the preference when we ship. | 2005-09-12 11:21:58 | 1,126,540,000 | verified fixed | d3c95ef | 1,126,540,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPreferenceConstants.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 | Eclipse_Platform_UI |
4,320 | 100,816 | Bug 100816 [EditorMgmt] Default attribute ignored for content type bindings | 3.1 RC3 Add the following editor extension to the Ant UI plug-in: <editor name="%AntEditor.name" icon="icons/full/obj16/ant_buildfile.gif" class="org.eclipse.ant.internal.ui.editor.AntEditor" contributorClass="org.eclipse.ant.internal.ui.editor.AntEditorActionContributor" id="org.eclipse.ant.ui.internal.editor.AntEdito... | 2005-06-20 09:51:33 | 1,119,280,000 | verified fixed | f8b6bb5 | 1,126,540,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java | Eclipse_Platform_UI |
4,321 | 106,557 | Bug 106557 [Contributions] Context Menu ordering reversed for files | It appears that menu ordering has been reversed for files in I20050808-2000. I tried both the packages explorer and the navigator and any file based item has the Team menu after the Compare With and Replace With menus. Projects and folders are still in the correct order. The order was correct in 3.1 so this must be the... | 2005-08-09 16:38:43 | 1,123,620,000 | verified fixed | baadd1a | 1,126,300,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ObjectContributorManager.java | Eclipse_Platform_UI |
4,322 | 109,138 | Bug 109138 [WorkingSets] IWorkingSet should extend IAdaptable | 3.2 Since WorkingSet implements IAdatable, IWorkingSet should extend it as well. I had a if-else cascade where I first checked for IAdaptable and the work IWorkingSet and it took me some time why I never hit the IWorkingSet branch | 2005-09-09 08:35:00 | 1,126,270,000 | verified fixed | 7b2da03 | 1,126,290,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSet.java | Eclipse_Platform_UI |
4,323 | 108,873 | Bug 108873 [PropertiesView] Properties view broken on MacOS X | I20050830 Try to add an extension point on MacOS X (with PDE) when using the properties view observe: - initial column size is too small to show anything - values (second column) doesn't show anything by default. You'll have to select a row to show its value. - second column cannot be resized. - buttons are clipped in ... | 2005-09-06 16:59:25 | 1,126,040,000 | verified fixed | 984b8f3 | 1,126,280,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java | Eclipse_Platform_UI |
4,324 | 108,496 | Bug 108496 [ActivityMgmt] IPageLayout#addFastView() doesn't respect activities | When creating a perspective, calls to IPageLayout#addView(...) go through WorkbenchActivityHelper#filterItem() so they can be filtered based on activity state. IPageLayout#addFastView(...) skipped that step. PW | 2005-08-31 14:23:18 | 1,125,510,000 | verified fixed | 0dbdc1d | 1,126,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PageLayout.java | Eclipse_Platform_UI |
4,325 | 95,658 | Bug 95658 [Workbench] Events are being dispatched and async/syncExecs are run before the Workbench is in a good state | As part of plug-in startup and activation, anyone can call Display.readAndDispatch() to process UI events. This will also run any outstanding asyncExecs and syncExecs. For example, ModalContext.ModalContextThread#block calls readAndDispatch. This in turn is indirectly called by ProgressManager#run, which is called by C... | 2005-05-17 16:45:11 | 1,116,360,000 | verified fixed | 8243b86 | 1,126,210,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/operation/ModalContext.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
4,326 | 105,185 | Bug 105185 [LinkedResources] Can the New->File->Advanced->Link to file in the file system default to the file name? | When one does "New->File->Advanced->Link to file in the file system", the "file name" field is always blank. It'd be nice if it would default to the file name on the file system. | 2005-07-26 13:07:56 | 1,122,400,000 | verified fixed | d7c68a8 | 1,126,210,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/i... | Eclipse_Platform_UI |
4,327 | 108,953 | Bug 108953 [ContentTypes] [Preferences] Entries in content types pref page are unsorted | WTP 0.7 all-in-one build (based on Eclipse SDK 3.1) In the Content Types pref page, the entries in the content types pane appear to be unsorted. I'd expect them to be sorted alphabetically (at each level). Not sure whether the file associations pane should be sorted alphabetically, or whether they should appear in orde... | 2005-09-07 11:58:23 | 1,126,110,000 | verified fixed | c299057 | 1,126,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java | Eclipse_Platform_UI |
4,328 | 108,107 | Bug 108107 [Progress] ArithmeticException when running search job | I20050823 not sure whether this is jobs or search... - From within a plugin.xml - press Ctrl+H to bring up the search dlg - choose the file search tab - enter "org.eclipse.ui.edit.text.contentAssist.proposals" in the search expression (no quotes) - enter "plugin.xml, *.java" into the filter field - press search -> got ... | 2005-08-26 09:01:47 | 1,125,060,000 | verified fixed | 3d47c64 | 1,126,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobInfo.java | Eclipse_Platform_UI |
4,329 | 108,709 | Bug 108709 [Contributions] Every single Java editor is leaked | null | 2005-09-02 12:34:41 | 1,125,680,000 | verified fixed | cd9e317 | 1,126,030,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PopupMenuExtender.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.