id int64 1 6.5k | bug_id int64 2.03k 426k | summary stringlengths 9 251 | description stringlengths 1 32.8k ⌀ | report_time stringlengths 19 19 | report_timestamp int64 1B 1.39B | status stringclasses 6
values | commit stringlengths 7 9 | commit_timestamp int64 1B 1.39B | files stringlengths 25 32.8k | project_name stringclasses 6
values |
|---|---|---|---|---|---|---|---|---|---|---|
4,330 | 90,825 | Bug 90825 [LinkedResources] Typing external path for folder link can be very slow | 3.1M6 (but it's been a problem for a long time, I just haven't reported it until now) Select an existing project. File > New > Folder. Type a folder name, click Advanced, click Link to folder in the file system. Click in the text field to enter the actual path. Start typing \\servername\path\to\whatever. As I type this... | 2005-04-08 12:36:36 | 1,112,980,000 | verified fixed | 865592b | 1,126,030,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/CreateLinkedResourceGroup.java | Eclipse_Platform_UI |
4,331 | 102,285 | Bug 102285 [Import/Export] Project Import wizard unusably slow | R3.1 I wanted to create a new 3.2 workspace and import some projects from my 3.1 development workspace which contains around 120 plug-ins. I've set the root of the importer to point at those plug-ins. After letting the wizard scan my disk for over 10 minutes I gave up and did it manually. A possible source for the prob... | 2005-06-30 05:59:30 | 1,120,130,000 | verified fixed | 9445e57 | 1,125,610,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java | Eclipse_Platform_UI |
4,332 | 106,704 | Bug 106704 TVT 3.1: TCT 583 - XSD feature description truncated | Half of the XSD feature description cannot be displayed. TVT tester marked this as must fix. OS : RHEL 3.0 Must fix Severity ( 1 thru 4, 1 as most severe): 2 Build date: 0809 Blocking: No Language: JPN Bitmap Location: Z:\defects\JPN\FeatureXML_JPN.jpg Tester Name: Hiroshi Inoue Problem Description: Descriptions for XM... | 2005-08-10 19:37:54 | 1,123,720,000 | closed fixed | 05b2a5e | 1,125,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java | Eclipse_Platform_UI |
4,333 | 108,624 | Bug 108624 [Coolbar] incorrect downcast in SubCoolBarManager.getStyle() | The downcast in this method public int getStyle() { // It is okay to cast down since we only accept coolBarManager objects in the // constructor return ((CoolBarManager) getParent()).getStyle(); } is not okay because the constructor accepts ICoolBarManager objects. Since ICoolBarManager has a method getStyle(), the dow... | 2005-09-01 15:34:23 | 1,125,600,000 | verified fixed | 4629e3b | 1,125,600,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/SubCoolBarManager.java | Eclipse_Platform_UI |
4,334 | 70,576 | Bug 70576 Eclipse doesn't enforce user to enter the path to the workspace | Problem Description: Eclipse doesn't enforce user to enter the path to the workspace. You may complete the following steps to reproduce this scenario: 1. Launch Eclipse for the first time or delete the current workspace and configurations directory except config.ini file. Workspace Launcher Dialog is displayed. <instal... | 2004-07-21 15:22:21 | 1,090,440,000 | verified fixed | 70114cc | 1,125,590,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceDialog.java | Eclipse_Platform_UI |
4,335 | 82,706 | Bug 82706 [Wizards] WizardDialog: code inconsistent | As long as WizardDialog.updateTitleBar() is a public method (should it be?) it's not a bad idea to check dialog state in all appropriate places. Now: public void updateTitleBar() { String s = null; if(currentPage != null) s = currentPage.getTitle(); if (s == null) s = ""; //$NON-NLS-1$ setTitle(s); if(currentPage != nu... | 2005-01-12 15:26:47 | 1,105,560,000 | verified fixed | e96070c | 1,125,510,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java | Eclipse_Platform_UI |
4,336 | 88,345 | Bug 88345 [ViewMgmt] [RCP] Can close a non-closable view when docked on fastviewbar | * Create a workspace with a non-closable view, that is movable * Drag view and dock on FastView * Right click on icon in fastview and click "Close" | 2005-03-17 11:29:22 | 1,111,080,000 | verified fixed | c8b245a | 1,125,430,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBarContextMenuContribution.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java tests/org.eclipse.ui.tests/Eclipse UI Te... | Eclipse_Platform_UI |
4,337 | 96,600 | Bug 96600 [DynamicUI] [Commands] [Contexts] [KeyBindings] Commands architecture isn't dynamic | After the initial reading there is no attempt made to keep the state of the command architecture in sync with the registry. | 2005-05-25 09:12:03 | 1,117,030,000 | verified fixed | 1671611 | 1,125,330,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/CommandPersistence.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/e... | Eclipse_Platform_UI |
4,338 | 108,143 | Bug 108143 [Import/Export] error message does not go away when resources are selected for import | The patch for 97523 should have included code to prevent this problem, but it was overlooked. -Import an Archive or from the File System -Ensure the the Into Folder: field is empty -Uncheck all the resources to import (notice an error message appears) then check it again BUG: the error message does not go away | 2005-08-26 12:28:29 | 1,125,070,000 | verified fixed | a18a514 | 1,125,080,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java | Eclipse_Platform_UI |
4,339 | 108,144 | Bug 108144 [Undo] - action handlers should refer adapter requests to their part | The undo and redo action handlers provide an IAdaptable that describes ui info about the triggering action. Currently they can provide their progress monitor, undo context, workbench part, etc., and answer null for unknown requests. It would be better if they pass the adapter request on to their part if they don't reco... | 2005-08-26 12:29:24 | 1,125,070,000 | verified fixed | 6e874ed | 1,125,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java | Eclipse_Platform_UI |
4,340 | 98,621 | Bug 98621 [refactoring] [rename] Rename Type hangs | I renamed a (foolishly misspelled) class I18L to I18N. The class looked like this: public class I18N { protected static void loadMessages(Class clazz, String name) { ... } } The class was extended in 10 subclasses in 8 projects, like this: public class Messages extends I18L { public static String unexpectedException; .... | 2005-06-06 22:04:58 | 1,118,110,000 | resolved fixed | daa9490 | 1,125,000,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/concurrency/ConcurrencyTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/concurrency/TestBug98621.java | Eclipse_Platform_UI |
4,341 | 108,017 | Bug 108017 [Markers] Disabling a marker type disables the whole filter | 20050825 When you disable a marker type it disables the whole dialog. | 2005-08-25 13:27:58 | 1,124,990,000 | verified fixed | 6ec0499 | 1,125,000,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java | Eclipse_Platform_UI |
4,342 | 102,485 | Bug 102485 [Import/Export] Export to filesystem loses current selection in Package Explorer | In the Package Explorer (in "Show Working Sets" mode), I have several projects selected, with one of them being expanded in the Package Explorer tree. Now when my selection includes the "JRE System Library" entry in that project, and when I then chose "Export"-"To Filesystem", the wizard coming up has nothing selected ... | 2005-07-01 10:54:07 | 1,120,230,000 | verified fixed | 0721a29 | 1,124,990,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchWizardElement.java | Eclipse_Platform_UI |
4,343 | 76,092 | Bug 76092 [Themes] Fonts preference page shows always "defaults to ... font" | I20041005 1. open Colors and Fonts preference page 2. change the Java > Java Editor Text Font Observe: it still says "defaults to Text Font" The user has no clue whether it now uses the new setting or still defaults to the Text editor font. | 2004-10-12 12:01:46 | 1,097,600,000 | verified fixed | 02fa146 | 1,124,980,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
4,344 | 106,959 | Bug 106959 [Contributions] missing mnemonics in the main menu bar | When I press ALT to access the main menu bar, some mnemonics are missing: * 'R' for the "Run" menu * 'W' for the "Window" menu There are also missing mnemonics within some of the menus: * all Resources in the File>New submenu * File > Convert Line Delimiters To * Navigate > Goto > Type... * Navigate > Goto > Package...... | 2005-08-14 10:19:17 | 1,124,030,000 | resolved wontfix | c57ebb5 | 1,124,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/OpenPerspectiveAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowInAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowViewAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/ecli... | Eclipse_Platform_UI |
4,345 | 107,854 | Bug 107854 [Contributions] errors: Context menu missing | right click on any file in Package Explorer or Navigator, no context menu shows up. Error log shows: !SESSION 2005-08-24 10:23:33.934 ----------------------------------------------- eclipse.buildId=I20050627-1435 java.version=1.4.2_07 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, N... | 2005-08-24 10:38:36 | 1,124,890,000 | closed fixed | 2220f40 | 1,124,910,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ResourceManager.java | Eclipse_Platform_UI |
4,346 | 107,765 | Bug 107765 [EditorMgmt] Editor Manager has unused Hashtable | M1 There is a hashtable called imgHashTable in the EditorManager that is never used but is cleaned up on dispose | 2005-08-23 14:34:44 | 1,124,820,000 | verified fixed | 7c2b6ff | 1,124,900,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java | Eclipse_Platform_UI |
4,347 | 97,523 | Bug 97523 [Import/Export] Get overwrite prompt before no resources selected prompt | 3.1 RC1 - File > Export > Archive - clear any selected resources - enter an archive file name where the file already exists - Finish - it prompts to overwrite the file; choose Yes - it says "There are no resources currently selected for export" (OK) Should get the "no resources" prompt first, and not bother with the se... | 2005-05-31 11:19:57 | 1,117,550,000 | verified fixed | e678b67 | 1,124,820,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceExportPage1.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPag... | Eclipse_Platform_UI |
4,348 | 107,038 | Bug 107038 [Commands] SelectAllHandler vulnerable to NPEs | M1 If getMethodToExecute() executes while the display has no focus control then line 103 dies with an NPE. There should be a null check on the focus control. | 2005-08-15 11:58:19 | 1,124,120,000 | verified fixed | 8abb066 | 1,124,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/SelectAllHandler.java | Eclipse_Platform_UI |
4,349 | 66,526 | Bug 66526 [Dialogs] Review the design of MessageDialogWithToggle.createButtonsForButtonBar | I200406090800. Tod has mentioned some concerns over the large if statement structure used to look up labels and match them to identifiers. This seems cumbersome, and should be looked over again. | 2004-06-10 11:42:37 | 1,086,880,000 | verified fixed | e7fe041 | 1,124,740,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IDialogConstants.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialogWithToggle.java | Eclipse_Platform_UI |
4,350 | 90,646 | Bug 90646 [Viewers] SWTException from DeferredContentProvider | 20050405 I get this exception when closing the view where I have a table using the DeferredContentProvider. org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2896) at org.eclipse.swt.SWT.error(SWT.java:2819) at org.eclipse.swt.SWT.error(SWT.java:2790) at org.eclipse.swt.widgets.Widg... | 2005-04-07 12:20:00 | 1,112,890,000 | verified fixed | 174a6cd | 1,124,740,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/AbstractVirtualTable.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/BackgroundContentProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/deferred/ConcurrentTableUpdator.java bundles/org.eclipse.jface/src/org/eclips... | Eclipse_Platform_UI |
4,351 | 107,660 | Bug 107660 [Themes] Busy cursor on Font Editing doesn't go away | a busy cursor was introduced on the opening of the font dialog to address some slowness on OS X. Unfortunately, the slow part was opening the font editing dialog. This meant the busy cursor was set as the dialog opened and remained until it was closed, giving the impression that the app was busy when it was not. This s... | 2005-08-22 15:14:00 | 1,124,740,000 | verified fixed | d22ffe9 | 1,124,740,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
4,352 | 64,874 | Bug 64874 [Themes] [Preferences] Colors and Fonts preference page: Doubleclick should edit | RC1 Double clicking an entry in the 'Colors and Fonts' preference page could open the edit dialog | 2004-06-01 05:20:52 | 1,086,080,000 | verified fixed | d464834 | 1,124,740,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/ColorSelector.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
4,353 | 68,787 | Bug 68787 [Markers] Messages need to be converted to the new format | R3.0 The fix for the missing help in the tasks view introduced a missing NL string Non-externalized string literal; it should be followed by //$NON-NLS-<n>$ MarkerView.java org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal line 298 | 2004-06-28 13:25:45 | 1,088,440,000 | verified fixed | 9fd38ff | 1,124,740,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionAddGlobalTask.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionCopyMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionDeleteCompleted.java bundles/org.eclipse.ui.ide/src/org/ecli... | Eclipse_Platform_UI |
4,354 | 67,375 | Bug 67375 [Themes] Description area in the "colors and font preferences" is not big enough | RC2, linux, motif. Open the preference page for "colors and preferences". You will notice that the description area is not big enough. Note that it has the right size on gtk. | 2004-06-15 16:52:26 | 1,087,330,000 | verified fixed | 617e737 | 1,124,730,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
4,355 | 97,308 | Bug 97308 [Preferences] "New text file encoding / line delimiter" preferences should be on General > Workspace | I20050527-1300 On Preferences > General > Editors, there are two preferences that don't really belong there: "New text file encoding" and "New text file line delimiter" are also applicable without editors and should therefore be on General > Workspace. | 2005-05-30 12:26:55 | 1,117,470,000 | verified fixed | 7d1c664 | 1,124,720,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java | Eclipse_Platform_UI |
4,356 | 107,471 | Bug 107471 [Progress] Reusing indeterminate progress makes for strange selection | 20050818 In the progress viewer if an indeterminate job stops and is replaced with a determinate on we reuse the progress monitor. We should never reuse progress monitors if they do not match. | 2005-08-19 16:01:04 | 1,124,480,000 | verified fixed | 802b5b9 | 1,124,480,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java | Eclipse_Platform_UI |
4,357 | 102,102 | Bug 102102 [Import/Export] build running after each imported project | With the new Import Existing Projects dialog, it would appear that if you select multiple projects to import, the workspace actually imports them one at a time which kicks off a build after each import. To reproduce: Ensure that auto-build is turned on Open the Import Existing Projects dialog Select a root folder conta... | 2005-06-28 18:12:54 | 1,120,000,000 | verified fixed | f96c458 | 1,124,480,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/WizardProjectsImportPage.java | Eclipse_Platform_UI |
4,358 | 106,532 | Bug 106532 [Import/Export] preference page has extra border | 3.2 20050808 with the windows manifest When you open the import/export page with the manifest you get an extra border on each page. | 2005-08-09 13:48:10 | 1,123,610,000 | closed fixed | 37ffe13 | 1,124,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java | Eclipse_Platform_UI |
4,359 | 106,890 | Bug 106890 [Import/Export] Import wizard may display unexpected second page if you just press Next | Steps: 1. Use "Import..." to import a project from CVS so that the "Checkout Project from CVS" option is remembered next time you re-open the wizard 2. Use "Export..." to export the team project set 3. Click "Import..." again. Note that "Checkout Project from CVS" is the selected item in the list on the "Import" tab. 4... | 2005-08-12 15:09:14 | 1,123,870,000 | verified fixed | 9f929d3 | 1,124,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java | Eclipse_Platform_UI |
4,360 | 70,321 | Bug 70321 [Preferences] TVT 3.0: Project reference properties page clipped in Italian language pack | null | 2004-07-19 08:26:47 | 1,090,240,000 | verified fixed | 6a0fa16 | 1,124,470,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectReferencePage.java | Eclipse_Platform_UI |
4,361 | 107,376 | Bug 107376 VirtualTableViewerTest needs to force item creation | 20050817 VirtualTableViewerTest.deleteSibling() is failing on GTK version 2.2 or lower as the SWT VIRTUAL support does not necessarily create the items before the suite is run. We need to force the creation of the item using getText() as we did previously to make sure that GTK creates the items in the table. | 2005-08-18 16:31:33 | 1,124,400,000 | verified fixed | b0a9b6a | 1,124,400,000 | tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java | Eclipse_Platform_UI |
4,362 | 107,369 | Bug 107369 [Tests] RCP test suite hangs on GTK | The RCP tests do not finish, WorkbenchWindowConfigurerTest.est104558() hangs in eventLoopIdle(). | 2005-08-18 16:02:22 | 1,124,400,000 | verified fixed | d6edb6a | 1,124,400,000 | tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/util/RCPTestWorkbenchAdvisor.java | Eclipse_Platform_UI |
4,363 | 82,743 | Bug 82743 [Markers] improved problem filter needed (OR clauses) | when working with large workspaces I find the current problems filter not powerful enough. If I were able to AND and OR the conditions available from the UI then I would solve all my use cases. my most needed one is : I would like to see ERRORS anywhere in the workspace OR WARNINGS in the current selected project | 2005-01-13 06:33:16 | 1,105,620,000 | verified fixed | 1ceb585 | 1,124,390,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkFilter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/BookmarkView.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogBookmarkFilter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/vie... | Eclipse_Platform_UI |
4,364 | 98,800 | Bug 98800 [Workbench] Ant buildfile removed from fast view Ant View after restart | I am running Eclipse 3.1 RC but but noticed this behaviour in previous versions too. From time to time, the ANT view is no longer showing my single build.xml Script. Unfortunately I am not able to post a scenario how this happens. It is always that I am working some time on my different projects then shutting down Ecli... | 2005-06-07 15:06:30 | 1,118,170,000 | verified fixed | 5bb74cb | 1,124,380,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewReference.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/session/Bug98800Test.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/u... | Eclipse_Platform_UI |
4,365 | 101,180 | Bug 101180 [Import/Export] Import Existing Project into Workspace default widget is back button , should be text field | Import Existting Project into Workspace default button is back, should be on the directory path text field. This is minor but enhance usability and is consistent with other ui.ide wizards. See attached patch that deals nicely with : - setting the focus when switching from file to archive, and sets the iniotial focus on... | 2005-06-21 22:25:53 | 1,119,410,000 | verified fixed | 981f7f9 | 1,124,220,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java | Eclipse_Platform_UI |
4,366 | 82,502 | Bug 82502 [Markers] tasklist entries not showing up consistently | In the WebSphere Business Integration Message Broker toolkit, we use markers to add to the tasklist warnings and errors that associated with IResources. We have noticed that some of the warnings were not showing up when using the "on any resource in same project" filtering option. The problem was very visible when we s... | 2005-01-10 14:42:47 | 1,105,390,000 | verified fixed | f80621a | 1,124,220,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldId.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java | Eclipse_Platform_UI |
4,367 | 101,683 | Bug 101683 [WorkbenchParts] Views opened by context enablement are covered up by buttons from Breakpoints View | To reproduce: 1. Reset debug perspective. 2. Bring the Breakpoints View to the top. 3. Launch a debug session that opens up a number of views from context enablement. The views are set to open but not to activate. 4. When the new views are opened, the view labels are covered by the buttons from the breakpoints view. If... | 2005-06-24 14:29:12 | 1,119,640,000 | verified fixed | 61020d1 | 1,124,220,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/PaneFolder.java | Eclipse_Platform_UI |
4,368 | 78,777 | Bug 78777 [DynamicUI] Uncategorized views don't show up when added | build I20041116 - I installed the bugzilla plugins, recently announced by the VCM team, using update manager. - I chose not to restart when prompted. - Window > Show View > Other... did not show the view -- there was no Other category - shutdown/restart - the Other category appeared, with the Bug Systems view under it | 2004-11-16 15:00:01 | 1,100,640,000 | verified fixed | 9534325 | 1,124,210,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/ViewTests.java | Eclipse_Platform_UI |
4,369 | 76,978 | Bug 76978 [ErrorHandling] WorkbenchPlugin logs to System.err | methods such as below, log to System err. These should be updated to use ILog. /** * Logs the given message to the platform log. * * If you have an exception in hand, call log(String, Throwable) instead. * * If you have a status object in hand call log(String, IStatus) instead. * * This convenience method is for intern... | 2004-10-25 17:01:09 | 1,098,740,000 | verified fixed | abcab28 | 1,124,210,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/Util.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/tasklist/MarkerUtil.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlug... | Eclipse_Platform_UI |
4,370 | 74,099 | Bug 74099 [Wizards] No help content for New -> Other | In navigator, select New -> Other. A wizard opens with a '?' icon in the lower- right corner. The hover help for this icon says "More help is available for this wizard", but if you click on the icon nothing happens. | 2004-09-16 14:27:56 | 1,095,360,000 | closed fixed | 9bd309d | 1,124,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java | Eclipse_Platform_UI |
4,371 | 96,129 | Bug 96129 [MPE] (regression) MultiEditor.getInnerEditors() returns null. | The createPartControl() method of my class that extends org.eclipse.ui.part.MultiEditor calls getInnerEditors() so that it can call createInnerPartControl() for each of the inner editors. But getInnerEditors() returns null. It looks like this is because setChildren() is never called. The only place this method seems to... | 2005-05-20 12:51:51 | 1,116,610,000 | verified fixed | eec5a82 | 1,124,140,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/EditorReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartList.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/int... | Eclipse_Platform_UI |
4,372 | 106,884 | Bug 106884 Need an index based setSelection for ILazyContentProviders | 20050812 It is currently very ineffecient to set a non visible selection in the TableViewer as we cannot look up the items without creating them all. It is possible to use getTable().setSelection() but we should 1) Have an API where you can reveal 2) Implement the selSelection where we give the performance warning and ... | 2005-08-12 14:27:35 | 1,123,870,000 | verified fixed | bc8d6ed | 1,124,130,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualLazyTableViewerTest.java | Eclipse_Platform_UI |
4,373 | 105,807 | Bug 105807 Toolbars are floating in the middle of views | 20050802 I am not sure how this occured but I ended up with an outline view with 2 toolbars - one in the correct place and one floating in the middle of my view (screenshot to come). Switching perspective back and forth clears this one up. | 2005-08-02 11:38:56 | 1,123,000,000 | closed fixed | 9e8c7f4 | 1,124,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartStack.java | Eclipse_Platform_UI |
4,374 | 100,908 | Bug 100908 [DetachedViews] Tearing off maximized view can make it disappear | [RC3], Windows XP, multi-monitor Start a fresh workspace and drag the Welcome view to the right of the workbench window (tear it off). The view disappears. Apparently, it is shown off-screen. I was able to move it into view by selecting Help-Welcome, typing Alt-Space to get the shell system menu, and selecting Move fro... | 2005-06-20 13:42:00 | 1,119,290,000 | verified fixed | 0416003 | 1,123,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartStack.java | Eclipse_Platform_UI |
4,375 | 97,143 | Bug 97143 [PropertiesView] status line not updated with keyboard selection | The Properties View does not update the description (in the statusline) of the selected property when properties are selected with the arrowkeys. When the same properties are selected with the mouse, the description is updated. 3.1M7 | 2005-05-29 10:18:58 | 1,117,380,000 | verified fixed | 3881834 | 1,123,880,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheetViewer.java | Eclipse_Platform_UI |
4,376 | 106,574 | Bug 106574 [KeyBindings] registry: General/Keys setting not saved or not restored | null | 2005-08-09 18:35:36 | 1,123,630,000 | verified fixed | c4a13c5 | 1,123,870,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingInteractionsTest.java | Eclipse_Platform_UI |
4,377 | 98,248 | Bug 98248 [Viewers] setSelection() fails to select not-yet loaded elements in virtual table | null | 2005-06-03 06:41:07 | 1,117,800,000 | verified fixed | 0118da8 | 1,123,870,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/TableViewerTest.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/... | Eclipse_Platform_UI |
4,378 | 60,462 | Bug 60462 [CellEditors] applyEditorValueAndDeactivate() in ComboBoxCellEditor gets index exception. | The problem is in this method. See line marked with "@ERROR" below. private void applyEditorValueAndDeactivate() { selection = comboBox.getSelectionIndex(); Object newValue = doGetValue(); markDirty(); boolean isValid = isCorrect(newValue); setValueValid(isValid); if (!isValid) { //@ERROR //THIS LINE CAUSES AN ERROR. I... | 2004-04-29 13:02:52 | 1,083,260,000 | verified fixed | d7ebffc | 1,123,870,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ComboBoxCellEditor.java | Eclipse_Platform_UI |
4,379 | 106,388 | Bug 106388 Directory dialog is unusably slow | null | 2005-08-08 14:29:23 | 1,123,530,000 | verified fixed | b1dd31e | 1,123,600,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IPreferenceConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/InputMonitor.java bundles/org.eclipse.ui.workbench/Eclipse ... | Eclipse_Platform_UI |
4,380 | 106,363 | Bug 106363 [Decorators] Decorator schema inconsistent with extension point | We currently do not allow decorators with no enablement. The schema does allow for it so we should fix this up. The state should be always on for decorators that have no enablement to be consistent with the rest of the workbench. | 2005-08-08 11:29:08 | 1,123,520,000 | verified fixed | 11429f9 | 1,123,520,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorRegistryReader.java | Eclipse_Platform_UI |
4,381 | 106,360 | Bug 106360 NPE when defining a decorator with no enablement | 20050808 If you have no enablement on your decorator then you will get an NPE. We should also consider setting the enablement as a required value as you will never enable without it. !ENTRY org.eclipse.jface 4 2 2005-08-08 11:10:14.890 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !ST... | 2005-08-08 11:17:12 | 1,123,510,000 | verified fixed | 5c76eba | 1,123,520,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/LightweightDecoratorDefinition.java | Eclipse_Platform_UI |
4,382 | 97,882 | Bug 97882 [Viewers] Virtual Table Viewer test's Reset Input does not restore items at end | null | 2005-06-01 11:14:44 | 1,117,640,000 | verified fixed | 1df2f13 | 1,123,270,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/interactive/LazyDeferredVirtualTableView.java tests/org.eclipse.ui.tests/Eclipse JFace... | Eclipse_Platform_UI |
4,383 | 106,157 | Bug 106157 [Progress] [Dialogs] Can't close error dialog | I20050803-0800, KDE 3.4.1, GTK+ 2.6.7, X.org 6.8.2 Linux 2.6.12 If you generate a job error while the preference dialog is open, then the error dialog opens parented to the workbench window. On kwin, this means the error dialog is on top, but you can only interact with the preference dialog. You must close the preferen... | 2005-08-05 10:02:18 | 1,123,250,000 | verified fixed | 4afa96e | 1,123,260,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java | Eclipse_Platform_UI |
4,384 | 99,864 | Bug 99864 [Viewers] NPE in DeferredTreeContentManager$1.isParent | After using 3.1RC2 for a while, I later on noticed that I had this in my log. I am not sure what caused it. !ENTRY org.eclipse.ui 4 0 2005-06-12 22:29:24.197 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.progress.DeferredTreeContentManager$1.isParent(DeferredTreeConte... | 2005-06-13 19:50:28 | 1,118,710,000 | verified fixed | 0084019 | 1,123,260,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java | Eclipse_Platform_UI |
4,385 | 76,496 | Bug 76496 [Dialogs] "Open Resource" folder sorting gets reversed | Build 20041013 1. Press ctrl+shift+r to open the "Open Resource" dialog. 2. Type "plugin.xlm" 3. Notice the typo, delete the last two characters, and then type "ml" to fix the typo. 4. The "In Folders:" area now shows with reversed sorting (!!). | 2004-10-18 15:48:00 | 1,098,130,000 | verified fixed | cd7cc02 | 1,123,200,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java | Eclipse_Platform_UI |
4,386 | 101,065 | Bug 101065 [Markers] Marker image lookup not nl enabled | null | 2005-06-21 11:07:42 | 1,119,370,000 | verified fixed | 01d1570 | 1,123,180,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/MarkerImageProviderRegistry.java | Eclipse_Platform_UI |
4,387 | 105,936 | Bug 105936 [Contributions] interactions: No submenu for "Run As" | I20050803-0800 I have org.eclipse.swt, org.eclipse.swt.examples, and org.eclipse.swt.gtk.linux.x86 in my workspace. When I open the context menu on a .java file in the package explorer for one of the eclipse examples, the option "Run As" has no submenu at all. | 2005-08-03 11:44:54 | 1,123,080,000 | verified fixed | d4beae4 | 1,123,180,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java | Eclipse_Platform_UI |
4,388 | 86,159 | Bug 86159 [Decorators] Make lightweight decorators work for ResourceMapping | Now that we have ResourceMappings, it would be nice to be able to have the ability to contribute lightweight decorators to them. I have an patch that does this. | 2005-02-22 11:34:35 | 1,109,090,000 | verified fixed | e4870ae | 1,123,180,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActionExpression.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ObjectActionContributorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ObjectContributorManager.java bundles/org.eclipse.ui.workb... | Eclipse_Platform_UI |
4,389 | 105,665 | Bug 105665 [Dialogs] "Open resource" dialog doesnt remember it position and size | really annoying thing, especially when you're working with 2 monitors. "Open resource" dialog (CTRL-R) should not to forget position and size after closing it. "Open type" dialog (CTRL-T) is working correcly. | 2005-08-01 07:59:36 | 1,122,900,000 | verified fixed | 1e4c185 | 1,123,180,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java | Eclipse_Platform_UI |
4,390 | 95,815 | Bug 95815 [Progress] Canceling a job re-enters JobManager.cancel | null | 2005-05-18 14:28:18 | 1,116,440,000 | verified fixed | 83d37ab | 1,123,160,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
4,391 | 7,022 | Bug 7022 [Workbench] Splash screen with progress bar | Many people observe the problem with hanging splash screens. Also, loading Eclipse can take a lot of time depending on the workspace. It would be good have a progress bar to indicate whether it's really hanging or still booting. Of course, some status info should be displayed as well (like which plugin is being loaded,... | 2001-12-18 03:50:53 | 1,008,670,000 | verified fixed | ceaf5a5 | 1,123,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/branding/IProductConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/StartupProgressMonitor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/ec... | Eclipse_Platform_UI |
4,392 | 105,776 | Bug 105776 [Progress] Clients of ProgressMonitorFocusJobDialog.runAsync can can cause widget disposed error | I20050726-1222 Callers of ProgressMonitorFocusJobDialog.runAsync need to check whether the widget(s) they use are still there. We sometimes get the following stack trace when running one of our tests: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.err... | 2005-08-02 08:35:27 | 1,122,990,000 | verified fixed | 3fb5379 | 1,123,090,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java | Eclipse_Platform_UI |
4,393 | 105,913 | Bug 105913 Deprecations in ReadOnlyStateChecker | 20050802 ReadOnlyStateChecker is using deprecated core API | 2005-08-03 09:51:49 | 1,123,080,000 | closed fixed | 7d09831 | 1,123,080,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/ReadOnlyStateChecker.java | Eclipse_Platform_UI |
4,394 | 17,826 | Bug 17826 [Wizards] New folder wizard is very large if you are creating the folder in a container with a very long path | F1 1) Create a folder with a very long name 2) Select the folder and open the new folder wizard, it is very wide. Similar with new file The Java creation wizards do not have this problem. | 2002-05-24 16:30:15 | 1,022,270,000 | verified fixed | 5e95f6e | 1,123,080,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ContainerSelectionGroup.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ResourceAndContainerGroup.java | Eclipse_Platform_UI |
4,395 | 105,576 | Bug 105576 TVT 3.1 - TCT 467 - Disable All and Enable All strings not externalized for translation | OS : Windows XP Must fix Build date:26/07 Blocking: NO Language: ARA Bitmap Location: Z:\defects\CDT_EnglishText Tester Name: Mohamed Esmat Problem Description: The English words "Enable All" and "Disable All" are not found on the files. How to recreate the problem: 1. Window ->Preferences ->General ->Capabilities | 2005-07-29 10:56:55 | 1,122,650,000 | verified fixed | 0edb252 | 1,123,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java | Eclipse_Platform_UI |
4,396 | 29,398 | Bug 29398 [MPE] Allow bookmarks and tasks in plugin.xml source | A bookmark should be possible from the source tab of the plug-in manifest editor for the same reason that bookmarks are allowed in other text-based files. | 2003-01-13 11:41:35 | 1,042,480,000 | verified fixed | 7bc1684 | 1,123,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java | Eclipse_Platform_UI |
4,397 | 105,837 | Bug 105837 [Markers] Mnemonic conflicts in Marker views | null | 2005-08-02 14:31:40 | 1,123,010,000 | verified fixed | 0926b6b | 1,123,010,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSortDialog.java | Eclipse_Platform_UI |
4,398 | 105,809 | Bug 105809 Mnemonics are programmatically changed, should not be | The MnemonicAssigner class in IDE plugin changes the mnemonic that was assigned to a string in the .properties file. We should not do this as the translators will use what is in the .properties file as the assigned mnemonic for every translated language. We should remove this for 3.2, probably not necessary for 3.1.1 | 2005-08-02 11:47:23 | 1,123,000,000 | verified fixed | a9c3343 | 1,123,010,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogBookmarkFilter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogProblemFilter.java bundles/org.eclipse.ui.ide/src/org/ecl... | Eclipse_Platform_UI |
4,399 | 105,816 | Bug 105816 Extraneous NLS tag incorrectly found in comments | I20050802-0800 In CoolBarManager (org.eclipse.jface) there are NLS tags inside of commented-out blocks of code. These are being reported as compiler errors (when "Usage of non-externalized strings" is set to error). NLS tags inside of commented-out sections should be ignored. If the commented-out sections were uncommen... | 2005-08-02 12:18:31 | 1,123,000,000 | verified fixed | 27ae89d | 1,123,000,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/CoolBarManager.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/ExternalActionManager.java bundle... | Eclipse_Platform_UI |
4,400 | 101,215 | Bug 101215 [Undo] Undo affecting outside files should allow "Cancel action" | In N20050622-0010. If, from an editor, I undo an action (such as a Java refactoring) that affected outside resources, I am told "Undoing {ACTION} affects elements outside of {RESOURCE}. Continue with undoing {ACTION}?" Yes will undo the change. No will remove the change from the Undo stack, replacing it with individual... | 2005-06-22 06:03:27 | 1,119,430,000 | verified fixed | b2a947d | 1,122,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/NonLocalUndoUserApprover.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java | Eclipse_Platform_UI |
4,401 | 105,697 | Bug 105697 [Undo] - OperationHistoryEvent - cannot distinguish between canceled event or failed event | null | 2005-08-01 13:43:13 | 1,122,920,000 | verified fixed | 83d51ed | 1,122,920,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/OperationHistoryEvent.java | Eclipse_Platform_UI |
4,402 | 105,648 | Bug 105648 [Undo] - ObjectUndoContext should match if objects are equal | null | 2005-07-31 20:44:21 | 1,122,860,000 | verified fixed | 83dd655 | 1,122,860,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ObjectUndoContext.java | Eclipse_Platform_UI |
4,403 | 61,950 | Bug 61950 [Markers] Images being created twice potentially | org.eclipse.ui.views.internal is using a static called ImageFactory which has it's own ImageRegistry. It should use JFaceResources.getImageRegistry to be sure that images are not being created twice (Image creation can be very expensive). I am not sure that this is a problem currently with performance but it could add ... | 2004-05-12 13:35:43 | 1,084,380,000 | verified fixed | df2e9f1 | 1,122,580,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionAddGlobalTask.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ActionOpenMarker.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldDone.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views... | Eclipse_Platform_UI |
4,404 | 50,323 | Bug 50323 [Workbench] Add a -showlabel "Workspace Label" startup option | I have different workspaces (Development, Testing, ProductionTest) and sometimes have to run them simultaneously. It would be nice to have a -showlabel "SomeLabel" startup option that displays the specified label on the workspace titlebar to distinguish the workspaces from each other, something similar to the -showloca... | 2004-01-21 07:22:31 | 1,074,690,000 | verified fixed | ee5df43 | 1,122,330,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java | Eclipse_Platform_UI |
4,405 | 101,434 | Bug 101434 [Contexts] performance: Slow cursor navigation in Text fields | N20050623-0010-gtk Not sure whether this is my particular install or a new problem. With the above build, cursor navigation in any text field is extremely slow. Steps: - open the Find dialog (alternatively: open the preference dialog, or the Team>Create Patch wizard) - in a text field, enter some text, at least 20 char... | 2005-06-23 09:08:52 | 1,119,530,000 | verified fixed | f493797 | 1,121,970,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextAuthority.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java bundles/org.eclipse.ui.wo... | Eclipse_Platform_UI |
4,406 | 93,674 | Bug 93674 [Dialogs] ProgressMonitorDialog not cancellable when fork is set to false | Overview Description: Invoking the ProgressMonitorDialog::run(boolean fork, boolean cancelable, IRunnableWithProgress runnable) method with the fork parameter set to false, the user can't cancel the running dialog -even if the cancelable parameter is set to true. Steps to Reproduce: Simply launch a ProgressMonitorDialo... | 2005-05-04 12:58:42 | 1,115,230,000 | verified fixed | 3103abf | 1,121,970,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/operation/IRunnableContext.java bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java bundle... | Eclipse_Platform_UI |
4,407 | 88,791 | Bug 88791 [Wizards] TVT3.1 #93 - Variables button is truncated in New File advanced options in RUS | Go to File -> New -> File Select the Advanced button. The 'variables' button is truncated in Russian locale. Shortening the translation is not an option. There is no hover offering the full text, nor does resizing the panel help. This only occurs on windows, on linux it is fine. See screenshot | 2005-03-22 14:45:10 | 1,111,520,000 | verified fixed | 111b819 | 1,121,950,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java | Eclipse_Platform_UI |
4,408 | 103,379 | Bug 103379 [MPE] [EditorMgmt] An editor instance is being leaked each time an editor is open and closed | Driver: eclipse-SDK-3.1-win32 with eclipse-test-framework-3.1 Every we open and close an editor. That editor instance is being leaked. We have a testcase that can demostrate the problem. The testcase is really simple. It creates a new simple project and a new file. It opens up the new file in the editor that comes with... | 2005-07-11 15:37:22 | 1,121,110,000 | verified fixed | eea0b15 | 1,121,370,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java | Eclipse_Platform_UI |
4,409 | 100,889 | Bug 100889 [Undo] - AbstractOperation toString() appends bogus comma | The toString() on AbstractOperation puts commas between undo contexts, and also puts one at the end. It looks pretty bogus in the operation history view. Should clean up to not add the very last comma. | 2005-06-20 12:54:49 | 1,119,290,000 | verified fixed | 3acfc26 | 1,121,190,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/AbstractOperation.java | Eclipse_Platform_UI |
4,410 | 66,616 | Bug 66616 [PropertiesView] ComboBoxPropertyDescriptor doesn't work in PropertySheetView | created a model and property sheet view. model returns following property descriptor: String[] values = {"A","B","C"}; IPropertyDescriptor[] colmDec = new IPropertyDescriptor[1]; ComboBoxPropertyDescriptor colmProp = new ComboBoxPropertyDescriptor ("PROP_FRUIT","fruit",values); colmDec[0] = colmProp; model has getPrope... | 2004-06-10 20:03:09 | 1,086,910,000 | verified fixed | 25362ef | 1,121,180,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/ComboBoxPropertyDescriptor.java | Eclipse_Platform_UI |
4,411 | 69,892 | Bug 69892 [Tests] Investigate UI test suites on Mac OS X | Investigate the ui test suite failures and fix them on Mac OS X. | 2004-07-12 21:52:43 | 1,089,680,000 | resolved fixed | 35ea6a6 | 1,120,680,000 | tests/org.eclipse.ui.tests/UI Test Utils/org/eclipse/ui/tests/util/UITestCase.java | Eclipse_Platform_UI |
4,412 | 102,911 | Bug 102911 [KeyBindings] assist: Not correctly sized when window is narrow or short | see attached image. If i move the shell to the top of the screen and make it narrow the key assist is a small shell, but on left right, bottom it works fine. | 2005-07-06 14:43:58 | 1,120,680,000 | verified fixed | 78dbdc4 | 1,120,680,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ExtensionFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java | Eclipse_Platform_UI |
4,413 | 71,946 | Bug 71946 4 detached windows tests fail on Mac OS 10.3.3 | Since the detached windows feature is not supported on the Mac, the 4 detached windows tests fail in the "dnd" suite. It would be useful to add a check to ensure that the platform supports the detached window functionality. | 2004-08-13 11:35:07 | 1,092,410,000 | verified fixed | 6ea6fda | 1,120,660,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/DragTestSuite.java | Eclipse_Platform_UI |
4,414 | 100,156 | Bug 100156 [IDE] RenameResourceAction should use IAdaptable for IResource lookuop | Consider the following setup: there is a tree viewer that contains TreeElementWrapper instances. TreeElementWrapper class is an IAdaptable and may sometimes adapt to IResource instance. When RenameResourceAction receives selectionChanged() it enables itself (since wrapper adapts to resource) but in runWithInlineEditor(... | 2005-06-15 08:37:40 | 1,118,840,000 | verified fixed | 776b21c | 1,120,150,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RenameResourceAction.java | Eclipse_Platform_UI |
4,415 | 76,714 | Bug 76714 [Dialogs] ContainerSelectDialog: Double clicking node in tree causes AssertionException | Eclipse 20041013 Mac os x 10.3.5 If you double click a node in the tree shown in a ContainerSelectionDialog so that you collapse the tree before its finished expanding you get this exception: !ENTRY org.eclipse.core.runtime 4 2 Oct 20, 2004 22:17:03.943 !MESSAGE Problems occurred when invoking code from plug-in: "org.e... | 2004-10-20 17:35:52 | 1,098,310,000 | verified fixed | 248c83d | 1,120,150,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ContainerSelectionGroup.java | Eclipse_Platform_UI |
4,416 | 101,569 | Bug 101569 [Examples] Examples project used to build samples have warnings | The following projects produce warnings when checked out into the 4pm build with all JDT preferences set to defaults: org.eclipse.ui.examples.propertysheet org.eclipse.ui.examples.readmetool Please fix and release into HEAD. I will fix up warnings in my workspace. | 2005-06-23 18:39:46 | 1,119,570,000 | verified fixed | 454f092 | 1,119,580,000 | examples/org.eclipse.ui.examples.readmetool/Eclipse UI Examples Readme Tool/org/eclipse/ui/examples/readmetool/ReadmeContentOutlinePage.java examples/org.eclipse.ui.examples.readmetool/Eclipse UI Examples Readme Tool/org/eclipse/ui/examples/readmetool/ReadmeCreationPage.java examples/org.eclipse.ui.examples.readmetool/... | Eclipse_Platform_UI |
4,417 | 101,350 | Bug 101350 [About] Code to open error log has non-Foundation reference | null | 2005-06-22 16:23:53 | 1,119,470,000 | verified fixed | a32229a | 1,119,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutSystemDialog.java | Eclipse_Platform_UI |
4,418 | 100,737 | Bug 100737 [WorkbenchParts] Part not activated when Part's control is activated | 1) In a non-foreground perspective, display the outline view 2) In the foreground perspective, close the outline view 3) Open a GEF Logic example editor 4) Open the outline view in the foreground 5) Click on editorpart, then click on outline's tree control. The EditorPart still has part activation, even though focus is... | 2005-06-19 17:22:41 | 1,119,220,000 | verified fixed | ddff2b1 | 1,119,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
4,419 | 101,152 | Bug 101152 [Progress] [regression]RC3 loops with NPE when 2 jobs fail with ERROR status | I hava a plugin that runs a Job (which I have configured for testing purposes) to fail with an IStatus.ERROR (via setJobStatus in its progress monitor). The second job that is run (and fails with an ERROR status) causes Eclipse to go into an infinite loop reporting a NullPointerException as shown in the .log file excer... | 2005-06-21 17:18:06 | 1,119,390,000 | verified fixed | d1d9862 | 1,119,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobErrorDialog.java | Eclipse_Platform_UI |
4,420 | 101,248 | Bug 101248 Split JFacePerformanceSuite out of the UIPerformanceSuite | We are having trouble with the JFacePerformanceSuite timing out on the 3.0 version of the tests. To resolve this I am going to do the following: 1) Make the JFacePerformanceSuite run independant of the UIperformanceSuite so we don't lose results. 2) Reduce the number of iterations on 3.0 for the JFace tests as the perf... | 2005-06-22 10:07:52 | 1,119,450,000 | verified fixed | 2d68822 | 1,119,450,000 | tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/performance/ComboViewerRefreshTest.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/performance/JFacePerformanceSuite.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/performance/ListViewerRefres... | Eclipse_Platform_UI |
4,421 | 81,422 | Bug 81422 [Contributions] Regression test for action delegate dispose | null | 2004-12-16 11:48:15 | 1,103,220,000 | verified fixed | f7e1688 | 1,119,390,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchWindowActionDelegateTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/MockWorkbenchWindowActionDelegate.java | Eclipse_Platform_UI |
4,422 | 101,138 | Bug 101138 [Doc] [ViewMgmt] IWorkbench.getViewRegistry() says "editor registry" | 3.1 RC3 IWorkbench.getViewRegistry() has: * Returns the editor registry for the workbench. This should be: * Returns the view registry for the workbench. | 2005-06-21 16:21:47 | 1,119,390,000 | verified fixed | 8b56a4e | 1,119,390,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java | Eclipse_Platform_UI |
4,423 | 100,565 | Bug 100565 [Viewers] Tree viewer selection not revealed if unchanged | [RC3] Steps: 1. Check out org.eclipse.ui.workbench 2. Open Workbench.java 3. Ctrl-O to open Quick Outline 4. Type "r", note that the field "runEventLoop" is the first match 5. Type "u", note that the field is not shown anymore 6. Type arrow-down key, note that you cannot see the selected entry | 2005-06-17 09:15:28 | 1,119,010,000 | verified fixed | de9f3ae | 1,119,370,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,424 | 100,822 | Bug 100822 [Undo] [Examples] Unused import in Undo examples | There's an unused import in UndoHistoryView. | 2005-06-20 10:27:25 | 1,119,280,000 | verified fixed | 50b0f4b | 1,119,300,000 | examples/org.eclipse.ui.examples.undo/Eclipse UI Examples Undo/org/eclipse/ui/examples/undo/views/UndoHistoryView.java | Eclipse_Platform_UI |
4,425 | 100,336 | Bug 100336 [EditorMgmt] Default editor ignored when opening file | Found in 3.1rc2 When opening a .java file for the first time, the default editor is ignored and the file is opened with the Colorer Editor (plugin). The File Association has 'Java Editor' marked as default. The Colorer Editor is first, alphabetically speaking, in the Associated Editors list. The same outcome is not fou... | 2005-06-15 20:11:41 | 1,118,880,000 | verified fixed | 8664276 | 1,118,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java bundles/org.eclipse.ui.... | Eclipse_Platform_UI |
4,426 | 99,440 | Bug 99440 [WorkbenchParts] Part's image and image descriptor are leaked if changed | build I20050610-0010 - open a java editor on a file that has an error or warning - close the editor - it leaks an Image and an ImageDataImageDescriptor These are held onto by JFace's DeviceResourceManager. | 2005-06-10 15:06:40 | 1,118,430,000 | verified fixed | 9a90e5f | 1,118,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java | Eclipse_Platform_UI |
4,427 | 97,783 | Bug 97783 [About] Configuration Details Dialog - Error log does not display on some win platforms | 3.1 RC1, WinXP - choose the menu Help>About Eclipse Platform - Select the button for "Configuration Details" - Inside that dialog, push the button "View Error Log" - Dialog blinks (loses/gains focus) and nothing happens There are entries in my log, so I'm not sure where these are supposed to be shown. Did I miss someth... | 2005-06-01 00:22:43 | 1,117,600,000 | verified fixed | 2eccf75 | 1,118,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutSystemDialog.java | Eclipse_Platform_UI |
4,428 | 94,497 | Bug 94497 [Browser] Cannot open help on Solaris | 20050510 When you open the Help Contents on Solaris a busy cursor comes up for a while and then nothing happens. There are no entries in the log. | 2005-05-10 15:52:10 | 1,115,750,000 | resolved fixed | 38408a0 | 1,118,940,000 | bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/BrowserManager.java bundles/org.eclipse.ui.browser/src/org/eclipse/ui/internal/browser/WebBrowserUtil.java | Eclipse_Platform_UI |
4,429 | 100,346 | Bug 100346 [KeyBindings] registry: 2.1 KeyBinding conversion causes fatal Eclipse crash | null | 2005-06-15 21:47:16 | 1,118,890,000 | verified fixed | f1da144 | 1,118,940,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.