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 |
|---|---|---|---|---|---|---|---|---|---|---|
3,330 | 170,071 | Bug 170071 [Undo] Undo deleting *.properties file sets explicit encoding | I20070109-1805 Create a *.properties file => Encoding is "Default (determined from content: ISO-8859-1)" Delete file in Navigator, the choose Edit > Undo => File is restored, but its encoding is now explicitly set to "ISO-8859-1" | 2007-01-10 05:38:16 | 1,168,430,000 | verified fixed | 182108e | 1,173,130,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/FileDescription.java | Eclipse_Platform_UI |
3,331 | 176,418 | Bug 176418 [WorkbenchLauncher] Can't display progress bar on splash screen | Build ID: I20070209-1006 Steps To Reproduce: 1. Create a "Hello World" RCP project 2. Brand it as a product with a splash screen 3. Create a SplashHandler as in the attached file SplashHandler.java 4. The progress bar does not appear. More information: I discussed this with Kim Horne on IRC, and she asked me to file it... | 2007-03-05 16:10:01 | 1,173,130,000 | verified fixed | dd2b0cc | 1,173,130,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/splash/AbstractSplashHandler.java | Eclipse_Platform_UI |
3,332 | 169,591 | Bug 169591 [Common Navigator] Show In fails for editor inputs | The show(ShowInContext) method for CommonNavigator only considers the selection of the context. When Show In Project Explorer is performed from an editor, the selection is empty and the input is provided. Unfortunately, this is problematic, as the show-in target needs to adapt the input to an IFile so this will probabl... | 2007-01-04 15:53:45 | 1,167,940,000 | verified fixed | a223854 | 1,172,760,000 | bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/CommonNavigatorActionGroup.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/actions/LinkEditorAction.java bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/extensions/LinkHelperService.java bundles/org... | Eclipse_Platform_UI |
3,333 | 175,952 | Bug 175952 [WorkbenchLauncher] Incorrect Service ranking for splash StartupMonitor | Workbench.createSplashWrapper() creates a StartupMonitor in order to get the splash screen disposed. It is currently using a string for the service ranking: properties.put(Constants.SERVICE_RANKING, Integer.toString(Integer.MAX_VALUE)); The code that is sorting StartupMonitors is expecting an Integer object in the prop... | 2007-02-28 18:29:06 | 1,172,710,000 | verified fixed | b0ece3d | 1,172,760,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
3,334 | 165,172 | Bug 165172 [EFS] FileEditorInput should implement IURIEditorInput | Now that we have IURIEditorInput, we should change IFileEditorInput to implement this interface. | 2006-11-20 11:32:11 | 1,164,040,000 | verified fixed | 93755d2 | 1,172,690,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java | Eclipse_Platform_UI |
3,335 | 175,228 | Bug 175228 Opening external files with no registered editor fails | HEAD Opening external files with no registered editor fails. Test Case: 1. File > Open File... 2. select a file named '.log' ==> org.eclipse.ui.PartInitException: System editor can only open file base resources. | 2007-02-23 03:28:17 | 1,172,220,000 | verified fixed | f084076 | 1,172,690,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IURIEditorInputAdapterFactory.java | Eclipse_Platform_UI |
3,336 | 175,596 | Bug 175596 [StatusHandling] Reference to internal class in StatusManager API | The StatusManager API has a reference to the internal class WorkbenchErrorHandlerProxy which will be a broken link as it does not show up in the javadoc. WorkbenchErrorHandlerProxy is obsolete I think so we can likely fix this by deleting it. | 2007-02-26 15:44:47 | 1,172,520,000 | verified fixed | 0063610 | 1,172,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/StatusManager.java | Eclipse_Platform_UI |
3,337 | 175,545 | Bug 175545 [Dialogs] Dialog: impossible to turn off double-click resizing | Since 3.2. a double click in a dialog will resize the dialog to its computed size. In our RCP app we have some dialogs with tables consisting many columns, the resulting dialog width is really large. Now if you resize the dialog to be smaller our dialogs will memory that size permanently. But if you double click into t... | 2007-02-26 10:50:45 | 1,172,510,000 | verified fixed | cb8bf3c | 1,172,540,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/Dialog.java | Eclipse_Platform_UI |
3,338 | 175,192 | Bug 175192 [Viewers] Loop exception on shutdown | I've been getting a spurious error on shutdown during my debugging sessions recently. Sorry but I haven't been able to nail down the circumstances that cause it to happen. Here's the callstack: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Index out of bounds) at org.ecli... | 2007-02-22 16:02:14 | 1,172,180,000 | verified fixed | 1451d3a | 1,172,530,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
3,339 | 175,552 | Bug 175552 [StatusHandling] Remove returned param from AbstractStatusHandler#handle method | We don't need the param in this method. The product handler now decides if handling should be stopped or not. Other handlers don't affect the handling flow directly with the returned param. | 2007-02-26 11:18:29 | 1,172,510,000 | verified fixed | c078a43 | 1,172,520,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchErrorHandlerProxy.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/AbstractStatusHandler.java bundles/org.eclipse.ui.workben... | Eclipse_Platform_UI |
3,340 | 175,236 | Bug 175236 [StatusHandling] Move StatusDialog and StatusNotificationManager into WorkbenchErrorHandler | null | 2007-02-23 04:21:13 | 1,172,220,000 | verified fixed | 67f1962 | 1,172,510,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/StatusDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/StatusNotificationManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/StatusDialog.java bundles/org.e... | Eclipse_Platform_UI |
3,341 | 175,257 | Bug 175257 [StatusHandling] Add properties in StatusAdapter | null | 2007-02-23 07:19:01 | 1,172,230,000 | verified fixed | 6b65222 | 1,172,500,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/StatusAdapter.java | Eclipse_Platform_UI |
3,342 | 175,314 | Bug 175314 Delete commented code in WorkbenchActionBuilder | WorkbenchActionBuilder has about 225 lines of code commented out in createHelpMenu. From the looks of it, this was added as test code when the command handler work was first being done. It was introduced in revision 1.16 by cmclaren. I'm going to delete it. | 2007-02-23 11:55:45 | 1,172,250,000 | verified fixed | afd5d03 | 1,172,250,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java | Eclipse_Platform_UI |
3,343 | 175,174 | Bug 175174 [ErrorHandling] Back out of ILogDialog | We have determined that plugging an alternate dialog into the JFace layer will not cover our status handling requirements without breaking look and feel. It is possible to create an ErrorDialog using both the static method and the constructor. Moreover the ErrorDialog is subclassed frequently (10 times in the SDK curre... | 2007-02-22 14:53:10 | 1,172,170,000 | verified fixed | dbf425e | 1,172,250,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/util/ILogDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java bundles/org.eclipse.ui.workbench/Eclip... | Eclipse_Platform_UI |
3,344 | 175,041 | Bug 175041 [ErrorHandling] OutOfMemory error handling is commented out | 20070220 StatusNotificatioManager addError has the following code. This does nothing and is full of TODOs. if (exception != null && exception instanceof OutOfMemoryError) { PlatformUI.getWorkbench().getDisplay().asyncExec(new Runnable() { //TODO change !!! possible invocation loops /* * (non-Javadoc) * * @see java.lang... | 2007-02-21 16:06:38 | 1,172,090,000 | verified fixed | 74611c1 | 1,172,240,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/StatusNotificationManager.java | Eclipse_Platform_UI |
3,345 | 175,261 | Bug 175261 [Contributions] NPE in command service | While closing the workbench I got an NPE in the command service that left the workspace locked. !ENTRY org.eclipse.ui 4 0 2007-02-23 07:39:28.273 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.commands.CommandService.refreshElements(CommandService.java:219) at... | 2007-02-23 07:46:59 | 1,172,230,000 | verified fixed | a950075 | 1,172,240,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/commands/CommandService.java | Eclipse_Platform_UI |
3,346 | 175,097 | Bug 175097 [Viewers] CellLabelProvider#getToolTipImage() not working | Eclipse 3.3 M5 CellLabelProvider#getToolTipImage() does'nt seem to be used at all. I was overriding it returning an image, but its not showin in my tooltip. Ben | 2007-02-22 05:40:54 | 1,172,140,000 | verified fixed | 7044854 | 1,172,170,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java | Eclipse_Platform_UI |
3,347 | 175,034 | Bug 175034 [FilteredDialog] Filter searching uses too many jobs | This is a breakout of 172005. | 2007-02-21 15:38:52 | 1,172,090,000 | verified fixed | 88b8311 | 1,172,170,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java | Eclipse_Platform_UI |
3,348 | 174,272 | Bug 174272 FileStoreEditorInput needs to be restorable | 3.3 M5 The FileStoreEditorInput needs to restorable on startup. Therefore it needs to return an IPersistableElement and there needs to be an element factory. | 2007-02-15 06:13:45 | 1,171,540,000 | verified fixed | fc9d0a1 | 1,172,070,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/FileStoreEditorInput.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/FileStoreEditorInputFactory.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclip... | Eclipse_Platform_UI |
3,349 | 172,804 | Bug 172804 [EditorMgmt] Convert new tab behaviour into a tweaklet | null | 2007-02-04 20:01:53 | 1,170,640,000 | verified fixed | 55f0fb2 | 1,172,030,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/dialogs/IDEEditorsPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/e... | Eclipse_Platform_UI |
3,350 | 174,888 | Bug 174888 Java 5 references in EvaluationAuthority | Latest from HEAD as of 2007/02/20 EvaluationAuthority has two refs to the Java 5 method Arrays.toString(Object[]) | 2007-02-20 17:43:42 | 1,172,010,000 | verified fixed | 17d6c8e | 1,172,010,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/EvaluationAuthority.java | Eclipse_Platform_UI |
3,351 | 173,108 | Bug 173108 [Dialogs] small fixes in manual tests for FilteredResourcesSelectionDialog | Text file containg manual tests for FRSD should be more detailed. All misspellings should be wipe out also. | 2007-02-06 11:55:29 | 1,170,780,000 | verified fixed | 3f5ec28 | 1,171,990,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIAbstractFilteredResourcesSelectionDialog.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java | Eclipse_Platform_UI |
3,352 | 174,423 | Bug 174423 [Progress] org.eclipse.ui.progress.DeferredTreeContentManager adds duplicate items in a tree | Build ID: M20060921-0945 Steps To Reproduce: 1. Tree content provider should query children using org.eclipse.ui.progress.DeferredTreeContentManager 2. Try refreshing a node in a tree by pressing and holding some key (accelerator for your tree) 3. After holding for some time and releasing the key, each child-node in a ... | 2007-02-16 05:39:04 | 1,171,620,000 | verified fixed | a22dae4 | 1,171,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/progress/DeferredTreeContentManager.java | Eclipse_Platform_UI |
3,353 | 171,833 | Bug 171833 [Workbench] Use BundleEvents to narrow down starting state | null | 2007-01-26 13:10:06 | 1,169,840,000 | verified fixed | 82a96b2 | 1,171,910,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/util/BundleUtility.java | Eclipse_Platform_UI |
3,354 | 150,379 | Bug 150379 [MPE] Warning in MultiPageEditorPart#pageChange(int) | 3.2 I have an editor with additional controls that can provide selections outside of the MultpageEditorParts pages and need to replace the MultiPageSelectionProvider with my own implementation. This works fine, but logs a warning message when changing pages in MultiPageEditorPart#pageChange(int). A simple fix would be ... | 2006-07-12 09:11:00 | 1,152,710,000 | verified fixed | 4320cc9 | 1,171,900,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/Policy.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java | Eclipse_Platform_UI |
3,355 | 174,555 | Bug 174555 [DataBinding] Run validation on binding construction | When a binding is created the assumption is that the UI is synchronized with the model. This means that the UI should reflect the state of the model's validity as well. In order to ensure that the UI reflects the model's validity the consumer needs to force a copy to model on instantiation of every binding. We need to ... | 2007-02-17 14:14:45 | 1,171,740,000 | verified fixed | 5ed5113 | 1,171,750,000 | bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DataBindingContext.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ListBinding.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValueBinding.java examples/org.eclipse.jface.exampl... | Eclipse_Platform_UI |
3,356 | 172,765 | Bug 172765 [DataBinding] Consistency when registering property change listeners | null | 2007-02-03 15:37:10 | 1,170,540,000 | verified fixed | 5919059 | 1,171,730,000 | bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/BeansObservables.java bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/internal/beans/JavaBeanObservableList.java bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/internal/databinding/int... | Eclipse_Platform_UI |
3,357 | 171,638 | Bug 171638 [Dialogs] Shifted initial text in "Open Resource" dialog | Build ID: I20061214-1445 Steps To Reproduce: 1. Select some text in an editor 2. Open "Open Resource" dialog 3. The text you have selected will be the initial pattern for the dialog. Whole text will be selected. However, if selected text is longer than ~11 chars it will shifted, so you won't be able to see first chars.... | 2007-01-25 04:50:34 | 1,169,720,000 | verified fixed | 56a4d29 | 1,171,640,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java | Eclipse_Platform_UI |
3,358 | 114,569 | Bug 114569 [Markers] Use Ctrl+1 as binding for Quick Fix in problems view | Build: I20051101-0010 Ctrl+1 is the key binding for quick fix in editors. Since there is now a Quick Fix action in the probles view, it would make sense to use the same key binding (or bind a handler to the same command). Currently there is no key binding for Quick Fix in the problems view. | 2005-11-01 12:02:48 | 1,130,860,000 | verified fixed | c41b254 | 1,171,640,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java | Eclipse_Platform_UI |
3,359 | 174,435 | Bug 174435 [WorkbenchLauncher] Illegal Thread access on startup | Not sure why this occurred other than that there was a problem restoring the previous state. This makes sense as I forcibly killed eclipse previously for a quick reboot. org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.ecl... | 2007-02-16 08:54:17 | 1,171,630,000 | verified fixed | 07d85f8 | 1,171,630,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
3,360 | 171,586 | Bug 171586 [Progress] Group progress updates too late | Build ID: M20070112-1200 Steps To Reproduce: The following test is based on the org.eclipse.ui.examples.job 1. The A TestJobRule was created as in the More information 2. The following change was made in JobsView to set the rule for the job result result.setUser(user); result.setRule(new TestJobRule(i)); result.schedul... | 2007-01-24 14:15:43 | 1,169,670,000 | verified fixed | 8f4ac08 | 1,171,550,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/TestJobRule.java examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/views/JobsView.java | Eclipse_Platform_UI |
3,361 | 174,179 | Bug 174179 [Forms] FormToolkit should use SWT.BORDER style in Vista | We should not paint our own borders in Vista but the method for initializing border style in FormToolkit only checks for Windows XP. We should expand this check to include Vista. | 2007-02-14 10:54:11 | 1,171,470,000 | resolved fixed | 8899623 | 1,171,470,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/FormToolkit.java | Eclipse_Platform_UI |
3,362 | 170,177 | Bug 170177 [Snippet] Demonstrate Usage of ComboBoxCell-Editor | the bad thing about the ComboBoxCell-Editor is that you need to calculate back and forth from value to index | 2007-01-11 03:26:21 | 1,168,500,000 | verified fixed | 7d27555 | 1,171,400,000 | examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/Snippet027ComboBoxCellEditors.java | Eclipse_Platform_UI |
3,363 | 173,445 | Bug 173445 [Workbench] Invalid thread access on startup | I got the following exception on startup. My workbench state was reset. !ENTRY org.eclipse.ui.workbench 4 2 2007-02-08 08:19:17.421 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3... | 2007-02-08 09:17:05 | 1,170,940,000 | verified fixed | e43239d | 1,170,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorSashContainer.java | Eclipse_Platform_UI |
3,364 | 173,442 | Bug 173442 [WorkbenchLauncher] SWTException: Invalid thread access when launching workspace with >1 window | I20070208-0010. If a target Eclipse is launched from Eclipse itself then a SWTException: 'Invalid thread access' happens if that target has more than one window. The second window's layout is destroyed and all other windows (3..n) are not opened. I'm marking this as critical since it currently stops me from testing a f... | 2007-02-08 09:11:11 | 1,170,940,000 | verified fixed | 82248a5 | 1,170,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
3,365 | 173,287 | Bug 173287 Restoring visible intro in existing workspace fails in I20070207-0800 | In our WorkbenchWindow.restoreState() method we attempt to restore the intro on a non-UI thread if it exists. | 2007-02-07 11:07:23 | 1,170,860,000 | resolved fixed | 1a803ad | 1,170,870,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java | Eclipse_Platform_UI |
3,366 | 173,250 | Bug 173250 [EditorMgmt] NPE upon save all | I20070206-0010. SaveablesList holds on and uses savables (models) that are no longer available because the have been reported as being closed (removeModel has been calles). The SaveablesList correctly removes such models from the modelMap but might keep a reference as key of modelRefCounts. Later, those keys are used t... | 2007-02-07 05:08:12 | 1,170,840,000 | verified fixed | e89b954 | 1,170,860,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveablesList.java | Eclipse_Platform_UI |
3,367 | 172,875 | Bug 172875 [WorkbenchLauncher] self-hosting fails with Invalid thread access | Build I20070205-0009 I'm getting the following error from one of my self-hosting launch configurations on this build. I have not been able to narrow down the conditions that are causing this yet. Other launch configurations seem to work just fine. Exception in thread "Thread-2" org.eclipse.swt.SWTException: Invalid thr... | 2007-02-05 11:23:04 | 1,170,690,000 | verified fixed | 9fda44d | 1,170,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/splash/EclipseSplashHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/splash/BasicSplashHandler.java | Eclipse_Platform_UI |
3,368 | 173,133 | Bug 173133 Portions of the splash API have been rolled back! | I20070206-0010 I somehow rolled back portions of the splash API. | 2007-02-06 13:21:05 | 1,170,790,000 | verified fixed | 0d8f46e | 1,170,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
3,369 | 171,361 | Bug 171361 [ErrorHandling] Platform error dialog not correctly parented | null | 2007-01-23 03:55:46 | 1,169,540,000 | verified fixed | 531e9e2 | 1,170,780,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/StatusDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/StatusNotificationManager.java | Eclipse_Platform_UI |
3,370 | 172,917 | Bug 172917 [ErrorHandling] Possibility of accessing the status manager before workbench starts up | null | 2007-02-05 16:01:37 | 1,170,710,000 | verified fixed | 303f602 | 1,170,780,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/JFaceUtil.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/StatusManager.java | Eclipse_Platform_UI |
3,371 | 173,016 | Bug 173016 [WorkbenchLauncher] Invalid thread access when starting 3.3M5 with 312 workspace in NavigationHistory | I20070206-0010 1. Create a new workspace with eclipse 3.1.2 2. Create a java project 3. Create a java class 4. Open this class in a java editor 5. Close eclipse 6. Start eclipse 3.3M5 using the 3.1.2 workspace Is: !ENTRY org.eclipse.ui.workbench 4 0 2007-02-06 11:24:25.678 !MESSAGE Widget disposed too early! !STACK 0 j... | 2007-02-06 05:29:55 | 1,170,760,000 | verified fixed | 80af8d2 | 1,170,780,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/NavigationHistory.java | Eclipse_Platform_UI |
3,372 | 162,192 | Bug 162192 Need a way to remove drop target that was added using IDragAndDropService.addMergedDropTarget(...) | I20061026-0010 We need API to unregister the drop target that has been added using IDragAndDropService.addMergedDropTarget(...) since we need to offer a preference to enable and disable text DnD. We know there is a workaround but we want a way to cleanly remove the drop target. | 2006-10-25 08:03:47 | 1,161,780,000 | verified fixed | 441b6ccc | 1,170,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dnd/IDragAndDropService.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorSiteDragAndDropServiceImpl.java | Eclipse_Platform_UI |
3,373 | 172,808 | Bug 172808 [ErrorHandling] Invalid thread access on startup | Happened on startup We should look for similar cases too. Do we want to use the new error handling story in these cases anyways? org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3478) at org.eclipse.swt.SWT.error(SWT.java:3401) at org.eclipse.swt.SWT.error(SWT.java:3372) at org.... | 2007-02-04 21:07:56 | 1,170,640,000 | verified fixed | e7203e6 | 1,170,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
3,374 | 167,858 | Bug 167858 [Viewers] Make ColumnViewer#getViewerColumn and ViewerColumn#getLabelProvider public again | I20061212-0010 In 3.3M4 you've changed the visibility of the two methods from public to default. Please make it public again or provide some other way to access the label provider of a given cell. Usecase is the same as yours in ToolTipSupport#shouldCreateToolTip line 59 and 66. I've written my own ToolTip (showing a B... | 2006-12-13 10:18:48 | 1,166,020,000 | resolved fixed | 6de6aee | 1,170,650,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java | Eclipse_Platform_UI |
3,375 | 88,359 | Bug 88359 [RCP] Application Control of the FastViewBar | Requesting the following enhancements to the FastViewBar. * Ability to create fastViewbar similar to the ability to create coolBar, statusBar, pageComposite etc... from the WorkbenchConfigurer * Ability to control the popup menu from the FastViewBar * Ability to add other icons to the FastViewBar (such as an icon to un... | 2005-03-17 13:55:04 | 1,111,090,000 | resolved fixed | 48d2e49 | 1,170,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.java bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java | Eclipse_Platform_UI |
3,376 | 164,343 | Bug 164343 [DataBinding] Realm needs consistent Exception handling strategy | null | 2006-11-13 11:58:37 | 1,163,440,000 | resolved fixed | 65aa88c | 1,170,650,000 | bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Realm.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Realm.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/SWTObservables.java tests/org.eclipse.jface.tests... | Eclipse_Platform_UI |
3,377 | 169,898 | Bug 169898 [MPE] ClassCastException in EditorManager when using multi-page editor | Build ID: I20061214-1445 Steps To Reproduce: 1. Create a multi-page editor that uses addPage(IEditorPart, IEditorInput) 2. Open the editor 3. Make it dirty 4. Close the workbench (choosing to save the editor) More information: When the workbench closes, it calls into EditorManager's saveEditorState() method, which make... | 2007-01-08 17:05:31 | 1,168,290,000 | resolved fixed | 02e4c51 | 1,170,650,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java | Eclipse_Platform_UI |
3,378 | 172,814 | Bug 172814 [Viewers] Rename AbstractViewerEditor to ColumnViewerEditor | There is no "AbstractViewer", and this class is referenced from ColumnViewer. To make the names more consistent, it should be called ColumnViewerEditor, not AbstractViewerEditor. | 2007-02-04 21:47:42 | 1,170,640,000 | resolved fixed | 25b31cb | 1,170,640,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewerEditor.java bund... | Eclipse_Platform_UI |
3,379 | 172,810 | Bug 172810 [QuickAccess] Don't open QuickAccess dialog fully expanded | null | 2007-02-04 21:27:18 | 1,170,640,000 | verified fixed | fa70a92 | 1,170,640,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/CtrlEAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/FilteringInfoPopup.java | Eclipse_Platform_UI |
3,380 | 170,525 | Bug 170525 [Viewers] Edit support constants misspelled | In JFace's EditingSupport class (new for 3.3.) there are some constants that are misspelled: TABING_NONE : int TABING_MOVE_TO_ROW_NEIGHBOR : int TABING_CYCLE_IN_ROW : int TABING_VERTICAL : int TABING_HORIZONTAL : int Tabbing should have 2 'b's, not 1. If this experimental API is going to remain, the spelling of these c... | 2007-01-15 14:55:26 | 1,168,890,000 | resolved fixed | 09d630a | 1,170,630,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/EditingSupport.java examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/Snippet025TabEditing.java | Eclipse_Platform_UI |
3,381 | 172,019 | Bug 172019 [Viewers] Plus sign doesn't disappear when using deferred content providers | 3.3 M4 Use a tree viewer with a content provider using IDeferredWorkbenchAdapter and DeferredTreeContentManager. When fetchDeferredChildren is call and no elements are reported to the element collector the plus sign of the node doesn't disappear. This work without problems under Windows and Mac/OS (e.g. the plus sign d... | 2007-01-29 10:17:55 | 1,170,080,000 | resolved fixed | 3f0362a | 1,170,620,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
3,382 | 165,368 | Bug 165368 [Viewers] TreePath.getParentPath() should return empty path | TreePath.getParentPath() specifies that it returns null for an empty path. However, it also returns null for a one element path. I think it should return the empty path for a one element path, to be consistent with an empty path representing a root element in a tree. | 2006-11-21 15:11:02 | 1,164,140,000 | resolved fixed | e37e142 | 1,170,480,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreePath.java | Eclipse_Platform_UI |
3,383 | 167,246 | Bug 167246 [StatusHandling] Extra method in AbstractStatusHandler | I'm not convinced that addLoggedStatus(*) needs to be in this class. It looks like it is specifically designed to prevent our own default handler from feeding back into the StatusManager when we log. Perhaps the WorkbenchErrorHandler can just call it directly on the StatusManager instance. PW | 2006-12-08 11:09:50 | 1,165,590,000 | verified fixed | 4b2437d | 1,170,430,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/AbstractStatusHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/StatusManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchErrorHandler.java | Eclipse_Platform_UI |
3,384 | 172,655 | Bug 172655 [ErrorHandling] [StatusHandling] Hooking into JFace dialogs | null | 2007-02-02 08:55:12 | 1,170,420,000 | verified fixed | a22fb38 | 1,170,430,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/util/ILogDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java | Eclipse_Platform_UI |
3,385 | 140,298 | Bug 140298 [Forms] Small (but funny) typo in Javadoc of Form | Spot the typo in the javadoc of org.eclipse.ui.forms.widgets.Form "...the body of the worm will participate in wrapping..." | 2006-05-05 03:15:13 | 1,146,810,000 | closed fixed | cc25bee | 1,170,370,000 | bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/Form.java | Eclipse_Platform_UI |
3,386 | 172,548 | Bug 172548 [Dialogs] Support SWT.CANCEL in FilteredTree | FilteredTree should support SWT.CANCEL. If this bit is set then there is no need for us to create the toolbar/clear button. | 2007-02-01 14:40:38 | 1,170,360,000 | verified fixed | c254ff3 | 1,170,360,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredTree.java | Eclipse_Platform_UI |
3,387 | 172,520 | Bug 172520 [Contributions] Improve the "Invalid Menu Extension" message | I20070130-0800. If menu paths are wrong the following error is logged: !ENTRY org.eclipse.ui 4 4 2007-02-01 17:56:43.303 !MESSAGE Invalid Menu Extension (Path is invalid): <menu id here> There are two problems with this message: 1. it does not tell which plug-in contributed that menu 2. it does not show the parent menu... | 2007-02-01 12:08:01 | 1,170,350,000 | verified fixed | a789e9c | 1,170,360,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginActionBuilder.java | Eclipse_Platform_UI |
3,388 | 172,486 | Bug 172486 [Dialogs] FilteredTree should use new SWT.SEARCH constant | SWT has introduced a new constant - SEARCH - that gives text fields the look of a native search control if such a thing exists. This should be applied to FilteredTree. | 2007-02-01 09:08:48 | 1,170,340,000 | verified fixed | b5babd1 | 1,170,340,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredTree.java | Eclipse_Platform_UI |
3,389 | 150,661 | Bug 150661 [About] https not converted to hyperlink in About Eclipse SDK Features | null | 2006-07-14 11:33:12 | 1,152,890,000 | verified fixed | 06cfb91 | 1,170,340,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ProductInfoDialog.java | Eclipse_Platform_UI |
3,390 | 167,129 | Bug 167129 [StatusHandling] Status extension point is not dynamic | The status extension point is not dynamic aware. All workbench extension points must be dynamic aware. This means that when a new bundle is loaded that has a status extension appears it should be acknowledge (if necessary) and when that bundle goes away it is no longer used. I'm not sure the first case is applicable bu... | 2006-12-07 12:53:09 | 1,165,510,000 | verified fixed | d2906bc | 1,170,280,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/StatusHandlerDescriptor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/StatusHandlerDescriptorsMap.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/statushandlers/StatusHan... | Eclipse_Platform_UI |
3,391 | 171,415 | Bug 171415 [Viewers] Table viewer needs to clear label, image when items are reused | If an item is reused for a different element on a refresh, the table viewer needs to clear the label and image from the item being reused. This is necessary to communicate to the label provider that a new label is needed (i.e. the label provider may defer providing a label if decorators are not ready). This is what the... | 2007-01-23 10:53:20 | 1,169,570,000 | verified fixed | e9d6bed | 1,170,270,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java | Eclipse_Platform_UI |
3,392 | 171,786 | Bug 171786 [DataBinding] Javadoc warnings in N20070126-0010 | Constructing Javadoc information... ../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:35: package org.eclipse.core.databinding.observable does not exist import org.eclipse.core.databinding.observable.Realm; ^ ../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:64: p... | 2007-01-26 08:30:54 | 1,169,820,000 | resolved fixed | 490da10 | 1,170,260,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/AbstractAction.java | Eclipse_Platform_UI |
3,393 | 133,378 | Bug 133378 [FilteredTree] provide API to control expansion-state of FilteredTree on PreferencePage | In my RCP app I have created a small set of prefs-pages, which are neatly displayed in the little "FilteredTree" to the left. But a user-request is to have that tree expanded by default on opening the Prefs-page; this is reasonable, as there are notvery many elements in the tree. As far as I can tell from the extension... | 2006-03-27 10:52:54 | 1,143,470,000 | resolved fixed | c51be4b | 1,170,260,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java | Eclipse_Platform_UI |
3,394 | 171,027 | Bug 171027 Emtpy space created when calling setEnabled on encoding field editor | I20070116-1510 FieldEditor.setEnabled(boolean) is implemented in a pretty strange way: it creates the label if not yet created. This has side effects for clients that do not need/create that label but later call setEnabled(...). An example for such a subclass is AbstractEncodingFieldEditor. Now, fixing this in FieldEdi... | 2007-01-19 05:47:37 | 1,169,200,000 | verified fixed | f62dd6a | 1,170,260,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java | Eclipse_Platform_UI |
3,395 | 150,805 | Bug 150805 [Import/Export] Incomplete validation when importing from directory | The following instance methods of CheckboxTreeViewer class don't fire any CheckStateChangedEvent. Affected methods: setAllChecked(...) setCheckedElements(...) setChecked(...) Steps to reproduce the bug: 1. File -> Import... 2. File System -> Next 3. Choose a "From directory" using the Browse... button 4. Check the root... | 2006-07-17 09:55:14 | 1,153,140,000 | resolved fixed | c8fb149 | 1,170,170,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CheckboxTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ICheckable.java | Eclipse_Platform_UI |
3,396 | 171,998 | Bug 171998 NPE in file store during ui tests in N20070129-0010 console log | Found this in the console log from that build. ui-test: eclipse-test: [echo] Running org.eclipse.pde.ui.tests.AllPDETests [java] !SESSION 2007-01-29 03:43:12.103 ----------------------------------------------- [java] eclipse.buildId=N20070129-0010 [java] java.version=1.5.0_06 [java] java.vendor=Sun Microsystems Inc. [j... | 2007-01-29 08:14:32 | 1,170,080,000 | verified fixed | 55f05db | 1,170,110,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java | Eclipse_Platform_UI |
3,397 | 172,020 | Bug 172020 [Trim] NPE on startup for contributed trim | null | 2007-01-29 10:18:57 | 1,170,080,000 | closed fixed | 27caa85 | 1,170,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/TrimBarManager2.java | Eclipse_Platform_UI |
3,398 | 134,740 | Bug 134740 [Wizards] PDE product wizard is not obvious to use. | see attached image. The wizard for creating a new product opens with a file name initialized to ".product" which is selected. Generally this would imply that this is a good default but if you start typing you will replace the text with something else that is also a good name. If you require an extension for a file you ... | 2006-04-04 09:22:03 | 1,144,160,000 | resolved fixed | a641e45 | 1,170,090,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/misc/ResourceAndContainerGroup.java | Eclipse_Platform_UI |
3,399 | 147,515 | Bug 147515 [DataBinding] separate run-time type information from IObservable | Observation: there are two usages of observables. 1. Programmatic usage. The observable is created by client code and its methods are invoked directly. The main benefit of the data binding library in this situation is the ability to use standard content providers, utilities, and transformations. RTTI is never needed fo... | 2006-06-16 15:47:32 | 1,150,490,000 | verified fixed | 2260c8d | 1,170,020,000 | bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableList.java bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableSet.java bundles/org.eclipse.core.databinding.observable/src/org/ecl... | Eclipse_Platform_UI |
3,400 | 171,746 | Bug 171746 [DataBinding] [Workbench] Set default realm in createAndRunWorkbench() | The data binding framework, being at the core level, does not know about SWT but has a notion of a "default realm" that corresponds to SWT's default display. (Realm has #asyncExec and #syncExec.) The Workbench should initialize the default realm to be the SWT UI thread. | 2007-01-25 21:40:39 | 1,169,780,000 | resolved fixed | ec6fdf3 | 1,169,780,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
3,401 | 171,733 | Bug 171733 Reference to Java 5 methods on SearchPatternAuto | SearchPatternAuto in HEAD has several references to the Java 5 method Character.toUpperCase(int) and toLowerCase(int). I believe this will cause compile errors in the build, so marking as critical. | 2007-01-25 17:55:39 | 1,169,770,000 | verified fixed | 2c31e07 | 1,169,770,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/SearchPatternAuto.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/UIFilteredResourcesSelectionDialogAuto.java | Eclipse_Platform_UI |
3,402 | 169,023 | Bug 169023 [WorkingSets] "Add to working set" drop down should include a "new working set" option | On Eclipse 3.3 M4 there is a working set toolbar/menu. The "Add to working set" menu should include a "New Working Set" action as a shortcut, in case none of existing working sets fits my needs. | 2006-12-24 22:15:39 | 1,167,020,000 | verified fixed | e21b834 | 1,169,750,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/actions/ModifyWorkingSetDelegate.java | Eclipse_Platform_UI |
3,403 | 171,649 | Bug 171649 [Viewers] AbstractTreeViewerisExpandable(elementOrTreePath) is not called when using a ITreePathContentProvider | Build ID: 3.3M3 More information: see AbstractTreeViewer.java, line 1974, the content provider hasChildren() should not be called directly | 2007-01-25 06:00:11 | 1,169,720,000 | resolved fixed | 75e10d1 | 1,169,740,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
3,404 | 170,884 | Bug 170884 [open type] problem with incomplete results | 20070118 It seems that sometimes no search matches are shown, only the history entries. - Open the dialog on a larger workspace - Quickly enter two characters and then remove the second one with backspace - You can see that the search is interrrupted at 60% and doesn't start again after the backspace - the result only ... | 2007-01-18 05:34:45 | 1,169,120,000 | verified fixed | 97efbe3 | 1,169,740,000 | bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java bundles/org.eclipse.ui.w... | Eclipse_Platform_UI |
3,405 | 167,131 | Bug 167131 [StatusHandling] constants in StatusManager not futureproof | The constants in StatusManager (IGNORE, LOG, SHOW, SHOWANDLOG) aren't futureproof. They could be expressed in OR style. Is there a good reason to have SHOWANDLOG? | 2006-12-07 13:03:37 | 1,165,510,000 | verified fixed | 3eb6ff2 | 1,169,740,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveableHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandling/StatusManager.java | Eclipse_Platform_UI |
3,406 | 171,262 | Bug 171262 [Dialogs] uncaught NPE in FilteredResourcesSelectionDialog | null | 2007-01-22 12:35:27 | 1,169,490,000 | verified fixed | c096d60 | 1,169,740,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java | Eclipse_Platform_UI |
3,407 | 171,452 | Bug 171452 [Workbench Launcher] Deadlock on startup using I20070123-1030 | I got a couple of deadlocks on startup using I20070123-1030. It appears to be a syncExec from the Splash handler that is causing the deadlock. I will attach a trace. | 2007-01-23 15:35:53 | 1,169,580,000 | verified fixed | a223ce7 | 1,169,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/splash/AbstractSplashHandler.java | Eclipse_Platform_UI |
3,408 | 168,432 | Bug 168432 [Progress] busy spinners are too fast | Only having used them for a few days I'm torn on whether the busy spinners in views provide more benefit than distraction, since the Italics of view titles already conveyed this information, and their taking a way the icon makes it harder for me to find the view by icon/color. Perhaps this wouldn't be as much of a prob... | 2006-12-18 13:19:31 | 1,166,470,000 | verified fixed | 07e5926 | 1,169,590,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/defaultpresentation/AnimatedTabItem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/defaultpresentation/DefaultTabItem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/present... | Eclipse_Platform_UI |
3,409 | 170,119 | Bug 170119 [Presentations] Unselected tabs should be rounded in the round tab treatment | They are blocky like the lego treatment and should be smoothed out. | 2007-01-10 14:24:18 | 1,168,460,000 | verified fixed | b33a538 | 1,169,560,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/r33/CTabItem.java | Eclipse_Platform_UI |
3,410 | 153,975 | Bug 153975 SQL Data Set editor does not update parameter definition after a query change | After a SQL query update that results in changes in SQL parameter definition, the updated parameters are not reflected in the Data Set Editor parameters tab. To reproduce: Create a SampleDB data set with query text "select * from customers where customernumber = ?". Go to the Parameter tab of the data set. It correctly... | 2006-08-15 15:44:41 | 1,155,670,000 | resolved fixed | 3f0d6a6 | 1,169,410,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/TrimFrame.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/TrimPart.java | Eclipse_Platform_UI |
3,411 | 170,928 | Bug 170928 [DataBinding] ValidationStatusMap Problem | null | 2007-01-18 10:35:02 | 1,169,130,000 | resolved fixed | 74569b0 | 1,169,350,000 | bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/ValidationStatusMap.java | Eclipse_Platform_UI |
3,412 | 167,325 | Bug 167325 [Viewers]ViewerCell and ViewerRow should provide API to find neighbors | This is a very important feature if we want provide keyboard features in tables and trees and the current EditingSupport has TODO items to make this work in a clear way. I'd propose the following new API functions for ViewerCell: - ViewerCell#getCellLeft() - ViewerCell#getCellRight() - ViewerCell#getCellTop() - ViewerC... | 2006-12-09 12:23:01 | 1,165,680,000 | resolved fixed | 9ad943e | 1,169,270,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/EditingSupport.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerRow.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerRow.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerCell.java bundles/org.eclipse.j... | Eclipse_Platform_UI |
3,413 | 171,015 | Bug 171015 A typo in ProgressMonitorFocusJobDialog javadoc | There is a typo in the class javadoc /** * The ProgressMonitorFocusJobDialog is a dialog that shows progress for a * particular job in a modal dialog so as to give a user accustomed to a modal * UI a more famiiar feel. */ I think, there should be familiar instead of famiiar. | 2007-01-19 04:29:09 | 1,169,200,000 | verified fixed | 9e87ff7 | 1,169,210,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java | Eclipse_Platform_UI |
3,414 | 167,134 | Bug 167134 [Progress] Make the jobs dialog non modal | Having a modal jobs dialog causes all sorts of trouble for jobs that want to open another dialog but need a shell they can rely on (like the WorkbenchWindow). As the jobs can be run in the background anyways there is no need to force modality of the dialog. | 2006-12-07 13:17:13 | 1,165,520,000 | verified fixed | 5938a81 | 1,169,150,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java | Eclipse_Platform_UI |
3,415 | 169,697 | Bug 169697 [Preferences] Need a way to set EncodingFieldEditor group name | 3.3 M4 There is currently no way to set the EncodingFieldEditor's group name. I would like to set this to e.g. "Spelling Dictionary Encoding" where I use the editor. Even better in my case would be the ability to remove the group box border plus the group name. | 2007-01-05 10:43:12 | 1,168,010,000 | verified fixed | a562394 | 1,169,140,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/EncodingFieldEditor.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/ResourceEncodingFieldEditor.java | Eclipse_Platform_UI |
3,416 | 167,323 | Bug 167323 [Viewers]Open AbstractTreeViewer for external widget implementors | As reported by Ross Camara AbstractTreeViewer would work for nebula if we would open the API a bit. Boris and I decided that we will do this in 2 steps: 1. open the API 2. moving the Virtual-Support bits from TreeViewer to AbstractTreeViewer when the nebula grid provides virtual support. | 2006-12-09 11:40:18 | 1,165,680,000 | resolved fixed | 626084f | 1,169,070,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java | Eclipse_Platform_UI |
3,417 | 170,827 | Bug 170827 ControlDecoration uses the wrong GC method to render text | The constructor of the Hover in ControlDecoration: hoverShell.addPaintListener(new PaintListener() { public void paintControl(PaintEvent pe) { pe.gc.drawString(text, hm, hm); if (!CARBON) { pe.gc.drawPolygon(getPolygon(true)); } } }); The size of the hover is correctly performed when there are carriage returns in the t... | 2007-01-17 15:26:16 | 1,169,070,000 | resolved fixed | f3d85f1 | 1,169,070,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java | Eclipse_Platform_UI |
3,418 | 167,692 | Bug 167692 [Progress] Remove bold in the titles in the Progress View | 20061212 We are going to make the titles italic to make them consistent with the use of italization elsewhere | 2006-12-12 13:02:22 | 1,165,950,000 | verified fixed | ddf3bd8 | 1,169,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java | Eclipse_Platform_UI |
3,419 | 169,694 | Bug 169694 [Preferences] EncodingFieldEditor.store() does not store correct value | 3.3 M4 EncodingFieldEditor.store() does not store the correct value in the following scenario: 1. open with the default checked 2. select an encoding from the combo 3. call store() ==> the new value is not stored into the preference store. REASON: AbstractEncodingFieldEditor.updateEncodingState(boolean useDefault) miss... | 2007-01-05 10:21:10 | 1,168,010,000 | verified fixed | a7e94e3 | 1,169,060,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java | Eclipse_Platform_UI |
3,420 | 170,668 | Bug 170668 [DataBinding] [Patch] Add SWTObservables.observeTooltipText() | Adds support for binding to SWT Control TooltipText property. | 2007-01-16 12:45:01 | 1,168,970,000 | resolved fixed | 1717123 | 1,169,050,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/SWTObservables.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/ControlObservableValue.java bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/internal/swt/SWTPrope... | Eclipse_Platform_UI |
3,421 | 107,443 | Bug 107443 [Presentations] Ability for differing view stack presentations within the one presentation extension | Currently, when creating a presentation, you can differ how views are presentation in only a few ways. Standalone vs regular views and within standalone, with or without a title. For many applications this is insufficient for branding or other reasons. I would like to see the ability to request the views be presented i... | 2005-08-19 10:35:48 | 1,124,460,000 | verified fixed | 0723518 | 1,169,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPageLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPlaceholderFolderLayout.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewPane.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/F... | Eclipse_Platform_UI |
3,422 | 89,834 | Bug 89834 [Presentations] Allow for unanticipated parameters for part appearance and behavior | null | 2005-03-31 10:34:27 | 1,112,280,000 | verified fixed | 50c842d | 1,169,040,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPart3.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPartReference.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/intern... | Eclipse_Platform_UI |
3,423 | 169,696 | Bug 169696 [Preferences] EncodingFieldEditor.setEnabled(false) has no effect | 3.3 M4 Calling EncodingFieldEditor.setEnabled(false, parent) has no effect i.e. the control is still enabled. | 2007-01-05 10:33:43 | 1,168,010,000 | verified fixed | 056b27b | 1,169,040,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/AbstractEncodingFieldEditor.java | Eclipse_Platform_UI |
3,424 | 29,633 | Bug 29633 [EditorMgmt] "Open" menu should have Open With-->Other | While registering file associations in the preferences page is mostly a reasonable proposition, it seems that having an "Open With --> Other" option would be helpful. This came up originally for me registering .sqlj files with the Java Editor. For unrelated reasons Eclipse is getting locked up by external tools, and I ... | 2003-01-16 09:49:44 | 1,042,730,000 | verified fixed | c241623 | 1,168,980,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenWithMenu.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/int... | Eclipse_Platform_UI |
3,425 | 169,622 | Bug 169622 [Markers] Problems view should not use bold for the headers | The problems view uses bold for the category parents in the tree (e.g. Potential Programing Problems, Deprecation, etc). We generally use bold to indicate that something has changed but this is not the intention in the problems view. Second, this is I believe the only place we use bold for the top level items in table ... | 2007-01-04 19:13:09 | 1,167,960,000 | verified fixed | d2a3e9e | 1,168,980,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerViewLabelProvider.java | Eclipse_Platform_UI |
3,426 | 169,571 | Bug 169571 [Presentations] CTabFolder should not use the ellipsis | M4 The CTabFolder is losing too much information by trying to shorten with an ellipsis. I will attach a patch that no longer uses it and also removes the image later. The use of the ellipsis meant that useful title information was being removed too soon - we just not using it we retain more information. We also had too... | 2007-01-04 13:03:30 | 1,167,930,000 | verified fixed | f5af36d | 1,168,970,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/r33/AnimatedTabItem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/r33/CTabFolder.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/presentations/r33/CTabFolder2Adapter.java b... | Eclipse_Platform_UI |
3,427 | 170,664 | Bug 170664 [About] Signature checking in About dialog doesn't scale | Build: I20070112 The about dialog currently spawns one worker/thread for each plugin in order to verify signatures. This doesn't scale, since it causes hundreds or possibly thousands of threads to be running simultaneously. There should be a single job for checking signatures, or the jobs should have a scheduling rule ... | 2007-01-16 12:26:28 | 1,168,970,000 | verified fixed | 5259d55 | 1,168,970,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/AboutPluginsDialog.java | Eclipse_Platform_UI |
3,428 | 169,185 | Bug 169185 [ErrorHandling] Hooking the status handling facility into Eric's components | null | 2006-12-28 08:47:59 | 1,167,310,000 | closed fixed | bd7c142 | 1,168,630,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/ShowViewHandler.java | Eclipse_Platform_UI |
3,429 | 169,125 | Bug 169125 Make IDE#saveAllEditors work for logical models | Build ID: 200610251409 Steps To Reproduce: 1.In RSA, make changes to a model under ClearCase control 2.Without saving the model, invoke Team->Checkin 3.Checkin succeeds but the user's latest changes are not committed to the repository. More information: In the Logical Model API, there is currently no way for the reposi... | 2006-12-27 11:12:46 | 1,167,240,000 | resolved fixed | d745aa6 | 1,168,630,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISaveableFilter.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbenchPage.java bundles/org.eclipse.ui.work... | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.