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,830 | 83,095 | Bug 83095 [WorkingSets] Working set selection dialog should support specific working sets | The working set selection dialog shold allow to select a specific type of working set. The breakpoints view would benefit from this feature to restrict users to breakpoint working sets when selecting a default breakpoint working set. The Java tooling may also benefit from this feature. | 2005-01-18 09:16:17 | 1,106,060,000 | verified fixed | 94efc58 | 1,106,080,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSetManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetSelectionDialog.java | Eclipse_Platform_UI |
4,831 | 82,798 | Bug 82798 TableViewer internalRefresh is very slow as of 1.19 | null | 2005-01-13 17:06:02 | 1,105,650,000 | verified fixed | 81e9781 | 1,106,070,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java | Eclipse_Platform_UI |
4,832 | 79,916 | Bug 79916 [Viewers] isDisposed check needed in AbstractTreeViewer#internalRemove | null | 2004-12-01 14:02:39 | 1,101,930,000 | verified fixed | 53fb887 | 1,106,070,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,833 | 82,240 | Bug 82240 [Viewers] Need a content provider for tables that gets elements lazily | Currently all of our viewers assume that all of the elements are avialble. In the case of a virtual table we also want to be able to load elements as they become visible rather than all at once (common issue for databases). Here are some of the issues 1) Need to setItemCount on the table from the content provider 2) Ne... | 2005-01-05 09:52:14 | 1,104,940,000 | verified fixed | 26a611d | 1,106,070,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyContentProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/AllTests... | Eclipse_Platform_UI |
4,834 | 80,608 | Bug 80608 SWT.error does not initialize the causing exception. | SWTException stores the "cause" exception in a public field named "throwable". This prevents access to the causing exception in a standard way, the Exception.getCause method. SWT.error should call initCause to set this up. | 2004-12-09 11:45:18 | 1,102,610,000 | resolved fixed | f773697 | 1,105,990,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/InternalErrorDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/WorkbenchAdvisor.java | Eclipse_Platform_UI |
4,835 | 82,309 | Bug 82309 [Workbench] Feature request: test for Workbench closing | I shall be grateful if org.eclipse.ui.IWorkbench2 could be created which extends org.eclipse.ui.IWorkbench by adding: isClosing() which is already implemented as org.eclipse.ui.internal.Workbench.isClosing(). (Conceivably, someone else might want isStarting() too.) When a document closes, I need to know if the user exp... | 2005-01-06 05:00:04 | 1,105,010,000 | verified fixed | b80a0bb | 1,105,540,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
4,836 | 82,617 | Bug 82617 [Dialogs] Clean... dialog sorts projects in diff order than Package Explorer or Navigator | The Clean... dialog listing of projects for cleaning is sorted in a different manner than both the Package Explorer and the Navigator. Threw me at first for finding my project in the list. | 2005-01-11 17:50:42 | 1,105,480,000 | verified fixed | ddbc881 | 1,105,540,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java | Eclipse_Platform_UI |
4,837 | 82,605 | Bug 82605 Invalid thread access updating build actions | Build: I20050110 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:2827) at org.eclipse.swt.SWT.error(SWT.java:2752) at org.eclipse.swt.SWT.error(SWT.java:2723) at org.eclipse.swt.widgets.Widget.error(Widget.java:388) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:291)... | 2005-01-11 16:16:09 | 1,105,480,000 | verified fixed | c9f23ee | 1,105,480,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
4,838 | 79,180 | Bug 79180 [Viewers] TableViewer virtual manager may not handle programmatic scrolling | VirtualManager has a field currentVisibleIndex which holds the index of the last added item. This in itself is a major design bug since nobody guarantees in any way that items are created sequencially. A test case could easily be constructed in which after causing the creation of the the x first items the table is prog... | 2004-11-22 08:54:09 | 1,101,130,000 | verified fixed | e209ba9 | 1,105,460,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java | Eclipse_Platform_UI |
4,839 | 82,496 | Bug 82496 [Preferences] Custom PreferenceNode fails in R3.1 M4 | !ENTRY org.eclipse.core.runtime 4 2 2005-01-10 12:53:50.312 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.ClassCastException: com.ibm.lpex.alef.LpexViewPreferenceNode at org.eclipse.ui.internal.dialogs.GroupedPreferenceLabelProvider.getBackground(GroupedPrefe... | 2005-01-10 13:17:50 | 1,105,380,000 | verified fixed | 3f81373 | 1,105,390,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/GroupedPreferenceLabelProvider.java | Eclipse_Platform_UI |
4,840 | 61,945 | Bug 61945 [Workbench] refresh local is not backgroundable | in i05111600 When I refresh local a large workspace (70000 files) it takes several minutes but I get only a modla progress dialog. No opportunity to put it in the background. | 2004-05-12 12:44:09 | 1,084,380,000 | resolved fixed | f2b5a76 | 1,105,140,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RefreshAction.java | Eclipse_Platform_UI |
4,841 | 65,018 | Bug 65018 [Workbench] Close Project operation has no task name | RC1 If I close a couple of projects th dialog comes up but there is no task name ever set so I always get an "operation in progress" message. | 2004-06-01 11:48:08 | 1,086,100,000 | verified fixed | 7711092 | 1,105,140,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CloseResourceAction.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenResourceAction.java | Eclipse_Platform_UI |
4,842 | 81,674 | Bug 81674 [Progress] NPE in JobErrorDialog | 3.1 M4 A background job returned an error, and this NPE occured. 1. Replace > with anothe branch or version 2. expand details (disconnect form network, in my case the repo was not accessible) 3. click the refresh tags button 4. click around, and dismiss the dialog. The error dialog the jogs error dialog opens when the ... | 2004-12-20 15:07:00 | 1,103,570,000 | verified fixed | 1490c7a | 1,105,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobErrorDialog.java | Eclipse_Platform_UI |
4,843 | 57,321 | Bug 57321 Remaining build UI items | null | 2004-04-02 17:27:33 | 1,080,940,000 | resolved fixed | 883bcd9 | 1,105,050,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java | Eclipse_Platform_UI |
4,844 | 80,058 | Bug 80058 [Wizards] Create folder blocked should avoid locking workspace | Version 3.1.M3. - In the Resource perspective, I did a Team/CVS Update on a large Java project and sent it to the background. - I then went into a different project, and tried to create a new directory from the Navigation pane. That action was blocked. Should I not be able to create a new folder at the same time? Thank... | 2004-12-02 15:32:57 | 1,102,020,000 | verified fixed | da0660c | 1,105,030,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java | Eclipse_Platform_UI |
4,845 | 82,326 | Bug 82326 [Dialogs] ClassCastException creating folder | Build: I20050104 1) Create a simple project called "a" 2) Create a simple file in the project called "b" 3) Open the "New Folder" wizard 4) For the parent name, enter "a/b" 5) For the folder name, enter "c" 6) Click finish. ClassCastException: java.lang.ClassCastException: org/eclipse/core/internal/resources/File incom... | 2005-01-06 10:51:21 | 1,105,030,000 | closed fixed | 18581bc | 1,105,030,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ContainerGenerator.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ResourceAndContainerGroup.java | Eclipse_Platform_UI |
4,846 | 82,307 | Bug 82307 [RCP] [Javadoc] documentation error | JavaDoc for org.eclipse.ui.application.WorkbenchAdvisor incorrectly states: "preShutdown - called just after event loop has terminated but before any windows have been closed; use to deregister things registered during initialize" Software should not use preShutdown() to "deregister things registered during initialize"... | 2005-01-06 04:42:44 | 1,105,000,000 | verified fixed | bb342f0 | 1,105,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/WorkbenchAdvisor.java | Eclipse_Platform_UI |
4,847 | 68,608 | Bug 68608 [Dialogs] Resource deletion could be run in the background | If I delete a resource in Eclipse and the deletion is blocked by another job, I get a blocked dialog. I then have to wait until the blocking job finishes. It would be nice if I could have the deletion run in the background and occur when it can. In essence, this is what happens in window except that windows uses a non-... | 2004-06-25 09:46:45 | 1,088,170,000 | verified fixed | c6e47b3 | 1,104,960,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java | Eclipse_Platform_UI |
4,848 | 81,185 | Bug 81185 [Preferences] Preference page: down key should jump to tree | 3.1 M4 Candidate All 'type to filter' dialogs in Eclipse allow you to jump to the control being filtered by simply pressing the 'down key'. Look at the Open Type/Open Resource dialogs. This should be the same in the preferences dialog. I always expect to be able to do this... | 2004-12-15 10:56:40 | 1,103,130,000 | verified fixed | 9b636ea | 1,104,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredTree.java | Eclipse_Platform_UI |
4,849 | 75,988 | Bug 75988 [Preferences] IPreferencePage#performOk() returning false should prevent the dialog from closing | I think that if this method returns false, it should prevent the dialog from closing. Today, in order to perform validation I have to register key listeners to all fields an use #setValid(false) to disable the "OK" button. | 2004-10-09 12:13:35 | 1,097,340,000 | verified fixed | d3c16aa | 1,104,950,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
4,850 | 82,248 | Bug 82248 [Encoding] NullPointerException when changing file encoding | build: eclipse-SDK-I20041221-0800-win32 testcase: - open a plugin.xml file in Text Editor - select File>Conversion>Change Encoding... - change encoding from UTF-8 to UTF-16 - NullPointerException java.lang.NullPointerException at org.eclipse.ui.ide.dialogs.ResourceEncodingFieldEditor.doStore (ResourceEncodingFieldEdito... | 2005-01-05 10:47:46 | 1,104,940,000 | closed fixed | c1313ce | 1,104,950,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java | Eclipse_Platform_UI |
4,851 | 53,122 | Bug 53122 [Actions] Rebuild Project does not auto-save files | null | 2004-02-25 16:17:28 | 1,077,740,000 | verified fixed | b31ea78 | 1,104,940,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/BuildAction.java | Eclipse_Platform_UI |
4,852 | 60,803 | Bug 60803 Can't build manually if build automatically turned on | I have a PDE plugin project with a long running ant builder attached to it. The ant builder compiles and creates a native library. I tell the ant builder to run only on manual build but I want the Java and plugin stuff to build automatically. If I turn build automatically on, I don't seem to have a way to invoke a manu... | 2004-05-03 15:14:06 | 1,083,610,000 | resolved fixed | cf6dbe8 | 1,104,940,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildCleanAction.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildSetAction.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/id... | Eclipse_Platform_UI |
4,853 | 77,664 | Bug 77664 [Decorators] DecoratorManager should reschedule in the run() method | null | 2004-11-03 11:14:59 | 1,099,500,000 | verified fixed | e8a7a64 | 1,104,940,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java | Eclipse_Platform_UI |
4,854 | 75,440 | Bug 75440 [Presentations] Closing all editors trigger full reconciliation | Build 3.1m2 As demonstrated by trace below, closing all Java editors, forces them all to refresh and reconcile for no apparent reason. CompilationUnitProblemFinder.reportProblems(CompilationUnitDeclaration, IProblemRequestor, IProgressMonitor) line: 212 CompilationUnitProblemFinder.process(CompilationUnitDeclaration, I... | 2004-10-01 06:24:58 | 1,096,630,000 | verified fixed | 7fd2a6b | 1,104,900,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorSashContainer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LayoutPart.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSashContainer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/ecli... | Eclipse_Platform_UI |
4,855 | 77,491 | Bug 77491 [ViewMgmt] Show view dialog does not remember last selection | build I20041101 - Window > Show View > Other... > Java > Package Explorer - Window > Show View > Other... The selected item should be Package Explorer, but is not. It seems to be remembering stale state, so if it does work for Package Explorer, try some other view. | 2004-11-02 12:05:05 | 1,099,420,000 | verified fixed | b08ab98 | 1,104,860,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ShowViewDialog.java | Eclipse_Platform_UI |
4,856 | 81,292 | Bug 81292 [Preferences] Message area should be disabled when empty | 200412152000 My GTK theme has a textured background by default. There is a section of the preference dialog next to the Default/Apply buttons that does not respect this. I suspect there is an empty label/text widget that has had its background colour set manually. Screencap forthcoming | 2004-12-15 14:36:25 | 1,103,140,000 | verified fixed | e8195da | 1,104,860,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
4,857 | 81,837 | Bug 81837 [About] About > Configuration Details should use text font | I think that the configuration details should use the text font rather than the default font, since it better fits the style of a "log file" view. I am not sure how best to go about it though: can I just do the following and use JFaceResources or should I be using the theme API in some way? Index: Eclipse UI/org/eclips... | 2004-12-23 00:34:08 | 1,103,780,000 | verified fixed | ab2f51b | 1,104,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutSystemDialog.java | Eclipse_Platform_UI |
4,858 | 79,909 | Bug 79909 [JFace] Localized resource registries for JFace | Please provide improved JFace support for managing SWT resources, with the following properties: - A registry can allocate and deallocate SWT resources given a descriptor - Resources are reference-counted and shared, allowing different objects with equivalent descriptors to share resources. - Everything in the registry... | 2004-12-01 13:31:09 | 1,101,930,000 | verified fixed | 7166d84 | 1,103,770,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/AbstractResourceManager.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ArrayFontDescriptor.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorDescriptor.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.jav... | Eclipse_Platform_UI |
4,859 | 71,800 | Bug 71800 [IDE] Clean action should be background operation | build R3.0 When the user selects "Clean..." from the Project menu, it pops up a modal dialog which shows progress. After the "clean" part is done, then the build is done in the background. The "clean" action should also be done in the background. The inconvenience of having it in the foreground is magnified when you ha... | 2004-08-11 12:20:57 | 1,092,240,000 | verified fixed | 113d31a | 1,103,750,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CleanDialog.java | Eclipse_Platform_UI |
4,860 | 81,768 | Bug 81768 [Import/Export] Import projects wizard layout improvements | 3.1M4 I found two small layout problems with the Import Projects wizard. 1. The Import Projects wizard does not call initializeDialogUnits(), and hence the "Browse..." and select/deselect buttons are not of the appropriate size. 2. The selection buttons create a layout but leave the default margins, and hence do not al... | 2004-12-22 00:23:36 | 1,103,690,000 | verified fixed | a728c3c | 1,103,690,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java | Eclipse_Platform_UI |
4,861 | 77,871 | Bug 77871 [GlobalActions] (Re)Build Project should track resources itself | null | 2004-11-04 12:15:36 | 1,099,590,000 | verified fixed | b679bc7 | 1,103,670,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/BuildAction.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDEActionFactory.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildCleanAction... | Eclipse_Platform_UI |
4,862 | 81,614 | Bug 81614 [RCP] [Wizards] Missing icons for wizards | The interface org.eclipse.ui.ISharedImages defines public final static String IMG_TOOL_NEW_WIZARD = "IMG_TOOL_NEW_WIZARD"; public final static String IMG_TOOL_NEW_WIZARD_DISABLED = "IMG_TOOL_NEW_WIZARD_DISABLED"; It is used in the NewWizardDropDownAction class but the corresponding icons are not yet moved to the platfo... | 2004-12-19 13:39:16 | 1,103,480,000 | verified fixed | 2681a6e | 1,103,650,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/SaveAsDialog.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalWorkbenchImages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/intern... | Eclipse_Platform_UI |
4,863 | 72,100 | Bug 72100 [Workbench] Wrong javadoc comment for field org.eclipse.ui.ISharedImages.IMG_TOOL_COPY_HOVER | The javadoc comment for this deprecated field is incorrect. /** * Identifies the copy image in the hover (colored) state. * * @deprecated in 3.0. This image is now the same as <code>IMG_TOOL_COPY_HOVER</code>. * Enabled images are now in color. The workbench itself no longer uses the hover image variants. */ It should ... | 2004-08-17 11:22:19 | 1,092,760,000 | verified fixed | 0caf132 | 1,103,420,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISharedImages.java | Eclipse_Platform_UI |
4,864 | 81,603 | Bug 81603 [Import/Export] tar import/export does not preserve file permissions | null | 2004-12-18 20:09:06 | 1,103,420,000 | verified fixed | 49ae391 | 1,103,420,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFileExporter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFileStructureProvider.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarInputStream.java bundles/org.eclipse.u... | Eclipse_Platform_UI |
4,865 | 81,598 | Bug 81598 [Import/Export] Output tar files are too short | When outputting a small .tar file, I noticed that it was not correctly padded to 10240 bytes. The fix is to make sure we correctly close the output stream. This bug may have been exposed by the fix for 81277. | 2004-12-18 17:12:17 | 1,103,410,000 | verified fixed | 9be8b6a | 1,103,410,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarOutputStream.java | Eclipse_Platform_UI |
4,866 | 81,020 | Bug 81020 [Perspectives] (regression) Cannot save perspective | hi, I just downloaded this version: Version: 3.1.0 Build id: 200412141321 and the first thing that i tried was to save the current perspective (Java) - but the ok button is always disabled. Please verify and fix before M4. | 2004-12-14 17:47:49 | 1,103,060,000 | closed fixed | cf75369 | 1,103,220,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java | Eclipse_Platform_UI |
4,867 | 81,165 | Bug 81165 Action delegate disposed twice if it implements both IActionDelegate2 and IWorkbenchWindowActionDelegate | build i1214-2000 I was running this build with a runtime workbench and I got the following exception in my log file. !ENTRY org.eclipse.core.runtime 4 2 2004-12-15 10:08:21.18 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.jface.util.Assert$AssertionFailedEx... | 2004-12-15 10:13:54 | 1,103,120,000 | verified fixed | f7f7b60 | 1,103,210,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginActionContributionItem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WWinPluginAction.java | Eclipse_Platform_UI |
4,868 | 77,404 | Bug 77404 [Navigator] ArrayStoreException thrown by NavigatorDropAdapter.getSelecetdResources | I20041101 Select a method in the Outline view Drag it over the Navigator view NavigatorDropAdapter.getSelectedResources throws the following exception (which is currently quitely eaten by the SWT DND mechanism but in the very near future this exception will be thrown): java.lang.ArrayStoreException at java.util.Abstrac... | 2004-11-01 13:59:04 | 1,099,340,000 | verified fixed | 946b98b | 1,103,210,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/NavigatorDropAdapter.java | Eclipse_Platform_UI |
4,869 | 81,277 | Bug 81277 Uncompressed Tar archiving is 10 to 20 X slower then zip or compressed tar | Take a medium sized plugin project and export it as zip/tar/compressed tar and note that the tar export is 10 or 20 X slower then the other two. | 2004-12-15 14:02:46 | 1,103,140,000 | verified fixed | dd8e92a | 1,103,150,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFileExporter.java | Eclipse_Platform_UI |
4,870 | 81,164 | Bug 81164 restoreDefaults for ViewsPreferencePage referring to wrong preference store | 20041214 The restore defaults for perspective bar location refers to the workbench preference store but should refer to the API preference store. As a result restore defaults leaves the position unchecked. Here is a patch Index: ViewsPreferencePage.java ==================================================================... | 2004-12-15 10:13:08 | 1,103,120,000 | verified fixed | 45a4123 | 1,103,140,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java | Eclipse_Platform_UI |
4,871 | 81,116 | Bug 81116 [Preferences] NPE in PreferenceDialog#updateMessage | !ENTRY org.eclipse.ui 4 0 2004-12-10 18:15:14.156 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.jface.preference.PreferenceDialog.updateMessage(PreferenceDialog.java:1233) at org.eclipse.jface.preference.PreferenceDialog$6.controlResized(PreferenceDialog.java:509) at org... | 2004-12-15 07:25:49 | 1,103,110,000 | verified fixed | ddd2df6 | 1,103,140,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
4,872 | 81,001 | Bug 81001 [PresentationAPI] Internal errors when shutting down Eclipse | Version: 3.1.0 Build id: 200412140800 When I shut down Eclipse I got the "Internal errors occurred..." message before the application quit. When the workbench was already shut down, a tiny dialog came up informing me about internal errors and saying I should check the log. Before, I was testing keybindings and CVS func... | 2004-12-14 15:57:01 | 1,103,060,000 | resolved fixed | 910d9d9 | 1,103,080,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/LayoutPart.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/PresentablePart.java | Eclipse_Platform_UI |
4,873 | 76,285 | Bug 76285 [Perspectives] [ViewMgmt] Folder tab does not indicate current view when using multi-instance views | If a folder contains multiple views, switching between perspectives can result in the folders tab indicating that the wrong view is active. For example, lets say we have view "1", "2" and "3" inside of a folder. View "2" is active and so is it's corresponding folder tab. If you switch to a different perspective then sw... | 2004-10-14 13:06:34 | 1,097,770,000 | verified fixed | d20de35 | 1,103,060,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/PerspectiveHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/u... | Eclipse_Platform_UI |
4,874 | 74,302 | Bug 74302 [Perspectives] no null check in SavePerspectiveAction. | The following code in saveNonSingleton() calls getPerspective() but does not check for null, description = reg.findPerspectiveWithId(page.getPerspective() .getId()); Need to verify that this is OK or fix. | 2004-09-20 11:03:53 | 1,095,690,000 | verified fixed | 660c5f4 | 1,103,060,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SavePerspectiveAction.java | Eclipse_Platform_UI |
4,875 | 80,958 | Bug 80958 [DynamicUI] [Perspectives] Lost icon for custom Java perspective | Build: I20041214-0800 I have a customized copy of the Java perspective saved as a different name. With this build, my custom perspective lost the "J" icon that it previously had, and now has a generic window icon (like the open perspective button). This is odd for me because I still associate that particular perspectiv... | 2004-12-14 12:42:25 | 1,103,050,000 | verified fixed | ea4ea90 | 1,103,060,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveDescriptor.java | Eclipse_Platform_UI |
4,876 | 80,933 | Bug 80933 Property page not shown in tree | 20041214 In build 20041214 create a Java project and open the properties on it. The page 'Formatter' is missing under the node 'Java Code Style' I debugged this and found that the page is correctly found in the plugin registry as one of the first pages. It is added to its category in PropertyPageManager.addToDeep(Strin... | 2004-12-14 10:15:37 | 1,103,040,000 | verified fixed | b7d3b37 | 1,103,060,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PropertyPageContributorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java | Eclipse_Platform_UI |
4,877 | 80,861 | Bug 80861 [PerspectiveBar] NPE switching perspectives | 200412013 Every time I switch a perspective I get the following NPE !ENTRY org.eclipse.ui 4 0 2004-12-13 14:41:51.477 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.PerspectiveBarContributionItem.select (PerspectiveBarContributionItem.java:112) at org.eclipse.... | 2004-12-13 14:45:22 | 1,102,970,000 | verified fixed | 65f323f | 1,102,970,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveBarContributionItem.java | Eclipse_Platform_UI |
4,878 | 33,897 | Bug 33897 [Import/Export] Export to .tar.gz or .tar.bz2 | Right click a Java project. Choose "Export...". A window opens where you can choose between different export targets. There is no ".tar.gz" target or ".tar.bz2". I would like to have either one (or both). If I must choose one, I prefer ".tar.bz2", but I don't really have a strong opinion about it; ".tar.gz" would be fi... | 2003-03-05 14:47:36 | 1,046,890,000 | verified fixed | 917ec00 | 1,102,910,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/ArchiveFileExportOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/IFileExporter.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarEntry.java bundles/org.eclipse.ui.ide/... | Eclipse_Platform_UI |
4,879 | 17,958 | Bug 17958 [Wizards] ZipFileImportWizard should allow configuration of supported file extensions | When selecting the source ZIP file, the user hits the "Browse..." button which opens the File Open Dialog. The file extensions are set to *.jar, *.zip There are other files such as *.war files which are in ZIP format and it would be nice to ehance the ZipFileImportWizard so that these extensions are read from a configu... | 2002-05-27 14:58:46 | 1,022,530,000 | verified fixed | 072e015 | 1,102,800,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardZipFileResourceImportPage1.java | Eclipse_Platform_UI |
4,880 | 71,843 | Bug 71843 Error ticks on editor tab not updated for inactive editors | I200408120010 (could not reproduce on M200408111300) - disable autobuild - open CU1, add an error, save, build -> error tick appears on CU1 editor tab - remove error, save - open CU2, build -> error tick on CU1 editor tab stays Switching back to CU1 editor and dirtying it triggers an update of the error tick. | 2004-08-12 03:42:52 | 1,092,300,000 | verified fixed | e84ecc8 | 1,102,720,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/newapi/PresentablePartFolder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/util/PresentablePartFolder.java | Eclipse_Platform_UI |
4,881 | 73,047 | Bug 73047 [DnD] click-drag on view menu starts dragging view instead of opening menu | null | 2004-09-01 08:18:05 | 1,094,040,000 | verified fixed | 3f94593 | 1,102,720,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 bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/newapi/StandardS... | Eclipse_Platform_UI |
4,882 | 80,696 | Bug 80696 [Preferences] PreferencePage NPE | JFaceResources.getImage(Dialog.DLG_IMG_MESSAGE_ERROR) might return null @@@@ !ENTRY org.eclipse.core.runtime 4 2 2004-12-10 16:13:38.218 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NullPointerException at org.eclipse.jface.preference.PreferencePage$MessageR... | 2004-12-10 10:19:02 | 1,102,690,000 | verified fixed | 711f024 | 1,102,710,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
4,883 | 71,150 | Bug 71150 [RCP] [Perspectives] Allow no initial perspective | I the WorkbenchAdvisor.java we need to return no perspective for our product. public String getInitialWindowPerspective(){ return null; } We have made modifications to Eclipse 3.0 WorkbenchWindow and Workbench.java to do this. This is required for our product and there is documentation why. I submit this bug to track t... | 2004-07-30 09:35:11 | 1,091,190,000 | verified fixed | df07068 | 1,102,710,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/QuickStartAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPerspectiveRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/Workbe... | Eclipse_Platform_UI |
4,884 | 80,677 | Bug 80677 [Progress] UI dead after error message from progress view | I20041208-gtk (also see screenshot I will attach) While synchronizing, I already started looking at incoming changes. At some point, while opening the compare viewer (upper progress dialog on screenshot), an error occurred in CVS (see trace below), which caused the progress view to pop up an error dialog (lower dialog ... | 2004-12-10 06:00:19 | 1,102,680,000 | verified fixed | 10adeb3 | 1,102,710,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/NewProgressViewer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressAnimationItem.java | Eclipse_Platform_UI |
4,885 | 61,211 | Bug 61211 [Navigator] When deleting a linked resource, it asks if you're sure you want to delete any read-only files | I have a linked resource called Foo, which links to c:\foo. In this directory are several read-only files. In the Navigator in the Resource perspective, I try to delete this resource. It asks to confirm, and says that only the link will be deleted, the link target will not be changed. I say OK. Then it gives me a dialo... | 2004-05-06 10:14:57 | 1,083,850,000 | verified fixed | 6b4c8d3 | 1,102,700,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/ReadOnlyStateChecker.java | Eclipse_Platform_UI |
4,886 | 22,698 | Bug 22698 [Import/Export] Import several projects at once | Eclipse R2.0 Right now if someone wants to import a projects to the workspace it has to be done one at a time. Usecase: someone lost the metadata for some reason. All the projects were in the default workspace location. The person now starts a new Eclipse session and wants to import the projects. It would be nice if th... | 2002-08-22 09:52:49 | 1,030,020,000 | verified fixed | 320f342 | 1,102,630,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/ExternalProjectImportWizard.java | Eclipse_Platform_UI |
4,887 | 80,646 | Bug 80646 [Dialogs] ResourceInfoPage should set background on read-only text widgets | null | 2004-12-09 16:20:31 | 1,102,630,000 | verified fixed | bf9370e | 1,102,630,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceInfoPage.java | Eclipse_Platform_UI |
4,888 | 80,596 | Bug 80596 NPE in BasicNewMenu.registryChanged() | The BasicNewMenu listener code assumes that parent is never null when it calls markDirty() on it. This is causing every dynamic plug-in loading operation to generate an NPE which results in an error dialog appearing. | 2004-12-09 10:12:09 | 1,102,610,000 | verified fixed | 640d735 | 1,102,610,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/BaseNewWizardMenu.java | Eclipse_Platform_UI |
4,889 | 76,967 | Bug 76967 [RCP] IWorkbenchAction should be API | Was it intentional to mark this class as not subclassable? Is it expected that every client implement their own disposable action interface? | 2004-10-25 15:35:50 | 1,098,730,000 | verified fixed | a068a7b | 1,102,560,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/ActionFactory.java | Eclipse_Platform_UI |
4,890 | 80,429 | Bug 80429 [Preferences] [Dialogs] FieldEditors should relax requirements to support DialogPages | null | 2004-12-07 16:55:23 | 1,102,460,000 | verified fixed | 0170414 | 1,102,530,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditor.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FieldEditorPreferencePage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dial... | Eclipse_Platform_UI |
4,891 | 77,738 | Bug 77738 [IDE] IDE plug-in needs to get off of the core compatibility layer | 20041102 The IDE plug-in is still on the compatibility layer. All of the code that needs migrating is in IDEWorkbenchAdvisor | 2004-11-03 14:43:16 | 1,099,510,000 | verified fixed | 2a0d1e4 | 1,102,530,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchAdvisor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchPlugin.java | Eclipse_Platform_UI |
4,892 | 77,800 | Bug 77800 [Encoding] Wrong information shown in encoding properties dialog | null | 2004-11-04 02:36:50 | 1,099,550,000 | verified fixed | 96b90e2 | 1,102,520,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java | Eclipse_Platform_UI |
4,893 | 80,400 | Bug 80400 [Preferences] use traditional style tabs for pref. dialog | i200412070800 The preferences dialog now shows the the title of every preference page in a curvy tab, following the 3.* default style, even if the user has chosen the 2.1 presentation or the traditional style tabs (Workbench > Appearance) with a 3.0 presentation (my case). | 2004-12-07 13:49:05 | 1,102,450,000 | verified fixed | 732d55a | 1,102,520,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkbenchPreferenceDialog.java | Eclipse_Platform_UI |
4,894 | 80,406 | Bug 80406 [DynamicUI] NPE trying to open GIF file | Build: I20041207-0800 I double clicked on a GIF file in the package explorer and received this exception: org.eclipse.core.runtime.CoreException[4]: java.lang.NullPointerException at org.eclipse.ui.internal.WorkbenchPlugin.createExtension (WorkbenchPlugin.java:198) at org.eclipse.ui.internal.EditorManager$5.run(EditorM... | 2004-12-07 14:24:27 | 1,102,450,000 | verified fixed | 95ee695 | 1,102,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorDescriptor.java | Eclipse_Platform_UI |
4,895 | 80,385 | Bug 80385 [DynamicUI] Basic project property pages are gone | 200412070800 The basic property info page on projects is no longer there. Possibly caused by introduced by the registry changes or the preference changes. | 2004-12-07 11:59:22 | 1,102,440,000 | verified fixed | 8081688 | 1,102,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/RegistryPageContributor.java | Eclipse_Platform_UI |
4,896 | 79,638 | Bug 79638 [EditorMgmt] history: NavigationHistory won't release references to IEditorParts | Through profiling I have discovered that the reason my references are never released is because NavigationHistory is holding them. NavigationHistory gets references to every IEditorPart opened within a particular WorkbenchPage. From what I can tell through code examination it never releases any of them until the number... | 2004-11-28 12:48:12 | 1,101,660,000 | verified fixed | 4382684 | 1,102,430,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IEditorInput.java | Eclipse_Platform_UI |
4,897 | 80,259 | Bug 80259 WorkingSetManager not correctly disposed | I20041201 The workbench plug-in resets instance variables in its reset method. Therefore the workingset manager isn't correctly disposed. Will provide a patch that fixes the problem. | 2004-12-06 08:50:33 | 1,102,340,000 | verified fixed | 1dfd3d4 | 1,102,390,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java | Eclipse_Platform_UI |
4,898 | 54,779 | Bug 54779 [RCP] Problem updating menus, menu not appearing | I'm using 3.0 M7. I have an application, implementing workbench advisor, that creates a placeholder Help menu in the top level menu. Since the Help menu has no items other than separators and group items a swt menu is not created. Later on an item, Help Contents, is contributed to the Help menu. When getMenuBarManager(... | 2004-03-14 18:53:12 | 1,079,310,000 | verified fixed | 5c4a8c3 | 1,102,390,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/AllTests.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/action/AllTests.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/... | Eclipse_Platform_UI |
4,899 | 73,769 | Bug 73769 [Dialogs] Open Resource dialog has OK enabled when entry invalid | 3.0.1 RC2 - Ctrl+Shift+R - type: WorkbenchWino (note the missing d) and hit Enter - the dialog is dismissed with no action Should disable OK if there is no match. | 2004-09-13 12:13:56 | 1,095,090,000 | verified fixed | 70b43d9 | 1,102,360,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceListSelectionDialog.java | Eclipse_Platform_UI |
4,900 | 79,957 | Bug 79957 [Viewers] NPE changing input usingTableViewer and virtual | I'm using the latest code for Table viewer with a private virtual manager class in table viewer. i've straight forward code ... <code> Table table=new Table(shell,SWT.VIRTUAL); TableViewer tv=new TableViewer(table); tv.setContentProvider(new NetworkContentProvider()); tv.setLabelProvider(new NetworkLabelProvider()); tv... | 2004-12-02 00:47:23 | 1,101,970,000 | verified fixed | 687814d | 1,102,350,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java | Eclipse_Platform_UI |
4,901 | 80,133 | Bug 80133 Cannot open editors or expand package explorer | GTK+ 2.4.9, KDE 3.3.1, Linux 2.6.9, I200412011139 When running a self-hosted workspace, I cannot open any editors nor can I expand items in the package explorer. I have tried text, Java and manifest editors. All paths lead to exceptions. Marking as blocker, as this is keeping me from doing testing. I'm also worried tha... | 2004-12-03 14:18:59 | 1,102,100,000 | verified fixed | 14753bc | 1,102,350,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorDescriptor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/EditorRegistryReader.java | Eclipse_Platform_UI |
4,902 | 80,179 | Bug 80179 [DynamicUI] view-related warning messages in the log | null | 2004-12-03 16:52:54 | 1,102,110,000 | verified fixed | 75de61b | 1,102,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java | Eclipse_Platform_UI |
4,903 | 80,174 | Bug 80174 [DynamicUI] Show View->Other window empty | The dyanmic UI changes introduced were not correct. We are not flagging the category->view mappings as being stale in the ViewRegistry properly. As such, all categories are viewless. | 2004-12-03 16:06:58 | 1,102,110,000 | verified fixed | 13d0c5b | 1,102,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ViewRegistry.java | Eclipse_Platform_UI |
4,904 | 62,788 | Bug 62788 [Themes] Colors and Fonts page does not expand on search | 20040514 If I reduce the list of the avaialble fonts the matches are not displayed even though the tree is reduced when I type. STEPS 1) Open the fonts and colours preference page 2) Type console 3) It will be reduced to the Basic tab but not expanded to show the matches | 2004-05-18 16:31:36 | 1,084,910,000 | verified fixed | 01808a9 | 1,102,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredTree.java | Eclipse_Platform_UI |
4,905 | 80,025 | Bug 80025 [Preferences] more preference search improvements | - removed search button - added incremental search while typing will attach patch based on HEAD. | 2004-12-02 10:51:00 | 1,102,000,000 | closed fixed | b8c85eb | 1,102,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/FilteredPreferenceDialog.java | Eclipse_Platform_UI |
4,906 | 63,826 | Bug 63826 Project menu Build Working Set item has extra separator | build i20040520 The project menu "Build Working Set" submenu should be disabled when there are OR when you can not build a working set. (i.e. you are building automatically). Secondly. The submenu looks strange with the extra separator on the top when there are no working sets. This separator should not exist unless th... | 2004-05-25 08:37:45 | 1,085,490,000 | verified fixed | b5291ba | 1,102,000,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildSetMenu.java | Eclipse_Platform_UI |
4,907 | 52,669 | Bug 52669 [DetachedView] Undocked/floating windows looses position | When I undock my package explorer in one perspective onto screen/monitor 1 and places it at a specific position. I then switch to debug perspective and then back again, the unlocked/floating window is placed in the exact same position as I left it in. If I place the floating window in screen/monitor 2 however, the wind... | 2004-02-20 12:28:08 | 1,077,300,000 | verified fixed | 43863a6 | 1,101,350,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/DetachedWindow.java | Eclipse_Platform_UI |
4,908 | 69,737 | Bug 69737 [Dialogs] New folder dialog is too tall | File > New > Folder I can see only the top half of the textbox 'Folder Name'. When I resize by means of the mouse cursor, it becomes normal. | 2004-07-09 12:22:35 | 1,089,390,000 | verified fixed | be032e3 | 1,101,330,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ContainerSelectionGroup.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ResourceAndContainerGroup.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/DrillDownComposite.java | Eclipse_Platform_UI |
4,909 | 54,128 | Bug 54128 [PropertiesDialog] Categories for property pages | 20040309 The Property page dialog are shown in a tree but it is not possible to define categories and have pages as children in these categories. The drawback of the current solution is that the list of property pages can get quite long and that all pages have to cantain the context in the name e.g. 'Java Build Path', ... | 2004-03-09 08:26:40 | 1,078,840,000 | verified fixed | f7f66f6 | 1,101,310,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.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/PropertyDialog.java bundles/org.eclipse.ui.workbe... | Eclipse_Platform_UI |
4,910 | 76,378 | Bug 76378 [Progress] Deadlock in interaction between ModalContext, UIThread, and background NotifyJob | org.eclipse.ui.internal.UILockListener seems to contain code that allows the UI thread to obtain locks that are held by another thread, if the UI thread is currently servicing a syncExec request from that other thread. However, when a third thread gets involved this seems to sometimes deadlock. In particular, if worksp... | 2004-10-15 13:44:23 | 1,097,860,000 | verified fixed | a041db7 | 1,101,240,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/UILockListener.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/UiTestSuite.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/deadlock/NestedSyncExecDeadlockTest.java | Eclipse_Platform_UI |
4,911 | 77,339 | Bug 77339 [Progress] [Dialogs] The workbench leaks dialogs | Here's how to reproduce: 1. Use Windows (though this is not OS specific issue) 1. Fire up Eclipse 3.0/3.0.1 (I suspect this isn't fixed in the 3.1 steam either). 2. Create a realy simple Java testing project. It doesn't even need to have any Java classes in it. 3. Invoke the Project/Properties dialog (you can do it fro... | 2004-10-30 11:18:41 | 1,099,150,000 | verified fixed | 77e7913 | 1,100,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java | Eclipse_Platform_UI |
4,912 | 78,878 | Bug 78878 [Preferences] Navigation history for workbench preference page | As discussed, I will attach a a patch against WorkbenchPreferenceDialog that implements a navigation history. Notes: 1) Placement I placed the controls at the bottom between the import/export and ok/cancel buttons. This is probably not final, but I figured as long as you are changing around the layout anyway, this migh... | 2004-11-17 14:40:13 | 1,100,720,000 | verified fixed | 02b2449 | 1,100,800,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/PreferenceHistoryEntry.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/WorkbenchPreferenceDialog.java | Eclipse_Platform_UI |
4,913 | 78,947 | Bug 78947 AbstractWorkingSetManager doesn't connect working sets restored from memento | I20041116 Title says it all. | 2004-11-18 09:23:55 | 1,100,790,000 | verified fixed | ccbf4c2 | 1,100,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java | Eclipse_Platform_UI |
4,914 | 77,071 | Bug 77071 [Navigator] [Viewers] Navigator update loses additions | Build: I20041019 I am working on support for lazily populating the workspace in cases where the user has a slow file system (such as remote network share). When a project is created, a background job is started to do a refreshLocal to pull in contents from the file system. In the meantime, the user can continue to brow... | 2004-10-26 18:50:35 | 1,098,830,000 | verified fixed | 53fea2f | 1,100,730,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
4,915 | 78,111 | Bug 78111 [WorkingSets] Add support for dynamically created working sets | 3.1 M3 As part of the JDT team's explorations into grouping by working sets (in the Package Explorer and other navigation views), they would also like to be able to show dynamically created working sets. For example, a working set representing the set of recently used files. | 2004-11-08 16:17:25 | 1,099,950,000 | verified fixed | 5adaf6d | 1,099,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ILocalWorkingSetManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSetManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkingSetUpda... | Eclipse_Platform_UI |
4,916 | 56,973 | Bug 56973 [Themes] FontRegistry.bestDataArray() chops off all but the first "good" font | M8 The font registry is not making use of the motif ability to have multiple FontData objects in a font because bestDataArray() is using only the first good font. | 2004-03-31 16:04:36 | 1,080,770,000 | verified fixed | dcd6ff8 | 1,099,930,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/FontFieldEditor.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/FontDefinition.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/th... | Eclipse_Platform_UI |
4,917 | 77,704 | Bug 77704 [Themes] Choose font should switch to busy cursor | I200411022000, Motif On a SPARC 650MHz Motif, it takes a long time for the font chooser dialog to appear. When opening it from the colours and fonts preference page, there should probably be a busy cursor. | 2004-11-03 12:45:48 | 1,099,500,000 | verified fixed | 75f81d3 | 1,099,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
4,918 | 65,187 | Bug 65187 [Themes] Cascading*Registry leakage from Colors and Fonts pref page | Small leak on I20040529 For each ColorsAndFontsPreferencePage this is created, the cascading font and color registries are leaked. This is because the superclasses register a runnable with Display#disposeExec | 2004-06-01 17:40:50 | 1,086,130,000 | verified fixed | 5288a79 | 1,099,930,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/CascadingColorRegistry.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/interna... | Eclipse_Platform_UI |
4,919 | 67,053 | Bug 67053 [Workbench] when locking fails with exception, wrong message is shown | 3.0 RC2 The same message will be shown by UI when locking fails, regardless the nature of the failure. case 1) Location#lock returns false - the "Current workspace is already in use" is shown case 2) Location#lock throws an IOException - something like "An error happened trying to lock the workspace" should be shown to... | 2004-06-14 13:51:58 | 1,087,240,000 | verified fixed | 56a03c7 | 1,099,670,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java | Eclipse_Platform_UI |
4,920 | 77,661 | Bug 77661 [KeyBindings] interactions: "Esc, Shift+R" key binding doesn't work | 200411022000 Create a binding to Esc, Shift + R Hit Esc Hold Shift At this point the system will beep and the R will not be honoured Hold Shift Hit Esc Hit R Command executes as expected Hit Esc Wait for hint dialog to appear Hold Shift Hit R Command executes as expected | 2004-11-03 11:12:30 | 1,099,500,000 | verified fixed | b06c43a | 1,099,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/OutOfOrderListener.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/OutOfOrderVerifyListener.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java | Eclipse_Platform_UI |
4,921 | 77,129 | Bug 77129 [KeyBindings] Esc doesn't close dialogs | Build id: 200410260800 Esc currently doesn't close any pop-up anymore (e.g. the 'Open Type' dialog). Steps: - Enable Emacs Bindings - Open 'Open Type' or another modal dialog - Hit Esc - Observe: The dialog doesn't close - Observe: The status bar indicates that Esc has been pressed | 2004-10-27 11:55:26 | 1,098,890,000 | verified fixed | f23a2e5 | 1,098,990,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/WorkbenchKeyboard.java | Eclipse_Platform_UI |
4,922 | 76,726 | Bug 76726 [Jobs][Progress] Redesign job error dialog | The job error dialog is very confusing. It shows two lists in a sort of master/detail paradigm. When you first see the error, you have to click on the first error listing in the top of the dialog to see the actual error message in the bottom of the dialog. This is not obvious. Furthermore, there is no text on the dialo... | 2004-10-20 23:17:15 | 1,098,330,000 | verified fixed | 04a47d8 | 1,098,890,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorInfo.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ErrorNotificationDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/e... | Eclipse_Platform_UI |
4,923 | 62,940 | Bug 62940 [Themes] Pref page should remember tree expansion state and selection | 200405190010 It's terribly annoying when you want to tweak certain colours and see their effects in the workbench. You have to dig back into the tree to find them. | 2004-05-19 11:00:24 | 1,084,980,000 | verified fixed | 3ab80d2 | 1,098,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java | Eclipse_Platform_UI |
4,924 | 77,036 | Bug 77036 [JFace] Test failures in ImageCacheTest | N20040925200, GTK+ 2.2.4, GNOME The following test failure occurred in the nightly build. junit.framework.AssertionFailedError at org.eclipse.jface.tests.images.ImageCacheTest.testDispose(ImageCacheTest.java:122) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invo... | 2004-10-26 13:45:05 | 1,098,810,000 | verified fixed | 481c035 | 1,098,820,000 | tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/images/ImageCacheTest.java | Eclipse_Platform_UI |
4,925 | 75,835 | Bug 75835 [EditorMgmt] [Contributions] Action Bars are not cleaned up after an Editor throws PartInitException | If an Editor part throws a PartInitException during initialization (in the org.eclipse.ui.IEditorPart#init(IEditorSite, IEditorInput) method), the Action Bars are not cleaned up properly. This can cause problems. In my case I had following behavior: 1) An editor of type 1 would throw the PartInitException (and it has s... | 2004-10-07 14:51:55 | 1,097,180,000 | verified fixed | 38d0d4a | 1,098,820,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java | Eclipse_Platform_UI |
4,926 | 77,016 | Bug 77016 [Themes] [Jface] NPE in "FontRegistry#disposeFonts" | I am using buildId=I200410260800 on Windows XP. - Download buildId=I200410260800 - Extract and run eclipse (select OK for default workspace) - Close the welcome page - Close eclipse - The following will be in the log: !SESSION 2004-10-26 10:31:59.259 ----------------------------------------------- eclipse.buildId=I2004... | 2004-10-26 10:50:19 | 1,098,800,000 | verified fixed | c6e3993 | 1,098,810,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/FontRegistry.java | Eclipse_Platform_UI |
4,927 | 72,434 | Bug 72434 [Workbench] Toolbars in CTabItems not rendering in RIGHT_TO_LEFT | null | 2004-08-23 10:18:27 | 1,093,270,000 | verified fixed | e3e4fc4 | 1,098,810,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/util/Geometry.java | Eclipse_Platform_UI |
4,928 | 76,846 | Bug 76846 Calling layout sets the height of a widget to 0 | 20041013 Note this was not an issue in M2. I have the following code in ProgressMonitorJobsDialog GridData viewerData = new GridData(GridData.GRAB_HORIZONTAL | GridData.GRAB_VERTICAL | GridData.FILL_BOTH); int heightHint = convertHeightInCharsToPixels(10); viewerData.heightHint = heightHint; viewer.getControl().setLayo... | 2004-10-22 14:30:23 | 1,098,470,000 | resolved wontfix | 2ae8fce | 1,098,800,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorJobsDialog.java | Eclipse_Platform_UI |
4,929 | 76,969 | Bug 76969 Preference change not propegated. | build N20041024 - open the workbench - popup a menu over the perspective switcher and choose Dock On > Left NOTE that the UI does not respond right away (and it should). Seems that the listener is not being notified of the change. | 2004-10-25 15:49:36 | 1,098,730,000 | resolved fixed | d5c8a8e | 1,098,740,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPreferenceInitializer.java bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.