issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
301,193 | Bug 301193 Restoring editor with inputURI from deltas.xml leads to an NPE in XMLModelReconciler.getValue() | Build Identifier: as of 2010-01-27 I have an MEditor instance configured with a valid inputURI. But running the app again leads to an NPE (below). The problem is that XMLModelReconciler.getStructuralFeature() for an EditorImpl and attributeName "inputURI" returns null. As I wasn't sure how the long list was populated, ... | resolved fixed | f086bb1 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/XMLModelReconciler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-02-01T17:02:05Z | 2010-01-28T23:06:40Z |
300,862 | Bug 300862 Change buttons order in PathVariableDialog | IMHO more intuitive order for buttons in PathVariableDialog would be [File...][Folder...][Variable...] instead of [File...][Variable...][Folder...]. I can provide a patch if the swap makes sense to you too ;) | verified fixed | 9a3d18e | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariableDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-02-01T14:50:39Z | 2010-01-26T15:33:20Z |
243,742 | Bug 243742 [Contributions] Registering a PRIVATE popup menu | Build ID: I20080617-2000 Steps To Reproduce: This is an enhancement request. The "org.eclipse.ui.popup.any" allows to add a menuitem to ALL registered popup menus in the system. Some plugins (debug, team) misuse this possibility and register actions which are too wide and appear everywhere. This leads to popup menu pol... | verified fixed | b340bcc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/MenuAdditionCacheEntry.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/menus/MenuPopulationTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-02-01T09:08:29Z | 2008-08-11T13:06:40Z |
301,362 | Bug 301362 ReflectionContributionFactory is not reusable | There are several "private" methods in the class ReflectionContributionFactory, such as getBundle() and createFromBundle(). They prevent to reuse this class in e4 Designer. We need just to change them to protected | resolved fixed | 4e972f7 | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ReflectionContributionFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-31T18:24:40Z | 2010-01-31T17:46:40Z |
300,173 | Bug 300173 Reorder of items in ToolBar and Menu doesn't reflect in Renderer | When we DnD of ToolItem or MenuItem in outline of e4 Designer, the designer refreshes with a wrong result. For example, if we have two items: Open and Save in order. When we change the order to Save and Open by moving Save, in Renderer we have only Open. | resolved fixed | 425ffcf | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-28T19:21:30Z | 2010-01-20T12:20:00Z |
301,101 | Bug 301101 TrimmedPartLayout does not respect origin of client area | Currently the TrimmedPartLayout only respects width and height of the client area to layout the composites. The layout cannot expect that the client area is always located at 0,0 (even though in SWT most of the time it is). We should respect the location of the clientarea while computing the layout. | verified fixed | 9446b65 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/TrimmedPartLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-28T16:16:23Z | 2010-01-28T09:13:20Z |
300,899 | Bug 300899 Endless OpenDoc events | When we changed the code to send OpenDoc instead of post it, it seems that we broke carbon. If you open an associated file Eclipse becomes unusable because of many OpenDoc events. | verified fixed | b0435fe | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/DelayedEventsProcessor.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-27T22:06:19Z | 2010-01-26T18:20:00Z |
298,835 | Bug 298835 Merge e4 Project Path Variable back into the 3.6 stream | The virtual folder and filters changes are already in 3.6, the project path variable changes in e4 still remains to be merged. | verified fixed | 967371b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariableDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariablesGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-26T10:32:33Z | 2010-01-05T11:13:20Z |
295,250 | Bug 295250 ContributedPartRenderer eagerly activates constructed parts in createWidget | I was wondering why my part was becoming active when I noticed the two lines of code below in CPR... parentContext.set(IContextConstants.ACTIVE_CHILD, localContext); activate(element); This eager activation is in direct conflict with the 3.x IWorkbenchPage's showView method with a IWorkbenchPage.VIEW_CREATE mode passed... | resolved fixed | 24666a1 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ContributedPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/inte... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-25T18:39:30Z | 2009-11-16T14:00:00Z |
4,922 | Bug 4922 [EditorMgmt] Need ability to open a file in eclipse from the command line | We need to be able to register eclipse as the default editor for a file type with the OS. This will allow double clicking on a file and opening it in eclipse. This is important for being able to view a .java file in a zip etc. I don't think it should be a problem to get the file name from the command line through to th... | verified fixed | 0193c20 | ["bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/DelayedEventsProcessor.java", "bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java", "bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdv... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-22T20:10:55Z | 2001-10-12T12:33:20Z |
299,152 | Bug 299152 [Forms] FormEditor isDirty() should consider FormEditor pages | Build Identifier: M20090917-0800 FormEditor's isDirty() method checks all of the IFormPage children and returns dirty if any of them are dirty. Since a FormEditor can contain other FormEditors as pages the isDirty method should return dirty if a child FormEditor is dirty. Reproducible: Always | resolved fixed | 55ebe35 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/editor/FormEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-21T20:44:14Z | 2010-01-08T17:00:00Z |
291,069 | Bug 291069 [Commands] IWorkbenchCommandConstants should also define command parameter ids | HEAD IWorkbenchCommandConstants should also define the parameter ids that are used by commands. E.g. the NAVIGATE_SHOW_IN command defines a <commandParameter> with id 'org.eclipse.ui.navigate.showIn.targetId' in the plugin.xml, but I didn't find a constant for that (only two internal constants: ShowInHandler.TARGET_ID,... | verified fixed | 8e5acc5 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchCommandConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/ShowPerspectiveHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/handlers/ShowViewHandler.java", "bundles/org.eclipse.ui.w... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-21T20:07:43Z | 2009-10-01T18:00:00Z |
288,624 | Bug 288624 [EditorMgmt] Mac: Error when browsing to external editor and then launching | User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.11) Gecko/2009060214 Firefox/3.0.11 Build Identifier: 3.5 Launch an external editor from the Project Explorer as follows. Reproducible: Always Steps to Reproduce: 1.Right click on the file in Project Explorer 2.Select Open With --> Other... 3.I... | verified fixed | 2917fc9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/misc/ExternalEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-21T12:41:09Z | 2009-09-04T10:26:40Z |
296,466 | Bug 296466 [GlobalActions] Can't remove 'Build All' from toolbar | R3.5.1 and I20091125-2200. There's no way (e.g. via Customize Perspective) to remove the 'Build All' action from the toolbar. | verified fixed | 18c9869 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEActionFactory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-20T18:13:37Z | 2009-11-30T14:06:40Z |
296,691 | Bug 296691 Change new Groups API to Virtual Resource API | If we decide that 'virtual' is the right naming for new resources concept, I will make the following changes. Add IResource#VIRTUAL flag to use in #create methods Add IResource#isVirtual indicating that a resource is virtual Remove IResource#isGroup Remove IFolder#createGroup | resolved fixed | b475298 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/ResourceDescription.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-20T17:02:31Z | 2009-12-02T13:20:00Z |
300,032 | Bug 300032 [Markers] NPE in MarkerFieldFilterGroup.selectByScope | I20100115-1100 I had a Java editor open and dirty. The Problems view was NOT visible (topmost in that view stack was Progress). I pressed 'Alt+Shift+W, P, Return' to reveal the file in the Package Explorer. The stored file had no compile problems, but the the working copy in the editor had a problem which I fixed short... | closed fixed | 920e82d | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-20T09:58:32Z | 2010-01-19T08:33:20Z |
299,335 | Bug 299335 [Progress] Finished Tasks Still Show In Progress View | null | verified fixed | 5277aba | ["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/ErrorInfo.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/GroupInfo.java", "bundles/org.ecli... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-20T07:33:05Z | 2010-01-12T04:20:00Z |
296,728 | Bug 296728 [CommonNavigator] Problem with enablement on navigatorContent extension point | If I use the enablement node with the expression "WITH", no variable was found because no real context is given. example : <extension point="org.eclipse.ui.navigator.navigatorContent"> <commonWizard type="new" wizardId="com.mywizard"> <enablement> <with variable="activeWorkbenchWindow.activePerspective"> <equals value=... | resolved fixed | af460a2 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPlugin.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/CommonActionProviderDescriptor.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/dnd/CommonDropAdapterDescriptor.ja... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-20T00:01:32Z | 2009-12-02T18:53:20Z |
295,803 | Bug 295803 [CommonNavigator] Source of Contribution set to lowest priority NCE, not the NCE providing the children | If two NCEs are triggered on the same object they are processed in order of priority, both NCEs are asked to contribute children for a given parent. In the case where they both contribute the same object, the second one will be recorded as the "source of contribution" for the object. This happens for example for a reso... | resolved fixed | 6ff93ff | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/ContributorTrackingSet.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.jav... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-19T22:57:41Z | 2009-11-22T08:53:20Z |
299,438 | Bug 299438 [CommonNavigator] CNF viewer state non properly reset when NCEs are activated or deactivated | The map of the objects to the NCEs should be reset whenever the NCEs associated with the viewer to change to avoid having stale label information. This has shown up when looking at the CNF tests that change the viewer. | resolved fixed | da50d1f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/StructuredViewerManager.java", "tests/org.eclipse.ui... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-19T18:40:35Z | 2010-01-12T21:00:00Z |
298,747 | Bug 298747 [EditorMgmt] Bidi Incorrect file type direction in mirrored "Editor Selection" dialog | null | verified fixed | 2ee9402 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-19T17:24:11Z | 2010-01-04T13:00:00Z |
296,748 | Bug 296748 [FieldAssist] remove the deprecated SimpleContentProposal | null | verified fixed | bf4e6b9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/SimpleContentProposal.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-19T16:46:53Z | 2009-12-02T21:40:00Z |
94,796 | Bug 94796 [EditorMgmt] 'Save All Modified Resources' job is unnamed | null | verified fixed | f0d6531 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/SaveablesList.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-19T14:03:56Z | 2005-05-11T16:46:40Z |
300,012 | Bug 300012 [CommonNavigator] CNF test improvements | Various improvements and corrections. | resolved fixed | 7b9fb7f | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LabelProviderTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/M12Tests.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.naviga... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-19T03:01:06Z | 2010-01-19T03:00:00Z |
299,990 | Bug 299990 Example project for an Eclipse 4 Editor | null | resolved fixed | b1962a9 | ["examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/AddNoteHandler.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/ExifTable.java", "examples/org.eclipse.e4.demo.e4photo/src/org/eclipse/e4/demo/e4photo/NoteEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-18T21:33:57Z | 2010-01-18T21:26:40Z |
299,685 | Bug 299685 Empty iconURI's cause 'MalformedURLException' failures rather than being ignored | One of the issues Lars' found is that if you fill in a field (i.e. iconURI) and subsequently clear it you don't end up in the same model state. Once the value has been set in the editor it will never be 'null' again, clearing the field just sets it to an empty string. | resolved fixed | 722b24d | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java", "bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/intern... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-14T19:28:07Z | 2010-01-14T20:13:20Z |
299,588 | Bug 299588 [Forms] Widget disposed exception when closing shell from a FormText selection | null | resolved fixed | 7d76a8f | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormText.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-14T19:27:05Z | 2010-01-14T00:46:40Z |
299,680 | Bug 299680 Loading model deltas should properly process exception and fallback to the base model | null | resolved fixed | 11be391 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ResourceHandler.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Workbench.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-14T19:26:48Z | 2010-01-14T20:13:20Z |
280,665 | Bug 280665 [Forms] Widget is disposed exception caused by FormToolkit$KeyboardHandler.keyPressed(FormToolki t.java:179) | I have a PopupDialog with a form inside it. The form holds a FormText control with a link in it. The link handler does some stuff and then closes the dialog. When I activate the link with a mouse, there is no problem. When I activate the link with keyboard, I see the following exception in the log. It looks like the ke... | verified fixed | c6b1ac7 | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-14T19:18:45Z | 2009-06-17T20:20:00Z |
299,624 | Bug 299624 CCE in testCreateView in I20100113-2100 | A test error in last night's integration build. org.eclipse.swt.widgets.Composite incompatible with org.eclipse.e4.ui.widgets.ETabFolder java.lang.ClassCastException: org.eclipse.swt.widgets.Composite incompatible with org.eclipse.e4.ui.widgets.ETabFolder at org.eclipse.e4.ui.tests.workbench.MWindowTest.testCreateView(... | resolved fixed | 45e9467 | ["tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MPartTest.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MSaveablePartTest.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-14T16:23:18Z | 2010-01-14T11:53:20Z |
299,083 | Bug 299083 Renderer does not do layout after a child view has been added | null | resolved fixed | 03f9d09 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-14T02:55:24Z | 2010-01-07T21:33:20Z |
299,410 | Bug 299410 Keybinding is interfering with character input | To Reproduce: Runt the contacts demo, select a person and try adding an '(' to any field in the Details view. I'm getting the following stack (and no character): java.lang.IllegalArgumentException: unexpected InvalidSyntaxException: Invalid value at "()" at org.osgi.util.tracker.ServiceTracker.<init>(ServiceTracker.jav... | resolved fixed | 6becae0 | ["tests/org.eclipse.e4.ui.bindings.tests/src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-13T23:16:33Z | 2010-01-12T18:13:20Z |
299,554 | Bug 299554 Application.xmi without Window | null | resolved fixed | 9a60041 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-13T20:33:25Z | 2010-01-13T19:13:20Z |
299,435 | Bug 299435 NPE closing contacts demo with a dirty part | null | resolved fixed | befb11a | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-12T21:35:41Z | 2010-01-12T21:00:00Z |
299,340 | Bug 299340 [CommonNavigator] Enable new CNF tests | Enable the contributed CNF tests, make minor test improvements. | resolved fixed | a325a1e | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/FirstClassM1Tests.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LabelProviderTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/M12Tests.java", "tests/org.eclipse.ui.tests.naviga... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-12T06:34:58Z | 2010-01-12T07:06:40Z |
299,331 | Bug 299331 [CommonNavigator] Compile errors in new CNF tests | null | resolved fixed | 6f5608c | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestPipelineProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-12T02:44:54Z | 2010-01-12T01:33:20Z |
299,326 | Bug 299326 [CommonNavigator] Add new test for CNF pipelining | null | resolved fixed | 02a5c36 | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/PipelineChainTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T23:03:14Z | 2010-01-11T22:46:40Z |
299,325 | Bug 299325 [CommonNavigator] Add plugin.xml configuration for new pipeline tests | null | resolved fixed | 31de14e | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestEmptyContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T22:57:55Z | 2010-01-11T22:46:40Z |
299,324 | Bug 299324 [CommonNavigator] Add new test Pipeline content provider | null | resolved fixed | 48f870c | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestPipelineProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/ResourceWrapperContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T22:54:04Z | 2010-01-11T22:46:40Z |
299,322 | Bug 299322 [CommonNavigator] Test contribution for CNF | null | resolved fixed | def22bb | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/FirstClassM1Tests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T22:31:22Z | 2010-01-11T22:46:40Z |
298,851 | Bug 298851 The change on containerData doesn't reflect on UI | During the development of e4 designer on the part layout, we have noticed a problem of synchronizatin of EMF with SWT. The change of containerData via API is not reflected on UI. I suppose it is in working progress. | resolved fixed | c991780 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SashRenderer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T20:08:28Z | 2010-01-05T14:00:00Z |
299,304 | Bug 299304 [CommonNavigator] Test contribution for CNF | null | resolved fixed | 8e85922 | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/M12Tests.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T19:21:19Z | 2010-01-11T17:13:20Z |
299,272 | Bug 299272 Renderer cannot handle an MPart with a null label | java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:4049) at org.eclipse.swt.SWT.error(SWT.java:3983) at org.eclipse.swt.SWT.error(SWT.java:3954) at org.eclipse.e4.ui.widgets.CTabItem.setText(CTabItem.java:1013) at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer.sho... | resolved fixed | 21c5e1a | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MPartTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T13:17:36Z | 2010-01-11T14:26:40Z |
299,255 | Bug 299255 [CommonNavigator] Hook new CNF tests to plugin.xml | null | resolved fixed | 1fa9ceb | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/M1AdapterFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T10:20:16Z | 2010-01-11T08:53:20Z |
299,249 | Bug 299249 [CommonNavigator] Add ResourceWrapperContent/Label provider for new CNF tests | null | resolved fixed | 2d67e0d | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/M1ContentProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/M2ContentProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/ResourceWrapperContentProvider.java", ... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T09:58:57Z | 2010-01-11T08:53:20Z |
299,246 | Bug 299246 [CommonNavigator] Add model objects for new CNF tests | null | resolved fixed | 0cfed52 | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/model/M1Container.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/model/M1Core.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/model/M1File.java", "tests/org.eclipse.ui.t... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-11T09:38:54Z | 2010-01-11T08:53:20Z |
299,210 | Bug 299210 [CommonNavigator] Test improvements | null | resolved fixed | 81dff57 | ["tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LabelProviderTest.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestContentProviderPipelined.java", "tes... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-10T10:58:17Z | 2010-01-10T10:40:00Z |
299,209 | Bug 299209 [CommonNavigator] Clean up error reporting for pipelined extensions | A catch block was missing for one of them, and the error report does not provide the extension Id that had the problem. | resolved fixed | 52d9eef | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorMessages.java", "bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPipelineService.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/PipelineTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-10T10:53:47Z | 2010-01-10T10:40:00Z |
299,208 | Bug 299208 [CommonNavigator] More helpful error message when an invalid suppressedExtensionId is referenced | The current error message does not show the if of the NCE that had the bad reference. | resolved fixed | fec5cbf | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentDescriptorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-10T10:43:43Z | 2010-01-10T10:40:00Z |
299,207 | Bug 299207 [CommonNavigator] Refactor NavigatorContentServiceContentProvider | There are a number of things about this code that make it less clear that it needs to be: 1) The internalGetChildren() and getElements() are largely duplicated. 2) The pipelinedChildren() private method returns the localSet which is never modified. 3) A ContributorTrackingSet is used in internalGetChildren() and getEle... | resolved fixed | e1ba6c6 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-10T09:20:20Z | 2010-01-10T07:53:20Z |
299,172 | Bug 299172 e4.ui.services dependency on org.eclipse.core.runtime | The bundle org.eclipse.e4.ui.services uses the core.runtime bundle and the Platform class. This is a global singleton so it should be avoided. | resolved fixed | 0970810 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/Activator.java", "bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/internal/events/EventBroker.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-08T22:43:49Z | 2010-01-08T22:33:20Z |
299,166 | Bug 299166 Remove the dependency on core.runtime from e4.ui.workbench.swt | org.eclipse.e4.ui.workbench.swt This bundle uses org.eclipse.core.runtime to get IProduct. This can easily be replaced by using the IApplicationContext. I will attach a patch. | resolved fixed | 3134e48 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-08T22:09:36Z | 2010-01-08T19:46:40Z |
296,253 | Bug 296253 [CommonNavigator] An empty label is not properly shown when it is the only contributed label | null | resolved fixed | b01cb60 | ["bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceLabelProvider.java", "tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LabelProviderTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-08T09:02:45Z | 2009-11-26T15:40:00Z |
199,923 | Bug 199923 [Contributions] Widget disposed too early! | Happens when I start Eclipse -- Error Log -- Date: Tue Aug 14 10:44:36 PDT 2007 Message: Widget disposed too early! Severity: Error Plugin ID: org.eclipse.ui.workbench Stack Trace: java.lang.RuntimeException: Widget disposed too early! at org.eclipse.ui.internal.WorkbenchPartReference$1.widgetDisposed(WorkbenchPartRefe... | resolved fixed | 4b7de9a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-06T08:54:29Z | 2007-08-14T16:46:40Z |
298,900 | Bug 298900 Renderer cannot handle an MMenuItem with a null label | java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:4049) at org.eclipse.swt.SWT.error(SWT.java:3983) at org.eclipse.swt.SWT.error(SWT.java:3954) at org.eclipse.swt.widgets.Widget.error(Widget.java:467) at org.eclipse.swt.widgets.MenuItem.setText(MenuItem.java:1023) at org.... | resolved fixed | ca0a6b3 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/MenuItemRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/UIAllTests.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MMenuItemTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-05T21:02:05Z | 2010-01-05T19:33:20Z |
298,850 | Bug 298850 [ErrorHandling] 1 error/9 failures in StatusHandlingTestSuite | When I run the UITestSuite or the StatusHandlingTestSuite by itself I get 1 error and 9 failures. We need to get this fixed, we didn't submit to the I build this week. StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusHandlingTestSuite org.eclipse.ui.tests.statushandlers.StatusDialogManagerTest testModa... | resolved fixed | 8b83fbb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/InternalDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/WorkbenchStatusDialogManagerImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-05T19:36:24Z | 2010-01-05T14:00:00Z |
298,857 | Bug 298857 Change on the property horizontal of PartSashContainer has no effect | The modification of property horizontal in PartSashContainer by API is not synchronized with SWT/JFace. | resolved fixed | 3b9669b | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SashRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/UIAllTests.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MPartSashContainerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-05T18:06:30Z | 2010-01-05T14:00:00Z |
298,848 | Bug 298848 Reusability of the class PartRenderingEngine is limited by the FactoryId | null | resolved fixed | 17cf7ab | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-05T13:44:06Z | 2010-01-05T14:00:00Z |
298,748 | Bug 298748 [ErrorHandling] Support tray should be visible only if there is something to display | null | resolved fixed | c742264 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/IStatusDialogConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/InternalDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/StackT... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2010-01-04T12:10:01Z | 2010-01-04T13:00:00Z |
298,415 | Bug 298415 StackRenderer assumes the shell has not been disposed when forcing a re-layout | null | resolved fixed | c5ae162 | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/UIAllTests.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-29T17:46:36Z | 2009-12-22T16:40:00Z |
255,629 | Bug 255629 [StatusHandling]WorkbenchStatusDialog needs refactoring | Currently the dialog is first displayed, and then populated with values. It is necessary to set all UI controls before displaying the dialog. | resolved fixed | feae74d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DefaultDetailsArea.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/DetailsAreaManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/statushandlers/IStatu... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-28T14:59:30Z | 2008-11-18T12:06:40Z |
297,728 | Bug 297728 [Filters] IFileInfoMatcherDescription and FileInfoMatcherDescription cleanup | Users should not be allowed to modify matcher descriptions once they are used in any resource filter. Right now IFileInfoMatcherDescription has setters what is not right, since setting new id or arguments on the matcher doesn't affect the filter. We can either create kind of a factory for creating IFileInfoMatcherDescr... | resolved fixed | f782014 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/UIResourceFilterDescription.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-21T10:38:00Z | 2009-12-14T14:13:20Z |
271,530 | Bug 271530 [Wizards] Wizard progress label not cleared between runnables | I have a wizard that has multiple p2 IUs in a list, and when the user selects one I need to call p2 to get a provisioning plan (a semi-long-running operation) to determine if Finish should be disabled. To do this, I call WizardPage.getContainer().run() and fork an IRunnableWithProgress to call a p2 method with a progre... | verified fixed | 75ff174 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/wizards/WizardProgressMonitorTest.java", "tests/org.eclipse.ui.tests/Eclipse", "JF... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-21T07:44:07Z | 2009-04-07T21:33:20Z |
158,642 | Bug 158642 [Workbench] Hide toolbar not persisted | Build: 3.2 M2 1) Window > Hide Toolbar 2) Shutdown and restart the workbench -> The toolbar is back. This should be persisted as part of my workbench state. | verified fixed | d988d97 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java", "bundles/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-18T19:51:54Z | 2006-09-25T18:46:40Z |
298,130 | Bug 298130 Cannot add parameters to commands through Ecore editor | Build Identifier: I20091210-2100 [Apologies for mangling terminology: I'm not very familiar with EMF.] The definitions in UIElements.ecore of HandledItems and KeyBinding don't mark their "parameters" field as being contained. Since there's no other container for parameters, you cannot define parameters from the Ecore e... | resolved fixed | 4e6428e | ["bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MApplicationPackage.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MHandledItem.java", "bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/MKeyBinding.java", "bun... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-18T16:26:54Z | 2009-12-17T22:46:40Z |
243,381 | Bug 243381 [Markers] Problems list needs a tooltip for description field | null | verified fixed | 8b9c007 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkersPropertyPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-17T09:54:14Z | 2008-08-07T06:20:00Z |
259,955 | Bug 259955 [Commands] Can't add "Save All" command to main toolbar | Build ID: 3.4 Steps To Reproduce: It doesn't seem possible to add the Save All command to the main toolbar. Window > Customize Perspective > Commands doesn't appear to show the command; it would be good if Save, Save All, Print, behaved like other ISV contributed commands. | verified fixed | 027f4be | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-17T07:37:25Z | 2009-01-05T15:40:00Z |
297,486 | Bug 297486 [Progress] Uncompleted monitor in class DummyJob | null | verified fixed | af820c8 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/progress/DummyJob.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-16T17:52:49Z | 2009-12-10T15:46:40Z |
296,159 | Bug 296159 [Progress] WorkbenchSiteProgressService keeps showing CURSOR_APPSTARTING when Job canceled before it is started | I20091124-0800 - new workspace - check out a project from CVS - open a .java file - choose context menu > Team > Show Annotation - confirm using CV as quick diff provider => in the end, the History view still shows the CURSOR_APPSTARTING cursor. I can reproduce when I close the History view (must be closed in all persp... | resolved fixed | 8e8e4f3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-15T19:35:06Z | 2009-11-25T17:26:40Z |
297,608 | Bug 297608 [UI] testCreateMenu fails | The 'testCreateMenu' test in the UI Test suite is now failing because of a regression introduced by the ui model refactoring. | resolved fixed | 222fcb8 | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-11T18:15:46Z | 2009-12-11T19:33:20Z |
297,400 | Bug 297400 Create an E4 base application | null | resolved fixed | 064a3ac | ["bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/E4Workbench.java", "bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ModelExtensionProcessor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-10T19:35:09Z | 2009-12-09T20:20:00Z |
297,459 | Bug 297459 Properties dialog for Virtual Folder shows Type: Group | The dialog should show Type: Virtual Folder. | verified fixed | d1f594c | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-10T11:21:23Z | 2009-12-10T10:13:20Z |
297,440 | Bug 297440 NLS warnings logged on startup | I20091209-1800. !ENTRY org.eclipse.osgi 2 1 2009-12-10 08:28:48.687 !MESSAGE NLS missing message: WizardNewGroupMainPage_groupName in: org.eclipse.ui.internal.ide.messages !ENTRY org.eclipse.osgi 2 1 2009-12-10 08:28:48.687 !MESSAGE NLS missing message: WizardNewGroupMainPage_groupLabel in: org.eclipse.ui.internal.ide.... | verified fixed | 142e240 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/newresource/ResourceMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-10T09:11:27Z | 2009-12-10T07:26:40Z |
296,565 | Bug 296565 Make group creation an advanced option in the folder | null | verified fixed | d1054b3 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewGroupMainPage.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CreateGroupOperation.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/int... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-09T22:14:59Z | 2009-12-01T12:20:00Z |
296,646 | Bug 296646 Creating regular file under group gives wrong warning in wizard | Build id: I20091125-2200 1) Create a new group folder 2) Select the group, and do File > New > File 3) Type "a.txt" The wizard now says: 'a.' is an invalid name on this platform It looks like the error message is not being updated correctly as the user types. | verified fixed | 2804c1c | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-08T13:33:08Z | 2009-12-01T20:40:00Z |
229,340 | Bug 229340 [forms] TextSegment wrapping issue | null | resolved fixed | 5f3967a | ["bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/TextSegment.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-03T22:12:21Z | 2008-04-29T14:40:00Z |
296,822 | Bug 296822 NullProgressMonitor is not thread safe for expected usage | NullProgressMonitor.setCanceled and isCanceled access the cancelled field, but there's no synchronization. The expected use is that setCanceled is called from a thread other than the one doing the work, which polls isCanceled(), so this needs to be thread safe. Could either make these two methods synchronized or make t... | resolved fixed | a4254f6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-03T19:20:35Z | 2009-12-03T17:06:40Z |
296,796 | Bug 296796 MWindow name changes are not reflected in a shell | null | resolved fixed | 2954eae | ["bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java", "tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/MWindowTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-03T12:56:37Z | 2009-12-03T11:33:20Z |
296,695 | Bug 296695 [Markers] Problems view does not update on selection change | I20091201-1600 Problems view does not update any more on selection change. I have a 'Warnings on Selection' filter, but I always see the same warnings, even after I opened an editor or selected something in the Package Explorer. | verified fixed | ce5f718 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-03T11:55:56Z | 2009-12-02T13:20:00Z |
284,265 | Bug 284265 [JFace] DialogSettings.save() silently ignores IOException | Build ID: M20090211-1700 (Problem still in HEAD) STEPS TO REPRODUCE Call DialogSettings.save() on a Writer that produced a IOException or with a file which causes trouble during output (e.g. full drive). EXPECTED The original exception thrown by the underlying output should be propagated to the caller -- as "save() thr... | verified fixed | afc0034 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/dialogs/DialogSettingsTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-02T22:35:20Z | 2009-07-22T13:40:00Z |
293,658 | Bug 293658 [About] About dialog's installation details does not honour dialog font settings | Build id: I20091028-0100 1. Window > Preferences > General > Appearance > Colors and Fonts 2. Basic > Dialog Font > Edit... 3. Increase the font size a bit. 4. Click 'OK'. 5. Help > About Eclipse SDK 6. So far so good. Click the 'Installation Details' button. 7. The 'Close' button is the correct size but other buttons ... | verified fixed | 493c7a8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/about/InstallationDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-02T21:45:29Z | 2009-10-29T12:40:00Z |
295,386 | Bug 295386 [FieldAssist] ControlDecoration#showHoverText doesn't check if the widget is visible | null | verified fixed | 4d0e0ac | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/AllTests.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/fieldassist/AbstractFieldAssistWindow.java", "tests/org.eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-02T19:50:55Z | 2009-11-17T20:33:20Z |
296,473 | Bug 296473 [Filters] Replace #getProject and #getPath with #getResource in IResourceFilterDescription | I think that just #getResource method is fine. Javadoc has to state that only IFolder and IProject objects can be returned. | resolved fixed | ca60199 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/UIResourceFilterDescription.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-02T09:38:27Z | 2009-11-30T14:06:40Z |
294,462 | Bug 294462 [FieldAssist] ControlDecoration#showHoverText doesn't check if the widget is visible | If the HOVER-Text is set on decoration of a widget which is invisible the Hover-Shell is still poping up because it doesn't check if the control is invisible make the Hover appearing somewhere on the screen. | verified fixed | f9d3e49 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-12-01T20:14:05Z | 2009-11-06T15:06:40Z |
296,364 | Bug 296364 [context] The constructors used by the injection mechanism should have @Inject | null | resolved fixed | 68011a0 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/internal/events/EventBroker.java", "examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/views/DetailComposite.java", "examples/org.eclipse.e4.demo.contacts/src/org/eclipse/e4/demo/contacts/views/DetailsView.java", "examples/org.eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-27T18:50:23Z | 2009-11-27T19:26:40Z |
296,356 | Bug 296356 We shouldn't create more than one e4 OSGi context per BundleContext | null | resolved fixed | 589364e | ["bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/WorkbenchApplication.java", "tests/org.eclipse.e4.core.commands.tests/src/org/eclipse/e4/core/commands/tests/TestActivator.jav... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-27T16:25:49Z | 2009-11-27T16:40:00Z |
295,391 | Bug 295391 [UI] EventBroker should clean up listeners that were subscribed to it | It would be really handy if the IEventBroker that exists in the appContext could cache up all the currently subscribed listeners and unsubscribe them when the appContext goes away. While you can say that the person who subscribed should be responsible for unsubscribing this is a fragile way to do it (i.e. Users don't R... | resolved fixed | 5ba3578 | ["bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/events/EventBrokerFactory.java", "bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/services/internal/events/EventBroker.java", "bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java", "bundles/o... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-27T15:19:05Z | 2009-11-17T20:33:20Z |
292,322 | Bug 292322 [Viewers] Tree view is removing + indicator when one of multiple children is removed. | null | resolved fixed | 4ebedca | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-26T19:44:35Z | 2009-10-14T22:40:00Z |
126,705 | Bug 126705 [Preferences] FileFieldEditor does not call doCheckState | org.eclipse.jface.preference.FileFieldEditor does not call doCheckSate() during checkState() which makes it difficult to subclass this editor to perform additional checks like it is possible with StringFieldEditor | verified fixed | e7ea6c7 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FileFieldEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-26T18:59:03Z | 2006-02-07T11:00:00Z |
296,056 | Bug 296056 Deadlock between syncExec and IJobManager.beginRule | The following case now produces a deadlock (since N20091120-2000): 1) The UI is waiting to begin a scheduling rule 2) The thread that owns the scheduling rule attempts to perform a syncExec. | resolved fixed | 4ecf6b2 | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/concurrency/ConcurrencyTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/concurrency/SyncExecWhileUIThreadWaitsForRuleTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-25T20:41:04Z | 2009-11-24T22:00:00Z |
253,232 | Bug 253232 [Trim] locationURI "before" and "after" don't work for status trim | I would like to position a toolbar on the far left of the status trim. From the documentation, "toolbar:org.eclipse.ui.trim.status?before=org.eclipse.jface.action.StatusLineManager" should put it before the status line manager. However, the queries have no effect and my toolbar is always added at the end. Test case is ... | verified fixed | c254491 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/TrimContributionManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-25T18:56:08Z | 2008-11-03T16:33:20Z |
294,790 | Bug 294790 [KeyBindings] LegacyActionTools should support SWT.F13 - F20 | null | verified fixed | bf32b1f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/LegacyActionTools.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-25T17:09:00Z | 2009-11-10T19:06:40Z |
292,091 | Bug 292091 [KeyBindings] Set extension point "org.eclipse.ui.bindings" 's element 'sequenceModifier' becomes disabled key bindings. | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.25 Safari/532.0 Build Identifier: 20090619-0625 If set "sequenceModifier" elements and found binding keys, they are disabled on linux platform.(I checked at prefenence page.[General->keys]) I'm tested like e... | verified fixed | 6ec985a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingPersistence.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/BindingPersistenceTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-25T15:55:45Z | 2009-10-13T02:13:20Z |
294,210 | Bug 294210 [Contributions] 'Customize Perspective > Tool Bar Visibility' breaks with Separator | I20091103-0941 - enable Preferences > General Editors > Close editors automatically - open an editor - open Customize Perspective dialog - expand 'Navigate' => second to last item is empty (it's the separator in front of the 'Pin' action) - hover over the empty item => log entry below The separator should either not be... | verified fixed | 0fcd2e2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-25T13:19:07Z | 2009-11-04T15:53:20Z |
270,092 | Bug 270092 [CellEditors] [cell editors] TextCellEditor should not specify minimum size | null | verified fixed | 4afefa8 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TextCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-24T20:54:09Z | 2009-03-26T09:33:20Z |
294,796 | Bug 294796 [Contributions] API request: LegacyActionTools#escapeMnemonics(String) | null | verified fixed | 4d68f0f | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/LegacyActionTools.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLine.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineContributionItem.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/Fil... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-24T19:35:58Z | 2009-11-10T19:06:40Z |
293,512 | Bug 293512 [Workbench] Make IWorkbench into an OSGi service | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 Build Identifier: I would like to be when the IWorkbench is available for use. I am currently being started before the IWorkbench is ready and it is causing severe problems. If IWorkbench was a OSGi service, then I coul... | verified fixed | 26a795f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/UITestCase.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-24T19:26:47Z | 2009-10-27T21:46:40Z |
257,185 | Bug 257185 [Contributions] Some submenus are still visible | Usually, if all children are hidden, the menu will automatically be hidden (i.e. the above isVisible call will return false). In some cases, unfortunately, this is not the case, so we must calculate it ourself. | verified fixed | 8578b24 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-24T18:03:33Z | 2008-12-02T12:13:20Z |
294,303 | Bug 294303 [Markers] 'Queuing Viewer Updates' in Problems view | null | resolved fixed | d5ddffb | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/ExtendedMarkersView.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerCategory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerUpdateJob.java", "bundles/org.eclipse.ui.ide/src/org/e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-24T15:42:38Z | 2009-11-05T11:20:00Z |
283,898 | Bug 283898 [DnD] EditorSiteDragAndDropServiceImpl should remove MergedDropTarget as listener when control gets disposed | Build ID: I20090611-1540 Steps To Reproduce: 1. Create a new Plug-in Project with the template "Plug-in with a multi-page editor" 2. Edit the file MultiPageEditor.java: - In method createPage1, replace the fontButton's SelectionAdapter's implementation of method widgetSelected: from: setFont(); to: removePage(0); creat... | verified fixed | 9ff35e3 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorSiteDragAndDropServiceImpl.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2009-11-24T14:37:03Z | 2009-07-17T19:46:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.