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,530 | 163,274 | Bug 163274 [JFace] Provide customizable ToolTip at JFace level | More and more elements in JFace and UI request Customizable TooltipSupport. We should think about providing a common class providing a solid base for Tooltip implementations. | 2006-11-02 17:44:11 | 1,162,510,000 | verified fixed | 3ed6eba | 1,163,440,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java examples/org.eclipse.jface.... | Eclipse_Platform_UI |
3,531 | 164,133 | Bug 164133 NPE while filtering tree in Plugin Registry | I20061010-0800 1. Show view 'Plugin Registry' 2. In the tree filter text field type org.eclipse.j Is: org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.core.runtime.AssertionFailedException: null argument:) at org.eclipse.swt.SWT.error(SWT.java:3407) at org.eclipse.swt.SWT.error(SWT.java:3330) at or... | 2006-11-10 11:15:49 | 1,163,180,000 | verified fixed | 0f8034a | 1,163,400,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredTree.java | Eclipse_Platform_UI |
3,532 | 164,268 | Bug 164268 [DataBinding] BeansObservables.observeList returns a list without an element type | When constructing an IObservableList from BeansObservables the list that is returned doesn't have an element type. The scenario that this causes an issue in is when attempting to observe a detail list. Currently when you run TestMasterDetail an exception is thrown when a person is selected and this is because the detai... | 2006-11-12 18:33:51 | 1,163,370,000 | verified fixed | ffebdcf | 1,163,390,000 | bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/BeansObservables.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/BeansObservablesTest.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java | Eclipse_Platform_UI |
3,533 | 164,247 | Bug 164247 [DataBinding] NPE from ObservableMapLabelProvider when value is null | When a null value is to be returned from getColumnText(...) a NPE is thrown. It's trying to do a toString() on the null value. | 2006-11-11 22:21:34 | 1,163,300,000 | verified fixed | 1cfd7a3 | 1,163,390,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/ObservableMapLabelProvider.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTestSuite.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/viewers/ObservableMapL... | Eclipse_Platform_UI |
3,534 | 160,000 | Bug 160000 [DataBinding] Convert scenarios to official APIs | null | 2006-10-06 08:43:52 | 1,160,140,000 | verified fixed | a469cb1 | 1,163,390,000 | tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboScenarios.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/ComboViewerScenario.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios... | Eclipse_Platform_UI |
3,535 | 163,840 | Bug 163840 [Undo/Redo] Asian language Undo and Redo menus have quick key in wrong location when Action is appended | When we have quick keys like &Undo and &Redo in languages like English and German, this is not a problem. However in Japanese, Chinese, and Korean, we do not have an underlined character. Instead the quick key is written out in parenthesis like this: (U) in the case of Undo for example. We do not have a problem when no... | 2006-11-08 13:32:36 | 1,163,010,000 | verified fixed | 5c5ca5c | 1,163,360,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/RedoActionHandler.java bundles/org.eclipse.ui.workbenc... | Eclipse_Platform_UI |
3,536 | 164,217 | Bug 164217 Javadoc warning in N20061111-0010 | /builds/N/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java:166: warning - Tag @see: can't find CURRENT_METHOD in org.eclipse.jface.util.OpenStrategy | 2006-11-11 08:46:30 | 1,163,250,000 | verified fixed | 6f726de | 1,163,250,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java | Eclipse_Platform_UI |
3,537 | 162,805 | Bug 162805 [Undo] [IDE] Navigator Undo happens in UI thread with no progress | Build: I20061030-1200 Perform a large copy in a project that takes a few seconds to run Edit > Undo Copy Resources Edit > Redo Copy Resources The "redo" happens in the UI thread so the application stops painting (on Vista the window turns white). This should happen in a modal context thread. 4XESTACKTRACE at org/eclips... | 2006-10-30 16:44:53 | 1,162,240,000 | verified fixed | b007230 | 1,163,200,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IAdvancedUndoableOperation2.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractWorkspaceOperation.java bundles/org.eclipse.ui.ide/src... | Eclipse_Platform_UI |
3,538 | 163,105 | Bug 163105 [Preferences] WizardPreferences export page not using dialog font correctly | Version: 3.3.0 Build id: I20061031-0656 The WizardPreferences export page is propagating the parent font rather than using the dialog font support in Dialog. | 2006-11-01 13:11:06 | 1,162,400,000 | verified fixed | 6c0d124 | 1,163,190,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java | Eclipse_Platform_UI |
3,539 | 149,648 | Bug 149648 [Markers] Error accessing marker type. Marker id 2135563 not found. | I20060704-0800 Found these in my log: !ENTRY org.eclipse.ui.ide 4 4 2006-07-05 11:10:12.908 !MESSAGE Error accessing marker type !ENTRY org.eclipse.core.resources 4 376 2006-07-05 11:10:12.908 !MESSAGE Marker id 2135563 not found. !ENTRY org.eclipse.ui.ide 4 4 2006-07-05 11:10:12.908 !MESSAGE Error accessing marker typ... | 2006-07-05 05:54:51 | 1,152,090,000 | verified fixed | 1ff0be0 | 1,163,190,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ImportOperation.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ObjectActionContributor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/DecoratorDefinition.java bundles/org.eclipse.ui.workbenc... | Eclipse_Platform_UI |
3,540 | 161,906 | Bug 161906 [Markers] Default task priority sorting shouldn't be ascending | If you start the Eclipse Workbench it always sorts the tasks in the task tab in this way: Completed - Ascending Priority - Ascending Description - Ascending Resource - Ascending This is the default setting in Eclipse 3.2.1. and is (in my opinion) always active if you restart Eclipse (whatever you've set before the last... | 2006-10-23 03:32:28 | 1,161,590,000 | verified fixed | 7dc7a0a | 1,163,190,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java | Eclipse_Platform_UI |
3,541 | 163,241 | Bug 163241 [Undo] Allow Undo notification to be turned off | When deleting a project you will always been notified that it removes the Undo History. Could we add a "Don't show this" checkbox to its dialog settings? Thanx, PW | 2006-11-02 12:59:42 | 1,162,490,000 | verified fixed | ac7f6c0 | 1,163,180,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/DeleteResourceAction.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/DeleteResourcesOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo... | Eclipse_Platform_UI |
3,542 | 161,848 | Bug 161848 [JFace] Javadoc quality in org.eclipse.jface | As Tod announced on the platform-ui mailing list he wants to set the compiler settings to stricter mode so to ensure the javadoc quality. Because the weather was so lousy in Austria today I tried it and took the effort (~2 hours). I'll attach the patches package wise. This is a starting point. | 2006-10-21 15:24:16 | 1,161,460,000 | verified fixed | 8aa8fe9 | 1,163,180,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/action/ActionContributionItem.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/ContributionManager.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/IContributionManagerOverrides.java bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.... | Eclipse_Platform_UI |
3,543 | 163,809 | Bug 163809 [Progress] NullPointer in AnimationManager | I am writing an rcp app. If I leave an editor open ( an editor of my own making ) and re-run eclipse it occasionally throws a NullPointer. The editor kicks off a job as soon as it has its input set and it would appear the job animation manager is called before it is fully initialized. The error log entry follows: !ENTR... | 2006-11-08 09:40:20 | 1,163,000,000 | verified fixed | a9b0631 | 1,163,100,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/AnimationManager.java | Eclipse_Platform_UI |
3,544 | 139,324 | Bug 139324 [Contributions] plugin XML giving parameters to IExecutableExtension causes spurious runtime warning | Starting with Eclipse 3.2M5: Say there is a plugin.xml file, containing the following inside an actionSet (all proprietary information generalized of course): <action label="%Title" menubarPath="CustomMenu/SubMenu/Group" id="com.parasoft.MenuID15"> <class class="com.parasoft.GenericParameterizedAction"> <parameter name... | 2006-04-28 18:39:10 | 1,146,260,000 | verified fixed | 7c7b1a2 | 1,163,090,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/GenericCommandActionDelegate.java | Eclipse_Platform_UI |
3,545 | 77,014 | Bug 77014 [Commands] request: Provide close view command and binding | In Eclipse 3.0.1, the key sequence CTRL+F4 will close an editor view. However, the same key sequence will not close a non-editor view. I think that CTRL+F4 should close the active view; editor view or non-editor view. | 2004-10-26 10:30:47 | 1,098,800,000 | verified fixed | 8d2b387 | 1,163,070,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ClosePartHandler.java | Eclipse_Platform_UI |
3,546 | 161,025 | Bug 161025 [WorkbenchParts] SelectionListener possible bug | I have a problem which may be RCP bug or just my bug. My setup is this: I have a EditorPart with table as selection provider. Then I have I ViewPart which is registered to listen to selection events. The problem I'm having is that my View doesn't get selection change events if I open the view part after I open the edit... | 2006-10-16 06:26:51 | 1,160,990,000 | verified fixed | 6c2d008 | 1,163,020,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/ISelectionService.java | Eclipse_Platform_UI |
3,547 | 156,410 | Bug 156410 [Workbench] [RCP] SaveAllEditors ArrayIndexOutofBoundsException | When attempting to programmatically close my RCP application via WorkBench.close(), I get an ArrayIndexOutofBoundsException. The relevent stack is: java.lang.ArrayIndexOutOfBoundsException at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:769) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at o... | 2006-09-06 13:59:12 | 1,157,570,000 | verified fixed | 57dd60c | 1,163,000,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/EditorManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveableHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java | Eclipse_Platform_UI |
3,548 | 163,474 | Bug 163474 [Undo/Redo] Wrong Tooltips for Undo and Redo actions | I'm using the Undo and Redo actions created with ActionFactory.UNDO.create() and ActionFactory.REDO.create() in a toolbar. If I hover over them the tooltip says "&Undo action" and "&Redo action". Looks like they use the title messages instead of the tooltip messages for tooltips. I found this code in OperationHistoryAc... | 2006-11-05 08:19:32 | 1,162,730,000 | verified fixed | 74a6725 | 1,162,950,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/RedoActionHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/UndoActionHandler.java | Eclipse_Platform_UI |
3,549 | 163,683 | Bug 163683 [FieldAssist] - Javadoc warnings in I20061107-0800 | /builds/I/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java:397: warning - Tag @see: can't find setDecoration(FieldDecoration) in org.eclipse.jface.fieldassist.ControlDecoration | 2006-11-07 11:33:44 | 1,162,920,000 | verified fixed | 73286c0 | 1,162,930,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java | Eclipse_Platform_UI |
3,550 | 163,589 | Bug 163589 [Undo] Tooltips for Undo and Redo have shortcuts but should not | When we use the Eclipse Undo and Redo feature, we see shortcuts: (u) and (R) for Japanese in the tooltips but not in other languages. Shortcuts are not useful for tooltips. I will provide screen shots. | 2006-11-06 15:13:21 | 1,162,840,000 | verified fixed | 2d40205 | 1,162,930,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java | Eclipse_Platform_UI |
3,551 | 163,662 | Bug 163662 [Progress] ProgressManagerUtil javadoc incorrect | From revision 1.40 of ProgressManagerUtil (build I20060829-0800) there is /** * The ProgressUtil is a class that contains static utility methods used for the * progress API. */ /** * @since 3.2 * */ /** * @since 3.2 * */ /** * @since 3.2 * */ | 2006-11-07 09:41:40 | 1,162,910,000 | verified fixed | e0c05e2 | 1,162,920,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManagerUtil.java | Eclipse_Platform_UI |
3,552 | 163,245 | Bug 163245 [Progress] make the progress viewer virtual | We should make the progress viewer virtual as it takes a lot of time to update when flooded with jobs | 2006-11-02 13:29:16 | 1,162,490,000 | verified fixed | 4913461 | 1,162,830,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressInfoItem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/VirtualInfoItem.java bundles/org.eclips... | Eclipse_Platform_UI |
3,553 | 162,421 | Bug 162421 [FastView] 3.3. presentation: view locked after minimize - show - restore | N20061026-0010, was OK in I20061024-1200 3.3. presentation: view locked after minimize - show - restore: - minimize view (e.g. Declarations view that shows some code) - click on view icon to show view as a fast view => view behaves normally (e.g. can select text in Declarations view) - click Restore button => view is r... | 2006-10-26 11:46:43 | 1,161,880,000 | verified fixed | 0d98e07 | 1,162,780,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.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/PerspectiveHelper.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/... | Eclipse_Platform_UI |
3,554 | 163,461 | Bug 163461 [Field Assist] - API - ControlDecoration should work with image+text, not FieldDecoration | DecoratedField supported multiple decoration locations, so it was useful to expose a data structure that referred to a particular decoration. Hence FieldDecoration was defined. It is just an image+text data structure, but was useful for asking DecoratedField to "do things" to a particular decoration, such as hiding it,... | 2006-11-04 17:38:01 | 1,162,680,000 | verified fixed | 5d978da | 1,162,680,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/ControlDecorationTestDialog.java | Eclipse_Platform_UI |
3,555 | 162,655 | Bug 162655 [Undo] [IDE] - Undoing a delete should check for existence of resources to be restored | N20061027. - I deleted two projects (along with their content). I read the warning that undo delete cannot restore the content and said "OK." - Then I checked out those same projects from HEAD. - Then I selected "Undo Delete Resources." This overwrote my code with empty projects. I think that "Undo Delete Resources" sh... | 2006-10-27 19:54:43 | 1,161,990,000 | verified fixed | 15b7ac7 | 1,162,600,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractCreateResourcesOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractResourcesOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CopyResourcesOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/De... | Eclipse_Platform_UI |
3,556 | 163,096 | Bug 163096 [Undo] WorkspaceUndoUtil#delete should not attempt to open project | Build: I20061030-0656 1) Create a new simple project 2) Shutdown Eclipse 3) Delete the project's directory on disk 4) Restart Eclipse 5) Try to delete the project from the Navigator view. -> The project cannot be deleted, because the deletion will attempt to reopen the project. The project cannot be opened because its ... | 2006-11-01 12:34:29 | 1,162,400,000 | verified fixed | 53f08cc | 1,162,600,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/WorkspaceUndoUtil.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/ProjectDescription.java | Eclipse_Platform_UI |
3,557 | 143,535 | Bug 143535 [Field Assist] - example needs to vary placement of decorations | null | 2006-05-24 13:01:29 | 1,148,490,000 | verified fixed | 9e92db9 | 1,162,590,000 | examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/ControlDecorationTestDialog.java examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/DecoratedFieldTestDialog.java examples/org.eclipse.ui.examp... | Eclipse_Platform_UI |
3,558 | 163,360 | Bug 163360 [Field Assist] - API - Provide ControlDecoration constructor without specifying decoration | Currently you can only create a ControlDecoration by specifying the control and the decoration in the constructor. This works nicely when the decoration is static (ie, always content assist). But there are use cases where the decoration changes depending on the state of the field, and at creation time, it's not clear w... | 2006-11-03 12:37:06 | 1,162,580,000 | verified fixed | d3ac1ed | 1,162,590,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java | Eclipse_Platform_UI |
3,559 | 148,357 | Bug 148357 [Field Assist] - API - provide access for closing the proposal popup | I think that the field assist API needs more hooks to be customizable. For example : 1) There is no way to manually close/open the popup. Most of the times, this is the easier thing for a user to ask to implement his custom behaviour. 2) There is no way to intercept keystrokes/events directed to the field. 3) There is ... | 2006-06-23 04:23:40 | 1,151,050,000 | verified fixed | 3c8429a | 1,162,590,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java | Eclipse_Platform_UI |
3,560 | 137,879 | Bug 137879 Unable to specify resources in zip filesystem | How to repeat the problem: 1. Check out and compile the org.eclipse.ui.filesystem.examples plug-in. 2. Start runtime workspace. The following operations are in the runtime workspace. 3. Create a new project, e.g. TestZipFilesystem 4. Create a new file, in the wizard page, check "Link file to file system" and choose the... | 2006-04-21 02:04:50 | 1,145,600,000 | verified fixed | f21a158 | 1,162,590,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/i... | Eclipse_Platform_UI |
3,561 | 162,915 | Bug 162915 [Undo] Cause of error not reported on undo | Build: I20061031-0656 1) In the Navigator, delete a file 2) In the file system, recreate that file 3) Back in the Navigator, try to undo the deletion. -> Error occurs as expected, but the cause of the exception isn't surfaced in the dialog. I see Error while undoing the "Delete Resources" operation. Reason: Error while... | 2006-10-31 10:31:31 | 1,162,310,000 | verified fixed | 4791393 | 1,162,330,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java | Eclipse_Platform_UI |
3,562 | 162,916 | Bug 162916 [Undo] [IDE] Invalid thread access from new file wizard | Build: I20061031-0656 1) Create a simple project 2) In the file system, add file "a.txt" to the project 3) Back in Eclipse, do File > New > File, select the project and enter a name of "a.txt". An internal error occurs because it is trying to open an error dialog from a modal context thread: org.eclipse.swt.SWTExceptio... | 2006-10-31 10:37:15 | 1,162,310,000 | verified fixed | 6acf364 | 1,162,330,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java | Eclipse_Platform_UI |
3,563 | 162,668 | Bug 162668 [FieldAssist] Javadoc warnings in N20061028-0010 | /builds/N200610280010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java:691: warning - @param argument "decoration" is not a parameter name. | 2006-10-28 09:05:24 | 1,162,040,000 | verified fixed | ff6fc9b | 1,162,230,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ControlDecoration.java | Eclipse_Platform_UI |
3,564 | 161,805 | Bug 161805 [Viewers] JFace TreeViewer collapses node when sibbling removed | 3.2 1. Use the Eclipse Wizard to produce a plugin with a tree viewer view. 2. Paste the modified SampleView.java - this looks like the left part of the attached screenshot 3. Click on the top node Parent1 and type - 4. TreeViewer.remove is called to remove Parent 1. TreeViewer.refresh is called - this looks like the ri... | 2006-10-20 17:54:52 | 1,161,380,000 | verified fixed | 971c0f5 | 1,162,230,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
3,565 | 162,443 | Bug 162443 [Undo] DeleteResourcesOperation halts Bug99858Test on linux | I guess with the change to DeleteResourceAction to call the operation this now pops up a dialog and blocks the automated testing. PW | 2006-10-26 12:42:38 | 1,161,880,000 | verified fixed | 0b64de2 | 1,161,890,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/internal/Bug99858Test.java | Eclipse_Platform_UI |
3,566 | 161,303 | Bug 161303 [Commands] handlers: StackOverflowError in ActionHandler framework | java.lang.StackOverflowError at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.isHandled(LegacyHandlerWrapper.java:130) at org.eclipse.core.commands.Command.isEnabled(Command.java:806) at org.eclipse.ui.internal.handlers.CommandLegacyActionWrapper.isEnabled(CommandLegacyActionWrapper.java:289) at org.eclipse.ui.... | 2006-10-17 15:58:07 | 1,161,120,000 | verified fixed | ff49912 | 1,161,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/SubActionBars.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java | Eclipse_Platform_UI |
3,567 | 160,918 | Bug 160918 [KeyBindings] Nullpointer exception in Win > Pref > General > Keys | If I define a new category of extension org.eclipse.ui.commands and dont put any commands in that category I get the following null pointer exception. Steps: 1. Launch IDE in Japanese OS (reproed on both Win32 and MacOSX) 2. Click on "Window" -> "Preferences" 3. In Preferences dailog, click on "Gerneral" -> "Keys" Actu... | 2006-10-13 15:20:35 | 1,160,770,000 | verified fixed | 030388c | 1,161,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java | Eclipse_Platform_UI |
3,568 | 162,425 | Bug 162425 Javadoc warnings in N20061026-0010 | /builds/N200610260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/testing/IWorkbenchPartTestable.java:36: warning - Tag @link: Class or Package not found: org.eclipse.swt.Composite /builds/N200610260010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workben... | 2006-10-26 12:08:01 | 1,161,880,000 | verified fixed | 952d286 | 1,161,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/testing/IWorkbenchPartTestable.java | Eclipse_Platform_UI |
3,569 | 162,216 | Bug 162216 [JFace] org.eclipse.jface.snippets doesn't work on linux | I picked up platform-ui and platform-ui-test today from HEAD and got org.eclipse.jface.snippets ... which won't compile with an error. Severity and Description Path Resource Location Creation Time Id The project was not built since the source file /org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/sni... | 2006-10-25 10:06:05 | 1,161,790,000 | verified fixed | a0d255b | 1,161,800,000 | examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/Snippet010OwnerDraw.java | Eclipse_Platform_UI |
3,570 | 161,902 | Bug 161902 [JFace] Enhancements to GridLayoutFactory.margins | This enhancement requests the following: 1. Rename the new GridLayoutFactory.margins(int,int,int,int) to GridLayoutFactory.extendedMargins(int,int,int,int) 2. Add a GridLayoutFactory.extendedMargins(Rectangle) method that accepts a difference rectangle. 3. Add static methods to Geometry in order to easily construct dif... | 2006-10-22 23:43:59 | 1,161,580,000 | verified fixed | 2251d37 | 1,161,790,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/layout/GridLayoutFactory.java bundles/org.eclipse.jface/src/org/eclipse/jface/util/Geometry.java examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/layout/Snippet013GridLayoutFactory.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/or... | Eclipse_Platform_UI |
3,571 | 161,000 | Bug 161000 [Metadata] org.eclipse.ui.workbench MANIFEST.MF is polluted | The MANIFEST.MF for org.eclipse.ui.workbench declares 'org.eclipse.ui.testing' as an x-friend of the org.eclipse.ui.internal package. The MANIFEST.MF of an SDK plug-in must not be polluted with references to test plug-ins. 'org.eclipse.ui.testing' must be removed from the x-friends list. | 2006-10-16 01:45:59 | 1,160,980,000 | resolved fixed | c363d7d | 1,161,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/testing/WorkbenchPartTestable.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/testing/IWorkbenchPartTestable.java tests/org.eclipse.ui.tests/Eclipse UI Te... | Eclipse_Platform_UI |
3,572 | 162,095 | Bug 162095 [Workbench] Add default icons to Quick Access | Add default icons to Quick Access for nodes and elements. Aaron | 2006-10-24 11:23:19 | 1,161,700,000 | verified fixed | 041ca8a | 1,161,710,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchImages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/CtrlEAction.java | Eclipse_Platform_UI |
3,573 | 161,401 | Bug 161401 [Viewers] Tweak ColumnViewer-API | - Rename getRowPart(Point point) => getViewerRow() - Rename getCell(Point point) => getViewerCell() - Rename setViewerColumn(final int columnIndex, ViewerColumn viewer) => setupEditingSupport - Make setupEditingSupport() private no one from external needs to use this API to set the EditingSupport for an ViewerColumn | 2006-10-18 08:55:33 | 1,161,180,000 | verified fixed | b98c19a | 1,161,700,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/EditingSupport.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java bundles/org.eclipse.j... | Eclipse_Platform_UI |
3,574 | 156,883 | Bug 156883 [Viewers] enhancements to ILazyTreeContentProvider | null | 2006-09-11 11:16:31 | 1,157,990,000 | verified fixed | 859901e | 1,161,660,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ILazyTreePathContentProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java | Eclipse_Platform_UI |
3,575 | 161,983 | Bug 161983 Add functionality to Quick Access to remember selection for entered text value | Add functionality to Quick Access associating a selection to the entered string. If the string is entered in the text field, focus is moved to the previously chosen element. Aaron | 2006-10-23 13:24:00 | 1,161,620,000 | resolved fixed | 76fc49d | 1,161,640,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/CtrlEAction.java | Eclipse_Platform_UI |
3,576 | 161,897 | Bug 161897 [Undo] Javadoc warnings in N20061022-0010 | /builds/N200610220010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java:71: warning - Tag @link: can't find performCopy(IResource[], IPath, IProgressMonitor) in org.eclipse.ui.actions.MoveFilesAndFoldersOperation /builds/N200610220010/src/... | 2006-10-22 21:09:16 | 1,161,570,000 | verified fixed | 654f007 | 1,161,630,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java | Eclipse_Platform_UI |
3,577 | 161,894 | Bug 161894 [Undo] Warning in N20061022-0010 | 1. WARNING in /Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java (at line 1024) ProjectSnapshot snap = new ProjectSnapshot(testProject); The local variable snap is never read | 2006-10-22 21:05:39 | 1,161,570,000 | verified fixed | 112a74a | 1,161,620,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/operations/WorkspaceOperationsTests.java | Eclipse_Platform_UI |
3,578 | 161,254 | Bug 161254 [IDE][WorkbenchLauncher] workspace MRU should be shown in the menu | 3.3M2 I've been using the Switch Workspaces option a LOT lately and I've been finding it quite frustrating. I usually only switch between two workspaces and to do this requires a trip to the File menu, then navigating a combo in a dialog, and finally hitting OK. It'd be nice if the MRU list contained in dialog combo wa... | 2006-10-17 11:04:55 | 1,161,100,000 | verified fixed | 5af4b1c | 1,161,610,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/OpenWorkspaceAction.java | Eclipse_Platform_UI |
3,579 | 161,828 | Bug 161828 [Undo] - second undo on folder move/copy merge restores old snapshot | Project A folder file1 file2 file3 file4 subfolder file1 file2 file3 file4 Move the "folder" to this existing project: Project B folder file1 file2 file3 file4 file5 file6 subfolder file1 file2 file3 file4 The move operation correctly replaces the content of file1, file2, file3, file4 in the ProjectB folder and the con... | 2006-10-21 04:12:39 | 1,161,420,000 | verified fixed | d6b164f | 1,161,500,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/WorkspaceUndoUtil.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/ContainerDescription.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/FileDescription.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/Res... | Eclipse_Platform_UI |
3,580 | 161,433 | Bug 161433 Quick access in dialogs broken | Build: I20061017 1) Open a dialog 2) Invoke Quick Access (Ctrl+e) -> The quick access shell is parted off the workbench window rather than the active shell (the dialog). Therefore, it does not obtain focus and cannot be used. | 2006-10-18 12:12:38 | 1,161,190,000 | resolved fixed | 5756660 | 1,161,380,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/CtrlEAction.java | Eclipse_Platform_UI |
3,581 | 161,786 | Bug 161786 [Undo] - operations with multiple, matching contexts not disposed properly | Found this problem running the workspace operations automated tests. In that suite, a marker operation that changes a bookmark and a task is performed. The operation is therefore assigned two undo contexts "bookmark" and "task". These two undo contexts are set up to "match" against the workspace context. This is done s... | 2006-10-20 16:04:01 | 1,161,370,000 | verified fixed | 8efe97e | 1,161,380,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java | Eclipse_Platform_UI |
3,582 | 161,738 | Bug 161738 [Undo] - API - promote ability to quietly compute status to operations API | null | 2006-10-20 12:04:33 | 1,161,360,000 | verified fixed | 914b2ba | 1,161,370,000 | bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IAdvancedUndoableOperation2.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractWorkspaceOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/WorkspaceUndoMonitor.java | Eclipse_Platform_UI |
3,583 | 161,616 | Bug 161616 [Undo] - AdvancedValidationUserApprover should allow suppression of prompts during testing | AdvancedValidationUserApprover is installed by the workbench to validate undo/redo operations and report problems to the user. We need automated tests that check for invalid conditions found by the approver, but we do not want any user prompting to occur. So we need a flag akin to ErrorDialog.AUTOMATED_MODE that suppre... | 2006-10-19 14:20:52 | 1,161,280,000 | verified fixed | eff901e | 1,161,300,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/operations/AdvancedValidationUserApprover.java | Eclipse_Platform_UI |
3,584 | 161,464 | Bug 161464 Workspace.run reports null task name in beginTask | 3.2 Noticed that Workspace.run uses beginTask(null, ...), which is contrary to the spec of IProgressMonitor. Saw this while tracking down an NPE in org.eclipse.jface.action.StatusLine.subTask due to a null subtask name. Recommend checking all senders of beginTask, setTaskName and subTask in core. Might want to change S... | 2006-10-18 15:34:28 | 1,161,200,000 | resolved fixed | 2f3030e | 1,161,210,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkingSetResourceMapping.java | Eclipse_Platform_UI |
3,585 | 161,114 | Bug 161114 [Presentations] Close all perspectives leaves empty editor area behind | [I20061010-0800] Closed all perspectives. Will attach screenshot. | 2006-10-16 15:21:58 | 1,161,030,000 | verified fixed | af289dc | 1,161,120,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ShowFastViewContribution.java | Eclipse_Platform_UI |
3,586 | 161,263 | Bug 161263 Broken fast view bars | Build: I20061017-0800 1) Maximized a view 2) Double-clicked the view tab to restore it. -> Now I'm in a state where all other parts remain as fast views and I have just the restored view and the editor area available. The fast view bars cannot be restored (restore button does nothing). There is no context menu on the F... | 2006-10-17 11:31:44 | 1,161,100,000 | verified fixed | 5e259d5 | 1,161,110,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.java | Eclipse_Platform_UI |
3,587 | 156,676 | Bug 156676 QuickAccess popup should include dirty indicator | I20060906-1200 The QuickAccess popup (Ctrl+E) should include a dirty indicator (*) like the 'Window > Navigation > Quick Switch Editor' action does. | 2006-09-08 05:54:24 | 1,157,710,000 | resolved fixed | d252125 | 1,161,100,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,588 | 161,037 | Bug 161037 Compile warnings in N20061014-0010/compilelogs/platform.doc.isv.javadoc.txt | /builds/N200610140010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java:1346: warning - @return tag has no arguments. /builds/N200610140010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/u... | 2006-10-16 07:57:00 | 1,161,000,000 | verified fixed | e90511b | 1,161,030,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java | Eclipse_Platform_UI |
3,589 | 159,918 | Bug 159918 [Viewers] TreeViewer.setChildCount(...) should preserve selection | Since changing the child count of an element in a tree can effectively remove children, the #setChildCount(...) method should preserve selection. This way if a selected item is disposed, the selection change will fire with the new <empty selection>. | 2006-10-05 14:09:04 | 1,160,070,000 | verified fixed | 583e71a | 1,161,020,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java | Eclipse_Platform_UI |
3,590 | 158,778 | Bug 158778 [Viewers] request for remove(parent, index) API on tree viewer | 3.3 It would be helpful to have a 'remove(Object parent, int index)' method on the tree viewer to complement that 'replace(...)' and 'setChildCount(...)' APIs. The debug platform requires such a method to implement filtering in virtual tree views. Rather than performing a 'replace/remove' based on elements, the content... | 2006-09-26 11:16:27 | 1,159,280,000 | verified fixed | c72717a | 1,161,020,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/SimpleVirtualLazyTreeViewerTest.java | Eclipse_Platform_UI |
3,591 | 156,678 | Bug 156678 QuickAccess items are unordered | I20060906-1200 Most items in the QuickAccess popup (Ctrl+E) are in no apparent order. Editors, Views, Perspectives, and New should be sorted alphabetically (like Commands already is). Menus and Preferences would probably be easier to understand if they were arranged hierarchically as they appear in the workbench window... | 2006-09-08 06:01:48 | 1,157,710,000 | resolved fixed | d198555 | 1,161,020,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/IncubatorMessages.java | Eclipse_Platform_UI |
3,592 | 159,600 | Bug 159600 [Viewers] Tooltips not working on TreeViewer | TooltipSupport does not map receiver-relative coordinates to display-relative coordinates => TreeViewer#getItem(int x, int y) returns wrong item. | 2006-10-03 11:06:30 | 1,159,890,000 | verified fixed | 1eab90f | 1,161,020,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java | Eclipse_Platform_UI |
3,593 | 159,597 | Bug 159597 [Viewers] getRowPart(Point) behaves differently on Table than on Tree | getRowPart(Point) is reacting different between on TableViewer and TreeViewer: TableViewer: ------------ protected Item getItem(int x, int y) { return table.getItem(new Point(x, y)); } TreeViewer: ----------- protected Item getItem(int x, int y) { return getTree().getItem(getTree().toControl(new Point(x, y))); } | 2006-10-03 10:58:49 | 1,159,890,000 | verified fixed | 4adbdc8 | 1,161,020,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java | Eclipse_Platform_UI |
3,594 | 161,086 | Bug 161086 [Viewers] performance problem in AbstractTreeViewer.internalExpandToLevel | If you expand to ALL_LEVELS, internalExpandToLevel will call createChildren even if the element has no children, i.e. it does not check if the element is expandable. Found this while experimenting with the Quick Access feature (enter "con", then delete all three characters one at a time). | 2006-10-16 12:08:21 | 1,161,010,000 | verified fixed | 9b73a19 | 1,161,020,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java | Eclipse_Platform_UI |
3,595 | 157,646 | Bug 157646 [Import/Export] "Import Existing Project" from zip locks file - prevents deletion | Build: M20060629-1905 Even though I cancel the Import Existing Project wizard without completing it, the zip file selected becomes (and remains) locked and cannot be deleted until the workbench is closed. Steps: File > Import > Existing Projects Into Workspace Select a zip file that does not contain any projects Cancel... | 2006-09-18 11:14:44 | 1,158,590,000 | resolved fixed | e415216 | 1,161,010,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/wizards/datatransfer/ExternalProjectImportWizard.java | Eclipse_Platform_UI |
3,596 | 160,543 | Bug 160543 [FastViews] View Menu button needs accessible name | null | 2006-10-11 15:36:43 | 1,160,600,000 | verified fixed | 9bfe7e7 | 1,160,750,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/FastViewBar.java | Eclipse_Platform_UI |
3,597 | 160,746 | Bug 160746 [Workbench] Dangerous use of getActiveShell in the workbench | null | 2006-10-12 16:27:10 | 1,160,680,000 | verified fixed | aee6d98 | 1,160,750,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/ActivityCategoryPreferencePage.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/activities/WorkbenchTriggerPointAdvisor.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IntroAction.java bundles/org.eclipse.ui.wo... | Eclipse_Platform_UI |
3,598 | 111,887 | Bug 111887 [EFS] Provide IFileStoreEditorInput (+ impl) for new IFileStore | null | 2005-10-07 08:24:55 | 1,128,690,000 | verified fixed | be19b74 | 1,160,750,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/FileStoreEditorInput.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.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IURIEditorInput.java | Eclipse_Platform_UI |
3,599 | 160,153 | Bug 160153 [Viewers] tableViewer.setUseHashlookup causes wrong selections | I've got a table viewer with a virtual table. In the snippet below in removeSelected() I remove an item from my model, then I refresh the view and set the selected item with tableViewer.setSelection(new StructuredSelection(input.get(nextSelectedIndex)), true); If I use tableViewer.setUseHashlookup(true) and I delete th... | 2006-10-08 13:00:36 | 1,160,330,000 | verified fixed | 471f5c5 | 1,160,750,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualLazyTableViewerTest.java tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/VirtualTableViewerTest.java | Eclipse_Platform_UI |
3,600 | 160,700 | Bug 160700 [Viewers] Editing backwards compatility | null | 2006-10-12 12:18:36 | 1,160,670,000 | verified fixed | da94c20 | 1,160,680,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java | Eclipse_Platform_UI |
3,601 | 160,720 | Bug 160720 [Undo] - need tracing options to monitor workspace undo history validation | Any automatic flushing of the workspace undo history should include tracing options so that we can monitor how often this happens, when it happens, etc. | 2006-10-12 13:59:31 | 1,160,680,000 | verified fixed | b78f2dc | 1,160,680,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/Policy.java | Eclipse_Platform_UI |
3,602 | 91,449 | Bug 91449 [DnD] [Perspectives] Dragging a perspective button should not be overloaded to open a new window | 3.1M6 - when dragging a perspective button in the perspective bar to rearrange its order, I moved it slightly out of bounds of the perspective bar - the result was not a rearrangement of the perspectives, but a new window - this was unexpected - also, it's not really detaching the perspective, but rather opening a new ... | 2005-04-14 15:39:57 | 1,113,510,000 | closed fixed | 266b820 | 1,160,680,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveSwitcher.java | Eclipse_Platform_UI |
3,603 | 160,659 | Bug 160659 CCE in ResourceNavigator | 16 failures in the org.eclipse.ui.tests java.lang.ClassCastException at org.eclipse.ui.tests.navigator.ResourceNavigatorTest.testSelectReveal(ResourceNavigatorTest.java:133) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:327) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:201) at org... | 2006-10-12 08:15:58 | 1,160,660,000 | resolved fixed | 62f983c | 1,160,660,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java | Eclipse_Platform_UI |
3,604 | 160,545 | Bug 160545 IResourceNavigator javadoc errors in build N200610110010 | Constructing Javadoc information... /builds/N200610110010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/IResourceNavigator.java:60: warning - Tag @link: can't find setComparator() in org.eclipse.ui.views.navigator.IResourceNavigator /builds/N200610110010/src/plugins/o... | 2006-10-11 15:43:46 | 1,160,600,000 | verified fixed | 072103f | 1,160,600,000 | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/IResourceNavigator.java | Eclipse_Platform_UI |
3,605 | 159,190 | Bug 159190 [Viewers] multiple dispose listeners for elements in VIRTUAL tree viewer | 3.3 Each time an element is mapped in a VIRTUAL tree viewer, a dispose listener is hooked to its item to properly unmap it. However, elements are mapped to the same item more than once (each time it is updated via doUpdateItem(Widget widget, Object element, boolean fullMap)). This results in many dispose listeners for ... | 2006-09-28 16:02:00 | 1,159,470,000 | verified fixed | b8b9555 | 1,160,580,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java | Eclipse_Platform_UI |
3,606 | 93,611 | Bug 93611 [Viewers] Please refactor TableLayout to behave like standard layout | null | 2005-05-04 00:10:27 | 1,115,180,000 | resolved fixed | 70f8155 | 1,160,500,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/propertyPages/TableResizePropertyPage.java | Eclipse_Platform_UI |
3,607 | 157,495 | Bug 157495 [Viewers] public subclasses of ViewerSorter should be changed to ViewerComparator | The following 3 classes in the ui should be changed to be subclasses of ViewerComparator: ResourceSorter WorkbenchViewerSorter FileViewerSorter This will involve deprecating old classes and methods, and adding new classes and methods for each of these classes and to classes that reference these sorter classes in their ... | 2006-09-15 12:02:59 | 1,158,340,000 | verified fixed | 68c41e3 | 1,160,490,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FileSelectionDialog.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/WizardResourceImportPage.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileFolderSelectionDialog.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui... | Eclipse_Platform_UI |
3,608 | 157,604 | Bug 157604 [Jobs] The following rule does not apply: Don't swallow InterruptedException. Call Thread.currentThread().interrupt() | null | 2006-09-17 23:35:21 | 1,158,550,000 | resolved fixed | d41d6f3 | 1,160,150,000 | examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/BusyShowWhileDialog.java examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/TestJob.java examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/examples/jobs/UITestJob.java examples/org.eclipse.ui.examples.job/src/org/eclipse/ui/e... | Eclipse_Platform_UI |
3,609 | 159,626 | Bug 159626 [Snippets] Snippet to demonstrate ImageButtons in dialogs | null | 2006-10-03 14:20:03 | 1,159,900,000 | verified fixed | 836ab2b | 1,160,140,000 | examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/dialogs/Snippet012DialogWithImageButtons.java | Eclipse_Platform_UI |
3,610 | 159,940 | Bug 159940 [DataBinding] DataBindingContext shouldn't expose the bindings list as a mutable list | Currently in DataBindingContext getBindings() exposes the bindings observable list as a mutable observable list. I think we need to make this an unmodifiable list and also add a removeBinding(Binding binding) method to the API of DataBindingContext so that the DBC can remove itself from the binding when removed from th... | 2006-10-05 17:29:11 | 1,160,080,000 | verified fixed | 3c21ed7 | 1,160,140,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/DataBindingContext.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java | Eclipse_Platform_UI |
3,611 | 159,998 | Bug 159998 NPE in TableViewerTests | N20061006 java.lang.NullPointerException at org.eclipse.jface.dialogs.TitleAreaDialog.setTitleImage(TitleAreaDialog.java:583) at org.eclipse.jface.tests.dialogs.TitleAreaDialogTest.testSetTitleImageNull(TitleAreaDialogTest.java:47) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:327) at org.eclipse.tes... | 2006-10-06 07:55:24 | 1,160,140,000 | verified fixed | 656e8d7 | 1,160,140,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java | Eclipse_Platform_UI |
3,612 | 159,930 | Bug 159930 [Dialogs] Remove the ControlAnimator from the Preferences and TitleArea dialog | M2 We have decided to remove the control animations. We are also going to remove the background colors from the error message and keep them as the same as the plain message background. | 2006-10-05 16:05:44 | 1,160,080,000 | verified fixed | da161fa | 1,160,080,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/AnimatorFactory.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TitleAreaDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceDialog.java bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceMessageArea.java... | Eclipse_Platform_UI |
3,613 | 159,890 | Bug 159890 [Markers] Bug75909Test failing in N20061005 build | null | 2006-10-05 11:22:14 | 1,160,060,000 | verified fixed | bdc28b6 | 1,160,060,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/markers/Bug75909Test.java | Eclipse_Platform_UI |
3,614 | 159,538 | Bug 159538 [Trim] 6 test failures in the test suite with examples loaded | [N20061002-0010] When you run the test suites with all UI plugins including tests and examples, there are six failures in TrimLayoutTest, they all look similar to the one below. Fixing this would give me that "warm fuzzy feeling" when I do the build submissions that everything is green. junit.framework.AssertionFailedE... | 2006-10-02 21:12:19 | 1,159,840,000 | verified fixed | 09abd6c | 1,160,060,000 | tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/TrimLayoutTest.java | Eclipse_Platform_UI |
3,615 | 158,065 | Bug 158065 [DataBinding] ValidationError observables need a nudge to hook themselves up | See attached patch. | 2006-09-20 16:36:33 | 1,158,780,000 | resolved fixed | 92d74a0 | 1,160,060,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/observable/value/ComputedValue.java | Eclipse_Platform_UI |
3,616 | 140,644 | Bug 140644 [DataBinding] Binding to ValidationError of DataBindingContext is broken | Hello, I wanted to bind the ValidationError Observable to a Widget, and it doesn't seem to work. I tested with Jface Databinding sample and in TestMasterDetails.java example, instead of binding the simple date error to a label, I bound the ValidationError of DBC to the Label (with a simple converter). dbc.bind(validati... | 2006-05-08 15:19:10 | 1,147,120,000 | resolved fixed | 58f56c4 | 1,160,050,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/DataBindingContext.java examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet004DataBindingContextErrorLabel.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databindin... | Eclipse_Platform_UI |
3,617 | 16,179 | Bug 16179 [Wizards] Wizard API: confusion over notifying of pages being entered, left | Its not clear what a wizard writer is supposed to do to for notification of page transition. This is important for complex wizards which have to compute expensive information based on a previous page, or where it must compute something expensive for availability of the next page. The goal is optimal delaying of computi... | 2002-05-16 12:54:32 | 1,021,570,000 | verified fixed | 342bd37 | 1,159,970,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageTransitionListener.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/IPageTransitionProvider.java bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PageTransitionEvent.java bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/Wizard.java bu... | Eclipse_Platform_UI |
3,618 | 159,625 | Bug 159625 [Snippets] Update Snippet011CustomTooltips to reflect new API | Method names not changed with API | 2006-10-03 14:17:17 | 1,159,900,000 | verified fixed | ab714ac | 1,159,900,000 | examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/Snippet011CustomTooltips.java | Eclipse_Platform_UI |
3,619 | 159,009 | Bug 159009 Errors opening resource | build i0926-0935 I commonly use ctrl-shift-r to open a resource in my workspace. with this build I frequently get an error and the following stack track in my log file. !ENTRY org.eclipse.core.jobs 4 2 2006-09-27 13:47:30.164 !MESSAGE An internal error occurred during: "Searching for all". !STACK 0 java.util.Concurrent... | 2006-09-27 13:49:01 | 1,159,380,000 | verified fixed | ea0718e | 1,159,900,000 | bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ResourceSearcher.java bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/utils/ResourceSearchItem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/AbstractSearchItem.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dial... | Eclipse_Platform_UI |
3,620 | 158,658 | Bug 158658 Eclipse 3.3 presentation: Minimize too slow on Windows | 3.3M2, 3.3 presentation enabled The animation is cute but it's currently too slow to be useful on my machine (WinXP SP2, dual 3.2Ghz, 2G memory, Nvidia GeForce 6200, 3 monitors). There's a noticeable pause (2-3 sec?) when it captures the screen before it starts scaling it down. javaw.exe (jdk1.5.0_06) takes close to 50... | 2006-09-25 16:38:17 | 1,159,220,000 | resolved fixed | ecddb77 | 1,159,900,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/RectangleAnimation.java | Eclipse_Platform_UI |
3,621 | 159,550 | Bug 159550 [Viewers] Deprecate TableTreeViewer | The underlying SWT-controls of TableTreeViewer (TableTree,TableTreeItem,TableTreeEditor) are deprecated and so should TableTreeViewer I think. | 2006-10-03 04:30:07 | 1,159,860,000 | verified fixed | b5de2e7 | 1,159,890,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java | Eclipse_Platform_UI |
3,622 | 159,539 | Bug 159539 [DataBinding] Create a static initializer to create DBC with support for java primitives | It seems like in most scenarios default support for converters and validators for java's primitive types would be desired when creating a DataBindingContext. Attaching patch... | 2006-10-02 23:15:35 | 1,159,850,000 | verified fixed | 78c84f6 | 1,159,890,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/DataBindingContext.java examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/HelloWorld.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/DatabindingContextTest.java | Eclipse_Platform_UI |
3,623 | 159,425 | Bug 159425 Fix for javadoc warnings in latest nightly builds | Fix for the javadoc warning in the org.eclipse.ui.dialogs.FilteredTree class. | 2006-10-01 23:00:31 | 1,159,760,000 | verified fixed | c5b18b4 | 1,159,880,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredTree.java | Eclipse_Platform_UI |
3,624 | 158,876 | Bug 158876 [OpenModes] Synchronizer execs OpenStrategy Runnable mulitple times for one selection | So for the OpenStrategy I'm seeing mixed results for the call to display.asyncExec, where the SWT widgets Synchonizer will execute the runnable multiple times, although passed to asyncExec only once. See below code sample and debug output - any thoughts on why the synchronizer would execute the same runnable again and ... | 2006-09-26 17:48:15 | 1,159,310,000 | verified fixed | 975970a | 1,159,810,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java | Eclipse_Platform_UI |
3,625 | 158,569 | Bug 158569 [FastViews] Fast view opened with button disappears on focus loss | I20060922-0010 (3.3 M2) - new workspace, default presentation - close Welcome - click Fast View button in lower-left corner, choose Other... - open 'CVS Repositories' - click somewhere to make the fast view go away (e.g. click Outline view) => 'CVS Repositories' is not available in the fast view bar any more. | 2006-09-25 11:00:50 | 1,159,200,000 | verified fixed | 52c410a | 1,159,810,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/handlers/ShowViewHandler.java | Eclipse_Platform_UI |
3,626 | 67,133 | Bug 67133 [WorkingSets] Navigator VS Package Explorer: working set menu items are inconsistent | I am using 3.0RC2 on Mac and on Windows. The list of working sets in the Navigator view does not provide an icon for its label, while the Package Explorer's list does. Is that intentional? The menus for both views are consistent except for the working set's label provider. | 2004-06-14 17:10:35 | 1,087,250,000 | verified fixed | 8894a1d | 1,159,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkingSetMenuContributionItem.java | Eclipse_Platform_UI |
3,627 | 94,667 | Bug 94667 [KeyBindings] preference page: Export writes bad CSV file | null | 2005-05-11 08:52:56 | 1,115,820,000 | resolved fixed | 648cada | 1,159,790,000 | bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java | Eclipse_Platform_UI |
3,628 | 159,205 | Bug 159205 [DataBinding] ClassCastException in StructuredContentProviderTest | Running StructuredContentProviderTest from head on 060928 Click "add" then click one of the radio buttons in the center. Throws one of these: (I have a hunch that MappedSet's iterator is returning an internal object rather than an element from the set... but it's just a hunch) Thread [main] (Suspended (exception ClassC... | 2006-09-28 17:52:44 | 1,159,480,000 | verified fixed | a01e42d | 1,159,560,000 | bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/observable/set/MappedSet.java | Eclipse_Platform_UI |
3,629 | 158,118 | Bug 158118 Change ViewerSorter.getComparator? | 20060920 We have an API class JavaElementSorter that extends ViewerSorter. I can't change that as it would be API breaking but I was hoping that that I could still be used as both a ViewerSorter and a ViewerComparator as ViewerSorter extends ViewerComparator . Internally I changed our code to only use getComparator whe... | 2006-09-21 05:21:39 | 1,158,830,000 | verified fixed | c8ad4c7 | 1,159,540,000 | bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerSorter.java | Eclipse_Platform_UI |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.