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,430 | 65,775 | Bug 65775 [KeyBindings] interactions: Next Word (ALT+F in emacs) mode is flaky | Thanks for adding this, but it's flaky. Works sometimes and not others. If I restart, it works again for awhile. When it doesn't work, it brings up the file menu. I haven't figured out any pattern to this. | 2004-06-04 14:22:30 | 1,086,370,000 | verified fixed | 6ab5887 | 1,118,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
4,431 | 100,177 | Bug 100177 [Import/Export] Importing existing project with different case over existing project fails with empty error dialog | I20050610-1757 1. Have a Java project 'p' (lower-case p) on disk 2. Create a Java project 'P' (upper-case P) in your workspace 3. File > Import > Existing Projects Into Workspace 4. Select the directory that contains 'p' on disk 5. Finish Observe: You get an empty error dialog | 2005-06-15 09:49:59 | 1,118,840,000 | verified fixed | a252338 | 1,118,850,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/WizardExternalProjectImportPage.java | Eclipse_Platform_UI |
4,432 | 99,840 | Bug 99840 [Preferences] PreferencePage not repainted when dialog container size equals page container size | I have a PreferenceDialog which creates 3 PreferencePage objects. When the PreferenceDialog is first displayed, the PreferencePage which is selected by default is displayed correctly. However, when I select the 3rd PreferencePage in the PreferenceDialog, the title changes, but the body is not shown. If I resize it, it ... | 2005-06-13 17:33:36 | 1,118,700,000 | verified fixed | a4e38ec | 1,118,840,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
4,433 | 88,274 | Bug 88274 ObjectContributionsPerformanceTest not giving useful results | null | 2005-03-16 21:54:05 | 1,111,030,000 | verified fixed | 5f26bc4 | 1,118,780,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/performance/WorkbenchPerformanceSuite.java | Eclipse_Platform_UI |
4,434 | 96,463 | Bug 96463 [WorkbenchParts] (regression) Toolbar flashes when switching editor instances | If I switch between two instances of the GEF Logic example editor, the entire toolbar flickers and is redrawn. | 2005-05-24 13:11:43 | 1,116,950,000 | verified fixed | 93c809f | 1,118,350,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
4,435 | 98,009 | Bug 98009 [Intro] 3.1 RC1 javadoc warnings | Build: 3.1 RC1 This build had the following javadoc warnings for this component: /builds/I200505271300/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/CustomizableIntroPart.java:140: warning - Tag @link: reference not found: IIntroPart /builds/I200505271300/src/plugins/o... | 2005-06-01 17:10:15 | 1,117,660,000 | verified fixed | a0a4ce3 | 1,118,320,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/IntroPart.java | Eclipse_Platform_UI |
4,436 | 99,070 | Bug 99070 [Intro] PlatformUI.getWorkbench().getIntroManager().getIntro() returns a disposed intro | Java docs for PlatformUI.getWorkbench().getIntroManager().getIntro() state that it will return null if showIntro has been called to create. However, when you close an Intro part using the X button of the view the above method returns an intro part that has been disposed. To reproduce, contribute a test button to the wo... | 2005-06-08 17:18:45 | 1,118,270,000 | verified fixed | fd5eff2 | 1,118,320,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchIntroManager.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/intro/IntroTest.java | Eclipse_Platform_UI |
4,437 | 98,497 | Bug 98497 Splash Screen and Progress window layout | N20050606 Splash screen and the newly introduced progress bar do not really "harmonize" (see attached screenshot). What's about making them both the same width and placing the progress bar at the bottom edge of the splash screen so that they don't overlap and that the progress looks like an extension of the Splash scre... | 2005-06-06 08:54:04 | 1,118,060,000 | verified fixed | 3e9ff0f | 1,118,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/StartupProgressMonitorDialog.java | Eclipse_Platform_UI |
4,438 | 98,432 | Bug 98432 [Perspectives] javadoc: IPageLayout needs update for secondary id format | In 3.1 you can now specify "primary:secondary" format in IPageLayout.addView() but the javadoc in IPageLayout wasn't updated. | 2005-06-04 22:24:37 | 1,117,940,000 | verified fixed | fa5a711 | 1,118,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IFolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPlaceholderFolderLayout.java | Eclipse_Platform_UI |
4,439 | 95,613 | Bug 95613 [Import/Export] importing existing projects from zip does not work | in 0513 I am trying to get some existing projects into my workspace. I want them actually imported (i.e., copied) into the workspace location. It appears that the only theoretical way of doing this is zip it up and then import from the zip. Ok, so I zipped them up in a structure that looks like foo.zip bar/ .project ..... | 2005-05-17 13:47:03 | 1,116,350,000 | resolved fixed | bc48695 | 1,118,280,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarLeveledStructureProvider.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ZipLeveledStructureProvider.java | Eclipse_Platform_UI |
4,440 | 98,683 | Bug 98683 [Workbench] Startup progress always on top | Running with platform core + UI from HEAD. The startup progress dialog seems to now be always on top. Even when I maximize other applications such as web browsers or Notes the progress dialog stays on top. This is very disruptive because it means I can't really use other applications while I wait for Eclipse to start. ... | 2005-06-07 10:26:53 | 1,118,150,000 | verified fixed | e407946 | 1,118,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
4,441 | 99,088 | Bug 99088 Finish enabled when no items selected initially in import preferences | If you successfully import once by choosing specific import types. Then return to the import wizard, there will be no specific types selected for import but the finish is enabled... this is a bug. | 2005-06-08 19:23:37 | 1,118,270,000 | verified fixed | 348e099 | 1,118,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesImportPage1.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java | Eclipse_Platform_UI |
4,442 | 88,905 | Bug 88905 Preference import and export wizards should advocate use of .epf extension | That support has been lost since moving from the pref dialog to wizard /** * The default extension for preferences files. */ protected static final String PREFERENCE_EXT = ".epf"; //$NON-NLS-1$ | 2005-03-23 13:56:49 | 1,111,600,000 | verified fixed | 0cead7f | 1,118,250,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java | Eclipse_Platform_UI |
4,443 | 99,022 | Bug 99022 [Viewers] ListViewer slightly slower on Linux than in 3.0 | RC1 In the 3.1 Stream we switched from using individual calls to addItem to calling setItems() on the List. On Windows this is considerably faster but on Linux the difference is neglible. As a result we have introduced a small performance regression that needs to be addressed. | 2005-06-08 14:12:39 | 1,118,250,000 | resolved wontfix | 1c94c26 | 1,118,250,000 | 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/ListViewerRefreshTest.java | Eclipse_Platform_UI |
4,444 | 19,079 | Bug 19079 [FastView] Open a new view > As fast view preference only works when there is no placeholder | Build F2. 1. Close all Perspectives. 2. Open a Java Perspective. 3. Go to Preferences-->Perspectives-->Open a new view-->As Fast View. 4. Show View-->CVS Repositories, gets put on shortcut bar as fast view. 5. Show View-->Search, does not get put on shortcut bar as fast view. | 2002-06-04 10:50:05 | 1,023,200,000 | verified fixed | ee79bd8 | 1,118,220,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/zoom/ZoomTestCase.java | Eclipse_Platform_UI |
4,445 | 94,852 | Bug 94852 [ViewMgmt] (regression) Typing space should activate view menu button | Build id: I20050510-0010 Give focus to a view menu button. For example, in the Package Explorer view, give focus to the tree, and type shift+tab, shift+tab. The view menu (little down-pointing triangle) button should have focus (it looks a bit raised). When this button (or any button) has focus, screen readers will giv... | 2005-05-11 17:17:56 | 1,115,850,000 | verified fixed | 2726167 | 1,118,210,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabFolder.java | Eclipse_Platform_UI |
4,446 | 60,912 | Bug 60912 [Preferences] Success message appears when importing a dummy "epf" file | I created a dummy "epf" file containing random characters and another empty "epf" file. I imported both of them on M7, M8 and Build id: 200405040800. I only received an error message on M7. For the subsequent builds, the standard successful import message appeared. Error message in M7: "Unable to import preferences fro... | 2004-05-04 11:41:02 | 1,083,690,000 | verified fixed | 74653ed | 1,118,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesImportPage1.java | Eclipse_Platform_UI |
4,447 | 98,522 | Bug 98522 [Undo] - API evolution: LinearUndoViolationUserApprover should work on views and editors | The current API for LinearUndoViolationUserApprover assumes that this approver is installed on an editor. (IEditorPart). Internally, this type is used mainly as an IWorkbenchPart, with the only editor-specific usage being to use the editor input name for the message dialog name. It is conceivable that clients would wan... | 2005-06-06 11:00:06 | 1,118,070,000 | verified fixed | 7d83c43 | 1,118,180,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/LinearUndoViolationUserApprover.java | Eclipse_Platform_UI |
4,448 | 98,118 | Bug 98118 [Perspectives] [Doc] Mention of "switch perspective" | 3.1 RC1, Motif, KDE 3.3.2, X.org 6.8.blah blah blah IPerspectiveDescriptor, class comment IDEInternalPreferences could rename the variable (?) UIStats could rename the variable (?) | 2005-06-02 10:48:05 | 1,117,720,000 | verified fixed | 38d1ef8 | 1,118,170,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPerspectiveDescriptor.java | Eclipse_Platform_UI |
4,449 | 96,722 | Bug 96722 [GlobalActions] Leak: 2 Retarget actions leaked for each Java Editor open/close | N20050525 Open a JavaEditor Close a JavaEditor Repeat For each open / close two org.eclipse.ui.actions.RetargetAction are leaked. The instances remain as they are registered as property change listeners of the action bars | 2005-05-25 19:00:23 | 1,117,060,000 | verified fixed | 8fa2f76 | 1,118,170,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/RetargetAction.java | Eclipse_Platform_UI |
4,450 | 96,229 | Bug 96229 [api] missing specs in ShowViewHandler | 3.1 HEAD New constructors were recently added to the API ShowViewHandler class without proper Javadoc: public ShowViewHandler() public ShowViewHandler(boolean makeFast) The release comment for the change does not point to a bug report that describes the change. This makes it very hard to track down the approvals for th... | 2005-05-21 12:38:48 | 1,116,690,000 | verified fixed | 1e01e24 | 1,118,170,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/ShowViewHandler.java | Eclipse_Platform_UI |
4,451 | 94,457 | Bug 94457 [WorkbenchParts] (regression) toggles in debug views do not restore state properly | null | 2005-05-10 14:19:11 | 1,115,750,000 | verified fixed | 46f8b34 | 1,118,170,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPartReference.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/t... | Eclipse_Platform_UI |
4,452 | 98,325 | Bug 98325 [Tests] [JFace] Need test for DialogSettings | null | 2005-06-03 13:14:29 | 1,117,820,000 | verified fixed | 5ec74dc | 1,118,170,000 | tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/AllTests.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/dialogs/DialogSettingsTest.java | Eclipse_Platform_UI |
4,453 | 98,332 | Bug 98332 [JFace] DialogSettings does not handle null cases, replaces tabs with spaces | null | 2005-06-03 13:38:25 | 1,117,820,000 | verified fixed | 70cef8e | 1,118,170,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogSettings.java | Eclipse_Platform_UI |
4,454 | 93,371 | Bug 93371 [Preferences] "Colors and Fonts" and "Keys" preference pages do not hook help contexts | Try F1 on "Progress View" or "Colors and Fonts" preference page. | 2005-05-01 13:11:04 | 1,114,970,000 | verified fixed | ae37223 | 1,118,160,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
4,455 | 95,665 | Bug 95665 [Preferences] Dialog font use: Editors preference page "link" text | N20050517-0010 Window>Preferences>General>Editors The 3 "linked" text messages at the top of the page are not setting the dialog font Same for the File Associations and Content Types pages | 2005-05-17 17:41:48 | 1,116,370,000 | verified fixed | c628ab2 | 1,118,090,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java | Eclipse_Platform_UI |
4,456 | 97,691 | Bug 97691 [Perspectives] Customize Perspective Dialog has no mnemonics | RC1 The Customize Perspective Dialog has no mnemonics. Cycle around with the tab key and you will see that nothing is there. | 2005-05-31 15:46:47 | 1,117,570,000 | verified fixed | 39d8acd | 1,118,090,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java | Eclipse_Platform_UI |
4,457 | 96,784 | Bug 96784 [Preferences] Capabilities page needs help | The capabilities page doesn't have any context help. | 2005-05-26 10:04:59 | 1,117,120,000 | verified fixed | b903f1c | 1,118,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java | Eclipse_Platform_UI |
4,458 | 97,325 | Bug 97325 [KeyBindings] [RCP] Key bindings for outline and properties views refer to IDE command | 3.1 RC1 If the org.eclipse.ui.views plug-in is included in an RCP app, it generates the following log entries: !ENTRY org.eclipse.ui 2 0 2005-05-30 13:32:14.840 !MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point !SUBENTRY 1 org.eclipse.ui 2 0 2005-05-30 13:32:14.850 !MES... | 2005-05-30 13:33:08 | 1,117,470,000 | verified fixed | 5910262 | 1,117,830,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/ViewParameterValues.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewParameterValues.java | Eclipse_Platform_UI |
4,459 | 87,222 | Bug 87222 [KeyBindings] preference page: Duplicate bindings masked by the preference page | Version: 3.1.0 Build id: I20050301-1230 After installing Web Tools I noticed that a few of the java editing keybindings disappeared: - Select Enclosing Element - Restore Selection - Select Next element - Select Previous element - probably some others WTP defines its own versions of these commands (same name, different ... | 2005-03-05 18:44:38 | 1,110,070,000 | verified fixed | df4a08f | 1,117,830,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java | Eclipse_Platform_UI |
4,460 | 95,931 | Bug 95931 [WorkingSets] Workingset updater loads classes on shutdown | N20050519-0010 I was testing fast exit/restart of my workspace. I was starting it, and as soon as it came up I was exiting it. After several iterations, the following was written to the .log: !ENTRY org.eclipse.ui 4 4 2005-05-19 14:52:51.554 !MESSAGE Unable to create element factory. !ENTRY org.eclipse.core.runtime 4 1... | 2005-05-19 08:59:20 | 1,116,510,000 | verified fixed | cbefbaf | 1,117,830,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java | Eclipse_Platform_UI |
4,461 | 97,451 | Bug 97451 [IDE] [WorkingSets]'Build Working Set' menu item not working | I'm developing an eclipse-based editor, which is composed of 4 plugins. I created a working set made up to these 4 plugins inorder to be able to build and run these plugins in one shot. BUT, the 'Build Working Set' compile option does nothing when i select it. My working set does appear in the list, but when i select i... | 2005-05-31 08:57:28 | 1,117,540,000 | verified fixed | 807b15d | 1,117,820,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/actions/BuildSetAction.java | Eclipse_Platform_UI |
4,462 | 98,012 | Bug 98012 Test suites crash on OS X | null | 2005-06-01 17:19:55 | 1,117,660,000 | closed fixed | ca1e5c9 | 1,117,800,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/ApiTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/Bug95357Test.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/session/Bug95357Test.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse... | Eclipse_Platform_UI |
4,463 | 89,718 | Bug 89718 [Preferences] Preference export wizard doesn't check for file existence | Build: I20050330-0500 1) Open the Preference import wizard 2) Type in a non-existent file name 3) Click finish -> nothing happens. No error dialog, wizard doesn't close. It shouldn't let me click finish unless the file exists. I find the following in my log file: !ENTRY org.eclipse.ui 4 4 2005-03-30 17:09:31.710 !MESSA... | 2005-03-30 17:12:15 | 1,112,220,000 | verified fixed | 250c51b | 1,117,750,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java | Eclipse_Platform_UI |
4,464 | 97,337 | Bug 97337 [Contributions] javadoc for IMenuManager removeAll get/set incorrect | The interface IMenuManager describes the method setRemoveAllWhenShown(boolean) as following: Returns whether all items should be removed when the menu is >first< shown, but before notifying menu listeners. Looking at its implementation in MenuManager (which seems to be the only class implementing this method, NullMenuM... | 2005-05-30 14:35:54 | 1,117,480,000 | verified fixed | b6d558b | 1,117,740,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/IMenuManager.java | Eclipse_Platform_UI |
4,465 | 97,946 | Bug 97946 [EditorMgmt] old getDefaultEditor API is not backwards compatible (in spirit) | 3.1RC1, Linux-GTK Whenever I use "Team > Show Annotation", the editor it opens has no syntax colouring for my Java code. I always thought this was just "the way it is", but I recently discovered that on Windows XP, I get the syntax colouring. What is going on? | 2005-06-01 14:33:49 | 1,117,650,000 | verified fixed | 9446aec | 1,117,740,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java | Eclipse_Platform_UI |
4,466 | 98,107 | Bug 98107 [Viewers] Change visibility of AbstractTreeViewer#internalRemove from private to protected | null | 2005-06-02 10:00:58 | 1,117,720,000 | resolved fixed | 5981532 | 1,117,730,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,467 | 97,456 | Bug 97456 [Preferences] Editors Preference Page cut off in High Contrast | RC1 The Editors preference page is too long to show the line delimiter entry field in Windows XP High Contrast mode We should move it beside the text file encoding entry field and push them all up a but (text file encoding is cut off a bit too). To set up High Contrast select the High Contrast settings in Control Panel... | 2005-05-31 09:19:11 | 1,117,550,000 | verified fixed | 288f0de | 1,117,730,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEEditorsPreferencePage.java | Eclipse_Platform_UI |
4,468 | 96,821 | Bug 96821 [Dialogs] TypeFilteringDialog not aware of content types | null | 2005-05-26 12:27:31 | 1,117,120,000 | verified fixed | 7c31cc8 | 1,117,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/TypeFilteringDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java | Eclipse_Platform_UI |
4,469 | 96,767 | Bug 96767 [Preferences] Content-Type page needs help | null | 2005-05-26 08:03:25 | 1,117,110,000 | verified fixed | 75365d5 | 1,117,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java | Eclipse_Platform_UI |
4,470 | 96,872 | Bug 96872 [Dialogs] NPE cancelling an import existing project | 20050526 If you select a directory to import a project from, click back forth between archive and file a couple of times and cancel you get the following exception: java.lang.NullPointerException at org.eclipse.jface.wizard.WizardDialog.stopped(WizardDialog.java:1081) at org.eclipse.jface.wizard.WizardDialog.run(Wizard... | 2005-05-26 16:47:12 | 1,117,140,000 | verified fixed | 2f1116d | 1,117,490,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java | Eclipse_Platform_UI |
4,471 | 92,963 | Bug 92963 [RCP][WorkbenchAdvisor] Allow workbench advisors to continue to run after the last window has closed. | Our RCP application needs to continue to run after the last workbench window has closed. Currently the workbench is hard coded to shutdown when the last workbench window is closed. We would like to propose new API in the workbench advisor framework to override this behavior. | 2005-04-27 14:03:16 | 1,114,630,000 | verified fixed | caced2c | 1,117,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/IWorkbenchConfigurer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchConfigurer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
4,472 | 94,381 | Bug 94381 [Undo] gets into eternal loop after undoing many changes. | null | 2005-05-10 11:40:10 | 1,115,740,000 | verified fixed | 98094e1 | 1,117,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/LinearUndoViolationUserApprover.java | Eclipse_Platform_UI |
4,473 | 96,730 | Bug 96730 [Undo] - action not properly updated on failed operation with multiple contexts | Found this hole while doing Manual Undo/Redo Test Scenarios: scenario 7 - <correct handling of operation failure inside LinearUndoViolationUserApprover> If an operation fails during a linear undo violation, it's possible that the triggering undo context gets flushed from the failing operation. If there are other operat... | 2005-05-25 20:02:20 | 1,117,070,000 | verified fixed | 0a54ed4 | 1,117,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java | Eclipse_Platform_UI |
4,474 | 95,357 | Bug 95357 Need a test to ensure editor activation is not broken on startup | null | 2005-05-16 10:02:13 | 1,116,250,000 | closed fixed | 481a8fc | 1,117,120,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/ApiTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/Bug95357Test.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/SessionEditorPart.java | Eclipse_Platform_UI |
4,475 | 94,489 | Bug 94489 [About] Configuration Details is slow and creates a lot of garbage | build I20050509 The heap status indicator shows the, in my development workbench, Help > About > Configuration Details generates 40M of garbage the first time it's used, 33M each time after that. | 2005-05-10 15:41:06 | 1,115,750,000 | resolved fixed | 52efbf7 | 1,117,080,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/ConfigurationLogUpdateSection.java | Eclipse_Platform_UI |
4,476 | 85,948 | Bug 85948 [Perspectives] Adding register & expressions view by default to debug perspective fails | Using Eclipse 3.0.1, you cannot configure the debug perspective to have the Registers and Expressions view open by default (for use with CDT). This was tried using the perspective extension point, see below: <extension point="org.eclipse.ui.perspectiveExtensions"> <perspectiveExtension targetID="org.eclipse.debug.ui.De... | 2005-02-21 05:57:12 | 1,108,980,000 | verified fixed | caaf431 | 1,117,080,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveExtensionReader.java | Eclipse_Platform_UI |
4,477 | 96,672 | Bug 96672 Startup complete reported twice | Build: N20050524-0010 When -debug is enabled in this build, I see the "Startup complete" message appearing twice: Time to load bundles: 15 Reading registry cache: 16 Starting application: 1221 Startup complete: 6292ms Startup complete: 12646ms This is caused by Workbench.runStartupWithProgress, which calls endSplash() ... | 2005-05-25 14:22:45 | 1,117,050,000 | resolved fixed | 444a7d5 | 1,117,060,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/misc/UIStats.java | Eclipse_Platform_UI |
4,478 | 95,217 | Bug 95217 [Commands] Remove experimental handlerSubmission element from the "org.eclipse.ui.commands" extension point | null | 2005-05-13 15:40:28 | 1,116,010,000 | verified fixed | 3dbf866 | 1,117,050,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/AbstractHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/commands/AbstractHandler.java | Eclipse_Platform_UI |
4,479 | 96,318 | Bug 96318 [Progress] Accessibility problem with Jobs error dialog: can't hide without mouse | null | 2005-05-23 12:08:22 | 1,116,860,000 | verified fixed | 53d18bd | 1,117,050,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobErrorDialog.java | Eclipse_Platform_UI |
4,480 | 90,935 | Bug 90935 Feature details dialog resize is strange | in M6 open the feature details dialog and notice there is a large area of grey at towards the bottom. Resize vertically and notice that the feature list gets smaller but the large grey area remains the same. Suggest that the grey area be eliminated completely. Failing that, on resize it should be the first to go. | 2005-04-10 14:03:44 | 1,113,160,000 | verified fixed | ad29b72 | 1,117,050,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutFeaturesDialog.java | Eclipse_Platform_UI |
4,481 | 96,440 | Bug 96440 Tables laying out 3 times when trying to determine sizes | null | 2005-05-24 11:11:33 | 1,116,950,000 | verified fixed | 57778d4 | 1,117,040,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
4,482 | 94,410 | Bug 94410 [Undo] - TimeTriggeredProgressDialog needs busy cursor | In the refactoring and text scenarios, you don't notice this problem because they either complete quickly or report progress quickly enough that the dialog pops up. In the org.eclipse.ui.operations.examples in the OTT repository, there are sample undoable operations that do a lot of work before reporting any progress, ... | 2005-05-10 12:29:40 | 1,115,740,000 | verified fixed | a1a048c | 1,117,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/operations/TimeTriggeredProgressMonitorDialog.java | Eclipse_Platform_UI |
4,483 | 94,333 | Bug 94333 [Import/Export] Problems with reading long file names in tar files | The code which performs a read() on a LongLink name in TarInputStream does not check if it has read the entire name. This causes errors when importing tar files with long names. | 2005-05-10 10:15:48 | 1,115,730,000 | verified fixed | d03048c | 1,117,030,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java | Eclipse_Platform_UI |
4,484 | 96,114 | Bug 96114 [IDE] should remove dependency on IPluginRegistry | We should remove our dependency on IPluginRegistry in favour of the new IExtensionRegistry. This should be a trivial migration. | 2005-05-20 11:08:38 | 1,116,600,000 | closed fixed | 771f35b | 1,117,020,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/WelcomeItem.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/CapabilityRegistry.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/CapabilityRegistryReader.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/... | Eclipse_Platform_UI |
4,485 | 96,413 | Bug 96413 [Preferences] articulate why a given editor is locked | null | 2005-05-24 07:59:11 | 1,116,940,000 | verified fixed | d3fa32b | 1,116,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java | Eclipse_Platform_UI |
4,486 | 94,814 | Bug 94814 NullPointerException after saving and deleting new plugins [Build id: I20050509-2010] | null | 2005-05-11 14:49:49 | 1,115,840,000 | verified fixed | fa9aa0e | 1,116,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextAuthority.java | Eclipse_Platform_UI |
4,487 | 96,326 | Bug 96326 [Preferences] Preferences tree flickers heavily while typing into the filter field | When you type into the filter dialog you can observe how the tree refreshes after each keystroke. This results in a lot of flickering and might also result in bad performance with large preference trees. | 2005-05-23 13:19:38 | 1,116,870,000 | verified fixed | a68e6f2 | 1,116,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredTree.java | Eclipse_Platform_UI |
4,488 | 95,844 | Bug 95844 [Contributions] Unsafe setRedraw() in ToolbarManager.update | This code should protect itself by wrapping the code in a try{} finally{} to ensure the setRedraw(true) happens when it is done. | 2005-05-18 16:32:26 | 1,116,450,000 | verified fixed | 2021d06 | 1,116,950,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java | Eclipse_Platform_UI |
4,489 | 95,974 | Bug 95974 [Preferences] Line Delimiter preference page causes full build without user change | N20050519-0010 Line Delimiter preference page causes full build without user change - new workspace, import plugin org.junit as source - Go to Window > Preferences > General > Editors - without changing anything in the dialog, press OK => A "Setting Encoding" job is started, followed by a full build. Should not build w... | 2005-05-19 12:57:03 | 1,116,520,000 | verified fixed | 0774807 | 1,116,940,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java | Eclipse_Platform_UI |
4,490 | 94,459 | Bug 94459 [Undo] - should refactoring undo work when text undo limit is 0? | Refactoring undos are not showing up in the package explorer undo menu when the text undo limit is set to 0. Technically the refactoring operation should be permitted on the workspace undo context history. The history should just be removing the text context from the operation. One could argue this is a correctly worki... | 2005-05-10 14:23:40 | 1,115,750,000 | verified fixed | 402e979 | 1,116,620,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java | Eclipse_Platform_UI |
4,491 | 94,400 | Bug 94400 [Undo] - After successful undo, should operation be disposed by framework if it cannot be redone? | null | 2005-05-10 12:12:15 | 1,115,740,000 | verified fixed | 65ffa14 | 1,116,620,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java | Eclipse_Platform_UI |
4,492 | 65,657 | Bug 65657 Doc error in IPerspectiveFactory | The sample xml in the doc is not valid. It reads: <extension point="org.eclipse.ui.perspectives"> <perspective id="com.example.javaplugin.perspective" name="Java" class="com.example.javaplugin.JavaPerspective" </perspective> </extension> Should be: <extension point="org.eclipse.ui.perspectives"> <perspective id="com.ex... | 2004-06-03 20:43:33 | 1,086,310,000 | resolved fixed | e20f67b | 1,116,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPerspectiveFactory.java | Eclipse_Platform_UI |
4,493 | 71,640 | Bug 71640 [IDE] use of deprecated IExtension.getDeclaringPluginDescriptor() | null | 2004-08-09 08:40:54 | 1,092,060,000 | closed fixed | 42db139 | 1,116,610,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/Capability.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/registry/IDERegistryReader.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/reg... | Eclipse_Platform_UI |
4,494 | 96,087 | Bug 96087 [HeapStatus] Remove special action for Kyrsoft Memory Monitor | N20050520-0010 | 2005-05-20 08:53:09 | 1,116,590,000 | verified fixed | 34d5511 | 1,116,600,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/HeapStatus.java | Eclipse_Platform_UI |
4,495 | 95,888 | Bug 95888 [Import/Export] Ignore spaces in mode and size fields of tar files | The space character is special in tar files: it is often used instead of a null character for certain fields. Unfortunately, if a space is in the mode or size fields of a tar file, TarInputStream throws an exception. The attached patch fixes this. | 2005-05-18 23:34:14 | 1,116,470,000 | verified fixed | b83a66e | 1,116,550,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java | Eclipse_Platform_UI |
4,496 | 94,674 | Bug 94674 [Preferences] Preferences dialog separator under Title for pages does not stretch all the way across | The separator under the Header title for a preference page should stretch from the border of the sash to the far right with no margins in between. | 2005-05-11 09:10:48 | 1,115,820,000 | verified fixed | afd7a74 | 1,116,540,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
4,497 | 95,612 | Bug 95612 [Forms] try to click on a link cause scroll and do nothing | 3.1M7 To reproduce: - open a product editor - size your window such that the editor has a vertical scrollbar and that the "eclipse product export wizard" link is visible when the scroll bar is to the top. - scroll to the top (just in case you did not do it before). - click on the link previously indicated You will noti... | 2005-05-17 13:44:58 | 1,116,350,000 | resolved fixed | a434f11 | 1,116,530,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormText.java bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/SharedScrolledComposite.java bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/FormUtil.java | Eclipse_Platform_UI |
4,498 | 79,401 | Bug 79401 [ErrorHandling] Duplicate presentation of error messages | 1) Create a simple project with a simple folder inside it. 2) In Windows Explorer, expand the project and select the folder in the left pane. 3) Back in the Navigator view, try to rename the project. -> Rename fails because it cannot rename because Windows won't let you delete a folder that is being viewed in Windows E... | 2004-11-24 11:07:34 | 1,101,310,000 | verified fixed | 567146c | 1,116,510,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/WorkspaceAction.java | Eclipse_Platform_UI |
4,499 | 95,915 | Bug 95915 [Preferences] ArrayIndexOutOfBoundsException in FileEditorsPreferencePage.fillEditorTable | N20050519-0010-gtk - General > editors > File associations page - click on plugin.xml - get this !ENTRY org.eclipse.ui 4 0 Unhandled event loop exception Reason: 2005-05-19 11:50:14.739 !MESSAGE 2 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: 2 at org.eclipse.ui.internal.dialogs.FileEditorsPreferencePage.fillEdito... | 2005-05-19 06:42:13 | 1,116,500,000 | verified fixed | 8878e47 | 1,116,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FileEditorsPreferencePage.java | Eclipse_Platform_UI |
4,500 | 95,879 | Bug 95879 SWT Exception on startup | null | 2005-05-18 19:54:34 | 1,116,460,000 | verified fixed | 51ba8a0 | 1,116,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
4,501 | 39,435 | Bug 39435 [Actions] hideActionSet API not working | null | 2003-06-27 14:16:33 | 1,056,740,000 | verified fixed | 56f8e6c | 1,116,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActionSetManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui... | Eclipse_Platform_UI |
4,502 | 94,391 | Bug 94391 [Preferences] preference filter does not like compound names | i200505092010 The preference page filter does not like compound names. For instance, "Code Assist" will show no hits, although there are two pages with this name. | 2005-05-10 11:59:13 | 1,115,740,000 | verified fixed | a0525f0 | 1,116,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PatternItemFilter.java | Eclipse_Platform_UI |
4,503 | 95,222 | Bug 95222 [KeyBindings] Bindings stop working (no shell activation event) | Build 20050513-0010 Linux-GTK I don't have steps to reproduce yet, but while working on today's build various keys have randomly stopped functioning. Earlier today I was trying to copy/paste with ctrl+c/v and it wasn't working. Then I used the context menu items and it started working again. Just now, I was trying to d... | 2005-05-13 16:09:16 | 1,116,010,000 | verified fixed | e4bce5e | 1,116,440,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,504 | 94,762 | Bug 94762 [Undo] Undo dialog concatenates messages result in two periods | See attached screen shots. Since there isn't a clear standard right now if sentences have to end with a period we either have to define this or the dialog has to have some smartness | 2005-05-11 11:41:59 | 1,115,830,000 | verified fixed | 9a130af | 1,116,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/operations/AdvancedValidationUserApprover.java | Eclipse_Platform_UI |
4,505 | 94,537 | Bug 94537 [Workbench] ClassNotFoundException trying to eagerly start a plug-in while shutting down | build N20050509 Noticed the following in the console output for this build. [java] !ENTRY org.eclipse.osgi 2005-05-09 04:31:45.859 [java] !MESSAGE The class "org.eclipse.update.internal.scheduler.SchedulerStartup" cannot be loaded because the system is shutting down and the plug-in "org.eclipse.update.scheduler" has al... | 2005-05-10 17:23:27 | 1,115,760,000 | resolved fixed | f0be82b | 1,116,440,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/dialogs/StartupPreferencePage.java | Eclipse_Platform_UI |
4,506 | 81,365 | Bug 81365 [KeyBindings] errors: WorkbenchKeyboard error dialog should tell which command failed | null | 2004-12-16 02:56:06 | 1,103,180,000 | verified fixed | b831505 | 1,116,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/KeyAssistDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java | Eclipse_Platform_UI |
4,507 | 91,966 | Bug 91966 [EditorMgmt] resolution policy for editors needs to be revamped to accomodate content types | Currently any content-type based editor binding will always take priority from any traditional filename bindings. This should be investigated for 3.1. | 2005-04-19 14:48:23 | 1,113,940,000 | verified fixed | 0d43677 | 1,116,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistry.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IEditorRegistryTest.java | Eclipse_Platform_UI |
4,508 | 95,744 | Bug 95744 About dialog margins around image are not consistent with wizards | there should still be margins around the text in the about dialog, but not the image. | 2005-05-18 09:31:58 | 1,116,420,000 | resolved fixed | 4e4310a | 1,116,420,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutDialog.java | Eclipse_Platform_UI |
4,509 | 95,574 | Bug 95574 [Preferences] import prefs fails with FileNotFoundException if location does not exist | 3.1 M7 Import preferences fails with FileNotFoundException if location does not exist. It should not enable the Finish button for an unknown location. Currently the failure is logged and the wizard stays up (responsive), and no feedback on the failure is given to the user. NTRY org.eclipse.ui 4 4 2005-05-17 11:10:00.49... | 2005-05-17 11:17:07 | 1,116,340,000 | verified fixed | f598449 | 1,116,360,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/PreferencesMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesExportPage1.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferenc... | Eclipse_Platform_UI |
4,510 | 90,389 | Bug 90389 [Model] Can WorkbenchContentProvider:273 invoke Tree.setRedraw(boolean) less? | 3.1M6, note that this is most visually apparent on motif - open a CVS Repositories view in the Resource perspective - connect to dev.eclipse.org - somewhat quickly: - begin retrieving the org.eclipse.swt project from HEAD - click "Run in Background" - switch to the Navigator view, and the org.eclipse.swt project will b... | 2005-04-05 18:12:38 | 1,112,740,000 | verified fixed | 2a9d6ee | 1,116,350,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/model/WorkbenchContentProvider.java | Eclipse_Platform_UI |
4,511 | 95,548 | Bug 95548 Editors page not sized properly on startup | build N20050517, open preferences dialog to editors page (under General). now close and open the dialog again and note that the dialog is too short. | 2005-05-17 09:45:05 | 1,116,340,000 | verified fixed | 444d134 | 1,116,350,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
4,512 | 85,308 | Bug 85308 [Progress] Turning off verbose mode after restart has no effect | Build: I20050215-0800 1) Start in the Java perspective, with a Java editor open on some file 2) Open the progress view 3) Turn on "verbose mode" in the progress view 4) Shutdown and restart Eclipse -> Observe: some system jobs are shown in the view. Fine. 5) Turn off "verbose mode" in the progress view -> Observe: syst... | 2005-02-15 13:44:40 | 1,108,490,000 | verified fixed | 30d406c | 1,116,340,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/NewProgressViewer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressContentProvider.java bundles/org.ec... | Eclipse_Platform_UI |
4,513 | 93,549 | Bug 93549 [Import/Export] Disable Finish in import existing projects wizard | Build: N20050503 Open import existing project wizard Toggle radio button to import from archive Type in the name of an archive file Toggle radio button back to import from directory Observe: the Finish button is still enabled, even though there is no directory selected. Clicking Finish will import from the selected zip... | 2005-05-03 11:42:14 | 1,115,130,000 | verified fixed | 1cfd09b | 1,116,330,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java | Eclipse_Platform_UI |
4,514 | 94,349 | Bug 94349 [GlobalActions] UI doesn't need to call internal Runtime methods | null | 2005-05-10 10:51:02 | 1,115,740,000 | verified fixed | 726a593 | 1,116,280,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
4,515 | 95,464 | Bug 95464 [Workbench] [Commands] No command for New Window action | 3.1 M7 The Window > New Window action is missing a corresponding command. | 2005-05-16 17:19:18 | 1,116,280,000 | verified fixed | 6cd7c7c | 1,116,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/OpenInNewWindowAction.java | Eclipse_Platform_UI |
4,516 | 94,741 | Bug 94741 [WorkbenchParts] Error: IWorkbenchPartReference disposed found in log | Build: I20050509-2010 I found this in my log file. There were no other errors during that session, and I'm not sure what I was doing that might have caused the error. !ENTRY org.eclipse.ui 4 0 2005-05-11 10:29:35.713 !MESSAGE Failed to execute runnable (java.lang.RuntimeException: Error: IWorkbenchPartReference dispose... | 2005-05-11 11:08:59 | 1,115,820,000 | verified fixed | 8ec17bf | 1,116,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorAreaHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorList.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/... | Eclipse_Platform_UI |
4,517 | 2,345 | Bug 2345 [Editor Mgmt] Open with a different type of editor has no effect if file already open (1GEWMSQ) | Reproduce the steps in: 1GEWMOZ: ITPUI:WIN2000 - Scripted resource editor example opens on XML files by default - new basic project - new file test.xml - the editor used is the scripted resource editor example, which totally ignores the XML file content - select test.xml in Navigator - choose Open With... / Default Tex... | 2001-10-10 22:34:32 | 1,002,770,000 | verified fixed | 662625e | 1,116,280,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenWithMenu.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal... | Eclipse_Platform_UI |
4,518 | 85,789 | Bug 85789 [Wizards] [Perspectives] New menu has two separators when no shortcuts | build I20050217 In Debug perspective, open the File > New menu. It has two separators between Project... and Other... It should have only one. | 2005-02-17 23:23:40 | 1,108,700,000 | verified fixed | 2d2bde6 | 1,116,280,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/NewWizardMenu.java | Eclipse_Platform_UI |
4,519 | 84,234 | Bug 84234 [Dialogs] Multiple Errors Have Occurred dialog unusable | null | 2005-02-02 11:02:11 | 1,107,360,000 | verified fixed | 75880a9 | 1,116,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorNotificationManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobErrorDialog.java | Eclipse_Platform_UI |
4,520 | 90,552 | Bug 90552 [Wizards] Export preferences page not setting dialog font | I20050405-0800 File>Export>Preferences>Next This wizard page is not setting the dialog font as specified in the Colors and Fonts preferences. | 2005-04-06 20:02:01 | 1,112,830,000 | verified fixed | b353c73 | 1,116,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java | Eclipse_Platform_UI |
4,521 | 95,439 | Bug 95439 Filter combo box in preferences dialog not honouring dialog font | set the dialog font, note that the combo box in the preferences dialog does not use it. | 2005-05-16 15:24:06 | 1,116,270,000 | verified fixed | bd9e4be | 1,116,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredComboTree.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredTree.java | Eclipse_Platform_UI |
4,522 | 94,879 | Bug 94879 [PropertiesDialog] [Preferences] Esc does not dismiss properties or preferences dialog | build I20050509-2010 - select a file in the Navigator and choose Properties - after looking at the properties, press Esc to dismiss the dialog - instead of dismissing the dialog, it clears the filter field - pressing Esc again dismisses it Same problem in the preferences dialog. This is unexpected behaviour. Esc is not... | 2005-05-11 22:13:24 | 1,115,860,000 | verified fixed | 224f073 | 1,116,270,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredComboTree.java | Eclipse_Platform_UI |
4,523 | 79,855 | Bug 79855 [IDE] isCompatibleVersion method in IDEApplication appears wrong... | null | 2004-12-01 01:53:06 | 1,101,880,000 | verified fixed | 1de9eab | 1,116,270,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java | Eclipse_Platform_UI |
4,524 | 94,402 | Bug 94402 [Undo] - javadoc - clarify disposal responsibilities in ICompositeOperation | If a composite operation is disposed, it should dispose all of its children. If a child of a composite operation is removed before the composite is disposed, it should dispose the removed operation. This should be documented. | 2005-05-10 12:21:33 | 1,115,740,000 | verified fixed | d8b37a3 | 1,116,270,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/ICompositeOperation.java | Eclipse_Platform_UI |
4,525 | 94,438 | Bug 94438 [Undo] - javadoc - clarify operation remaining in history for undo/redo with INFO/WARNING | The javadoc for the IOperationHistory#undo(...) redo(...) methods is very explicit about the operation remaining in the history on CANCEL and ERROR status, and that it is moved between undo/redo histories when ok. Some minor clarifications: The lack of an explicit statement about INFO and WARNING makes one wonder what ... | 2005-05-10 13:34:07 | 1,115,750,000 | verified fixed | e8d9b8a | 1,116,270,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java | Eclipse_Platform_UI |
4,526 | 94,171 | Bug 94171 [WorkbenchParts] (regression) Close and other editor-sensitive actions not enabled if editor opened but not activated | build N20050409 - change to single-click mode (in the General prefs page) - close all editors - from the Navigator, select a file - the editor for it opens - File > Close is still disabled I suspect this is because the action is not receiving a partBroughtToTop event, which CloseEditorAction and other ActiveEditorActio... | 2005-05-09 14:27:07 | 1,115,660,000 | verified fixed | 74d3a94 | 1,116,260,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartList.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartStack.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewFactory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Wo... | Eclipse_Platform_UI |
4,527 | 46,669 | Bug 46669 [WorkingSets] "Select/Deselect All" button for working set creation wizard. | null | 2003-11-14 10:01:38 | 1,068,820,000 | closed fixed | 53bc5c4 | 1,116,250,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/ResourceWorkingSetPage.java | Eclipse_Platform_UI |
4,528 | 89,589 | Bug 89589 [ActivitiesMgmt] Advanced button in capabilities preference page not using button dialog sizing | I20050330-0500, GTK+ 2.2.4 The "Advanced" button on the capabilities preference page does not seem to be using the dialog button sizing code. | 2005-03-30 11:33:09 | 1,112,200,000 | verified fixed | aada9f3 | 1,116,250,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java | Eclipse_Platform_UI |
4,529 | 94,636 | Bug 94636 [Preferences] Preference filter text filed not in dialog font | I20050509-2010 The filter text field for the preference pages does not honor the dialog font setting. | 2005-05-11 05:36:19 | 1,115,800,000 | verified fixed | c9f35e6 | 1,116,250,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.