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 |
|---|---|---|---|---|---|---|---|---|---|---|
1,530 | 297,054 | Bug 297054 [Contributions] extension of org.eclipse.jface.action.StatusLineContributionItem that should not "guess" contribution width | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) Build Identifier: 20090920-1017 Current implementation of org.eclipse.jface.action.StatusLineContributionItem uses a DEFAULT_CHAR_WIDTH to "guess" the needed size (which will fail e.g. if many uppercas... | 2009-12-07 05:37:28 | 1,260,180,000 | verified fixed | 02c8e85 | 1,265,660,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/StatusLineContributionItem.java | Eclipse_Platform_UI |
1,531 | 301,717 | Bug 301717 Renderer prematurely instantiates client objects when a part is added to a stack that's already showing another part | 1. Have a window with a part stack that's showing a part. 2. Add another part to that stack without changing its selected element. 3. The new part's client object is prematurely instantiated. ------------ ### Eclipse Workspace Patch 1.0 #P org.eclipse.e4.ui.tests Index: src/org/eclipse/e4/ui/tests/workbench/PartRenderi... | 2010-02-03 11:53:11 | 1,265,220,000 | resolved fixed | 20cc2b8 | 1,265,650,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/PartRenderingEngineTests.java | Eclipse_Platform_UI |
1,532 | 300,758 | Bug 300758 Bring Eclipse window to the front when opening file from command line | With the new support for opening a file in Eclipse from the command line (or through associating file types with Eclipse), we should bring the Eclipse window to the front when opening a file. | 2010-01-25 21:33:37 | 1,264,470,000 | verified fixed | 74a4d66 | 1,265,640,000 | bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/DelayedEventsProcessor.java | Eclipse_Platform_UI |
1,533 | 301,976 | Bug 301976 [WorkingSets] Test failure on Cocoa, N20100204-2000 | null | 2010-02-05 10:55:16 | 1,265,390,000 | resolved fixed | 34d5ca1 | 1,265,640,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceWorkingSetPage.java | Eclipse_Platform_UI |
1,534 | 301,895 | Bug 301895 TrimmedPartLayout miscalculates the left boundary | Build Identifier: UI HEAD, XWT HEAD, on I20100129 TrimmedPartLayout forgets to remove the new offset when calculating the new bounds for left-trim, resulting in the trim being placed under the content. === modified file 'bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/Tri... | 2010-02-04 17:30:46 | 1,265,320,000 | resolved fixed | f4cfb39 | 1,265,400,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/TrimmedPartLayout.java | Eclipse_Platform_UI |
1,535 | 300,502 | Bug 300502 Add UI for finer grained file permissions | null | 2010-01-22 10:30:56 | 1,264,170,000 | resolved fixed | f473cf4 | 1,265,370,000 | 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/ResourceInfoPage.java | Eclipse_Platform_UI |
1,536 | 300,846 | Bug 300846 Add "Resolve Values" switch to Path Variables property page | HEAD Table showing path variables for a resource has 3 columns: Name, Value and Resolved Value. Given the fact that values are rather long the third column is hardly visible. My suggestion is to remove the third column and add a switch to resolve variables in the second column. I'll put up a mockup in a minute... | 2010-01-26 10:54:37 | 1,264,520,000 | verified fixed | 77ad8c1 | 1,265,290,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariablesGroup.java | Eclipse_Platform_UI |
1,537 | 301,133 | Bug 301133 Unhide the linked resources locations tab in the Linked Resources property page | The mentioned tab was hidden in M5 since it needed polishing. There are new icons in the page, so when this bug is fixed, I will raise another one to track creating new icons by our UI designers. | 2010-01-28 09:55:33 | 1,264,690,000 | verified fixed | e098e04 | 1,265,290,000 | 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/LinkedResourceEditor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectLinkedResourcePage.java | Eclipse_Platform_UI |
1,538 | 122,772 | Bug 122772 [Wizards] NewWizardAction would be able to customize the title and description of the opened wizard | At the moment, it possible to restrict the content of the New wizard to a given category of elements using the org.eclipse.ui.actions.NewWizardAction. Nevertheless, it is impossible to change the title neither the description of the wizard that is open by the action. It would be much more user friendly that instances o... | 2006-01-05 11:30:57 | 1,136,480,000 | verified fixed | 2639a7e | 1,265,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/NewWizardAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizard.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIWizardsAuto.java | Eclipse_Platform_UI |
1,539 | 161,693 | Bug 161693 [Contributions] Cannot show the items defined in "contributeToCoolBar" function of the ActionBarContributor | I am trying to add a few items on the WorkbenchWindow toolbar. I try to do this by define an ActionBarContributor class and configurer it in the plugin.xml. In my ActionBarContributor class, I write the following test code, but nothing happened. ==========================================================================... | 2006-10-20 03:54:24 | 1,161,330,000 | resolved fixed | 3a26657 | 1,265,180,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorActionBars.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/EditorActionBarsTest.java | Eclipse_Platform_UI |
1,540 | 301,583 | Bug 301583 Reconciler chokes on changes of transient features | This has never happened before...but it's happening now. java.lang.RuntimeException: java.lang.IllegalArgumentException: The datatype 'IEclipseContext' is not a valid classifier at org.eclipse.e4.workbench.ui.internal.ResourceHandler.save(ResourceHandler.java:140) at org.eclipse.e4.ui.workbench.swt.internal.E4Applicati... | 2010-02-02 14:36:37 | 1,265,140,000 | resolved fixed | 0f3374f | 1,265,140,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/XMLModelReconciler.java | Eclipse_Platform_UI |
1,541 | 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, ... | 2010-01-28 18:14:22 | 1,264,720,000 | resolved fixed | f086bb1 | 1,265,040,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/XMLModelReconciler.java | Eclipse_Platform_UI |
1,542 | 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 ;) | 2010-01-26 11:32:17 | 1,264,520,000 | verified fixed | 9a3d18e | 1,265,040,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariableDialog.java | Eclipse_Platform_UI |
1,543 | 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... | 2008-08-11 08:36:57 | 1,218,460,000 | verified fixed | b340bcc | 1,265,020,000 | 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 |
1,544 | 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 | 2010-01-31 13:24:18 | 1,264,960,000 | resolved fixed | 4e972f7 | 1,264,960,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/ReflectionContributionFactory.java | Eclipse_Platform_UI |
1,545 | 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. | 2010-01-20 07:03:22 | 1,263,990,000 | resolved fixed | 425ffcf | 1,264,710,000 | 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/ui/render... | Eclipse_Platform_UI |
1,546 | 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. | 2010-01-28 05:26:55 | 1,264,670,000 | verified fixed | 9446b65 | 1,264,700,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/TrimmedPartLayout.java | Eclipse_Platform_UI |
1,547 | 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. | 2010-01-26 14:22:46 | 1,264,530,000 | verified fixed | b0435fe | 1,264,630,000 | 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 |
1,548 | 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. | 2010-01-05 06:54:37 | 1,262,690,000 | verified fixed | 967371b | 1,264,500,000 | 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 |
1,549 | 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... | 2009-11-16 09:13:19 | 1,258,380,000 | resolved fixed | 24666a1 | 1,264,440,000 | 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/internal/Par... | Eclipse_Platform_UI |
1,550 | 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... | 2001-10-12 08:33:31 | 1,002,890,000 | verified fixed | 0193c20 | 1,264,190,000 | 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/IDEWorkbenchAdvisor.jav... | Eclipse_Platform_UI |
1,551 | 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 | 2010-01-08 12:35:28 | 1,262,970,000 | resolved fixed | 55ebe35 | 1,264,110,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/editor/FormEditor.java | Eclipse_Platform_UI |
1,552 | 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,... | 2009-10-01 13:23:13 | 1,254,420,000 | verified fixed | 8e5acc5 | 1,264,100,000 | 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.workbench/Eclipse UI/... | Eclipse_Platform_UI |
1,553 | 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... | 2009-09-04 07:24:12 | 1,252,060,000 | verified fixed | 2917fc9 | 1,264,080,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/ExternalEditor.java | Eclipse_Platform_UI |
1,554 | 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. | 2009-11-30 08:41:59 | 1,259,590,000 | verified fixed | 18c9869 | 1,264,010,000 | 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 |
1,555 | 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 | 2009-12-02 07:51:04 | 1,259,760,000 | resolved fixed | b475298 | 1,264,010,000 | 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/ui/ide/undo/... | Eclipse_Platform_UI |
1,556 | 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... | 2010-01-19 04:51:26 | 1,263,890,000 | closed fixed | 920e82d | 1,263,980,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java | Eclipse_Platform_UI |
1,557 | 299,335 | Bug 299335 [Progress] Finished Tasks Still Show In Progress View | null | 2010-01-12 00:03:04 | 1,263,270,000 | verified fixed | 5277aba | 1,263,970,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorInfo.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/GroupInfo.java bundles/org.eclipse.ui.workbench/Ecl... | Eclipse_Platform_UI |
1,558 | 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=... | 2009-12-02 13:05:21 | 1,259,780,000 | resolved fixed | af460a2 | 1,263,950,000 | 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.java bundl... | Eclipse_Platform_UI |
1,559 | 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... | 2009-11-22 03:08:44 | 1,258,880,000 | resolved fixed | 6ff93ff | 1,263,940,000 | 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.java bundle... | Eclipse_Platform_UI |
1,560 | 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. | 2010-01-12 17:16:06 | 1,263,330,000 | resolved fixed | da50d1f | 1,263,930,000 | 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.tests.navi... | Eclipse_Platform_UI |
1,561 | 298,747 | Bug 298747 [EditorMgmt] Bidi Incorrect file type direction in mirrored "Editor Selection" dialog | null | 2010-01-04 06:53:53 | 1,262,610,000 | verified fixed | 2ee9402 | 1,263,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java | Eclipse_Platform_UI |
1,562 | 296,748 | Bug 296748 [FieldAssist] remove the deprecated SimpleContentProposal | null | 2009-12-02 15:57:36 | 1,259,790,000 | verified fixed | bf4e6b9 | 1,263,920,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/SimpleContentProposal.java | Eclipse_Platform_UI |
1,563 | 94,796 | Bug 94796 [EditorMgmt] 'Save All Modified Resources' job is unnamed | null | 2005-05-11 13:36:18 | 1,115,830,000 | verified fixed | f0d6531 | 1,263,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveablesList.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java | Eclipse_Platform_UI |
1,564 | 300,012 | Bug 300012 [CommonNavigator] CNF test improvements | Various improvements and corrections. | 2010-01-18 21:59:47 | 1,263,870,000 | resolved fixed | 7b9fb7f | 1,263,870,000 | 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.navigator/src/org... | Eclipse_Platform_UI |
1,565 | 299,990 | Bug 299990 Example project for an Eclipse 4 Editor | null | 2010-01-18 16:32:42 | 1,263,850,000 | resolved fixed | b1962a9 | 1,263,850,000 | 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 |
1,566 | 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. | 2010-01-14 14:16:20 | 1,263,500,000 | resolved fixed | 722b24d | 1,263,500,000 | 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/internal/Resou... | Eclipse_Platform_UI |
1,567 | 299,588 | Bug 299588 [Forms] Widget disposed exception when closing shell from a FormText selection | null | 2010-01-13 21:07:28 | 1,263,430,000 | resolved fixed | 7d76a8f | 1,263,500,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormText.java | Eclipse_Platform_UI |
1,568 | 299,680 | Bug 299680 Loading model deltas should properly process exception and fallback to the base model | null | 2010-01-14 13:59:28 | 1,263,500,000 | resolved fixed | 11be391 | 1,263,500,000 | 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 |
1,569 | 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... | 2009-06-17 15:11:43 | 1,245,270,000 | verified fixed | c6b1ac7 | 1,263,500,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormUtil.java | Eclipse_Platform_UI |
1,570 | 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(... | 2010-01-14 07:40:57 | 1,263,470,000 | resolved fixed | 45e9467 | 1,263,490,000 | 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/ui/tests/wor... | Eclipse_Platform_UI |
1,571 | 299,083 | Bug 299083 Renderer does not do layout after a child view has been added | null | 2010-01-07 16:28:23 | 1,262,900,000 | resolved fixed | 03f9d09 | 1,263,440,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java | Eclipse_Platform_UI |
1,572 | 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... | 2010-01-12 13:41:20 | 1,263,320,000 | resolved fixed | 6becae0 | 1,263,420,000 | tests/org.eclipse.e4.ui.bindings.tests/src/org/eclipse/e4/ui/bindings/tests/KeyDispatcherTest.java | Eclipse_Platform_UI |
1,573 | 299,554 | Bug 299554 Application.xmi without Window | null | 2010-01-13 15:25:11 | 1,263,410,000 | resolved fixed | 9a60041 | 1,263,410,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java | Eclipse_Platform_UI |
1,574 | 299,435 | Bug 299435 NPE closing contacts demo with a dirty part | null | 2010-01-12 16:30:16 | 1,263,330,000 | resolved fixed | befb11a | 1,263,330,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java | Eclipse_Platform_UI |
1,575 | 299,340 | Bug 299340 [CommonNavigator] Enable new CNF tests | Enable the contributed CNF tests, make minor test improvements. | 2010-01-12 01:29:54 | 1,263,280,000 | resolved fixed | a325a1e | 1,263,280,000 | 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.navigator/src/org... | Eclipse_Platform_UI |
1,576 | 299,331 | Bug 299331 [CommonNavigator] Compile errors in new CNF tests | null | 2010-01-11 21:40:16 | 1,263,260,000 | resolved fixed | 6f5608c | 1,263,260,000 | tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestPipelineProvider.java | Eclipse_Platform_UI |
1,577 | 299,326 | Bug 299326 [CommonNavigator] Add new test for CNF pipelining | null | 2010-01-11 17:44:27 | 1,263,250,000 | resolved fixed | 02a5c36 | 1,263,250,000 | 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 |
1,578 | 299,325 | Bug 299325 [CommonNavigator] Add plugin.xml configuration for new pipeline tests | null | 2010-01-11 17:43:13 | 1,263,250,000 | resolved fixed | 31de14e | 1,263,250,000 | tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestEmptyContentProvider.java | Eclipse_Platform_UI |
1,579 | 299,324 | Bug 299324 [CommonNavigator] Add new test Pipeline content provider | null | 2010-01-11 17:42:41 | 1,263,250,000 | resolved fixed | 48f870c | 1,263,250,000 | 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 |
1,580 | 299,322 | Bug 299322 [CommonNavigator] Test contribution for CNF | null | 2010-01-11 17:25:30 | 1,263,250,000 | resolved fixed | def22bb | 1,263,250,000 | tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/FirstClassM1Tests.java | Eclipse_Platform_UI |
1,581 | 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. | 2010-01-05 09:01:10 | 1,262,700,000 | resolved fixed | c991780 | 1,263,240,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SashRenderer.java | Eclipse_Platform_UI |
1,582 | 299,304 | Bug 299304 [CommonNavigator] Test contribution for CNF | null | 2010-01-11 13:24:10 | 1,263,230,000 | resolved fixed | 8e85922 | 1,263,240,000 | 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 |
1,583 | 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... | 2010-01-11 08:12:46 | 1,263,220,000 | resolved fixed | 21c5e1a | 1,263,220,000 | 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 |
1,584 | 299,255 | Bug 299255 [CommonNavigator] Hook new CNF tests to plugin.xml | null | 2010-01-11 05:14:03 | 1,263,200,000 | resolved fixed | 1fa9ceb | 1,263,210,000 | tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/m12/M1AdapterFactory.java | Eclipse_Platform_UI |
1,585 | 299,249 | Bug 299249 [CommonNavigator] Add ResourceWrapperContent/Label provider for new CNF tests | null | 2010-01-11 04:44:44 | 1,263,200,000 | resolved fixed | 2d67e0d | 1,263,200,000 | 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 tests/org.... | Eclipse_Platform_UI |
1,586 | 299,246 | Bug 299246 [CommonNavigator] Add model objects for new CNF tests | null | 2010-01-11 04:32:52 | 1,263,200,000 | resolved fixed | 0cfed52 | 1,263,200,000 | 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.tests.naviga... | Eclipse_Platform_UI |
1,587 | 299,210 | Bug 299210 [CommonNavigator] Test improvements | null | 2010-01-10 05:52:44 | 1,263,120,000 | resolved fixed | 81dff57 | 1,263,120,000 | 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 tests/org.ecli... | Eclipse_Platform_UI |
1,588 | 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. | 2010-01-10 05:48:50 | 1,263,120,000 | resolved fixed | 52d9eef | 1,263,120,000 | 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 |
1,589 | 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. | 2010-01-10 05:37:49 | 1,263,120,000 | resolved fixed | fec5cbf | 1,263,120,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentDescriptorManager.java | Eclipse_Platform_UI |
1,590 | 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... | 2010-01-10 04:01:01 | 1,263,110,000 | resolved fixed | e1ba6c6 | 1,263,120,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java | Eclipse_Platform_UI |
1,591 | 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. | 2010-01-08 17:36:25 | 1,262,990,000 | resolved fixed | 0970810 | 1,262,990,000 | 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 |
1,592 | 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. | 2010-01-08 15:50:19 | 1,262,980,000 | resolved fixed | 3134e48 | 1,262,990,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/E4Application.java | Eclipse_Platform_UI |
1,593 | 296,253 | Bug 296253 [CommonNavigator] An empty label is not properly shown when it is the only contributed label | null | 2009-11-26 10:48:00 | 1,259,250,000 | resolved fixed | b01cb60 | 1,262,940,000 | 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 |
1,594 | 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... | 2007-08-14 13:49:08 | 1,187,110,000 | resolved fixed | 4b7de9a | 1,262,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WorkbenchMenuService.java | Eclipse_Platform_UI |
1,595 | 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.... | 2010-01-05 15:56:39 | 1,262,720,000 | resolved fixed | ca0a6b3 | 1,262,730,000 | 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 |
1,596 | 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... | 2010-01-05 08:51:19 | 1,262,700,000 | resolved fixed | 8b83fbb | 1,262,720,000 | 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 |
1,597 | 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. | 2010-01-05 09:35:26 | 1,262,700,000 | resolved fixed | 3b9669b | 1,262,710,000 | 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 |
1,598 | 298,848 | Bug 298848 Reusability of the class PartRenderingEngine is limited by the FactoryId | null | 2010-01-05 08:39:33 | 1,262,700,000 | resolved fixed | 17cf7ab | 1,262,700,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java | Eclipse_Platform_UI |
1,599 | 298,748 | Bug 298748 [ErrorHandling] Support tray should be visible only if there is something to display | null | 2010-01-04 07:05:08 | 1,262,610,000 | resolved fixed | c742264 | 1,262,610,000 | 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/StackTraceSupportArea.j... | Eclipse_Platform_UI |
1,600 | 298,415 | Bug 298415 StackRenderer assumes the shell has not been disposed when forcing a re-layout | null | 2009-12-22 10:49:57 | 1,261,500,000 | resolved fixed | c5ae162 | 1,262,110,000 | 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 |
1,601 | 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. | 2008-11-18 07:13:27 | 1,227,010,000 | resolved fixed | feae74d | 1,262,010,000 | 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/IStatusDialogConstants.... | Eclipse_Platform_UI |
1,602 | 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... | 2009-12-14 07:49:28 | 1,260,800,000 | resolved fixed | f782014 | 1,261,390,000 | 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 |
1,603 | 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... | 2009-04-07 17:53:20 | 1,239,140,000 | verified fixed | 75ff174 | 1,261,380,000 | 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 JFace Tests/org/eclips... | Eclipse_Platform_UI |
1,604 | 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. | 2006-09-25 15:27:16 | 1,159,210,000 | verified fixed | d988d97 | 1,261,170,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/ViewIntroAdapterPart.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java bundles/org.eclipse.ui.workb... | Eclipse_Platform_UI |
1,605 | 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... | 2009-12-17 17:38:13 | 1,261,090,000 | resolved fixed | 4e6428e | 1,261,150,000 | 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 bundles/org.ec... | Eclipse_Platform_UI |
1,606 | 243,381 | Bug 243381 [Markers] Problems list needs a tooltip for description field | null | 2008-08-07 02:16:59 | 1,218,090,000 | verified fixed | 8b9c007 | 1,261,040,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkersPropertyPage.java | Eclipse_Platform_UI |
1,607 | 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. | 2009-01-05 10:04:31 | 1,231,170,000 | verified fixed | 027f4be | 1,261,040,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
1,608 | 297,486 | Bug 297486 [Progress] Uncompleted monitor in class DummyJob | null | 2009-12-10 09:32:34 | 1,260,460,000 | verified fixed | af820c8 | 1,260,990,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/progress/DummyJob.java | Eclipse_Platform_UI |
1,609 | 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... | 2009-11-25 12:47:06 | 1,259,170,000 | resolved fixed | 8e8e4f3 | 1,260,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/WorkbenchSiteProgressService.java | Eclipse_Platform_UI |
1,610 | 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. | 2009-12-11 13:11:12 | 1,260,560,000 | resolved fixed | 222fcb8 | 1,260,560,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java | Eclipse_Platform_UI |
1,611 | 297,400 | Bug 297400 Create an E4 base application | null | 2009-12-09 15:58:33 | 1,260,390,000 | resolved fixed | 064a3ac | 1,260,470,000 | 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 |
1,612 | 297,459 | Bug 297459 Properties dialog for Virtual Folder shows Type: Group | The dialog should show Type: Virtual Folder. | 2009-12-10 05:12:32 | 1,260,440,000 | verified fixed | d1f594c | 1,260,440,000 | 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 |
1,613 | 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.... | 2009-12-10 02:28:31 | 1,260,430,000 | verified fixed | 142e240 | 1,260,440,000 | 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 |
1,614 | 296,565 | Bug 296565 Make group creation an advanced option in the folder | null | 2009-12-01 08:15:42 | 1,259,670,000 | verified fixed | d1054b3 | 1,260,400,000 | 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/internal/ide/I... | Eclipse_Platform_UI |
1,615 | 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. | 2009-12-01 16:47:23 | 1,259,700,000 | verified fixed | 2804c1c | 1,260,280,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java | Eclipse_Platform_UI |
1,616 | 229,340 | Bug 229340 [forms] TextSegment wrapping issue | null | 2008-04-29 10:49:09 | 1,209,480,000 | resolved fixed | 5f3967a | 1,259,880,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/TextSegment.java | Eclipse_Platform_UI |
1,617 | 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... | 2009-12-03 10:47:18 | 1,259,860,000 | resolved fixed | a4254f6 | 1,259,870,000 | 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 |
1,618 | 296,796 | Bug 296796 MWindow name changes are not reflected in a shell | null | 2009-12-03 07:51:46 | 1,259,840,000 | resolved fixed | 2954eae | 1,259,840,000 | 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 |
1,619 | 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. | 2009-12-02 08:17:59 | 1,259,760,000 | verified fixed | ce5f718 | 1,259,840,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java | Eclipse_Platform_UI |
1,620 | 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... | 2009-07-22 09:35:16 | 1,248,270,000 | verified fixed | afc0034 | 1,259,790,000 | 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 |
1,621 | 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 ... | 2009-10-29 08:17:48 | 1,256,820,000 | verified fixed | 493c7a8 | 1,259,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/InstallationDialog.java | Eclipse_Platform_UI |
1,622 | 295,386 | Bug 295386 [FieldAssist] ControlDecoration#showHoverText doesn't check if the widget is visible | null | 2009-11-17 15:02:55 | 1,258,490,000 | verified fixed | 4d0e0ac | 1,259,780,000 | 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.eclipse.ui.tests/Eclipse JFa... | Eclipse_Platform_UI |
1,623 | 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. | 2009-11-30 09:18:42 | 1,259,590,000 | resolved fixed | ca60199 | 1,259,750,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/UIResourceFilterDescription.java | Eclipse_Platform_UI |
1,624 | 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. | 2009-11-06 09:38:41 | 1,257,520,000 | verified fixed | f9d3e49 | 1,259,700,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java | Eclipse_Platform_UI |
1,625 | 296,364 | Bug 296364 [context] The constructors used by the injection mechanism should have @Inject | null | 2009-11-27 13:45:39 | 1,259,350,000 | resolved fixed | 68011a0 | 1,259,350,000 | 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.eclipse.e4.demo.... | Eclipse_Platform_UI |
1,626 | 296,356 | Bug 296356 We shouldn't create more than one e4 OSGi context per BundleContext | null | 2009-11-27 11:18:49 | 1,259,340,000 | resolved fixed | 589364e | 1,259,340,000 | 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.java tests/... | Eclipse_Platform_UI |
1,627 | 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... | 2009-11-17 16:02:19 | 1,258,490,000 | resolved fixed | 5ba3578 | 1,259,340,000 | 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/org.eclipse.... | Eclipse_Platform_UI |
1,628 | 292,322 | Bug 292322 [Viewers] Tree view is removing + indicator when one of multiple children is removed. | null | 2009-10-14 17:38:05 | 1,255,560,000 | resolved fixed | 4ebedca | 1,259,260,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java | Eclipse_Platform_UI |
1,629 | 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 | 2006-02-07 04:53:11 | 1,139,310,000 | verified fixed | e7ea6c7 | 1,259,260,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FileFieldEditor.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.