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 |
|---|---|---|---|---|---|---|---|---|---|---|
2,930 | 97,229 | Bug 97229 [Dialogs] ListSelectionDialog should be resizable by default | RC1 Open several editor and leave some dirty. Close all. The 'Save resources' dialog is not not resizable. I think it is always better to make dialogs resizable as this makes it easier for users with diffent font sizes or using very long names. -> make the ListSelectionDialog by default | 2005-05-30 08:36:19 | 1,117,460,000 | verified fixed | 7346de0 | 1,183,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/SelectionDialog.java | Eclipse_Platform_UI |
2,931 | 93,353 | Bug 93353 [Dialogs] InternalErrorDialog#buttonPressed should explicitly call super | null | 2005-04-30 15:09:27 | 1,114,890,000 | verified fixed | b1a7c09 | 1,183,220,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/InternalErrorDialog.java | Eclipse_Platform_UI |
2,932 | 82,937 | Bug 82937 [Dialogs] There is no title in the dialog (FileDialog class) | Eclipse SDK 3.0.1 Linux GTK, Solaris Motif There is no title in the dialog. It confirms it by the following operations. 1) Select menu item: File > New > File 2) Click "Advanced>>" button 3) Check "Link to file in the file system" 4) Click "Browse..." button | 2005-01-16 22:46:09 | 1,105,930,000 | verified fixed | d15d175 | 1,183,140,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java | Eclipse_Platform_UI |
2,933 | 184,423 | Bug 184423 [JFace] ColorRegistry.getRGB(String) can return null | I20070427-0010 ColorRegistry.getRGB(String) can return null but this is not speced in the Javadoc. | 2007-04-27 09:09:35 | 1,177,680,000 | verified fixed | 6156e4b | 1,183,060,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/resource/ColorRegistry.java | Eclipse_Platform_UI |
2,934 | 188,448 | Bug 188448 Javadoc for PathEditorInput#getPath is ambiguous | 3.3 PathEditorInput#getPath can return an IPath or null but our API does not specify this. | 2007-05-22 15:27:39 | 1,179,860,000 | verified fixed | 6db3f85 | 1,183,060,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/IURIEditorInput.java | Eclipse_Platform_UI |
2,935 | 187,877 | Bug 187877 [EFS] Null pointer exception when getting path of FileEditorInput whose file does not exist | The problem occurs in my plugin when I call FileEditorInput.getPath for a file that has been deleted on disk. This happens when you have an editor open, and then delete its project and choose the option to delete the files on disk. The built-in Eclipse editors do not run into the problem because they present a dialog a... | 2007-05-18 14:15:58 | 1,179,510,000 | verified fixed | 4237257 | 1,183,060,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java | Eclipse_Platform_UI |
2,936 | 185,892 | Bug 185892 [Import/Export] Unexpectedly cursor moving in import dialog. | Unexpectedly cursor moving in import dialog. To reproduce: 1. select "Import" from context menu. 2. Select "File System" and click "Next". 3. Click "Into Folder" text field and input/delete a character. Issues: The cursor moves to "From directory" text field unexpectedly. | 2007-05-08 00:49:12 | 1,178,600,000 | verified fixed | 02eb422 | 1,183,060,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java | Eclipse_Platform_UI |
2,937 | 185,347 | Bug 185347 [Progress] Concatenate task and subtask with ": " in ProgressMonitorPart | null | 2007-05-03 10:20:14 | 1,178,200,000 | verified fixed | 5aef8fd | 1,183,050,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/ProgressMonitorPart.java | Eclipse_Platform_UI |
2,938 | 98,467 | Bug 98467 [WorkbenchLauncher] [Preferences] Workspace path with comma | If a workspace is opened which has a comma in the path (eg "C:\docs\clients\surname, firstname"), when eclipse is closed then re-opened, the workspace does not open correctly. It instead creates a new folder of "C:\docs\clients\surname" and creates a new workspace there. Noticed that recent workspaces are kept in eclip... | 2005-06-06 00:56:25 | 1,118,030,000 | verified fixed | fde856b | 1,183,050,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java | Eclipse_Platform_UI |
2,939 | 180,989 | Bug 180989 [Progress] Stale API field in IWorkbenchSiteProgressService | While viewing the API of IWorkbenchSiteProgressService, I noticed this API field: /** * The property that is sent with busy notifications. */ public static final String BUSY_PROPERTY = "SITE_BUSY"; //$NON-NLS-1$ I could find no references to this API in the SDK, which suggests to me it was never implemented. This shoul... | 2007-04-04 12:30:22 | 1,175,700,000 | verified fixed | 553551e | 1,183,050,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/IWorkbenchSiteProgressService.java | Eclipse_Platform_UI |
2,940 | 180,248 | Bug 180248 [Progress] NPE in JobTreeElement.compareTo(...) | Build 3.3M6 Self-hosting on my laptop, I resumed from standby mode, and had a session open; but was still offline. I still had pending outgoing changes in my CVS sync view. I triggered a compare action (had forgot being offline), and got the following stack trace. Note that I got many of them, and got prompted to exit ... | 2007-03-30 13:18:59 | 1,175,280,000 | verified fixed | 70053a7 | 1,183,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobTreeElement.java | Eclipse_Platform_UI |
2,941 | 177,767 | Bug 177767 [Markers] In task preferences dialog, negative value results in internal error | Build ID: I20070313-1051 Steps To Reproduce: Open the Task View > Preferences... dialog. Enter a negative value for 'limit visible item per group to' Hit OK, Dialog pops up with... An internal error occured during: "Process resource updates". Entering a non-integer string will prevent the OK button from being hit. This... | 2007-03-16 11:05:26 | 1,174,060,000 | verified fixed | 644d16e | 1,183,040,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerViewPreferenceDialog.java | Eclipse_Platform_UI |
2,942 | 174,228 | Bug 174228 [Preferences] PreferencePage javadoc needs tidying up | Build ID: I20061102-1715 Steps To Reproduce: comment for PreferencePage.setContainer() is /** (non-Javadoc) * Method declared on IPreferencePage. */ but should be /* (non-Javadoc) * Method declared on IPreferencePage. */ More information: | 2007-02-14 15:53:35 | 1,171,490,000 | verified fixed | f47f6d8 | 1,183,040,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java | Eclipse_Platform_UI |
2,943 | 165,676 | Bug 165676 [JFace] Add javadoc to Window.close() to tell that no shellClosed event is sent | null | 2006-11-23 11:25:26 | 1,164,300,000 | verified fixed | 5b29b7e | 1,183,040,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/window/Window.java | Eclipse_Platform_UI |
2,944 | 194,587 | Bug 194587 [DataBinding] Policy.getLog().log() could be a bit more informative | By default this logger only prints the error message. It should log all informations it gets from the Status-Object. Another question is why the databinding plugin is not holding an Activator replacing the dummLogger when booted in RCP-Applications? | 2007-06-27 06:49:34 | 1,182,940,000 | verified fixed | 0fef9f7 | 1,182,980,000 | bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/util/Policy.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/util/Policy.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/Activator.java | Eclipse_Platform_UI |
2,945 | 161,026 | Bug 161026 [Wizards] ProjectContentsLocationArea uses wrong file separator | org.eclipse.ui.internal.ide.dialogs.ProjectContentsLocationArea uses Linux style '/' file-separators regardless of platform. I will attach a patch against head that uses .toOSString() instead of the current .toString() | 2006-10-16 06:31:20 | 1,160,990,000 | verified fixed | f015fee | 1,182,980,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectContentsLocationArea.java | Eclipse_Platform_UI |
2,946 | 109,389 | Bug 109389 [JFace] API - IntegerFieldEditor does not fire property change all the time | How to reproduce : JDT must be installed. Open Run->debug... Create a new Remote Java Application. Select (Standard)Socket Attach if not already selected. Change the default port value 8000 to 800011 (this value is invalid but is does not matter). Click on the Apply button. Select another debug configuration and come b... | 2005-09-13 09:24:41 | 1,126,620,000 | verified fixed | 36faad1 | 1,182,970,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/IntegerFieldEditor.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/StringFieldEditor.java | Eclipse_Platform_UI |
2,947 | 135,818 | Bug 135818 ITreeSelection does not offer getElementComparer() | null | 2006-04-10 04:58:38 | 1,144,660,000 | verified fixed | fdf5fc6 | 1,182,970,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITreeSelection.java | Eclipse_Platform_UI |
2,948 | 142,802 | Bug 142802 [Markers] FieldSeverityAndMessage should protect against uninitialzed images | RC4 try { return JFaceResources.getResources().createImage( IDEInternalWorkbenchImages.getImageDescriptor( IDEInternalWorkbenchImages.IMG_ETOOL_PROBLEM_CATEGORY)); } catch (DeviceResourceException e) { return null; } should be try { return JFaceResources.getResources().createImageWithDefault( IDEInternalWorkbenchImages... | 2006-05-19 12:37:33 | 1,148,060,000 | verified fixed | 7f48191 | 1,182,960,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldSeverityAndMessage.java | Eclipse_Platform_UI |
2,949 | 107,771 | Bug 107771 [WorkingSets] Working Set selection dialogs have thier own image caches | M1 WorkingSetTypePage and WorkingSetSelectionDialog both have image caches thatshould be replaced by Resource managers | 2005-08-23 14:52:34 | 1,124,820,000 | verified fixed | 01c7217 | 1,182,960,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetLabelProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/WorkingSetTypePage.java | Eclipse_Platform_UI |
2,950 | 128,529 | Bug 128529 [ViewMgmt] Show View Dialog should be able to show a view's description | i.e. the content of <!ELEMENT description (#PCDATA)> | 2006-02-18 19:01:45 | 1,140,310,000 | verified fixed | 0605bba | 1,182,960,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/ShowViewDialog.java | Eclipse_Platform_UI |
2,951 | 123,169 | Bug 123169 [Progress] NPE from JobInfo | Version: 3.2.0 Build id: I20060105-0800 While running a CVS synchronize the attached exception appeared in my log. My guess is that the taskInfo field was cleared after the null check, but before getDisplayString was caleld on it). Assigning the field to a local variable first should stop this happening again. getPerce... | 2006-01-09 19:15:55 | 1,136,850,000 | verified fixed | 6869227 | 1,182,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/JobInfo.java | Eclipse_Platform_UI |
2,952 | 97,667 | Bug 97667 [Preferences][PatchProvided] Pref Page General/Editors - problems | The three links "See ..." at the top do not use the dialog font. Suggest changing the mnemonic of "Number of opened editors before closing" from 'g' to 'n' -- depending on the font used 'g' is a suboptimal letter for mnemonics (see screenshot with Trebuchet MS. Alignment problems see screenshot. | 2005-05-31 15:06:48 | 1,117,570,000 | verified fixed | 4b867de | 1,182,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/EditorsPreferencePage.java | Eclipse_Platform_UI |
2,953 | 96,943 | Bug 96943 [Dialogs] [open type] Open Type dialog should open menu on Ctrl+F10 | I20050527-0010 The Open Type dialog should open the menu in the upper right corner on Ctrl+F10. This is the shortcut usually bound to "Window > Navigation > Show View Menu". The Quick Outline / Type Hierarchy popups also support this shortcut (via a HandlerSubmission, installed in AbstractInformationControl#createViewM... | 2005-05-27 06:40:17 | 1,117,190,000 | verified fixed | aa8a6d3 | 1,182,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java | Eclipse_Platform_UI |
2,954 | 95,882 | Bug 95882 [Progress] Provide toString() for PendingUpdateAdapter | PendingUpdateAdapter should provide a toString() method as follows: public String toString() { getLabel(null); } This is needed because these objects are returned to clients who show content from a DeferredTreeContentManager. Client label providers cannot reference PendingUpdateAdapter to provide a label for it, but cl... | 2005-05-18 21:00:46 | 1,116,460,000 | verified fixed | 69bc715 | 1,182,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/PendingUpdateAdapter.java | Eclipse_Platform_UI |
2,955 | 128,526 | Bug 128526 [ViewMgmt] Show View Dialog should remember size & location | null | 2006-02-18 18:06:13 | 1,140,300,000 | verified fixed | f802647 | 1,182,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ShowViewDialog.java | Eclipse_Platform_UI |
2,956 | 74,549 | Bug 74549 [Workbench] UIPlugin should remove initializeDefaultPreferences | 3.1 20040922-0800 We should remove the no-op initializeDefaultPreferences method from UIPlugin. Not only is the superclass implementation the same it is also a deprecated method. | 2004-09-22 10:19:29 | 1,095,860,000 | verified fixed | 11f7379 | 1,182,890,000 | bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPlugin.java | Eclipse_Platform_UI |
2,957 | 121,796 | Bug 121796 [Viewers] getControl() contains no javadoc | AbstractListViewer.getControl() contains no javadoc, and is still declared abstract. It serves no purpose in this class. If it needs to remain, it should have javadoc to outline the requirement that an org.swt.widgets.List is expected. | 2005-12-21 18:17:17 | 1,135,210,000 | verified fixed | f269e8d | 1,182,890,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractListViewer.java | Eclipse_Platform_UI |
2,958 | 63,075 | Bug 63075 [PropertiesDialog] The file size in the file Properties dialog and the file Properties view is not formatted for the locale | Eclipse build number: I200405140800 CDT build number: 200405121551 TestCase number: QE_TestCase_P1_I18N211, QE_TestCase_P1_I18N212 Test Case: 1. Change the locale to Spanish from control panel. 2. Restart eclipse & create a Java or C/C++ project. Create a file under the project and add code to it such that the file siz... | 2004-05-19 15:13:15 | 1,084,990,000 | verified fixed | 0fa7be7 | 1,182,890,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java | Eclipse_Platform_UI |
2,959 | 182,354 | Bug 182354 [Dialogs] API - make ElementTreeSelectionDialog usable with a FilteredTree | null | 2007-04-13 12:09:51 | 1,176,480,000 | verified fixed | 20660af | 1,182,890,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java | Eclipse_Platform_UI |
2,960 | 121,797 | Bug 121797 [Viewers] internalRefresh(Object) | AbstractListViewer.internalRefresh(Object) does not wrap calls to setRedraw on its org.eclipse.swt.widgets.List within a try-finally block. There are many methods between the two calls to setRedraw that subclasses could throw Exceptions on which could cause setRedraw(true) not to be called. The most likely is the call ... | 2005-12-21 18:20:30 | 1,135,210,000 | verified fixed | e756408 | 1,182,890,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractListViewer.java | Eclipse_Platform_UI |
2,961 | 29,853 | Bug 29853 [Workbench] OpenWithMenu and setFile | The constructor that only takes the IWorkbenchPage mentions that the user must use the setFile method...this method does not exist. | 2003-01-20 17:09:25 | 1,043,100,000 | verified fixed | ad4bdca | 1,182,890,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenWithMenu.java | Eclipse_Platform_UI |
2,962 | 182,505 | Bug 182505 [FieldAssist] API - ContentProposalAdapter needs hasProposalPopupFocus() method | Please implement a method ContentProposalAdapter.hasProposalPopupFocus() like org.eclipse.jface.text.contentassist.ContentAssistant.hasProposalPopupFocus(). The method should return a boolean whether the content assistant proposal popup has the focus or not. | 2007-04-16 03:41:22 | 1,176,710,000 | verified fixed | def3018 | 1,182,880,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java | Eclipse_Platform_UI |
2,963 | 172,261 | Bug 172261 [Actions] When rename a file in one project's navigator, the other selected file's name is renamed | Description: When rename a file in one project, the other file's name is renamed (do that in Navigator view) Build number: Version: 3.3.0 Build id: I20061214-1445 Steps to reproduce: 1, New a project such as BIRT and Java 2, New two files in that project: FileA and FileB 3, Turn to Navigator View 4, Select FileA and Pr... | 2007-01-30 21:27:59 | 1,170,210,000 | verified fixed | 1de7ebe | 1,182,880,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RenameResourceAction.java | Eclipse_Platform_UI |
2,964 | 121,789 | Bug 121789 [Viewers] ColorAndFontCollector javadoc is wrong | Original: The ColorAndFontManager collects fonts and colors without a a color or font provider. Notice the reference to "ColorAndFontManager". It should probably be "ColorAndFontCollector" instead. | 2005-12-21 18:03:36 | 1,135,210,000 | verified fixed | a94aa13 | 1,182,880,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java | Eclipse_Platform_UI |
2,965 | 121,727 | Bug 121727 [Viewers] ContentViewer.getLabelProvider javadoc is wrong | Original javadoc: Returns the label provider used by this viewer. <p> The <code>ContentViewer</code> implementation of this method returns the label provider recorded in an internal state variable; if none has been set (with <code>setLabelProvider</code>) a <code>SimpleLabelProvider</code>... Corrected javadoc: Returns... | 2005-12-21 09:42:46 | 1,135,180,000 | verified fixed | a3e0592 | 1,182,880,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ContentViewer.java | Eclipse_Platform_UI |
2,966 | 164,662 | Bug 164662 [Workbench] Minor typo in IPageLayout | IPageLayout reads /** * The view id for the workbench's Problems View standard component. * @since 3.2 */ public static String ID_PROGRESS_VIEW = "org.eclipse.ui.views.ProgressView"; Problems View should be Progress View Cheers, Andi | 2006-11-15 11:39:23 | 1,163,610,000 | verified fixed | 63ade67 | 1,182,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPageLayout.java | Eclipse_Platform_UI |
2,967 | 73,092 | Bug 73092 [IDE] WorkspaceModifyOperation does not avoid updates, although comment indicates it does | From the class comment of WorkspaceModifyOperation: * The primary * consequence of using this operation is that events which typically occur as a * result of workspace changes (such as the firing of resource deltas, * performance of autobuilds, etc.) are deferred until the outermost operation * has successfully complet... | 2004-09-01 15:07:48 | 1,094,070,000 | verified fixed | 7f4de64 | 1,182,870,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/WorkspaceModifyOperation.java | Eclipse_Platform_UI |
2,968 | 180,701 | Bug 180701 [JFace] API - Popup dialog is creating image descriptors every time it is opened | We are not caching the imageDescriptors from PopupDialog but are recreating them all of the time. This is likely not a serious issue but it will generate garbage. Also the images are not looked up using bundles so they cannot be overridden in other Locales. As they are currently symmetric this is not an issue but they ... | 2007-04-03 08:59:26 | 1,175,610,000 | verified fixed | f9004d9 | 1,182,810,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/resource/JFaceResources.java | Eclipse_Platform_UI |
2,969 | 189,885 | Bug 189885 [Dialogs] SafeRunnableDialog class Javadoc contains special char: e | I20070530-0010. /** * SafeRunnableDialog is a dialog that can show the results of multiple safe * runnable errorse * */ | 2007-05-30 06:28:49 | 1,180,520,000 | verified fixed | 55dc77e | 1,182,810,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/util/SafeRunnableDialog.java | Eclipse_Platform_UI |
2,970 | 72,489 | Bug 72489 [Dialogs] ErrorDialog resize behaviour should be improved | The resize behaviour of the ErrorDialog lacks a few constraints: - You can resize the dialog arbitrarily. A minimum size should be calculated dynamically to make sure that all components are visible. - If visisble - the details field upper left position should be fixed and the field itself should resizes only. | 2004-08-24 05:57:47 | 1,093,340,000 | verified fixed | 1e5fcc1 | 1,182,810,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java | Eclipse_Platform_UI |
2,971 | 140,041 | Bug 140041 [Preferences] ConcurrentModificationException in WorkingCopyManager.applyChanges | Build: 3.2 RC2 I found this error in my log file this morning. I don't know what I was doing at the time, and didn't notice any other side-effects: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:942) at java.util.HashMap$ValueIterator.next(HashMap.java:972) at org.ecl... | 2006-05-03 14:18:05 | 1,146,680,000 | verified fixed | 9b048e2 | 1,182,520,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/preferences/WorkingCopyManager.java | Eclipse_Platform_UI |
2,972 | 103,747 | Bug 103747 [Viewers] calling refresh on treeviewer in treeExpanded function, but it mess | I tried calling refresh on treeviewer in treeExpanded function. The result is it mess up the tree, there is only one children without a label. Code to reproduce: public void createPartControl(Composite parent) { viewer = new TreeViewer(parent, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL); drillDownAdapter = new DrillDownAd... | 2005-07-13 20:27:43 | 1,121,300,000 | verified fixed | 204ef75 | 1,182,460,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
2,973 | 85,742 | Bug 85742 [RCP] Doc clarification required for IWorkbenchConfigurer.create* | I20050215-2300 Is it safe to call create*(blah) more than once on IWorkbenchWindowConfigurer? As it is, multiple controls will be created by the WorkbenchWindow but only one will be recognized. | 2005-02-17 13:41:40 | 1,108,670,000 | verified fixed | 988a6bf | 1,182,450,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/application/IWorkbenchWindowConfigurer.java | Eclipse_Platform_UI |
2,974 | 70,370 | Bug 70370 [Viewers] ViewerDropAdapter couples auto-scroll and auto-expand | For some reason, the ViewerDropAdapter provides a single method to enable/disable auto scrolling and expanding when dropping. I have a view that hits the server when expanding a tree, so I don't want the auto-expansion but I still want the scrolling. I will attach a patch to ViewerDropAdapter that separates these. | 2004-07-19 15:46:03 | 1,090,270,000 | resolved fixed | 0be4c38 | 1,182,370,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerDropAdapter.java | Eclipse_Platform_UI |
2,975 | 193,260 | Bug 193260 [Databinding] Incorrect javadoc for TextObservableValue | Build ID: I20070525-1350 Steps To Reproduce: The javadoc for the constructor public TextObservableValue(final Text text, int updateEventType) incorrectly states that one of the valid values for the parameter updateEventType is SWT.NONE. This should be SWT.None, as the former is a bitmask and the latter is an event type... | 2007-06-19 01:41:51 | 1,182,230,000 | verified fixed | 1d017bb | 1,182,360,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/TextObservableValue.java | Eclipse_Platform_UI |
2,976 | 46,197 | Bug 46197 [Workbench] bogus javadoc for IMemento.TAG_ID | The javadoc for IMemento.TAG_ID says the constant value is "org.eclipse.ui.id" when it is really "IMemento.internal.id". | 2003-11-06 09:35:04 | 1,068,130,000 | verified fixed | e73ef43 | 1,182,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IMemento.java | Eclipse_Platform_UI |
2,977 | 191,467 | Bug 191467 [KeyBindings] New keys preference page doesn't link to help | The new keys preference page doesn't link to the help system like the old one. This is important (new keys workflow) and low risk. PW | 2007-06-07 08:58:19 | 1,181,220,000 | verified fixed | 8e36fe7 | 1,181,230,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java | Eclipse_Platform_UI |
2,978 | 191,250 | Bug 191250 [FastView] [Presentations] 3.0 representation and fast view bar | Build ID: Build id: I20070601-1539 Steps To Reproduce: 1.select 3.0 representation on general preferences 2.switch between two perspectives (mine is SQL Explorer (plugin) and cdt (c/c++)) 3.I have dock on left as fast views on both perspectives the available views (that are by default suggested). e.g. Make targets,Outl... | 2007-06-06 09:16:47 | 1,181,140,000 | verified fixed | b661710 | 1,181,170,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java | Eclipse_Platform_UI |
2,979 | 191,255 | Bug 191255 [Activities] GenerateIdentifiersTest#Generate 10000 identifiers() is not enough reliable to be in fingerprints | Looking at test GenerateIdentifiersTest#Generate 10000 identifiers() on org.eclipse.ui performance results page, it looks like results for test GenerateIdentifiersTest#Generate 10000 identifiers() are not enough reliable to be put in fingerprints. For example, results for build I20070605-0010 shows yellow results on al... | 2007-06-06 09:37:34 | 1,181,140,000 | verified fixed | c70ffe3 | 1,181,160,000 | tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/GenerateIdentifiersTest.java | Eclipse_Platform_UI |
2,980 | 191,321 | Bug 191321 [Examples] [doc] update rcp browser example documentation | The rcp browser example documentation should be updated to reference the new IApplication API. I also noticed the browser example does not do anything for the IApplication.stop() method. I will attach a patch with the doc updates and the implementation of stop in the browser example. | 2007-06-06 13:47:35 | 1,181,150,000 | resolved fixed | 3dda839 | 1,181,160,000 | examples/org.eclipse.ui.examples.rcp.browser/src/org/eclipse/ui/examples/rcp/browser/BrowserApp.java | Eclipse_Platform_UI |
2,981 | 172,534 | Bug 172534 [Workbench] Document when getSaveables is called by workbench | It would be good to document when getSaveables will be called by the workbench. This will allow clients with strange use cases (like Compare;-) to know when they need to fire a CLOSE event when the saveables for the part change. | 2007-02-01 13:21:12 | 1,170,350,000 | resolved fixed | c9b42b7 | 1,181,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISaveablesSource.java | Eclipse_Platform_UI |
2,982 | 98,242 | Bug 98242 [Viewers] [Javadoc] clarify that StructuredViewer does not update sort order if null properties are given | Despite the specification of StructuredViewer.update(Object element, String[] properties) that specifiying null properties forces full update including sort order, the implementation in 3.1M6 calls internalUpdate() which inits needsRefilter to false if no properties are given. Thus a change to a relevant sort attribute... | 2005-06-03 05:25:30 | 1,117,790,000 | resolved fixed | 7a83295 | 1,181,070,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java | Eclipse_Platform_UI |
2,983 | 182,046 | Bug 182046 [Trim] configurer.setSaveAndRestore(true) doesn't work in 3.3M6 | Using 3.3 M6 I did a simple RCP tutorial. When I added the following code to my WorkbenchAdvisor subclass, @Override public void initialize(IWorkbenchConfigurer configurer) { configurer.setSaveAndRestore(true); super.initialize(configurer); } I got an error dialog every time I opened the RCP application. The error says... | 2007-04-11 19:24:56 | 1,176,330,000 | verified fixed | 437af78 | 1,181,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
2,984 | 188,911 | Bug 188911 [Contributions] [Doc] IContributionItem.dispose() says it should not be called by clients | 3.3 RC1. IContributionItem.dispose() says it should not be called by clients but this happens all over the place in the SDK e.g. to dispose menu managers which are also an IContributionItem. I guess this restriction should be removed. | 2007-05-24 09:52:54 | 1,180,010,000 | resolved fixed | 86d94ab | 1,181,060,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/IContributionItem.java | Eclipse_Platform_UI |
2,985 | 190,061 | Bug 190061 [Metadata] Update @since tags for new API | Patch to follow | 2007-05-30 17:37:40 | 1,180,560,000 | resolved fixed | c4f41d6 | 1,180,990,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/ISWTObservableValue.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ListeningLabelProvider.java bundles/org.eclipse.jface.databind... | Eclipse_Platform_UI |
2,986 | 190,538 | Bug 190538 [Tests] Need test views for saveables | null | 2007-06-01 14:55:51 | 1,180,720,000 | resolved fixed | 5cbf251 | 1,180,720,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/manual/SaveablesView.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/manual/ViewWithSaveables.java | Eclipse_Platform_UI |
2,987 | 190,336 | Bug 190336 [Actions] Rename border does not show up on the Mac | The rename action does not draw the box as the Mac specific code checks for a now redundant system property. | 2007-05-31 16:19:48 | 1,180,640,000 | verified fixed | 55782a0 | 1,180,640,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/RenameResourceAction.java | Eclipse_Platform_UI |
2,988 | 190,256 | Bug 190256 [FastView] Help view opened as fast view cannot be closed and prevents exiting from eclipse | 3.3RC3 build I20070531-0800 - start a brand new eclipse workspace - go to Preferences page General > Perspectives - click the Open a New View > As Fast View radio button, OK - create a Hello World PDE project, stay in the Java Perspective - close the auto-opened PDE editor - open any of the generated .java files in the... | 2007-05-31 12:00:36 | 1,180,630,000 | verified fixed | 579510f | 1,180,640,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java | Eclipse_Platform_UI |
2,989 | 189,106 | Bug 189106 FilteredItemsSelectionDialog flickers when pattern changes | I20070525-0010, was OK in I20070523-0010. The FilteredItemsSelectionDialog flickers when the pattern is changed. E.g. open the Open Type dialog and slowly type "Array" (wait until search is done after every keystroke). => The table always first becomes blank and then the new items are shown. | 2007-05-25 05:20:00 | 1,180,080,000 | verified fixed | abf48be | 1,180,560,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java | Eclipse_Platform_UI |
2,990 | 190,006 | Bug 190006 [QuickAccess] Empty string should not be associated with an element | [RC2] Steps: 1. Press Ctrl-3, type "Console", hit return -> opens the Console view. 2. Press Ctrl-3, hit return 3. Press Ctrl-3, type "Javadoc", hit return -> opens the Javadoc view 4. Press Ctrl-3 Actual: "Console" is selected Expected: "Javadoc" is selected | 2007-05-30 15:34:37 | 1,180,550,000 | verified fixed | 5f92623 | 1,180,560,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessDialog.java | Eclipse_Platform_UI |
2,991 | 189,901 | Bug 189901 [ErrorHandling] NPE showing error | Note: This might as well be CDT related, but I do not know. It may also be coincidence that Eclipse crashed while clicking on a project, but I do not think so. Details: I have some rather largish C/C++ projects in my workspace (several thousand files). It already takes very long (~1 Min) to open the workbench and when ... | 2007-05-30 08:30:01 | 1,180,530,000 | verified fixed | d0ce634 | 1,180,550,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/StatusNotificationManager.java | Eclipse_Platform_UI |
2,992 | 189,896 | Bug 189896 [Commands] handler service snapshot context assertion failed | The snapshot context is filled in with all the sources without taking into account they can be null. It will not accept null values. PW | 2007-05-30 07:29:28 | 1,180,520,000 | verified fixed | af1bbb9 | 1,180,550,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/HandlerService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/CommandProvider.java | Eclipse_Platform_UI |
2,993 | 189,664 | Bug 189664 [QuickAccess] can't find Open Perspective/Show View->Other with Quick Access | 3.3RC2 I can't find either of these "Other..." menu items using the quick access list. Is this because they're nested items? Shouldn't there be a command for these? | 2007-05-29 09:26:01 | 1,180,450,000 | verified fixed | cbc6495 | 1,180,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/CommandElement.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/CommandProvider.java | Eclipse_Platform_UI |
2,994 | 189,521 | Bug 189521 [QuickAccess] Ctrl+3 popup doesn't handle Home and End keys | 3.3 RC2: If you type Ctrl+3 to open the new commands window, type something, and type Home/End to move the cursor to the beginning/end of string, this is handled by the editor instead of the popup. Unfortunatelly the cursor is not shown, so so can see the effect by testing using Shift+Home/End, and the line on editor w... | 2007-05-28 17:57:34 | 1,180,390,000 | verified fixed | d17e2ce | 1,180,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/CommandElement.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/CommandProvider.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessDialog.java | Eclipse_Platform_UI |
2,995 | 186,677 | Bug 186677 [PerspectiveBar] Perspective switcher "show text" enables after saving prefs. | 1) Start with a clean install 2) Use pop menu on perspective switcher to "Dock On" -> "Left", and uncheck "Show Text" 3) Open Preferences ([optional?] expand "General" and click on "Appearance" in tree) 4) Click "Ok" in Preferences 5) Notice that text labels are now showing in the perspective switcher. (build:I20070511... | 2007-05-12 08:51:18 | 1,178,970,000 | verified fixed | 2b14087 | 1,180,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveSwitcher.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java | Eclipse_Platform_UI |
2,996 | 189,161 | Bug 189161 [WorkbenchLauncher] Splash javadoc nits | From Susans analysis of the splash API: I took a look at the splash API. Honestly, I don't have a lot of context on the requirements, but I did take enough of a look to pick nits: - the package.html refers to the org.eclipse.ui.splashHandler extension point (singular), but the extension point doc says org.eclipse.ui.sp... | 2007-05-25 11:30:20 | 1,180,110,000 | verified fixed | 811549f | 1,180,460,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/splash/AbstractSplashHandler.java | Eclipse_Platform_UI |
2,997 | 189,694 | Bug 189694 ApplicationWindow#run() can hang Eclipse due to Menu#isEnabled | In ApplicationWindow#run() we call Menu#isEnabled to cache our enabled state. This actually crawls all of the children of the menu to determine the state. When the Shell is disabled this will return true and so when the shell is re-enabled all of the menus will be inactive. I will be attaching a Steve approved patch. | 2007-05-29 11:12:53 | 1,180,450,000 | verified fixed | 690a6f9 | 1,180,460,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/window/ApplicationWindow.java | Eclipse_Platform_UI |
2,998 | 188,808 | Bug 188808 [Preferences] Workbench Preferences dialog cannot filter default preference page | Build ID: 3.3 Steps To Reproduce: 1. Unzip an Eclipse SDk package to somewhere. (Or, clean the exist eclipse configuration directory) 2. Copy the Attached TestFilter_1.0.0.jar to eclipse/plugins folder. 3. Launch Eclipse then Click "Windows" -> "Prefereneces" in order to open the Preferences dialog. 4. You will find th... | 2007-05-23 23:22:53 | 1,179,980,000 | verified fixed | 1e1360a | 1,180,450,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
2,999 | 187,544 | Bug 187544 [Trim] [Trim] Trim contributions not disabled during editor save | 3.3 M6 During an editor save operation, it disables the window except for the cancel button in the status line. Trim contributions aren't currently covered by that though. E.g. we have a search trim contribution. The user can enter text in here and start a search while an editor save is still going on. | 2007-05-17 10:09:24 | 1,179,410,000 | verified fixed | 9837edc | 1,180,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/TrimLayout.java | Eclipse_Platform_UI |
3,000 | 185,386 | Bug 185386 [EditorMgmt] Uses the least recently used perspective when trying to close view that implements ISaveablePart2 | Build ID: M20070212-1330 Steps To Reproduce: I run into an issue with Eclipse 3.2.2 view implementing ISaveablePart2 when there are multiple perspectives. Here's the case: 1 have a view which implements ISavablePart2, which means user will be prompted when the 'X' is clicked and my application has 2 perspectives (calle... | 2007-05-03 12:23:18 | 1,178,210,000 | verified fixed | 0effde4 | 1,180,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
3,001 | 176,108 | Bug 176108 Icons not centered in minimized trim stack | N20070301-0010 In a vertically oriented minimized trim stack, the icons aren't centered and are a little too far left. It is easier to see by looking at the little horizontal bar (maybe its just the bar thats not centered?) See screenshot. | 2007-03-01 17:10:17 | 1,172,790,000 | verified fixed | 932e441 | 1,180,030,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/TrimFrame.java | Eclipse_Platform_UI |
3,002 | 182,509 | Bug 182509 [Dialogs] [dialogs] Strange selection behaviour in FilteredItemsSelectionDialog | Build ID: I20070323-1616 Steps To Reproduce: 1. Open a FilteredItemsSelectionDialog 2. Make sure that some entries are in the history and 'fillContentProvider' takes some time to return (e.g. by Thread.sleep(5000)) 3. Type into the filter such that at least one, but not all of the history items match and 'fillContentPr... | 2007-04-16 03:58:58 | 1,176,710,000 | verified fixed | dea1e90 | 1,180,030,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java | Eclipse_Platform_UI |
3,003 | 188,663 | Bug 188663 [Viewers] Virtual TreeViewer with columns: First and last row have wrong labels | Seen with 3.3 M7 I have a virtual TreeViewer/ILazyTreeContentProvider with multiple columns. Upon setting new input, the first row stays blank with the exception of the first cell. And the last row shows the labels of the first row, with the exception of the first cell. The attached plugin shows the problem: When openi... | 2007-05-23 11:16:54 | 1,179,930,000 | verified fixed | 1649e1a | 1,180,020,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
3,004 | 188,941 | Bug 188941 [Min/Max] Switching to the R2.1 presentation using the pref dialog ends up with new min/max behavior | null | 2007-05-24 11:19:32 | 1,180,020,000 | verified fixed | 5d9d271 | 1,180,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ViewsPreferencePage.java | Eclipse_Platform_UI |
3,005 | 178,235 | Bug 178235 [EditorMgmt] DBCS 3.3 - Cannot open file with external program | Product Build#: I20070306 Platform/Version : Windows Vista, 2003, XP Language: T.Chinese Releated Test Case #: ECLIPSE3.3 - M5 OPEN FILES WITH OTHER EDITORS JVM: IBM JRE 5.0 SR1 ===== DEFECT DESCRIPTION ===== From Package Explorer view, we failed to open a java file with external program such as notepad or iexplore. ==... | 2007-03-20 07:57:06 | 1,174,390,000 | closed fixed | 5c6a2b9 | 1,180,020,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenWithMenu.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPage.java | Eclipse_Platform_UI |
3,006 | 188,386 | Bug 188386 [QuickAccess] CTRL-3 and Right-to-left don't play well | When in right-to-left mode, the window that opens when CTRL-3 is pressed does not display test properly. I will attach a screen shot. | 2007-05-22 13:19:48 | 1,179,850,000 | verified fixed | 9eb44d2 | 1,180,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessDialog.java | Eclipse_Platform_UI |
3,007 | 185,899 | Bug 185899 DBCS3.3:CheatSheetHelpMenuAction has no handler | I guess this issue is a locale common on Linux. All of Command invoking from quick access will pop up error dialog Platform: RHEL5, SLES10 Driver: M7 JVM :IBM JRE5 SR4 Steps to recreate 1- Ctrl + 3 to get the quick access 2- select "CheatSheet..." from Commands Result Error dialog pop up. Here is the error stack. eclip... | 2007-05-08 02:19:22 | 1,178,610,000 | verified fixed | b91a713 | 1,180,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/QuickAccessDialog.java | Eclipse_Platform_UI |
3,008 | 186,370 | Bug 186370 [LinkedResources] Cannot create linked output folder pointing to path variable | Build: I20070508-0800 1) Create a new Java project 2) Create a path variable FOO pointing to some existing directory that has a sub-directory (I used c:\temp) 3) Right click on project > Properties > Java build path 4) Click the Browse button at the bottom to select a new output location 5) Select the project and click... | 2007-05-10 10:44:03 | 1,178,810,000 | verified fixed | 6009daa | 1,180,020,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java | Eclipse_Platform_UI |
3,009 | 188,076 | Bug 188076 [KeyBindings] Keys pref page: switching scheme not applied | null | 2007-05-21 08:27:15 | 1,179,750,000 | verified fixed | c41afe3 | 1,180,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java | Eclipse_Platform_UI |
3,010 | 183,143 | Bug 183143 [Dialogs] FilteredItemsSelectionDialog should filter history before search results are available | I20070418-1012 The FilteredItemsSelectionDialog should filter history items before search results are available. When I open the Open Type dialog and type a pattern that matches history items, I currently have to wait until the search for workspace matches is done. In the old Open Type Dialog, history items were filter... | 2007-04-19 05:26:01 | 1,176,970,000 | verified fixed | 74faab2 | 1,179,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java | Eclipse_Platform_UI |
3,011 | 188,357 | Bug 188357 [EFS] Export to tar not working with pluggable filesystem | Build ID: I20070323-1616 Steps To Reproduce: 1. install a EFS I believe this is an example at /cvsroot/org.eclipse/www/eclipse/platform-ui/plugins/org.eclipse.ui.examples.filesystem 2. create a linked folder in the workspace 3. select to export / choose export to tar 4. each file selected to be exported fails More info... | 2007-05-22 12:01:08 | 1,179,850,000 | verified fixed | 54a4a8f | 1,179,940,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFileExporter.java | Eclipse_Platform_UI |
3,012 | 128,927 | Bug 128927 [FastView] Problem occurs when "weclome" view be put into "Fast View" bar | Whenever I put the "Welcome" view into "Fast View" bar, Eclipse will report an error information "Could not restore workbench layout" when it restarts. And "Welcome" view will automatically popuped from "Fast View" after restarting. | 2006-02-21 22:01:42 | 1,140,580,000 | verified fixed | 6d17062 | 1,179,940,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java | Eclipse_Platform_UI |
3,013 | 188,588 | Bug 188588 [KeyBindings] [KeyBindings] missing keyboard shortcut for opening a view in my RCP app | null | 2007-05-23 04:38:33 | 1,179,910,000 | verified fixed | a7d5742 | 1,179,940,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/menus/CommandContributionItem.java | Eclipse_Platform_UI |
3,014 | 188,593 | Bug 188593 [KeyBindings] Conflicts with Emacs keybindings scheme in zh locale for same command | null | 2007-05-23 05:11:47 | 1,179,910,000 | verified fixed | a1d7818 | 1,179,940,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java | Eclipse_Platform_UI |
3,015 | 182,308 | Bug 182308 [Contributions] [Doc] CompoundContributionItem's getContributionItems() method has no javadocs | getContributionItems() is an abstract protected method that people are supposed to subclass. Unfortunately, there are no javadocs to state what are some valid return values. Looking at the code in CompoundContributionItem itself, returning a null would cause an NPE in the fill(Menu, int) method. This should be noted. | 2007-04-13 07:52:36 | 1,176,470,000 | verified fixed | 3ddef3f | 1,179,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/CompoundContributionItem.java | Eclipse_Platform_UI |
3,016 | 140,799 | Bug 140799 [Keybindings] Keyboard shortcuts don't work if a view is detached | While the focus is in the Display view the shortcuts for Inspect, Display and Execute don't work if the Display is a detached view. The content assist keyboard shortcut works, however. I don't get any ErrorLog entries. Using the context menu (which shows the non-functional shortcuts) works fine. A detached Debug view b... | 2006-05-09 10:31:20 | 1,147,190,000 | verified fixed | 375f4a5 | 1,179,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
3,017 | 188,467 | Bug 188467 [GlobalActions] CyclePerspectiveHandler leaks one image per perspective per switch | Build: I20070522-0010 Each time you hit Ctrl+F8 to switch perspectives, it leaks one image per open perspective (the perspective icon). The CyclePerspectiveHandler#addItems method creates a PerspectiveLabelProvider, but never disposes it. This is a major leak - I typically have three or more perspectives open, and togg... | 2007-05-22 16:59:36 | 1,179,870,000 | verified fixed | dcd577d | 1,179,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CyclePerspectiveHandler.java | Eclipse_Platform_UI |
3,018 | 186,801 | Bug 186801 [Min/Max] Un-detaching a View restores to maximized perspective | Open the Jave Perspective, detach the Outline view Maximize the editor area un-detach the Outline view The stack containing the Outline view gets restored to the presentation but the EA still has the maximized state. I'll mark this for RC1 pending review (I don't see it as particularly serious). | 2007-05-14 10:50:43 | 1,179,150,000 | verified fixed | 7513fab | 1,179,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveHelper.java | Eclipse_Platform_UI |
3,019 | 187,069 | Bug 187069 [Min/Max] Adding a legacy fast view with a maximized part puts the view in the wrong stack | New WS, java perspective Maximize the editor area Click on the legacy FVB's button and choose 'ErrorLog' It appears in the bottom stack's trim, not the legacy FVB Certainly an issue introduced when fixing the 'showView' for edge conditions. | 2007-05-15 14:30:52 | 1,179,250,000 | verified fixed | 8f27a59 | 1,179,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/ShowViewHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowViewAction.java | Eclipse_Platform_UI |
3,020 | 187,632 | Bug 187632 [Trim] [Min/Max] Closing the last perspective leaves minimized editor stack in the trim | [RC1 candidate build] 1. minimize the editor area 2. Close all perspectives actual: minimized editor area stays in the trim expected: the minimized editor area should not be there | 2007-05-17 14:17:21 | 1,179,430,000 | verified fixed | eb01089 | 1,179,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java | Eclipse_Platform_UI |
3,021 | 185,067 | Bug 185067 [KeyBindings] New Keys pref page: cannot sort 'User' column | I20070502-0010. 'User' column cannot be sorted but would be important in order to see my custom settings all at once. | 2007-05-02 06:19:23 | 1,178,100,000 | verified fixed | 3dbc2ce | 1,179,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java | Eclipse_Platform_UI |
3,022 | 187,890 | Bug 187890 [Progress] [Decorators] Systems with many jobs can delay decoration >10 seconds | 3.3 M6 Certain decorations on resources take a long time to show up in our product. People have reported them taking >10 seconds, and occasionally blocking JDT error/warning ticks as well. The slowness is due to some interactions between how the Workbench's decoration scheduler schedules UI notifications of available d... | 2007-05-18 15:29:11 | 1,179,520,000 | verified fixed | bcc969a | 1,179,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecorationScheduler.java | Eclipse_Platform_UI |
3,023 | 175,181 | Bug 175181 NavigatorSaveablesServices NPEs on shutdown | The following exception was encountered on shutdown the applicaiton. It happend on Linux(SuSE Linux Enterprise 9, PatchLevel: 3). It's very similar to defect: 142785. !ENTRY org.eclipse.osgi 4 0 2006-05-19 11:21:38.993 !MESSAGE An unexpected runtime error has occurred. !STACK 0 java.lang.NullPointerException at org.ecl... | 2007-02-22 15:14:27 | 1,172,180,000 | verified fixed | 946481a | 1,179,870,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/NavigatorSaveablesService.java | Eclipse_Platform_UI |
3,024 | 172,485 | Bug 172485 o.e.u.ide action sets need to be converted to commands and moved to ide.application | null | 2007-02-01 09:05:09 | 1,170,340,000 | verified fixed | a99adca | 1,179,850,000 | bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginActionBuilder.java | Eclipse_Platform_UI |
3,025 | 185,107 | Bug 185107 [Themes] [europa] appearance preference page corrupted after switch wks | Problem found using Version: 3.3.0 Build id: I20070323-1616 (3.3.M6) with europa install. NOT reproduced with a base 3.3M6 build. Steps to reproduce: - start Eclipse against default wks - go to Window --> Preferences --> Appearance - modify defaults and position the Perspective switcher to the top left position - apply... | 2007-05-02 09:48:53 | 1,178,110,000 | verified fixed | 8911082 | 1,179,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ThemeDescriptor.java | Eclipse_Platform_UI |
3,026 | 178,284 | Bug 178284 [DynamicUI] [Contributions] Loading/unloading action set leaves handlers and keybindings behind | Using I20070320-0010: After a bundle is uninstalled the large number of warnings like this are generated: Conflict for 'AUTOGEN:::org.eclipse.team.ui.UnmanagedFileContributions/org.eclipse.team.ui.replaceLocalHistory': HandlerActivation(commandId=AUTOGEN:::org.eclipse.team.ui.UnmanagedFileContributions/org.eclipse.team... | 2007-03-20 10:51:53 | 1,174,400,000 | verified fixed | e24dcd0 | 1,179,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java | Eclipse_Platform_UI |
3,027 | 187,812 | Bug 187812 [KeyBindings] IBindingService.getActiveBindingsFor(ParameterizedCommand) does not work | I20070517-1700. IBindingService.getActiveBindingsFor(ParameterizedCommand) does not work i.e. returns an empty array. Test Case: 1. in org.eclipse.jdt.internal.ui.preferences.CodeAssistAdvancedConfigurationBlock change getKeyboardShortcut(...) to use getActiveBindingsFor 2. start target 3. define a key binding for e.g.... | 2007-05-18 10:14:45 | 1,179,500,000 | verified fixed | 79b9981 | 1,179,850,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java | Eclipse_Platform_UI |
3,028 | 174,378 | Bug 174378 [ViewMgmt] [Contributions] activating the view menu does not activate the view | The title pretty much says it all, when you activate the view menu in a view (not the popup) the view does not get activated. This is particularly problematic for view actions that depend on the active part (which might not be the view when the menu is opened), such as the variables view. Also using the new menu comman... | 2007-02-15 16:54:56 | 1,171,580,000 | verified fixed | 1a7e44e | 1,179,850,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/util/TabbedStackPresentation.java | Eclipse_Platform_UI |
3,029 | 187,594 | Bug 187594 Compiler warnings in I20070517-0010 | 1. WARNING in /Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchWindowConfigurerTest.java (at line 189) ActionBarAdvisor advisor = new ActionBarAdvisor(configurer) { The local variable advisor is never read 1. WARNING in /src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java (at line 38) import org.ec... | 2007-05-17 12:38:48 | 1,179,420,000 | verified fixed | 8f80440 | 1,179,420,000 | bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchWindowConfigurerTest.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.