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,530 | 94,915 | Bug 94915 [Preferences] Editors preference page shortly shows error status on first display | I20050509-2010: Steps to reproduce: - Restart workbench or make sure that last visited preference page is not the Editors preference page - Open the Editors preference page -> For a very short time, the preference displays an error status below the preference page caption | 2005-05-12 05:24:51 | 1,115,890,000 | verified fixed | b017e05 | 1,116,250,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java | Eclipse_Platform_UI |
4,531 | 95,100 | Bug 95100 [Wizards] Double click on New>Untitled Text File should create it | null | 2005-05-13 06:32:22 | 1,115,980,000 | verified fixed | 7c01eb7 | 1,116,250,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardNewPage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/NewWizardSelectionPage.java | Eclipse_Platform_UI |
4,532 | 95,046 | Bug 95046 [Preferences] NPE on content type preference page | i200505121200 I get an NPE if I type anything in the charset text field before selecting a content type. !ENTRY org.eclipse.ui 4 0 2005-05-12 15:59:55.305 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.dialogs.ContentTypesPreferencePage$2.keyReleased(ContentTy... | 2005-05-12 16:03:43 | 1,115,930,000 | verified fixed | e1e7a82 | 1,116,180,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java | Eclipse_Platform_UI |
4,533 | 3,970 | Bug 3970 [preferences] UI needed to define the default line delimiters for new files (1GFIOAX) | When creating a new file we currently use the line delimiter returned form System.getProperties("line.delimiter"). But this is not whay a user always wants. Consider the following sceanrio: - Unix and Windows work station used to develop a Unix product / program. - the Windows work stations are used as X terminals and ... | 2001-10-10 23:03:53 | 1,002,770,000 | verified fixed | 4043010 | 1,116,020,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/LineDelimiterEditor.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... | Eclipse_Platform_UI |
4,534 | 94,292 | Bug 94292 [navigation] F3 and cloned editors: Editor switched even if not necessary | 20050509-2010 1. open the following file in a Java Editor 2. clone the editor 'New editor' and arrange the new editor below the first editor so that both are visible 3. select the reference of foo(); in the second editor and press F3 4. the first editor get the focus and reveals package pack; public class A { private v... | 2005-05-10 09:02:20 | 1,115,730,000 | verified fixed | 73d598f | 1,115,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
4,535 | 94,456 | Bug 94456 [Undo] - Resource Navigator not showing workspace undo actions | The Resource Navigator is not showing the workspace undo actions. Package Explorer is correctly working. Need to look at the difference in the way the action handlers are set up. | 2005-05-10 14:18:36 | 1,115,750,000 | verified fixed | 0a1b358 | 1,115,910,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/MainActionGroup.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java | Eclipse_Platform_UI |
4,536 | 94,540 | Bug 94540 [Undo] ClassNotFoundException disposing undoable operations on shutdown | build N20050509 Noticed the following in the console output for this build. The undo support is being shutdown during WorkbenchPlugin.stop, and is disposing operations that come from higher level plug-ins. By this time, however, higher level plug-ins have already been stopped. Recommend shutting down the undo support d... | 2005-05-10 17:28:11 | 1,115,760,000 | verified fixed | 78eb753 | 1,115,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java | Eclipse_Platform_UI |
4,537 | 94,683 | Bug 94683 OperationCanceledException in log | I20050509-2010 - lock the workspace using the job example plug-in - select project->properties - change some compiler settings - press OK - you get a blocking dialog - cancel the user action observe: a log entry is written which reports the operation canceled exception that got thrown. org.eclipse.core.runtime.Operatio... | 2005-05-11 09:22:25 | 1,115,820,000 | resolved fixed | 775f5c5 | 1,115,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java | Eclipse_Platform_UI |
4,538 | 94,926 | Bug 94926 [Preferences] WorkingCopyPreferences.remove(key) not working | null | 2005-05-12 06:22:27 | 1,115,890,000 | verified fixed | 1baf223 | 1,115,910,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/WorkingCopyPreferences.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/preferences/PreferencesTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/preferences/ScopedPreferenceStoreTestCase.ja... | Eclipse_Platform_UI |
4,539 | 94,355 | Bug 94355 [EditorMgmt] editor drop down: wrong fonts used | I20050509-2000 (M7 test pass) The editor drop down mixes the fonts when displaying currently selected / not selected files. Also, the dropdown is slightly too low. Will attach screenshot. | 2005-05-10 10:55:21 | 1,115,740,000 | verified fixed | 70e759e | 1,115,840,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/BasicPartList.java | Eclipse_Platform_UI |
4,540 | 94,192 | Bug 94192 Remove performance instrumentation from builds | We added a number of performance tools to the builds, which should be removed or disabled by the time we release: - .options file in Eclipse install directory for perf stats - Performance view - Heap info status line entry | 2005-05-09 15:32:12 | 1,115,670,000 | resolved fixed | 0dd50e8 | 1,115,670,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ResourcePerspective.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/performance/EventsSorter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/performance/PerformanceMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/perf... | Eclipse_Platform_UI |
4,541 | 94,047 | Bug 94047 [ActionSets] [classpath] Toolbar shudders when opening the Classpath Variables preference page | Version: 3.1.0 Build id: I20050506-1600 When you open the Classpath Variables preference page from an empty workspace (only minimal plugins activated) the toolbar shudders as if components are quickly being added and removed. The preference page is causing the activation of quite a few plugins (Ant UI, JDT JUnit, JDT L... | 2005-05-08 03:48:06 | 1,115,540,000 | resolved fixed | 789825e | 1,115,670,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
4,542 | 81,229 | Bug 81229 [Dialogs] wizard banner resizing causes jumpy dialog | Build: I20041214-2000 3.1 M4 test pass. The Export wizard selection page has a banner description at the top. For some wizards this description is two lines, and for others it is one line. This causes the entire dialog to resize every time you change the selection. The effect is that the item under the mouse after the ... | 2004-12-15 11:47:05 | 1,103,130,000 | verified fixed | 659fbf7 | 1,115,660,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java | Eclipse_Platform_UI |
4,543 | 94,129 | Bug 94129 [Workbench] Performance test regression caused by workbench harness change | N20050509 Core has a UI startup test that measures the time until UITestApplication starts running. This test had a 16% improvement over 3.0 in 3.1 M6, and since late last week has a 33% regression. This appears to be caused by a change in Workbench that now waits until early startup participants complete, combined wit... | 2005-05-09 10:55:24 | 1,115,650,000 | verified fixed | d5d919d | 1,115,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/testing/WorkbenchTestable.java | Eclipse_Platform_UI |
4,544 | 94,131 | Bug 94131 [Contributions] PageSite.registerContextMenu does not handle the same menu being registered under different ids | build N20050506 PageSite.registerContextMenu always creats a new PopupMenuExtender. It should do the lookup to see if a matching extender already exists for the menu manager and selection provider. | 2005-05-09 11:12:18 | 1,115,650,000 | verified fixed | 7744512 | 1,115,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/PageSite.java | Eclipse_Platform_UI |
4,545 | 93,998 | Bug 93998 [Editor Mgmt] [MPE] MultiPageEditorSite.registerContextMenu methods are inconsistent in whether they delegate | build N20050505 In MultiPageEditorPartSite, the old registerContextMenu methods delegate to the parent part, but the new ones (the ones with the boolean for editorInput) are handled locally. They should probably all work locally, but unfortunately this is contrary to the spec. Alternatively, the new ones should be chan... | 2005-05-06 16:20:19 | 1,115,410,000 | verified fixed | 3ae6785 | 1,115,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java | Eclipse_Platform_UI |
4,546 | 25,387 | Bug 25387 [Wizards] [resources] File System Import changes file permissions | Creating a Project (simple or otherwise) and importing files into it using the import->File System wizard takes away the executable permission from the imported exec files. | 2002-10-25 11:09:28 | 1,035,560,000 | verified fixed | 57e7d17 | 1,115,650,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ImportOperation.java | Eclipse_Platform_UI |
4,547 | 94,060 | Bug 94060 [Undo] - some dialog messages have &Undo when not appropriate | some of the dialogs that say something like... Continue with "Undo blort"? have an ampersand in the Undo. The menu commands should not be used in text since there may be mnemonics assigned. | 2005-05-08 13:42:31 | 1,115,570,000 | verified fixed | 6879f76 | 1,115,570,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/operations/AdvancedValidationUserApprover.java | Eclipse_Platform_UI |
4,548 | 93,030 | Bug 93030 [Import/Export] Tarfile Inputstream Broken | There appears to be issues with a InputSource created from a TarFile input stream. Steps to reproduce: 1. Export a project as a tar or tar.gz 2. Go File > Import > Import Existing Project, and select the archived project to be imported. Then click finish. 3. Fails The problem is the .project is not parsed correctly in ... | 2005-04-27 18:34:39 | 1,114,640,000 | verified fixed | 8018971 | 1,115,570,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java | Eclipse_Platform_UI |
4,549 | 94,007 | Bug 94007 Views without view icon get red box by default | Please remove this feature. If a few does not specify a icon it should not get one for free. | 2005-05-06 16:56:35 | 1,115,410,000 | verified fixed | e6a8c11 | 1,115,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewDescriptor.java | Eclipse_Platform_UI |
4,550 | 75,130 | Bug 75130 [Workbench] Workbench could avoid re-reading feature ini's to speed startup | Build 3.0.1. This is a very small improvement, but it was large enough to show up on my list of potential optimizations. Essentially it avoids re-reading the feature INI's on startup. Our product has LOTS of feature plug-ins (103), so this adds up. Attached is the proposed change; it isn't sophisticated, essentially sa... | 2004-09-27 17:28:35 | 1,096,320,000 | resolved fixed | c0374ae | 1,115,410,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
4,551 | 92,988 | Bug 92988 [Viewers] potential NPE in AbstractTreeViewer | I0426, found with FindBugs 1. AbstractTreeViewer line 832 invokes "siblings.length", but the "if" statement above implies that siblings could be null here. 2. StringFieldEditor line 187 does an unnecessary null check since Text.getText() never returns null (FindBugs was using this to point to line 190 as a potential NP... | 2005-04-27 15:22:32 | 1,114,630,000 | verified fixed | 27496ba | 1,115,410,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/StringFieldEditor.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,552 | 93,993 | Bug 93993 [Workbench] PartSite.getContextMenuIds() can get array index out of bounds | build N20050505 The code for PartSite.getContextMenuIds() does not properly handle the case where a menu extender has multiple menu ids. It assumes that the number of ids is the same as the number of menu extenders. | 2005-05-06 15:55:41 | 1,115,410,000 | verified fixed | aade951 | 1,115,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java | Eclipse_Platform_UI |
4,553 | 88,629 | Bug 88629 [Commands] ConcurrentModificationException in command manager | I20050315-1100 I added new code that was removing an excecution listener while being notified about an command execution. !ENTRY org.eclipse.ui 4 4 2005-03-21 13:24:54.125 !MESSAGE Unhandled event loop exception Unhandled event loop exception Reason: !ENTRY org.eclipse.ui 4 0 2005-03-21 13:24:54.125 !MESSAGE java.util.... | 2005-03-21 07:27:46 | 1,111,410,000 | verified fixed | 7713f16 | 1,115,410,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java | Eclipse_Platform_UI |
4,554 | 92,785 | Bug 92785 Properties and preferences dialog should disable combo when only one page | null | 2005-04-26 11:31:30 | 1,114,530,000 | verified fixed | c5d72f7 | 1,115,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java | Eclipse_Platform_UI |
4,555 | 86,362 | Bug 86362 [PropertiesView] Can not access AdapterFactory, when plugin is not loaded | I added propertysheet support to my application. When I had it working more or less ok, I refactored this support to a separate plugin and suddenly my property sheet stopped working. No error messages or log - my view just did not manage to get the IPropertySheetPage for my view. Closer inspection and debugging lead me... | 2005-02-23 15:56:15 | 1,109,190,000 | verified fixed | 0048cc1 | 1,115,400,000 | bundles/org.eclipse.ui.views/src/org/eclipse/ui/views/properties/PropertySheet.java | Eclipse_Platform_UI |
4,556 | 88,919 | Bug 88919 [KeyBindings] registry: Preference changes should update bindings immediately | steps: - add a new key binding in the keys preference page for something (I use Ctrl+shift+alt+k for the first command that appears - File > Export > Preferences > Export All (you could also choose just to export key preferences here) - remove the key binding set above - File > Import > Preferences - choose file export... | 2005-03-23 15:22:23 | 1,111,610,000 | verified fixed | c07ed3e | 1,115,400,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/keys/BindingPersistenceTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/keys/KeysTestSuite.java | Eclipse_Platform_UI |
4,557 | 93,245 | Bug 93245 [Dialogs] Error messages show up in two locations in the properties dialog | Force an error message: 1) select a Java project 2) open the properties dialog 3) navigate to Java Compiler>Building 4) enable project specific settings 5) enter a letter into the maximum number of problems field ->the error message shows up at the bottom 6) resize the dialog ->the error message also shows up in the ba... | 2005-04-29 05:14:24 | 1,114,770,000 | verified fixed | 98b45e0 | 1,115,390,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/DialogMessageArea.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/Filte... | Eclipse_Platform_UI |
4,558 | 93,840 | Bug 93840 [Help] Dynamic Help menu item does not show the accelerator | This has been a long story about Help keys being different on different WSs. However, we DO know that F1 is the accelerator used for dynamic help on Windows and that users cannot change it (unlike on Carbon or GTK+). I will attach a patch that adds F1 to the menu item label on Windows. Note that we cannot use key bindi... | 2005-05-05 15:39:24 | 1,115,320,000 | verified fixed | 279bb5a | 1,115,390,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/DynamicHelpAction.java | Eclipse_Platform_UI |
4,559 | 93,907 | Bug 93907 [Editor Mgmt] [Contributions] Editor actions enabled when editor opened without activating it | build N20050505 - change to open on single-click - in the Navigator or Package Explorer, single-click on a .readme file - the readme editor's "1" toolbar button is enabled, but it should not be because the editor is not activated The problem is that EditorActionBars initializes enabledAllowed to true instead of false. ... | 2005-05-06 09:57:48 | 1,115,390,000 | verified fixed | 2b83f16 | 1,115,390,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorActionBars.java | Eclipse_Platform_UI |
4,560 | 93,636 | Bug 93636 [Preferences] ESC no longer closes the preference dialog | Hitting escape does not close the preference dialog - it only clears the filter combo. | 2005-05-04 08:27:50 | 1,115,210,000 | resolved fixed | 77e6155 | 1,115,330,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredComboTree.java | Eclipse_Platform_UI |
4,561 | 70,088 | Bug 70088 [Actions] ActionContributionItem.fill(Composite) creates button with wrong text | 1. Create an action with setText ("&Go@Ctrl+G"); 2. Use ActionContributionItem.fill(Composite) to create a button 3. The label of the button will be "_G_o@Ctrl+G" Looking at the source, it seems that the code which handles the text for buttons doesn't take the accelerator in account. Quick fix: Remove any text after th... | 2004-07-15 05:01:19 | 1,089,880,000 | verified fixed | 9351ef1 | 1,115,320,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java | Eclipse_Platform_UI |
4,562 | 93,355 | Bug 93355 [Perspectives] NPE in CustomizePerspectiveDialog | Happens when you have an RCP app with no action sets defined. Create a "Hello RCP" app with PDE tooling. add configurer.setShowPerspectiveBar(true); to ApplicationWorkbenchWindowAdvisor#preWindowOpen Start app. Invoke "Customize..." from coolbar. @@@@@ !ENTRY org.eclipse.ui 4 0 2005-04-30 22:15:58.612 !MESSAGE null arg... | 2005-04-30 16:31:28 | 1,114,890,000 | verified fixed | 4b1f8b5 | 1,115,320,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java | Eclipse_Platform_UI |
4,563 | 93,796 | Bug 93796 [Help] Help menu cleanup | As per the polish dynamic team call, Help menu should be cleaned up to look like this: Welcome ------ Help Contents Search Dynamic Help ------ Key Assist Tips and Tricks... Cheat Sheets... ----- Software Updates -> Find and Install... Manage Configuration ----- About Eclipse Platform | 2005-05-05 11:15:52 | 1,115,310,000 | verified fixed | 6508a62 | 1,115,320,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEPreferenceInitializer.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
4,564 | 93,263 | Bug 93263 [Preferences] Properties and Preference Dialog is inconsistent | We need to make the properties and preferences dialog consistent in thier look and feel. | 2005-04-29 09:23:22 | 1,114,780,000 | verified fixed | ee106cc | 1,115,320,000 | 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/PreferencePageHistory.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PropertyDialog.java bundles/org.ecl... | Eclipse_Platform_UI |
4,565 | 93,262 | Bug 93262 [Workbench] [Tests] Need regression tests for XMLMemento | null | 2005-04-29 09:21:58 | 1,114,780,000 | verified fixed | 6c46f84 | 1,115,310,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/XMLMementoTest.java | Eclipse_Platform_UI |
4,566 | 93,720 | Bug 93720 [Workbench] (Regression) XMLMemento converts newlines in string values to spaces on deserialization | A String value containing newline characters, set using xmlMemento.putString("key", "\nvalue\nwith\nnewlines\n"); will come back with spaces instead of newlines after serialization and subsequent deserialization. This was not the case with XMLMemento of release 3.0.1. | 2005-05-04 17:19:50 | 1,115,240,000 | verified fixed | 577636c | 1,115,310,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/XMLMemento.java | Eclipse_Platform_UI |
4,567 | 93,718 | Bug 93718 [Workbench] XMLMemento loses text data on deserialization when createChild called before putText | When you first create a child memento and then set the text data, as in: mementoToSerialize.createChild("type","id"); mementoToSerialize.putTextData(textData); the text data will no longer be there after serializing and then deserializing the memento. | 2005-05-04 17:03:52 | 1,115,240,000 | verified fixed | e176c23 | 1,115,310,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/XMLMemento.java | Eclipse_Platform_UI |
4,568 | 93,414 | Bug 93414 keep search history in filteredCombo in dialog settings | the search contents will be cleared each time when preference dialog is closed, it's more reasonable if we save the search history as a dialog setting. | 2005-05-02 10:58:34 | 1,115,050,000 | verified fixed | ef9a07c | 1,115,300,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredComboTree.java | Eclipse_Platform_UI |
4,569 | 93,516 | Bug 93516 [HeapStatus] Heap status indicator accesses the preference store too often | There are calls to HeapStatus.this.prefStore.getInt(IHeapStatusConstants.PREF_UPDATE_INTERVAL) that happen far too frequently. This value should be cached and a preference listener should be added. This is accessed so often that running the preference debug options for "get" is useless. | 2005-05-03 08:19:34 | 1,115,120,000 | verified fixed | 0918110 | 1,115,240,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/HeapStatus.java | Eclipse_Platform_UI |
4,570 | 80,570 | Bug 80570 [Dialogs] Low Vision test - hover test is not present for icons in MessageDialogs | Our testers found that MessageDialog (org.eclipse.jface.dialogs.MessageDialog) dialogs do not conform to Low Vision compliance quidelines (T&M 162A). There is no hover text for the icons is these dialogs. See below for test case of Low Vision Compliance. High Contrast: Under Control Panel_accessibility_display tab chan... | 2004-12-08 23:24:18 | 1,102,570,000 | verified fixed | ef50205 | 1,115,240,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IconAndMessageDialog.java | Eclipse_Platform_UI |
4,571 | 93,658 | Bug 93658 [Preferences] pref. page shows only one content type (Text) | n20050503 With this build, the content type pref. page shows only one node: the text content type. Happens on existing/new workspaces. | 2005-05-04 11:20:59 | 1,115,220,000 | verified fixed | 3b6c6f3 | 1,115,220,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ContentTypesPreferencePage.java | Eclipse_Platform_UI |
4,572 | 92,835 | Bug 92835 [Viewers] retrieving projects from CVS creates duplicate resources in Navigator | observed in I0420 and I0426, did not happen in M6 happens on solaris-motif, aix, and hpux, but NOT linux-motif or others I could have the wrong component here, but I guessed UI since WorkbenchContentProvider seems to ultimately populate the Navigator view. - start a new eclipse - show the CVS Repositories view - connec... | 2005-04-26 17:25:16 | 1,114,550,000 | verified fixed | c1ad73d | 1,115,210,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,573 | 93,635 | Bug 93635 [Preferences] Need to add new constant to ExtensionFactory | null | 2005-05-04 08:18:44 | 1,115,210,000 | verified fixed | a3622da | 1,115,210,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ExtensionFactory.java | Eclipse_Platform_UI |
4,574 | 59,037 | Bug 59037 [Navigator] Package explorer flicker when switching/closing editors | If 'Link with editor' is active I see a lot of redrawing going on in the Package Explorer view when I switch between editors (or close an open editor). If the file opened in the second editor already appears in the Package Explorer, it is simply selected and there is no flicker. If, however, the view has to be scrolled... | 2004-04-19 05:02:10 | 1,082,370,000 | verified fixed | 6ea103a | 1,115,140,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,575 | 73,722 | Bug 73722 [Perspectives] [ViewMgmt] No API for adding multiple instances of the same view in IPageLayout | It isn't currently possible to add multiple instances of the same view to a perspective through IPageLayout. Because of this you cannot create a perspective with multiple instances of the same view in its default layout. | 2004-09-11 10:49:20 | 1,094,910,000 | verified fixed | daedfa2 | 1,115,090,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LayoutHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PageLayout.java | Eclipse_Platform_UI |
4,576 | 93,193 | Bug 93193 [Dialogs] Infinite search in project import dialog | Using UI from HEAD 1) Open the Existing project import wizard 2) Type "c:\" in the first text field 3) Toggle the radio button to search in archive 4) Type "d:\" in the archive search text field (or some other large directory) 5) Hit Tab to begin search 6) Click Cancel -> It cancels, but when the cancel button gets dis... | 2005-04-28 17:17:19 | 1,114,720,000 | verified fixed | 1fc2ce9 | 1,115,070,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,577 | 93,077 | Bug 93077 Next / Previous Editor list not updated when active editor changes without having focus | I20050426-1700 The Window > Navigation > Next / Previous Editor list is not updated when the current editor changes while the editor does not have focus. I see this when I have multiple editors open and switch between them when another view has focus: - stepping though search results with the up/down buttons in the sea... | 2005-04-28 04:41:49 | 1,114,680,000 | verified fixed | 97c0672 | 1,115,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
4,578 | 93,352 | Bug 93352 [ErrorHandling] IDEExceptionHandler should not use magic number | null | 2005-04-30 14:50:45 | 1,114,890,000 | verified fixed | fd48d0b | 1,115,060,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEExceptionHandler.java | Eclipse_Platform_UI |
4,579 | 93,360 | Bug 93360 [Viewers] getChild still used in indexForElement | indexForElement() in AbstractTreeViewer still uses getChild() and not getChildren(). This should probably also change to using getChildren() and do the same thing as insertionPosition(). | 2005-04-30 23:14:40 | 1,114,920,000 | verified fixed | 1a6bff1 | 1,115,040,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,580 | 78,179 | Bug 78179 [Progress] ProgressManager's 'subTask' throws NPE on null string | Most progress monitors work correctly when 'subTask' is called with an empty string EXCEPT for 'org.eclipse.ui.internal.progress.ProgressManager' which blindly does: if (name.length() == 0) return; instead of... if (name != null && name.length() == 0) return; | 2004-11-09 11:21:16 | 1,100,020,000 | verified fixed | 490119d | 1,114,800,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java | Eclipse_Platform_UI |
4,581 | 78,225 | Bug 78225 [Preferences] Clarify spec w.r.t. threads and change notification | null | 2004-11-09 16:27:59 | 1,100,040,000 | verified fixed | f28fd66 | 1,114,790,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/IPreferenceStore.java | Eclipse_Platform_UI |
4,582 | 2,175 | Bug 2175 [Navigator] Changing the default editor does not refresh the navigator (1GEX9PY) | 1) install the UI examples 2) create a project 3) create a file file.people the icon is a 'E' 4) go to Window->Preferences->Workbench->File Editor and change the default editor for .people 5) Apply The icon has not changed in the navigator NOTES: KH (9/10/2001 3:53:03 PM) See also: 1GC2VOL: ITPUI:WIN2000 - Icons in nav... | 2001-10-10 22:27:59 | 1,002,770,000 | verified fixed | a771b3b | 1,114,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/model/WorkbenchLabelProvider.java | Eclipse_Platform_UI |
4,583 | 93,238 | Bug 93238 [Workbench] CCE in XMLMemento while exiting my workspace | Using build I20050426-1700. While exiting my workspace I got following exception: !ENTRY org.eclipse.ui.workbench 4 2 2005-04-29 10:40:17.127 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.ClassCastException: org.apache.crimson.tree.TextNode at org.eclipse.ui.... | 2005-04-29 04:43:33 | 1,114,760,000 | verified fixed | 1bea1ad | 1,114,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/XMLMemento.java | Eclipse_Platform_UI |
4,584 | 81,675 | Bug 81675 [Progress] ArrayIndexOutOfBoundsException in progress viewer code | Using 3.1M4 build. Unfortunately I do not have a reproducible test case yet, but thought I would log this anyway... java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.util.ArrayList.toArray(ArrayList.java:276) at org.eclipse.ui.internal.progress.JobInfo.getChildren(JobInfo.jav... | 2004-12-20 15:11:08 | 1,103,570,000 | verified fixed | 9651348 | 1,114,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobInfo.java | Eclipse_Platform_UI |
4,585 | 93,258 | Bug 93258 [Preference] new bolding of pages in filtered preference tree uses wrong font | The bolding in the preference tree leaves does not honour dialog font but the rest of the tree does. Screencap forthcoming. | 2005-04-29 09:08:22 | 1,114,780,000 | verified fixed | 6cdffb7 | 1,114,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PreferenceBoldLabelProvider.java | Eclipse_Platform_UI |
4,586 | 93,236 | Bug 93236 [Properties] keywords for property pages | 20050429 Property pages don't seem to support keywords. Shouldn't thay also allow the <keywordReference id="org.eclipse.jdt.ui.buildpath"/> tag? | 2005-04-29 04:07:23 | 1,114,760,000 | verified fixed | 050e380 | 1,114,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PropertyPagesRegistryReader.java | Eclipse_Platform_UI |
4,587 | 85,147 | Bug 85147 [Preferences] filter field: Looses focus on type | 20050208 When you type in the filter field, the focus ofter switched to the tree. You have to give the filter field the focus again to continue typing | 2005-02-14 10:44:34 | 1,108,400,000 | verified fixed | 1bc040b | 1,114,780,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
4,588 | 77,372 | Bug 77372 [RCP][Progress] Clicking on the progress button generates an error | org.eclipse.ui.workkbench doesn't include the progress view definition in it's plugin.xml file. However, the job completed button that appears in the progress viewer region in the status line tries to open the progress view even in the view isn't available. It should be smarter. Either allow an application to provide t... | 2004-11-01 10:22:53 | 1,099,320,000 | verified fixed | 4253383 | 1,114,780,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java | Eclipse_Platform_UI |
4,589 | 67,467 | Bug 67467 [Presentaions] Toolbar layout missing buttons for stack view in Breakpoints view | Build: 3.0 RC2 I have a layout where the Breakpoints view is stacked with several other views. When I first open Eclipse and bring the Breakpoints view to the top, several buttons are missing from its local button bar. If I maximize and then restore the view, it is back to normal. | 2004-06-16 11:20:57 | 1,087,400,000 | resolved fixed | abe4264 | 1,114,730,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/PaneFolder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabFolder.java | Eclipse_Platform_UI |
4,590 | 93,192 | Bug 93192 Operation history MUST make sure that dispose is called whenever a undo/redo object is removed from the histroy | To avoid leaking change object it is absolutely important that we always dispose undo/redo object when they are removed or replace in the history. The reproduce the problem apply the attached patch to LTK core to simpulate an unvalid operation. Then do the following: - open an editor - execute an extract method operati... | 2005-04-28 17:14:29 | 1,114,720,000 | verified fixed | 90e077d | 1,114,730,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/TriggeredOperations.java | Eclipse_Platform_UI |
4,591 | 92,203 | Bug 92203 [Preferences] preferences package needs cleanup | org.eclipse.ui.preferences contains classes that should not be API by my estimation. These should be cleaned up before 3.1 ships. | 2005-04-21 08:42:44 | 1,114,090,000 | verified fixed | ae787d8 | 1,114,720,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/PreferencesExportWizard.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/preferences/PreferencesImportWizard.java bundles/org.eclipse.ui.ide/... | Eclipse_Platform_UI |
4,592 | 93,175 | Bug 93175 [Preferences] PreferencePage.createControl is tagged as experimental | build I20050426 PreferencePage.createControl in JFace still states: * <strong>NOTE:</strong> This API is experimental * and subject to change before the 3.1 release. Should remove this for M7. | 2005-04-28 16:05:57 | 1,114,720,000 | verified fixed | 6611385 | 1,114,720,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
4,593 | 93,176 | Bug 93176 [JFace] Window.getDefaultOrientation() is marked as experimental | build I20050426 Window.getDefaultOrientation states: * <strong>NOTE</strong> This API is experimental and may * be subject to change during the development cycle for * Eclipse 3.1. Should address for M7. | 2005-04-28 16:07:24 | 1,114,720,000 | verified fixed | 3e0cffb | 1,114,720,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java | Eclipse_Platform_UI |
4,594 | 93,178 | Bug 93178 ViewSettingsDialog is tagged as experimental | build I20050426 ViewSettingsDialog has: * <strong>NOTE: This API is experimental and may change * before Eclipse 3.1 is released. <strong> Should address for M7. | 2005-04-28 16:16:00 | 1,114,720,000 | verified fixed | 585afc6 | 1,114,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/ViewSettingsDialog.java | Eclipse_Platform_UI |
4,595 | 92,433 | Bug 92433 [DnD] Drag'n'drop test failures (8) in HEAD | FAILURE: drag Navigator to out of the window(org.eclipse.ui.tests.dnd.DragTest) (762) junit.framework.ComparisonFailure: expected:<..._nofocus...> but was:<......> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.eclipse.ui.tests.autotests.TestResultFi... | 2005-04-22 15:01:25 | 1,114,200,000 | resolved fixed | d9a8890 | 1,114,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java | Eclipse_Platform_UI |
4,596 | 48,784 | Bug 48784 [MPE] ClassCast exception Workbench page isPartVisiable for MultiPageSite | This causes problems when you have nested editors in a MulitPageEditor. Nested editors share one site, and when a nested editor calls isPartVisible it returns the parent MultiPageEditorSite. I not sure why MultiPageEditorSite does not inherit from PartSite, but it doesnt and the call throws a classException. public boo... | 2003-12-15 15:06:51 | 1,071,520,000 | verified fixed | dcfee6a | 1,114,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
4,597 | 85,146 | Bug 85146 [Preferences] keywords: Only first word taken | 20050214 As discussed, I was adding keywords like: <page name="%compliancePrefName" category="org.eclipse.jdt.ui.preferences.JavaBasePreferencePage" class="org.eclipse.jdt.internal.ui.preferences.CompliancePreferencePage" id="org.eclipse.jdt.ui.preferences.CompliancePreferencePage"> <keywordReference id="org.eclipse.jd... | 2005-02-14 10:43:08 | 1,108,400,000 | verified fixed | 73a9dd5 | 1,114,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PatternItemFilter.java | Eclipse_Platform_UI |
4,598 | 92,871 | Bug 92871 [Wizards] [api] PopulateElementOperation | 3.1 HEAD org.eclipse.ui.wizards.datatransfer.PopulateElementOperation public PopulateElementOperation(MinimizedFileSystemElement rootObject, IImportStructureProvider structureProvider) - this is API class - in 3.0, MinimizedFileSystemElement was in org.eclipse.ui.wizards.datatransfer an API package - in 3.1, MinimizedF... | 2005-04-27 01:59:44 | 1,114,580,000 | verified fixed | 0a1552a | 1,114,710,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/PopulateElementOperation.java | Eclipse_Platform_UI |
4,599 | 92,777 | Bug 92777 [Contributions] Spec clarification: ContributionItem.getParent() can return null | null | 2005-04-26 11:01:00 | 1,114,530,000 | verified fixed | 995656e | 1,114,710,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionItem.java | Eclipse_Platform_UI |
4,600 | 90,415 | Bug 90415 [Contributions] NPE in ActionContributionItem.update when trying to set accelerator in menu | Exception in thread "main" java.lang.NullPointerException at org.eclipse.jface.action.ActionContributionItem.update(ActionContributionItem.java:749) at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:281) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:627) at org.eclips... | 2005-04-06 05:08:29 | 1,112,780,000 | verified fixed | f3a46c6 | 1,114,700,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java | Eclipse_Platform_UI |
4,601 | 92,851 | Bug 92851 [Viewers] [api] protected field StructuredViewer.colorAndFontCollector | 3.1 HEAD colorAndFontCollector protected ColorAndFontCollector colorAndFontCollector This read-write field was added as API in the 3.1 cycle. Exposing fields as API (other than public static final ones) is bad practice because a client can change the field and there's nothing the class can do to prevent or even track t... | 2005-04-26 18:50:34 | 1,114,560,000 | verified fixed | 93776e5 | 1,114,700,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java | Eclipse_Platform_UI |
4,602 | 93,118 | Bug 93118 Heap status plug-in generates a lot of Color garbage | 20050428 The Heap status plug-in is constantly calling Display.getSystemColor() which is creating new Color instances all of the time. This generates a lot of garbage and should be cached. | 2005-04-28 09:28:38 | 1,114,690,000 | verified fixed | 480544d | 1,114,700,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/HeapStatus.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java | Eclipse_Platform_UI |
4,603 | 93,116 | Bug 93116 Performance optimizatioin in ScopedPreferenceStore | null | 2005-04-28 09:23:51 | 1,114,690,000 | verified fixed | c9520e7 | 1,114,700,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java | Eclipse_Platform_UI |
4,604 | 92,764 | Bug 92764 [ActivityMgmt][Contributions] NPE when capabilities turned off and try to show all in new wizard | Version: 3.1.0 Build id: I20050420-1200 - open eclipse on an existing workspace with existing CVS connections and projects loaded. - turn off Team capabilities - went to CVS Respositories perspective and found that I could not checkout a project (forgot that i had turned the capability off) - went to File > New > Proje... | 2005-04-26 09:52:54 | 1,114,520,000 | verified fixed | 44393a7 | 1,114,690,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginActionContributionItem.java | Eclipse_Platform_UI |
4,605 | 92,148 | Bug 92148 [WorkbenchParts] Global Refactorings disabled after opening editor | In build Build id: I20050419-1200, I selected some code in a class that was read only for the purpose of extracting a method. All the entries in the refactor menu were disabled. Making the file writable made all the menu items enabled. This is regression since this used to work OK for me. | 2005-04-20 16:26:16 | 1,114,030,000 | verified fixed | c3ef102 | 1,114,640,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
4,606 | 92,974 | Bug 92974 [IDE] (tests) Perf tests generate CCEs and NPEs in perf_301 branch | build I20050425-1700 When running the performance tests in the perf_301 branch against 3.0.1, several ClassCastExceptions and NullPointerExceptions in the console output, although no tests fail due to this. It's actually the Java browsing views that are failing, but it's due to the tests setting the workspace itself as... | 2005-04-27 14:37:49 | 1,114,630,000 | verified fixed | d702bd1 | 1,114,630,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IDeprecatedWorkbenchPageTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IPageServiceTest.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java tests/org.eclipse.ui.tests/Eclips... | Eclipse_Platform_UI |
4,607 | 85,587 | Bug 85587 [IDE] Save before clean all | The test plan for Platform UI states that a build should prompt to save unsaved resources. However, when we "clean all", no such prompt appears. Should it? | 2005-02-16 16:53:00 | 1,108,590,000 | verified fixed | ad3f93f | 1,114,630,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/BuildAction.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/GlobalBuildAction.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildUtilities.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/Clea... | Eclipse_Platform_UI |
4,608 | 88,998 | Bug 88998 Clean dialog layout is wasteful | The clean dialog has a large empty space on the left that will never be used. I think the layout should be improved. Perhaps the radio buttons on the top and table underneath. | 2005-03-24 10:26:30 | 1,111,680,000 | verified fixed | a529e63 | 1,114,620,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java | Eclipse_Platform_UI |
4,609 | 92,814 | Bug 92814 [api] NewWizardMenu.setEnabled(boolean) was deleted | 3.1 HEAD NewWizardMenu public void setEnabled(boolean enabledValue) { This API method appears to have been deleted during 3.1 cycle. This is a breaking API change. What's the scoop? | 2005-04-26 14:23:17 | 1,114,540,000 | verified fixed | 463291a | 1,114,610,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/NewWizardMenu.java | Eclipse_Platform_UI |
4,610 | 92,707 | Bug 92707 NPE in OperationHistroy while shutting down Eclipse | I20050420-1200 & latest command and workbench.ui code Did the following - execute a rename method refactoring form the editor which affected several files - did some undo/redo (don't know how often) - exit eclispe. The problem is that site.getShell() == null since the workbench is already gone Thread [System Bundle Shu... | 2005-04-25 18:32:22 | 1,114,470,000 | verified fixed | 9fb5c00 | 1,114,470,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java | Eclipse_Platform_UI |
4,611 | 82,988 | Bug 82988 [Import/Export] Importing Existing Projects should support Archive Files | Importing from Archive File and from File System should include options for importing as projects (similar to CVS). I've constructed a patch to do so, I've completed the najor functionality for Archive File (File System isn't done yet but should be very easy since it should be almost identical) but I'm running into som... | 2005-01-17 11:57:10 | 1,105,980,000 | verified fixed | 6940735 | 1,114,460,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ArchiveFileManipulations.java 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/ILeveledImportStructureProvider.java... | Eclipse_Platform_UI |
4,612 | 69,667 | Bug 69667 [Dialogs] TVT3.0: Truncated text in Customize Perspective window. | OS : RHEL 3.0 Must fix Severity: Build date: 070704 Language: DEU Blocking: NO Problem Description: In the Customize Perspective window, the complete description cannot be viewed even when the slide bar is pulled all the way over to the right. Increasing the window size only distorts the font. See attached screen captu... | 2004-07-08 16:43:11 | 1,089,320,000 | verified fixed | 5c6524e | 1,114,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/CustomizePerspectiveDialog.java | Eclipse_Platform_UI |
4,613 | 84,056 | Bug 84056 [Contexts] Next/Previous Editor/View/Perspective does not work | This bug is specific for my system, as it works on another system. Pressing F6 brings up the "next editor" box, but I cannot step further than one entry, and cannot change to the selected editor. This happens with editors, views and perspectives. Error does not depend on VM (1.5.0 and 1.4.1 checked). No errors displaye... | 2005-01-31 11:37:55 | 1,107,190,000 | verified fixed | 84044ea | 1,114,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextAuthority.java | Eclipse_Platform_UI |
4,614 | 81,460 | Bug 81460 [Workbench] (regression) Close all perspectives, open Java perspective, layout wrong | I20041216-1200, Solaris, Motif, CDE If you close all perspectives and then open the Java perspective, the layout of the Java perspective is wrong. The editor area is given almost all of the space, and the outline/explorer/problems views are all squished. | 2004-12-16 15:25:54 | 1,103,230,000 | verified fixed | 026164d | 1,114,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
4,615 | 79,123 | Bug 79123 [Presentations] wrong cursor positions when switching editors with ctrl-pageup | affected version 3.1m3 steps to reproduce: - open several files with e.g. texteditors (no multipageeditors) - place the cursor in the middle of the text - switch to the next editor with ctrl-pageup - switch back to the editor you started with ctrl-pagedown - cursorposition is changed seems as if the pageup gets to the ... | 2004-11-19 19:09:13 | 1,100,910,000 | verified fixed | bff043b | 1,114,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartPane.java | Eclipse_Platform_UI |
4,616 | 62,097 | Bug 62097 [Perspectives] Toolbar MenuDetect listeners leaking | When I reset perspective we are leaking ToolBarContributionItem MenuDetect Listeners. STEPS 1) Look at workbench with Optimize It 2) Reset perspective 3) 10 menu detect listeners on items will be left around. Toolbars are not being leaked and we create this listener in ToolBarContributionItem fill(Coolbar,int) using an... | 2004-05-13 10:11:03 | 1,084,460,000 | verified fixed | 873ac70 | 1,114,450,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarContributionItem.java | Eclipse_Platform_UI |
4,617 | 91,764 | Bug 91764 [Decorators] Need to optimize the fullDefinitions case | As you will most of the time have no full decorator definitions we should do the following: 1) If there are no full decorators skip the conversion to the array 2) enabledFullDefinitions should have the same short circuit 3) writeDecoratorsPreference should also short circuit | 2005-04-18 13:49:18 | 1,113,850,000 | verified fixed | 38a87ee | 1,114,440,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorManager.java | Eclipse_Platform_UI |
4,618 | 53,333 | Bug 53333 [Workbench] Way too many selection change events are being fired | There are way to many selection change events being sent. Since much of the UI is based on responding to selection changes any optimizations in this code path will have a significant benefit. To recreate: Start with the "Hello World" example but write something to the console on every selection change event. Launch the... | 2004-02-27 17:44:02 | 1,077,920,000 | resolved fixed | 84b7a0b | 1,114,230,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractSelectionService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WWinPartService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WindowSelectionService.java bundles/org.eclipse.ui.workbench/Ecli... | Eclipse_Platform_UI |
4,619 | 88,031 | Bug 88031 [Preferences] Allow to show all preferences | I20050315-0800 When we open the preferences from the editors we only show some preference nodes. When the user now wants to change some other preference he has to close and reopen the preference dialog via Window > Preferences in order to get all preferences. There needs to be a way to show all preferences. A possible ... | 2005-03-15 06:14:24 | 1,110,890,000 | verified fixed | 9f1e00e | 1,114,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/FilteredPreferenceDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredTree.java bundles/org.eclipse.ui.workbe... | Eclipse_Platform_UI |
4,620 | 63,251 | Bug 63251 [KeyBindings] interactions: If a key doesn't match while a prefix exists, then the key is not swallowed | I200405200800, Linux 2.6.4, GTK+ 2.4.0, KDE 3.2.2. Press "Ctrl+X I" while using the Emacs key binding. The "I" is inserted into the file. | 2004-05-20 13:07:53 | 1,085,070,000 | verified fixed | c4d9e55 | 1,114,200,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java | Eclipse_Platform_UI |
4,621 | 66,436 | Bug 66436 [KeyBindings] errors: Commands should forward to WorkbenchAdvisor exception handling | Build: I20040609 1200 If code that runs as a result of dispatching a command cancels, it is now reported in the UI with an error dialog that says, "The command for the key you pressed failed". Cancelation (signalled by OperationCanceledException) should not be reported to the user as a failure. This seems to have only ... | 2004-06-09 18:17:59 | 1,086,820,000 | verified wontfix | ac79044 | 1,114,180,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java | Eclipse_Platform_UI |
4,622 | 92,291 | Bug 92291 [Commands] Util.compare uses toString() | build I20050420-1200 Noticed that Util.compare(Object, Object) compares the toString()s of the args. This could be very inefficient (not to mention inaccurate). The only callers are: org.eclipse.ui.commands.HandlerSubmission.compareTo(Object) (3 matches) org.eclipse.ui.contexts.EnabledSubmission.compareTo(Object) (2 ma... | 2005-04-21 16:48:51 | 1,114,120,000 | verified fixed | 5385792 | 1,114,180,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/util/Util.java | Eclipse_Platform_UI |
4,623 | 69,430 | Bug 69430 [presentations] content description with '&' treated as mnemonic indicator | null | 2004-07-06 22:14:45 | 1,089,170,000 | verified fixed | 14d46f0 | 1,114,150,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabFolder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabItem.java | Eclipse_Platform_UI |
4,624 | 81,934 | Bug 81934 [DnD] Maximize intro, then put intro in stand-by, now can't resize views | Do the following (with a normal workbench window): Help - Welcome (i.e. show full window welcome) Double click tab, or click the restore icon Now try to resize the package explorer or any view and you will not be able to. You won't get the size grips either. Dragging a view will clear this up, as well as lots of other ... | 2004-12-27 12:19:32 | 1,104,170,000 | verified fixed | 9c66dc5 | 1,114,140,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LayoutPartSash.java | Eclipse_Platform_UI |
4,625 | 75,945 | Bug 75945 [Markers] Bookmark, problem and tasks view don't restore column widths | org.eclipse.ui.views.markers.internal.TableView#saveState() only saves visible column widths but restoreColumnWidths() expects the memento to have widths for all columns. A simple one-line patch is attached. | 2004-10-08 14:41:23 | 1,097,260,000 | verified fixed | 6d8cb9a | 1,114,130,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java | Eclipse_Platform_UI |
4,626 | 89,596 | Bug 89596 [EditorMgmt] Editor drop-down handler registered in two different places | null | 2005-03-30 11:50:43 | 1,112,200,000 | verified fixed | 7a20afd | 1,114,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorAreaHelper.java | Eclipse_Platform_UI |
4,627 | 11,407 | Bug 11407 [Preferences] ScopedPreferenceStore#needsSaving always returns true | CVSDecoratorPreferencesPage performOk() does a CVSDecorator.refresh() even if the user has already hit Apply. Since decorator updating is expensive, this is needlessly expensive. | 2002-03-14 16:10:22 | 1,016,140,000 | verified fixed | 51ec658 | 1,114,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/ScopedPreferenceStore.java | Eclipse_Platform_UI |
4,628 | 90,579 | Bug 90579 [Preferences] unable to search DBCS on Properties and Preferences | Driver M6, WindowsXP Japanese Steps 1. Install 3.0's NL pack 2. open a properties or the preferences 3. enter DBCS to filter result No item hit | 2005-04-07 04:36:01 | 1,112,860,000 | verified fixed | 31807a1 | 1,114,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java | Eclipse_Platform_UI |
4,629 | 77,787 | Bug 77787 [Commands] misc: dependency on Swing and AWT | null | 2004-11-03 18:27:15 | 1,099,520,000 | verified fixed | 1666c67 | 1,114,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/WidgetMethodHandler.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.