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,230 | 312,077 | Bug 312077 MToolControls aren't rendered on MacOS X | Build: HEAD 2010/05/05 @ 7am I was trying out to add a MToolControl to discover that WorkbenchRendererFactory is missing a tool control renderer. Implementation to follow. | 2010-05-07 10:46:38 | 1,273,240,000 | resolved fixed | a482b11 | 1,274,810,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/ToolControlRenderer.java | Eclipse_Platform_UI |
1,231 | 314,317 | Bug 314317 Cannot re-create a previously closed MWindow instance | null | 2010-05-25 13:53:47 | 1,274,810,000 | resolved fixed | 1c7aba0 | 1,274,810,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/WBWRenderer.java | Eclipse_Platform_UI |
1,232 | 314,302 | Bug 314302 [Workbench] javadoc for WorkbenchAdvisor.preStartup() should mention that event loop is not running yet | null | 2010-05-25 12:05:34 | 1,274,800,000 | verified fixed | 5573f36 | 1,274,800,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/WorkbenchAdvisor.java | Eclipse_Platform_UI |
1,233 | 280,076 | Bug 280076 Make model loading plugable | Today our EMF usage is structured in a way that we can only load a model from XMI and inherit from EObjectImpl. This makes it impossible to leverage other EMF-Technologies (e.g. CDO). We should think about how we can restructure our code base to have possibility to support different model-storage technologies and diffe... | 2009-06-12 09:08:38 | 1,244,810,000 | resolved fixed | b91481f | 1,274,800,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/IModelResourceHandler.java bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/E4Workbench.java bundles/org.eclipse.e4.ui.w... | Eclipse_Platform_UI |
1,234 | 314,271 | Bug 314271 [Compatibility] Invoking getPart(true) on a WorkbenchPartReference returns null | 1. Launch your inner. 2. Ctrl+F7. 3. Pick a view that's not active like the 'Declaration' view. 4. Nothing happens. | 2010-05-25 09:49:56 | 1,274,800,000 | resolved fixed | 9280d75 | 1,274,800,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java | Eclipse_Platform_UI |
1,235 | 300,545 | Bug 300545 [Viewers] New column scrolling breaks on first cell selection if you have scrolled the table | null | 2010-01-22 14:29:47 | 1,264,190,000 | resolved fixed | 72df267 | 1,274,300,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerFocusCellManager.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerFocusCellManager.java | Eclipse_Platform_UI |
1,236 | 313,106 | Bug 313106 [CommonNavigator] Regression: Show In > Project Explorer removes selection after setting it | N20100516-2000, broken since 3.6 M7, works in R3.5.x. First Show In > Project Explorer removes selection after setting it. 1. start with new workspace 2. switch to 'Resource' perspective 3. close the 'Project Explorer' 4. open the 'Navigator' 5. create a simple project 'P' 6. Navigate > Show In > Project Explorer ==> s... | 2010-05-17 06:34:10 | 1,274,090,000 | verified fixed | d46a9ce | 1,274,300,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorFilterService.java | Eclipse_Platform_UI |
1,237 | 298,770 | Bug 298770 [GTK2.18] Clicking in hover help eats left clicks for entire X session | Eclipse SDK 3.5.1 with Mylyn 3.2.2 Linux/Gtk x86_64 (Fedora 12 with gtk2-2.18.5-4.fc12.x86_64) The following happens both with and without GDK_NATIVE_WINDOWS=true. I can't make it happen in a VNC session with gtk 2.18 nor can I make it happen in a VNC session with gtk 2.16. For gtk 2.16, it appears that this clicking b... | 2010-01-04 11:25:51 | 1,262,620,000 | verified fixed | 6a75971 | 1,274,300,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java | Eclipse_Platform_UI |
1,238 | 312,343 | Bug 312343 [Wizards] TVT36:TCT220: FRA - Truncated drop down box for Select File System | <response_by> martine marin at 2010.05.10.08.54.03 </response_by> Hi, The drop-down list is truncated for Select File System when you click Advanced on this panel. Build: 20100509-1500 Language: French Steps to reproduce: Right-click the new empty project and select New > Other... Select EMF Generator Model under Eclip... | 2010-05-10 17:36:39 | 1,273,530,000 | verified fixed | c03582c | 1,274,290,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java | Eclipse_Platform_UI |
1,239 | 313,432 | Bug 313432 obsolete CSS layout methods in SWTPartRenderer | we still have these methods in SWTPartRenderer createWrapperForStyling addLayoutForStyling configureForStyling they are not used anymore. OK to just delete them? | 2010-05-18 16:23:27 | 1,274,210,000 | resolved fixed | 9d82ea5 | 1,274,280,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/SWTPartRenderer.java | Eclipse_Platform_UI |
1,240 | 311,853 | Bug 311853 [Perspectives] [Min/Max] Maximize and Minimizing views causes nullpointer exception | Build Identifier: I20100429-1549 A nullpointer is recived when maximizing views and switching perspective. This could be related to ticket 201293 which was solved in 3.4 java.lang.NullPointerException at org.eclipse.ui.internal.PartStack.smartUnzoom(PartStack.java:1407) at org.eclipse.ui.internal.PartStack$3.runWithExc... | 2010-05-06 07:01:45 | 1,273,140,000 | verified fixed | ff9b1f6 | 1,274,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java | Eclipse_Platform_UI |
1,241 | 312,888 | Bug 312888 Problems when entering the linked folder location | null | 2010-05-14 07:17:01 | 1,273,840,000 | resolved fixed | e8f7a82 | 1,274,270,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java | Eclipse_Platform_UI |
1,242 | 310,446 | Bug 310446 [LinkedResources] "Preferences > Linked Resources > New..." should not show "Variable..." | I20100425-2000 "Preferences > Linked Resources": The "New..." and "Edit..." dialogs should not show the "Variable..." button. When I select a variable, the "New Variable" dialog show an error (Path must be absolute.), and when I try to click "Extend...", nothing happens. | 2010-04-26 09:23:12 | 1,272,290,000 | resolved fixed | 8e36335 | 1,274,270,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/PathVariableSelectionDialog.java 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,243 | 313,211 | Bug 313211 [CSS] Optimizing Linear Gradients | null | 2010-05-17 14:18:11 | 1,274,120,000 | resolved fixed | f22e8e4 | 1,274,220,000 | bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/properties/GradientBackgroundListener.java | Eclipse_Platform_UI |
1,244 | 313,428 | Bug 313428 Use Eclipse tracing to enable debug output | null | 2010-05-18 15:35:51 | 1,274,210,000 | resolved fixed | 9f58ed4 | 1,274,210,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/Activator.java | Eclipse_Platform_UI |
1,245 | 313,407 | Bug 313407 EPartService needs to use EModelService's bringToTop method | The EMS variant considers shared parts, the EPS should delegate accordingly. | 2010-05-18 13:36:50 | 1,274,200,000 | resolved fixed | c4b481c | 1,274,200,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/PartServiceImpl.java tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java | Eclipse_Platform_UI |
1,246 | 313,066 | Bug 313066 [Workbench] Workbench.createDisplay() needs to call Display.setAppVersion() | null | 2010-05-17 01:39:23 | 1,274,070,000 | verified fixed | 0fa5ba5 | 1,274,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ProductInfo.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java | Eclipse_Platform_UI |
1,247 | 313,382 | Bug 313382 No 'X' close buttons on views | The renderer is currently ignoring the 'closeable' feature for MParts if it's actually represented by a placeholder (i.e. 3.x views). | 2010-05-18 11:59:09 | 1,274,200,000 | resolved fixed | ae8f2cb | 1,274,200,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
1,248 | 122,341 | Bug 122341 [Model] IMemento rejects keys that begin with # | The doc for IMemento says that any alphanumeric string is acceptable as a key. If . is legitimate, and we know it is, why is # illegitimate? If nothing else, the doc needs to be more specific. | 2005-12-29 16:21:13 | 1,135,890,000 | verified fixed | 1a540fd | 1,274,190,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IMemento.java | Eclipse_Platform_UI |
1,249 | 312,941 | Bug 312941 [Compatibility] Get prompted once for each dirty file when closing workbench | Instead of an aggregate dialog, you get one message dialog per dirty file when you are closing Eclipse. This is very annoying. | 2010-05-14 12:44:53 | 1,273,860,000 | resolved fixed | 67cad5f | 1,273,860,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveAllAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,250 | 310,342 | Bug 310342 'Home' key sends caret to the beginning of the line in the Java editor | The key press should "ignore" whitespace and go to the first non-whitespace character instead of to the beginning of the line. ------------- 3.x trace JavaEditor$SmartLineStartAction(AbstractTextEditor$LineStartAction).run() line: 1359 JavaEditor$SmartLineStartAction(TextNavigationAction).runWithEvent(Event) line: 99 A... | 2010-04-23 16:36:05 | 1,272,050,000 | resolved fixed | fd8cb1a | 1,273,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java | Eclipse_Platform_UI |
1,251 | 312,821 | Bug 312821 'File > Restart' causes shutdown prompt | null | 2010-05-13 13:09:40 | 1,273,770,000 | resolved fixed | 67ae97e | 1,273,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
1,252 | 312,818 | Bug 312818 [Compatibility] 4.0 SDK needs to prompt before closing | An exit confirmation dialog appears in 3.x but not in 4.0. | 2010-05-13 12:42:07 | 1,273,770,000 | resolved fixed | f679d8f | 1,273,770,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
1,253 | 305,739 | Bug 305739 [viewers] #expandToLevel(Object, level) retrieves all children when virtual | null | 2010-03-12 16:24:12 | 1,268,430,000 | resolved fixed | 11985f9 | 1,273,710,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java | Eclipse_Platform_UI |
1,254 | 16,552 | Bug 16552 [Dialogs] Title Area dialog should support > 2 lines text | The Update dialog message is too long on Linux. The TitleAreaDialog is designed to have 2 lines of text and this dialog has 3 so the top and bottom get cut off. There is also a missing period and the end of the last sentence. STEPS 1) Install the examples to your eclipse install 2) Restart Eclipse - look at the message... | 2002-05-21 09:47:31 | 1,021,990,000 | resolved fixed | 66d5855 | 1,273,700,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java | Eclipse_Platform_UI |
1,255 | 297,303 | Bug 297303 Resource filters cannot be edited for linked packages | I20091207-1800 Resource filters cannot be edited for linked packages (properties page shows only up for folder, not for packages). | 2009-12-09 03:44:36 | 1,260,350,000 | closed fixed | 7ffdcd5 | 1,273,700,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterPage.java | Eclipse_Platform_UI |
1,256 | 312,686 | Bug 312686 [CommonNavigator] double click on a tree item causes File to open in the editor | Build Identifier: eclipse SDK 3.6.0 M7 Build id: I20100426-0852 When double click on a tree item that is adaptable to IResource class, eclipse launches the editor for the file that was returned by the tree item via the call ((IAdaptable)treeItem).getAdapter(IResource.class) See debug session in the attachment. This is ... | 2010-05-12 14:38:38 | 1,273,690,000 | verified fixed | 656195c | 1,273,690,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/OpenActionProvider.java | Eclipse_Platform_UI |
1,257 | 310,878 | Bug 310878 [LinkedResources] Exception while importing resources in a virtual folder | - New Workspace - New Java Project - New virtual folder - Select the Virtual folder, File -> Import -> File system - Try to import any files (without using the Advanced option) - Click Finish => the following exception occurs org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:4083) a... | 2010-04-28 14:55:11 | 1,272,480,000 | resolved fixed | bf0a2ac | 1,273,690,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java | Eclipse_Platform_UI |
1,258 | 310,671 | Bug 310671 [LinkedResources] "New > Folder" wizard: Bad dialog resizing when clicking "Advanced" | I20100426-0852 The "New > Folder" wizard: Clicking the "Advanced" button should keep the button at the same location on the screen and resize the dialog such that the new options fit in. It also wasn't perfect before, but in I20100426-0852, the "Advanced" button jumps a huge distance (is not under the mouse any more) a... | 2010-04-27 13:06:21 | 1,272,390,000 | resolved fixed | 9cf10b4 | 1,273,690,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java | Eclipse_Platform_UI |
1,259 | 312,438 | Bug 312438 'Home' and 'End' keys goes to the first editor | 1. Start your inner Eclipse. 2. Make a new 'Untitled Text File'. 3. Type some stuff in it. Now your caret is at the end of the life. 4. Repeat steps 2 and 3. 5. Now hit 'Home'. Nothing happens. 6. Switch to the first file, the caret has moved. :( | 2010-05-11 10:41:00 | 1,273,590,000 | resolved fixed | 80e9b04 | 1,273,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/HandlerActivation.java | Eclipse_Platform_UI |
1,260 | 311,778 | Bug 311778 [CommonNavigator] Project Explorer selects File object instead of the requested object in the Explorer tree | Build Identifier: eclipse SDK 3.6.0 M7 Build id: I20100426-0852 When we request the CommonNavigator to select a specific element on the explorer tree that is not yet visible, the Project explorer calls the convertSelection method and this changes the requested target object to the File object. Thus, the File is object ... | 2010-05-05 14:40:43 | 1,273,080,000 | verified fixed | d927cc7 | 1,273,680,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java | Eclipse_Platform_UI |
1,261 | 310,494 | Bug 310494 [LinkedResources] Preference "Link and create virtual folders" does not work | I20100425-2000 The 2 options on the Linked Resourced with name "Link and create virtual folders" don't work. When they are selected, dropping items does nothing. In CopyFilesAndFoldersOperation#copyOrLinkFiles(..), the test "hasFlag(dropOperation, ImportTypeDialog.IMPORT_VIRTUAL_FOLDERS_AND_LINKS)" always fails because... | 2010-04-26 12:46:23 | 1,272,300,000 | resolved fixed | 7e088b3 | 1,273,670,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java | Eclipse_Platform_UI |
1,262 | 312,614 | Bug 312614 [Compatibility] ISources.ACTIVE_EDITOR_ID_NAME is not in the context | Much of the 3.x framework relies on ISources, this needs to be retrievable. | 2010-05-12 09:29:34 | 1,273,670,000 | resolved fixed | 816e901 | 1,273,670,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,263 | 311,515 | Bug 311515 Wrong dialog title | Build id: I20100429-1549 Steps: 1) Open the New Folder wizard 2) Press Advanced and Resource Filters 3) See the title of the opened dialog | 2010-05-04 07:39:04 | 1,272,970,000 | resolved fixed | ef38bc3 | 1,273,670,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/IIDEHelpContextIds.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceFilterEditDialog.java | Eclipse_Platform_UI |
1,264 | 297,402 | Bug 297402 [IDE] [Wizards] Improvements to the advanced section of new folder wizard | null | 2009-12-09 16:13:56 | 1,260,390,000 | resolved fixed | 5c3fda3 | 1,273,610,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java | Eclipse_Platform_UI |
1,265 | 312,454 | Bug 312454 [Compatibility] Application's commands increases in size across workbench restarts | null | 2010-05-11 11:45:19 | 1,273,590,000 | resolved fixed | 539b766 | 1,273,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
1,266 | 312,421 | Bug 312421 Contexts need to have a name | Seeing "Anonymous Context" everywhere isn't helping anyone. I'll make some tweaks in the renderer. | 2010-05-11 09:28:30 | 1,273,580,000 | resolved fixed | 7a70e5b | 1,273,580,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/workbench/swt/internal/PartRenderingEngine.java | Eclipse_Platform_UI |
1,267 | 312,333 | Bug 312333 Exceptions in JUnit's PartService | With the code from Head there are 3 NPEs in UIAllTests: testShowPart_Id_Unrendered_ACTIVATE testShowPart_Id_Unrendered_ACTIVATE2 testShowPart_Id_Unrendered_ACTIVATE3 They all seem to have the same cause: context of the activated part is null. | 2010-05-10 16:25:38 | 1,273,520,000 | resolved fixed | ceef47c | 1,273,580,000 | tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessContextPresentationEngine.java | Eclipse_Platform_UI |
1,268 | 312,259 | Bug 312259 Keybindings are being sent to the wrong place | null | 2010-05-10 10:11:50 | 1,273,500,000 | resolved fixed | 68ed333 | 1,273,520,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,269 | 302,694 | Bug 302694 [PropertiesDialog] UI polish for file system attributes on Resource properties page | I20100209-2300 - Permissions table needs mnemonic (e.g. &r) - The note should talk about "folder", not "directory" - Checkboxes have white background on Linux-GTK and gray bg on Mac-Cocoa Why are attributes not shown for projects? | 2010-02-12 06:32:56 | 1,265,970,000 | resolved fixed | f07107f | 1,273,500,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java | Eclipse_Platform_UI |
1,270 | 311,584 | Bug 311584 [build path] "Extend" path variable button does nothing | Build Identifier: I20100429-1549 The "extend..." button in the Java project's link source dialog does not work. Reproducible: Always Steps to Reproduce: * In the Java perspective, right click a Java project, goto Build Path > Link Source... * Select Variables... * In the dialog that appears, select an existing path var... | 2010-05-04 12:22:49 | 1,272,990,000 | verified fixed | 0d6b343 | 1,273,480,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/PathVariableSelectionDialog.java | Eclipse_Platform_UI |
1,271 | 311,194 | Bug 311194 [Dialogs] FilteredResourcesSelectionDialog's constructor doesn't specify what to put in the 'typesMask' parameter | Today someone on IRC put 0 when he should've been using IResource.FILE. We should clarify the javadocs. | 2010-04-30 11:08:54 | 1,272,640,000 | verified fixed | ba72543 | 1,273,360,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java | Eclipse_Platform_UI |
1,272 | 306,736 | Bug 306736 [Workbench] Contributed sourceProvider can cause troubles on start | I20100316-0859. In Workbench.init() we read the source providers of the 'org.eclipse.ui.services' extension point and there all extensions are immediately loaded (createExecutableExtension) no matter whether the contributing bundle is already started. Unfortunately this happens before the workbench itself is correctly ... | 2010-03-22 12:06:53 | 1,269,270,000 | verified fixed | ecba732 | 1,273,260,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
1,273 | 312,095 | Bug 312095 [Compatibility] Restarting always reverts to the default perspective (ie.. Java) | If you shut down with the Debug perspective active and restart you end up with the Java perspective showing. Also, some interaction at the rendering level leaves the shared editor area empty. | 2010-05-07 12:09:14 | 1,273,250,000 | resolved fixed | f23e264 | 1,273,250,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
1,274 | 284,558 | Bug 284558 [Perspectives] NPE: CustomizePerspectiveDialog in method getVisibleIDs | Build ID: 20090619-0625 Steps To Reproduce: 1. Launch an RCP Application which has no menu contribution item with the ActionFactory.NEW.getId() id. 2. Select a perspective -> customize -> wait for the "Customize Perspective"-dialog -> click "Ok" 3. A NPE is thrown as, in this case, the "wizards" member variable has not... | 2009-07-24 07:19:30 | 1,248,430,000 | verified fixed | c7522dd | 1,273,250,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java | Eclipse_Platform_UI |
1,275 | 309,716 | Bug 309716 [Perspectives] Resetting a perspective removes all shortcuts from the New toolbar button | null | 2010-04-19 13:08:03 | 1,271,700,000 | verified fixed | a5a593e | 1,273,240,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/NewWizardDropDownAction.java | Eclipse_Platform_UI |
1,276 | 312,063 | Bug 312063 SelectionServiceImpl should use ListenerList instead of a HashSet | HashSets are not thread-safe and does not guarantee event order. :( | 2010-05-07 09:49:37 | 1,273,240,000 | resolved fixed | 53a299e | 1,273,240,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/SelectionServiceImpl.java | Eclipse_Platform_UI |
1,277 | 310,444 | Bug 310444 [LinkedResources] Drag and Drop dialogs not disabled when Linked Resources turned off | I20100425-2000 - on the 'Linked Resources' preference page, disable the checkbox => DND groups are still enabled (should be disabled) - click OK - drag a file from the OS to the Package Explorer, Resource Navigator,... => "File Operation" dialog is still shown (should not be shown and just make a copy). Selecting "Link... | 2010-04-26 09:19:38 | 1,272,290,000 | resolved fixed | 32d101d | 1,273,150,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/internal/ide/ResourceDragAndDropEditor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui... | Eclipse_Platform_UI |
1,278 | 311,722 | Bug 311722 E4XMIResource's getUniqueId() is implemented incorrectly | private String getUniqueId() { String id = createId(); while (objectMap.get(id) != null) { id = createId(); } return id; } Here, 'objectMap' is a Map<EObject, String> but we use a String as a key. This is obviously wrong. | 2010-05-05 09:48:21 | 1,273,070,000 | resolved fixed | 138cfd5 | 1,273,070,000 | bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/workbench/ui/internal/E4XMIResource.java | Eclipse_Platform_UI |
1,279 | 311,721 | Bug 311721 Cleanup context strategy | null | 2010-05-05 09:48:14 | 1,273,070,000 | resolved fixed | 19e3cd7 | 1,273,070,000 | tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/HeadlessStartupTest.java | Eclipse_Platform_UI |
1,280 | 311,719 | Bug 311719 [Compatibility] View menus have disappeared | null | 2010-05-05 09:09:45 | 1,273,060,000 | resolved fixed | 680ba71 | 1,273,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityView.java | Eclipse_Platform_UI |
1,281 | 311,619 | Bug 311619 [Compatibility] Heap status not shown in the status line | I believe the control's not even being created... | 2010-05-04 16:09:08 | 1,273,000,000 | resolved fixed | a0f2398 | 1,273,060,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferencePage.java | Eclipse_Platform_UI |
1,282 | 308,646 | Bug 308646 [compatibility] double-clicking on a file in the Project Explorer does not open an editor | null | 2010-04-09 09:59:40 | 1,270,820,000 | resolved fixed | baec2ea | 1,272,990,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ActionBars.java | Eclipse_Platform_UI |
1,283 | 311,421 | Bug 311421 [Compatibility] Some multi-keystroke keybindings don't work | What works: Alt+Shift+Q, Q brings up the view dialog. Alt+Shift+X, J runs Java applications. What doesn't work: Ctrl+2, L to assign a method's return value to a new local variable. Alt+Shift+Q, ? to bring up a specific view. | 2010-05-03 15:37:52 | 1,272,920,000 | resolved fixed | b356647 | 1,272,980,000 | bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/handlers/ShowViewHandler.java | Eclipse_Platform_UI |
1,284 | 311,538 | Bug 311538 [Compatibility] ISources.ACTIVE_SITE_NAME not in the context | 3.x handlers needs these. | 2010-05-04 09:05:26 | 1,272,980,000 | resolved fixed | c776d3d | 1,272,980,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,285 | 310,601 | Bug 310601 [FieldAssist] ContentAssistCommandAdapter enablement not toggled when field has focus | null | 2010-04-27 06:37:38 | 1,272,360,000 | verified fixed | d7f159e | 1,272,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java | Eclipse_Platform_UI |
1,286 | 310,499 | Bug 310499 [LinkedResources] Import > File System > Advanced: "Copy into workspace" should be "Create links in workspace" | I20100425-2000 Import > File System > Advanced: The logic of the "Copy into workspace" checkbox is very unusual. Normally, slave options get enabled when their master is checked, but in this case, it's reversed. The master option would better be called "Create links in workspace", and checking that option should enable... | 2010-04-26 13:01:15 | 1,272,300,000 | resolved fixed | afe9adb | 1,272,910,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/DataTransferMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java | Eclipse_Platform_UI |
1,287 | 311,077 | Bug 311077 [Compatibility] Ctrl+C doesn't work in 'Package Explorer' | In 3.x, we have an ActionHandler. In e4, we're in an WidgetMethodHandler. Thread [main] (Suspended) CopyToClipboardAction.run(IStructuredSelection) line: 112 CopyToClipboardAction(SelectionDispatchAction).dispatchRun(ISelection) line: 274 CopyToClipboardAction(SelectionDispatchAction).run() line: 250 CopyToClipboardAct... | 2010-04-29 13:54:09 | 1,272,560,000 | resolved fixed | 4decec2 | 1,272,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ActionBars.java | Eclipse_Platform_UI |
1,288 | 311,396 | Bug 311396 NPE thrown when trying to close a part that hasn't been restored | An NPE is thrown because we try to ask the part for a context. However, if the part hasn't been rendered yet, we'll get null back. java.lang.NullPointerException at org.eclipse.e4.workbench.ui.renderers.swt.StackRenderer$6.close(StackRenderer.java:449) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1590) ... | 2010-05-03 13:26:36 | 1,272,910,000 | resolved fixed | 1619787 | 1,272,910,000 | bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/workbench/ui/renderers/swt/StackRenderer.java | Eclipse_Platform_UI |
1,289 | 311,390 | Bug 311390 Debugging often spawns identical editors | If you put breakpoints in your current editor and you start a debug session, you'll often get another editor opened instead of having the one you have active "reused". | 2010-05-03 12:11:13 | 1,272,900,000 | resolved fixed | ea99826 | 1,272,900,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,290 | 311,371 | Bug 311371 [Compatibility] All editors become materialized during shutdown | null | 2010-05-03 09:28:11 | 1,272,890,000 | resolved fixed | dff6fff | 1,272,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,291 | 310,313 | Bug 310313 [Compatibility] ISources.SHOW_IN_SELECTION and ISources.SHOW_IN_INPUT is not in the context | We're getting nulls out of the ExecutionEvent. | 2010-04-23 13:14:18 | 1,272,040,000 | resolved fixed | 4315fec | 1,272,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,292 | 311,360 | Bug 311360 [Compatibility] All views become materialized during shutdown | 1. Start your inner and open the 'Navigator'. 2. "Hide" it by putting another view in the stack as the selected element. 3. Close. 4. Restart. 5. Close again. 6. An NPE will be thrown. This is because we invoke getViews() during shutdown which will force the rendering of all views. :( java.lang.NullPointerException at ... | 2010-05-03 08:24:32 | 1,272,890,000 | resolved fixed | 5003cff | 1,272,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,293 | 311,043 | Bug 311043 [Compatibility] Get prompted to save an untitled file even if you said "No" | 1. Make a new 'Untitled Text File'. 2. Type some stuff in it. 3. Ctrl+W. 4. Click 'No'. 5. A 'Save As' dialog appears! | 2010-04-29 11:22:23 | 1,272,550,000 | resolved fixed | 2dbe5ca | 1,272,560,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,294 | 310,908 | Bug 310908 [Markers] NPE thrown by markers job | I20100426-0852 I had one editor open in my window. It was maximized and opened on an external file. When I closed it, this NPE suddenly appeared. java.lang.NullPointerException at org.eclipse.ui.internal.views.markers.MarkerFieldFilterGroup.loadSettings(MarkerFieldFilterGroup.java:448) at org.eclipse.ui.internal.views.... | 2010-04-28 16:31:22 | 1,272,490,000 | verified fixed | 90c1000 | 1,272,520,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerFieldFilterGroup.java | Eclipse_Platform_UI |
1,295 | 308,667 | Bug 308667 [Compatibility] Cannot 'Step Into' with F5 | F6 and F7 works. F5 does not. Workaround is to use Ctrl+Alt+Click. | 2010-04-09 12:23:19 | 1,270,830,000 | resolved fixed | c9cc77e | 1,272,490,000 | bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceImpl.java | Eclipse_Platform_UI |
1,296 | 310,853 | Bug 310853 [Compatibility] Can't close Eclipse when you have saveable views up | null | 2010-04-28 12:28:02 | 1,272,470,000 | resolved fixed | 1f4ad6e | 1,272,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
1,297 | 310,843 | Bug 310843 [Compatibility] NPE thrown when closing Eclipse with the 'Debug' view open | null | 2010-04-28 11:12:28 | 1,272,470,000 | resolved fixed | 59888cd | 1,272,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
1,298 | 310,650 | Bug 310650 Extra space above welcome view. | Tested with... Build id: I20100426-0852 1) Start a fresh Eclipse install on a new workspace 2) You should see the Welcome page filling the entire content area of the shell 3) Click on the "increase font size" icon. 4) Notice that space is inserted between the top of the Welcome page and the shell titlebar. (It looks li... | 2010-04-27 11:13:24 | 1,272,380,000 | verified fixed | f626dbd | 1,272,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewIntroAdapterPart.java | Eclipse_Platform_UI |
1,299 | 310,685 | Bug 310685 [LinkedResources] The 'File System' import wizard has inconsistent widget selection | Tn the 'File System" import wizard, having the "Create complete folder structure" option button set must cause the "Create virtual folders" to be set as well in the "Advanced" section, since this option creates a partial hierarchy and cannot create only a top level link folder. | 2010-04-27 14:18:39 | 1,272,390,000 | resolved fixed | 9c07aeb | 1,272,390,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java | Eclipse_Platform_UI |
1,300 | 310,394 | Bug 310394 [CommonNavigator] CommonViewer refresh never turns on redraw sometimes - Breaks Team sync view | Build ID: I20100424-2000 When I perform Team > Synchronize or Compare With > Latest from HEAD the Synchronize View remains empty. This is with an existing workspace and several Eclipse projects in there (including o.e.core.resources, which I have modified locally). Using I20100422-1310 on the very same workspace / proj... | 2010-04-25 15:42:34 | 1,272,220,000 | verified fixed | b235c61 | 1,272,260,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/StructuredViewerManager.java | Eclipse_Platform_UI |
1,301 | 310,408 | Bug 310408 [CommonNavigator] Scary looking error messages incorrectly appear in log | null | 2010-04-26 00:40:23 | 1,272,260,000 | verified fixed | b292eb4 | 1,272,260,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/wizards/CommonWizardDescriptorManager.java | Eclipse_Platform_UI |
1,302 | 262,906 | Bug 262906 [http.registry]initializeDelegate in ServletManager.ServletWrapper should be synchronized | AB sent me an email which among things mentions a problem they encountered while load testing. "The servlet's init() methods are called multiple times whenever we make simultaneous requests to the server before they have been initialized." This is indeed a problem as we wrap each servlet that will look after lazily ini... | 2009-01-29 09:59:08 | 1,233,240,000 | resolved fixed | 06a7fb5 | 1,272,220,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/WorkingSetActionProvider.java bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/WorkingSetRootModeActionGroup.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/inter... | Eclipse_Platform_UI |
1,303 | 292,549 | Bug 292549 [CommonNavigator] WorkingSetFilterActionGroup sometimes not updated on WS changes | 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: 3.5 I am extending common navigator such that it creates few working sets on the start-up of the workbench. I hit an issue with the "Select Working Set" dialog, it does not "selects" the created workin... | 2009-10-16 12:01:31 | 1,255,710,000 | closed fixed | 70d1a3c | 1,272,190,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/actions/WorkingSetActionProvider.java | Eclipse_Platform_UI |
1,304 | 287,536 | Bug 287536 [CommonNavigator] Wrong sorter unit tests | Build ID: Build id: I20090611-1540 Steps To Reproduce: Several tests in SorterTest rely on the dynamicAddModelObjects method. That method breaks the contract of viewer.add ("This method should be called (by the content provider) when a single * element has been added to the model") in that it calls viewer.add(newData) ... | 2009-08-25 05:23:30 | 1,251,190,000 | resolved fixed | e7269fb | 1,272,160,000 | tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/SorterTest.java | Eclipse_Platform_UI |
1,305 | 305,703 | Bug 305703 [Viewers][CommonNavigator] remembered contributions can leak when using filters | null | 2010-03-12 11:43:18 | 1,268,410,000 | verified fixed | e81ccb6 | 1,272,160,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewerInternals.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/Navi... | Eclipse_Platform_UI |
1,306 | 285,529 | Bug 285529 [CommonNavigator] Incorrect pipeline logic for interceptXxx methods | null | 2009-08-04 02:49:38 | 1,249,370,000 | verified fixed | 826bd2e | 1,272,130,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorPipelineService.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/NavigatorContentExtension.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/PipelineChainTest.java | Eclipse_Platform_UI |
1,307 | 139,986 | Bug 139986 [CommonNavigator] Convert catch(Error/Throwable) to SafeRunner | In several places the CN framework uses catch(Error/Throwable) to ensure that code does not bring the framework down. Change these to use SafeRunner. | 2006-05-03 11:41:47 | 1,146,670,000 | resolved fixed | e75adbc | 1,272,070,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CustomAndExpression.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 bundles/o... | Eclipse_Platform_UI |
1,308 | 309,308 | Bug 309308 'Add All Plug-ins to Java Search' not in Ctrl+3 | Eclipse 4.0 SDK build #40 Workaround: 1. Open 'Plug-ins' view. 2. Select all, right-click, add to Java search. | 2010-04-15 09:42:03 | 1,271,340,000 | resolved fixed | f794b1f | 1,272,050,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
1,309 | 310,303 | Bug 310303 [Compatibility] Compatibility layer needs to quit using org.eclipse.ui.IWorkbench | Right now, we ask the rendering engine to handle the closing. We should go through the 3.x IWorkbench implementation to properly shutdown all of our services in the compatibility layer. | 2010-04-23 12:08:50 | 1,272,040,000 | resolved fixed | 022c853 | 1,272,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/QuitHandler.java | Eclipse_Platform_UI |
1,310 | 307,129 | Bug 307129 Window context never disposed | 1) Run Window->Open Window in legacy IDE -> A context is created for the new window 2) Close the new window -> The context is not disposed | 2010-03-25 15:53:35 | 1,269,550,000 | resolved fixed | d501a53 | 1,272,040,000 | bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/cleanupaddon/CleanupAddon.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/src/org/eclipse/e4/workbench/modeling/IWindowCloseHand... | Eclipse_Platform_UI |
1,311 | 310,196 | Bug 310196 [LinkedResources] The Linked Resource property page does not follow dialog fonts | [LinkedResources] The Linked Resource property page does not follow dialog fonts, both under the 'Path Variables' and 'Linked Resources' tabs. | 2010-04-22 16:48:20 | 1,271,970,000 | verified fixed | b2d02c1 | 1,271,970,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariablesGroup.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectLinkedResourcePage.java | Eclipse_Platform_UI |
1,312 | 309,273 | Bug 309273 An error in the New File wizard when the linked resource location does not specify a scheme | Build id: I20100406-1034 I noticed that extra validation is made when creating linked files or folders. I used to add linked resources with empty locations or locations without scheme to change it later. Now it is not possible. I can't find a bug that introduced this change, so I assume it was introduced silently with ... | 2010-04-15 04:44:24 | 1,271,320,000 | verified fixed | f75bed6 | 1,271,960,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java | Eclipse_Platform_UI |
1,313 | 309,271 | Bug 309271 Wrong resolved location in the New File wizard | Build id: I20100406-1034 I'll attach a screenshot illustrating the issue. | 2010-04-15 04:26:12 | 1,271,320,000 | verified fixed | 7005012 | 1,271,960,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java | Eclipse_Platform_UI |
1,314 | 310,146 | Bug 310146 [Compatibility] No progress reported for Ctrl+Alt+H | We should be seeing stuff in the bottom right hand corner. | 2010-04-22 12:22:07 | 1,271,950,000 | resolved fixed | fcf4bd9 | 1,271,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
1,315 | 309,996 | Bug 309996 Dialog on drop should indent dependent UI elements | I20100414-1200. The dialog which asks for copy or linking on drop should indent the dependent UI elements (the checkbox and combo). | 2010-04-21 12:07:11 | 1,271,870,000 | verified fixed | a693617 | 1,271,880,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ImportTypeDialog.java | Eclipse_Platform_UI |
1,316 | 309,997 | Bug 309997 Duplicate mnemonics on Linked Resources preference page | I20100414-2000. Duplicate mnemonics on Linked Resources preference page. LinkedResourcesPreference_link=&Link linkedResourcesPreference_copy=&Copy LinkedResourcesPreference_linkAndVirtualFolder=Link and create &virtual folders Are used for two different UI widgets and hence the mnemonics collide. | 2010-04-21 12:11:10 | 1,271,870,000 | verified fixed | 4eeb801 | 1,271,880,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/ResourceDragAndDropEditor.java | Eclipse_Platform_UI |
1,317 | 302,441 | Bug 302441 [LinkedResources][CommonNavigator] When to show "Files and Folders Operation" dialog on drop | null | 2010-02-10 10:26:26 | 1,265,820,000 | verified fixed | 160a81a | 1,271,870,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ImportTypeDialog.java 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/LinkedResourcesPreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/n... | Eclipse_Platform_UI |
1,318 | 303,691 | Bug 303691 [CommonNavigator] ResourceDropAdapterAssistant won't accept drop target of viewer input | Build Identifier: I20100129-1300 The implementation is ignoring the passed in target object which falls back to the viewer input when null in CommonDropAdapter. The impl calls back to the drop adapter for it's current target, which returns null and bails out immediately. This makes it impossible to drag and drop files ... | 2010-02-23 15:50:47 | 1,266,960,000 | verified fixed | baba724 | 1,271,870,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java | Eclipse_Platform_UI |
1,319 | 309,734 | Bug 309734 [Compatibility] CCE thrown when opening 'Java Browsing' perspective | 2010-04-19 15:17:10.781 Log ErrorException while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/ElementContainer/selectedElement/SET] to handler org.eclipse.e4.ui.services.internal.events.UIEventHandler@2d082d08 java.lang.ClassCastException: org.eclipse.e4.ui.model.application.ui.basic... | 2010-04-19 15:24:10 | 1,271,710,000 | resolved fixed | 872e7ef | 1,271,860,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/ModeledPageLayout.java | Eclipse_Platform_UI |
1,320 | 261,031 | Bug 261031 [CommonNavigator] IPipelinedContentProvider getParent() returning the suggested parent is not ignored | "Link with Editor" neglects to expand the tree in Project Explorer for not C/C++ file types after reopening eclipse. My case: 1. Create a new subfolder in C/C++ project. Place there a new file with non-C/C++ extension like hello.txt. Open the file with text editor. 2. Quit and reenter eclipse. It should open hello.txt ... | 2009-01-14 10:47:59 | 1,231,950,000 | verified fixed | 83a66e0 | 1,271,850,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentServiceContentProvider.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/IPipelinedTreeContentProvider.java | Eclipse_Platform_UI |
1,321 | 213,448 | Bug 213448 [CommonNavigator] Linking open editors with content in Project Explorer not working on restart | On using the project explorer and clicking on the "link with navigator" icon - it links to the editor. However, when closing eclipse and reopening, the link does not automatically activate again, although the editor is open on a specific file. Clicking on the icon again, reactives the link. | 2007-12-19 08:27:59 | 1,198,070,000 | resolved fixed | b914730 | 1,271,850,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/LinkEditorAction.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/CommonNavigatorManager.java | Eclipse_Platform_UI |
1,322 | 309,851 | Bug 309851 [CommonNavigator] Navigating to Project Explorer causes an NPE | Build Identifier: Eclipse 3.6, build I20100406-1034 If the object in Project Explorer's tree does not have associated IWorkbenchAdapter then navigating to Project Explorer causes an NPE. The regression was introduced in the "org.eclipse.ui.navigator.resources.ProjectExplorer" class. Private method "convertElement" atte... | 2010-04-20 15:02:43 | 1,271,790,000 | verified fixed | 1b2354f | 1,271,840,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ProjectExplorer.java | Eclipse_Platform_UI |
1,323 | 292,427 | Bug 292427 [CommonNavigator] LinkEditorAction reacts to its own selection | User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.13) Gecko/2009073022 (CK-IBM) Firefox/3.0.13 Build Identifier: M20090211-1700 1) when a user clicks on a tab in the editor area, LinkEditorAction selects the editor item in the CommonViewer 2) when a user selects an item in the CommonViewer, LinkEdito... | 2009-10-15 12:17:40 | 1,255,620,000 | verified fixed | 9674955 | 1,271,840,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/LinkEditorAction.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/LinkHelperTest.java tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/NavigatorTestBase.java tests/org.eclipse.ui.tests.navig... | Eclipse_Platform_UI |
1,324 | 302,277 | Bug 302277 [LinkedResources] Linked Resources properties page: 'Convert' button is dangerous | N20100207-2000 The new Linked Resources properties page has a dangerous 'Convert' button, which immediately applies changes and offers no way to revert. The Cancel button should work (i.e. only apply changes when the user clicks OK), or at least the button should be called Convert... and ask the user *before* it change... | 2010-02-09 09:35:48 | 1,265,730,000 | resolved fixed | 8d3ef0a | 1,271,840,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 | Eclipse_Platform_UI |
1,325 | 309,821 | Bug 309821 [Compatibility] Closing all editors leaves window title wrong | I had a number of editors open, and did CTRL+SHIFT+W. They all closed and the shell title changed to include one of the previously open editors (now closed). PW | 2010-04-20 10:38:25 | 1,271,770,000 | resolved fixed | 312c5de | 1,271,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/CompatibilityPart.java | Eclipse_Platform_UI |
1,326 | 309,837 | Bug 309837 [Workbench] Improve startup performance by fixing the cache for feature ini's | null | 2010-04-20 12:10:09 | 1,271,780,000 | verified fixed | b563c57 | 1,271,790,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
1,327 | 302,132 | Bug 302132 [Tools] NPE when to create a UI Presentation | A NPE exception is notificed when we create a UI Presentation in case we select a folder: java.lang.NullPointerException at org.eclipse.e4.xwt.ui.wizards.NewPresentationWizardPage.setPackageFragment(NewPresentationWizardPage.java:251) at org.eclipse.jdt.ui.wizards.NewTypeWizardPage.initTypePage(NewTypeWizardPage.java:5... | 2010-02-08 08:24:52 | 1,265,640,000 | closed fixed | 3785cac | 1,271,750,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorContentService.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/NavigatorTestBase.java tests/org.eclipse.ui.tests.nav... | Eclipse_Platform_UI |
1,328 | 307,405 | Bug 307405 [CommonNavigator] Deadlock in NavigatorContentServiceContentProvider | We are using an adopting product and one of our users encountered this deadlock when starting up their workspace: 1LKDEADLOCK Deadlock detected !!! NULL --------------------- NULL 2LKDEADLOCKTHR Thread "main" (0x41591300) 3LKDEADLOCKWTR is waiting for: 4LKDEADLOCKMON sys_mon_t:0x43134548 infl_mon_t: 0x43134580: 4LKDEAD... | 2010-03-29 11:06:29 | 1,269,880,000 | verified fixed | 9cacdac | 1,271,740,000 | 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 | Eclipse_Platform_UI |
1,329 | 208,910 | Bug 208910 [CommonNavigator] Drag and Drop in Project Explorer does not use LTK move | I20071101-2000 Drag and Drop of resources in the Navigator does not use the LTK aware move operations. The easiest implementation would probably be to get a MoveResourcesDescriptor and execute a PerformRefactoringOperation on it. | 2007-11-06 11:24:37 | 1,194,370,000 | verified fixed | 59ba6d4 | 1,271,740,000 | bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/navigator/resources/ResourceDropAdapterAssistant.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.