issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
122,756 | Bug 122756 [Viewers] Support for TreePath based content providers | Now that the JFace tree viewer supports the notion of a tree path, it would be benefitial if this information was made available to content providers and label providers. The particular scenario that requires this is team views that include change sets. A view can display multiple change sets and a single model element... | verified fixed | 990698b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITreePathContentProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IT... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-07T02:38:12Z | 2006-01-05T14:06:40Z |
126,527 | Bug 126527 [Field Assist] - API - Field Decoration alignment issues are different for cell editors | null | verified fixed | 4a358af | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedTextCellEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-07T01:05:38Z | 2006-02-06T07:13:20Z |
102,666 | Bug 102666 [Commands] registry: ISourceProvider for selection and context change is not implemented | null | verified fixed | 5ac2f62 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacyActionExpressionWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacySelectionEnablerWrapper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T23:11:35Z | 2005-07-04T18:00:00Z |
123,800 | Bug 123800 [Progress] InterruptedExceptions being logged many times | Using 3.2M4 on Win XP I am not sure what is causing the InterruptedException but I do seem to find quite a few in my log. !ENTRY org.eclipse.ui 4 4 2006-01-13 11:30:32.791 !MESSAGE Exception in org.eclipse.ui.internal.progress.ProgressMonitorFocusJobDialog$13.show(Job): java.lang.InterruptedException !STACK 0 java.lang... | verified fixed | 9091f14 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressMonitorFocusJobDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T19:33:44Z | 2006-01-13T19:20:00Z |
126,566 | Bug 126566 [Workbench] test failure in StartupTest.testStartup | [N20060206-0010] junit.framework.AssertionFailedError: Startup - implicit at org.eclipse.ui.tests.api.StartupTest.testStartup(StartupTest.java:27) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330) at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204) at org.eclipse.test.UITestApplica... | verified fixed | fafcc45 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EarlyStartupRunnable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T16:29:47Z | 2006-02-06T15:33:20Z |
126,578 | Bug 126578 [Commands] handlers: Each opened Text and Java editor is leaked due to ProxyKeyBindingService | N20060206-0010. Our memory leak tests failed in N20060206-0010. I've tracked this down to changes in ProxyKeyBindingService.setScopes(...). | verified fixed | bc1a12e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProxyKeyBindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T16:22:05Z | 2006-02-06T15:33:20Z |
126,563 | Bug 126563 [Contexts] Window context stays active when find/replace dialog open | N20060206-0010 1. open a Java editor 2. open Find/Replace (Ctrl+F) 3. press Ctrl+D (delete line) or any other editor command (e.g. Cut) ==> gets directly executed on the editor even though the Find/Replace dialog is active. Same problem when using Ctrl+O and then Ctrl+F. There's no "weird" code involved in the Find/Rep... | verified fixed | 13b85f7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProxyKeyBindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T15:38:52Z | 2006-02-06T15:33:20Z |
122,749 | Bug 122749 [Dialogs] Store size and position of ElementList/TreeSelectionDialog | 20060105 There should be an easy way to have a ElementListSelectionDialog and a ElementTreeSelectionDialog store their size and position without having to extending these classes (to override getDialogBoundsSettings() and getDialogBoundsStrategy()). A ElementTreeSelectionDialog is typically used by creating an instance... | verified fixed | a2f0479 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-06T04:36:21Z | 2006-01-05T14:06:40Z |
125,541 | Bug 125541 Add ICommandService to all of the sites | Add the ICommandService to WorkbenchWindow, PartSite, PageSite, MultiEditorPageSite PW | verified fixed | ac0ef26 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PartSite.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/SlaveCommandService.java", "bundles/org.eclipse.ui.work... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-05T14:59:35Z | 2006-01-27T19:26:40Z |
125,600 | Bug 125600 [Field Assist] - popup shell should be resizable with size retained | null | verified fixed | e5b9ee2 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistCommandAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/ContentAssistField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-05T01:48:34Z | 2006-01-28T03:46:40Z |
123,789 | Bug 123789 [WorkbenchParts] 'Maximize' state should be view, not folder-bound | Maximize/minimize/restore state is currently folder-bound i.e. maximazing a view that is stacked with other views in a folder actually maximizes the entire folder. I keep having mental problems with it because in my mind I am changing the state of the active view only. The following scenario is the most problematic: 1)... | verified fixed | 698ee12 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-04T22:01:02Z | 2006-01-13T16:33:20Z |
124,200 | Bug 124200 [WorkbenchParts] hideView does not work on perspective deactivate callback | null | verified fixed | 26c1022 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IPerspectiveListener4.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/PerspectiveAdapter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/PerspectiveListenerList.java", "bundles/org.eclipse.ui.workbench/E... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-04T21:19:46Z | 2006-01-17T20:33:20Z |
126,258 | Bug 126258 [Commands] handlers: Inspect doesn't work | I20060131-1200 The keybindings for inspect & display do not work | verified fixed | 1644e78 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-03T22:54:35Z | 2006-02-02T19:53:20Z |
126,404 | Bug 126404 [Commands] handlers: Key binding availability dependant on view focus | build i0125 and build i031 When I am in the Outline view (for a Java editor) and I click on a method and hit ctrl-shift-g nothing happens. I have to click on the method name in the Java editor and then hit the keys in order for the search to happen. Let me know if you want to see a demo or need more information about m... | verified fixed | 954b403 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SlaveHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-03T22:04:42Z | 2006-02-03T20:53:20Z |
126,044 | Bug 126044 [Contexts] Latest key binding changes break Quick view key bindings | I20060131-1200 Latest changes in the key binding / context architecture have broken the key binding support in the JDT Quick views: up to I20060125-0800 and earlier it was possible to open the Quick view's view menu using Ctrl+F10 (command 'org.eclipse.ui.window.showViewMenu'). It looks like the deprecated code in org.... | verified fixed | e9c5868 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ProxyKeyBindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/PageSite.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-03T17:23:15Z | 2006-02-01T16:06:40Z |
126,233 | Bug 126233 [FieldAssist] DecoratedField should not automatically reserve space on field ends | null | verified fixed | 3318f67 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-02T21:59:35Z | 2006-02-02T19:53:20Z |
113,178 | Bug 113178 [IDE] Open Dependant Projects | We deal with ~40 projects for our project and have a complex web of dependancies between them. Occasionally its handy to minimise the number of open projects and the usual approach is to close them all and then open up the ones that are needed and their dependancies. The merry dance involved with openning up the deps, ... | verified fixed | ec943ad | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/OpenResourceAction.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEInternalPreferences.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEPreferenceInitializer.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/in... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-02T21:59:32Z | 2005-10-20T01:00:00Z |
105,928 | Bug 105928 [Progress] Blocked jobs dialog showing empty message | Build: 3.1 final Steve often gets into a state where the blocked jobs dialog appears (probably due to slow builder performance from running with a workspace on a network drive). Sometimes this dialog comes up with a task with an empty name (see screenshot). The blocked task name is taken from the parent shell's text (s... | verified fixed | 52a1532 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/BlockedJobsDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-02T16:23:03Z | 2005-08-03T14:40:00Z |
85,350 | Bug 85350 [Markers] [Progress] NoClassDefFoundError from job running during shutdown | i200502150800 Got the following exception running Core UI application startup performance tests (the test just exits once the workbench is alive, so it is a very short session). I did not verify the source code, but it seems the runtime plug-in may have already been stopped when the job in question started doing its wo... | verified fixed | 97e9971 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-02T15:50:59Z | 2005-02-15T23:26:40Z |
125,526 | Bug 125526 [IDE] BuildUtilities.java's extractProjects() method does not consider ResourceMapping cases | Eclipse: 3.2M4 Plugin: org.eclipse.ui.ide Class: org\eclipse\ui\internal\ide\actions\BuildUtilities.java Here is a REVISED extractProjects() method which solves the problem (for your consideration) : ///// CODE START /** * Extracts the selected projects from a selection. * * @param selection The selection to analyze * ... | verified fixed | 6c406ae | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/BuildUtilities.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-01T21:51:33Z | 2006-01-27T19:26:40Z |
125,955 | Bug 125955 [Field Assist] - StringIndexOutOfBoundsException when backspacing out of a filter | null | verified fixed | 2ffc74d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-02-01T18:28:13Z | 2006-01-31T23:26:40Z |
124,883 | Bug 124883 problems view: automatically disable marker limits when in group mode | 20060123 When in the problem view shows groups, the marker limits should be automatically disabled. Or the limits should specify the maximum numbers of all markers in a group, not for the total number of problems. | verified fixed | 83a6ffa | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-31T21:31:12Z | 2006-01-23T18:13:20Z |
29,840 | Bug 29840 [WorkbenchParts] Need API to get the zoomed state of a workbench page | In several of our views, we have to either get the zoomed state of a pane or toggle the zoom state of a pane. To do this we need access to the WorkbenchPage for ex: ((WorkbenchPage) getSite().getPage()).isZoomed(); ((WorkbenchPage) getSite().getWorkbenchWindow().getActivePage()).toggleZoom (MultiPageViewPart.this); Wor... | verified fixed | a73adbc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchIntroManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPage.java", "tests/org.eclipse.ui.tests/Eclipse", "P... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-31T17:49:55Z | 2003-01-20T22:00:00Z |
125,202 | Bug 125202 Problems view grouping: Show number of elements in a group | I20060124-1115 It would be great if a group tree node could show the numbers of elements it contains. So you don't have to expand it to get this information. -> Build Path Problems xxxyyyy uyyuiuu Code Style (8) Documentation (2) | verified fixed | d9acf66 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerAdapter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-30T21:31:46Z | 2006-01-25T17:26:40Z |
32,553 | Bug 32553 [Viewers] Closing a project does not remove [+] icon | I just launched I20030220 and imported a couple of existing projects into the workspace, with the [+] icon by each project (denoting contents). I then closed a couple of the projects that I was not looking at, and the [+] icon remained after closing the projects. Of course clicking on this icon resulted in nothing happ... | verified fixed | d49cb37 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/model/WorkbenchContentProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-30T21:24:37Z | 2003-02-22T16:06:40Z |
125,567 | Bug 125567 [MPE] Service activation should be done in a different method | As it stands right now, services are activated in MultiPageEditorPart.setFocus(int). This is probably the wrong place for this to be happening, as it is only ever called by setFocus() and setFocus() can be re-implemented. It might be better to put it in a method does not specifically allow overriding. I would suggest p... | verified fixed | 4b545db | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/MultiPageEditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-30T18:41:16Z | 2006-01-27T22:13:20Z |
125,632 | Bug 125632 [Commands] request: enhance command to show preferences dialog with parameter identifying which page to show | I'm going to attach a patch that enhances the command org.eclipse.ui.window.preferences as described in the summary. The id of the parameter is "preferencePageId". It is optional. If omitted the pref page just shows as it was the last time. I wanted to have an IParameterValues class for this parameter to enumerate the ... | verified fixed | c4f0234 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/preference/PreferenceManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/OpenPreferencesAction.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Ec... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-30T16:34:25Z | 2006-01-29T02:00:00Z |
121,544 | Bug 121544 [Presentations] (regression) Changing Tab Position from Top to Bottom doesn't work | When I change the preferred tab position for editors or views from top to bottom and restart Eclipse, nothing changes. This I'd like to do: 1. Menu: Window -> Preferences 2. General -> Appearance 3. Current Presentation: "Default (current)" 4. Activate "Override presentation settings" 5. Activate "Editor tab positions"... | verified fixed | 7da3a49 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/presentations/PaneFolder.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T22:48:14Z | 2005-12-20T12:00:00Z |
125,587 | Bug 125587 [Field Assist] - need API access to the content assist cue image | null | verified fixed | e44a5af | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/ISharedImages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchImages.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T22:31:07Z | 2006-01-27T22:13:20Z |
120,408 | Bug 120408 [Field Assist] - API - Specification of invoking key stroke/sequence | from an email: Doug - I'm looking for the best way (see ContentProposalAdapter) for clients to specify the triggering key for content assist. It needs to be specified at the JFace level, but in a way that workbench-level code could look up the standard key binding. I chose KeyStroke, but perhaps it should be KeySequenc... | verified fixed | f4d7ab6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/fieldassist/WorkbenchContentAssistAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T22:19:20Z | 2005-12-12T17:53:20Z |
125,012 | Bug 125012 [Field Assist] Clarify lifecycle of the ILabelProvider used by ContentProposalAdapter | I20060119-0800 Clients who want to port their field content assistants from jface.text.contentassist to jface.fieldassist would expect to be able to supply an image in IContentProposal, e.g. with a 'Image getImage();' method as in ICompletionProposal. Without icons, e.g. proposals for java type names would look quite d... | verified fixed | 6140072 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T22:12:43Z | 2006-01-24T16:26:40Z |
125,418 | Bug 125418 [Field Assist] - API - Should ContentProposalPopup be public? | In the initial release of the field assist API, the ContentProposalPopup is public. There's really no reason for this to be the case, as the popup is driven by the ContentProposalAdapter. The ContentProposalPopup should likely be made an inner type of the adapter. | verified fixed | 2866b5a | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalPopup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T21:48:52Z | 2006-01-27T00:00:00Z |
125,420 | Bug 125420 [Commands] parameters: allow commands to specify return type | null | verified fixed | 5c1b204 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandEvent.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/commands/CommandPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T21:35:37Z | 2006-01-27T00:00:00Z |
125,516 | Bug 125516 [KeyBindings] misc: API to return a KeySequence string for a command id | The KeyAssistDialog contains code that returns the formatted string for the active key binding for the "show key assist" command. It would be nice if this were generalized to a utility method that returns the string for the active key binding given a command id. Or, if you'd rather put this at the JFace keys level, cod... | verified fixed | 4c7f8bc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/BindingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/keys/IBindingService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-27T18:30:57Z | 2006-01-27T16:40:00Z |
125,346 | Bug 125346 Delete IDE copy of CompositeResourceMapping | Build: I20060125 Both core.resources and IDE have a CompositeResourceMapping class. Since the core class is now API, the copy in the IDE plugin should be deleted for consistency. The IDE copy is not API. | verified fixed | 9dce335 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/CompositeResourceMapping.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkingSetAdapterFactory.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T21:47:14Z | 2006-01-26T15:40:00Z |
123,375 | Bug 123375 [DataBinding] Enhancements to the data binding framework | My team has developed a library with some similarities to the data binding framework. I've been investigating what is required to adopt the data binding framework without losing any features. We don't actually need the data binding or validation part. We need standardized interfaces for trees, sets, lists, and scalars ... | verified fixed | 0761e1e | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/AbstractUpdatableSet.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/ChangeEvent.java", "bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/ILazyReadableValue.java", "bundles/org.eclipse.jface.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T21:35:54Z | 2006-01-11T03:26:40Z |
125,076 | Bug 125076 [ActionSets] dynamicplugins.ActionSetTests.testActionSets sometimes fails on the Mac | testActionSets Failure Test failed due to timeout on removal junit.framework.AssertionFailedError: Test failed due to timeout on removal at org.eclipse.ui.tests.dynamicplugins.DynamicTestCase.removeBundle(DynamicTestCase.java:237) at org.eclipse.ui.tests.dynamicplugins.ActionSetTests.testActionSets(ActionSetTests.java:... | verified fixed | 5064a83 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/ContextAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/ExpressionAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T20:14:32Z | 2006-01-24T22:00:00Z |
125,323 | Bug 125323 Add isAncestorOf method to ResourceMapping | It would be helpful to have an isAncestorOf method on ResourceMapping. Ideally, it would be abstract but for now, it would need a defautl implementation. I will attah a patch. | resolved fixed | 8635cda | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/model/CompositeResourceMapping.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T16:10:13Z | 2006-01-26T12:53:20Z |
125,272 | Bug 125272 [Viewers] AbstractTreeViewer needs remove(Object parentElement, Object[] childElements) | There is an add(Object parentElement, Object[] childElements) but no corresponding remove(). Without this method, if you have an element that appears under multiple parents, the only way to get model and viewer in sync after removing the element from just one of its parents is calling refresh(). | verified fixed | 320dd69 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/MultipleEqualElementsTreeViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T15:47:46Z | 2006-01-26T01:46:40Z |
124,564 | Bug 124564 [Presentations] DetachedWindow should not use TabbedStackPresentation | I'm working on my own presentation and for 3.2M4 I have a problem with DetachedWindow: it makes an assumption, that StackPresentation returned by PartStack.getPresentation() is always *Tabbed*StackPresentation, but this is not the always the case. My presentation inherites StackPresentation and therefore I have a CCE o... | verified fixed | 1c65945 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/DetachedWindow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-26T14:23:35Z | 2006-01-19T22:33:20Z |
125,205 | Bug 125205 Problems view grouping: Rename 'Category' to 'Marker type' | I20060124-1115 One of the problems view default goups is called 'Categories' (-> Group by Categories) It would be better to more specific here, as all contributed groupings somehow categorize markers What about 'Group by Marker type'? | verified fixed | 7115685 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldCategory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldHierarchy.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-25T21:51:12Z | 2006-01-25T17:26:40Z |
125,200 | Bug 125200 Problem view: NPE after access on non existing attribute | I20060124-1115 Maybe you can consider this a bug of the extension point implementor, but when accessing an undefined attribute, an NPE is the result in the problem view: (marker.getMarker().getAttribute(markerAttribute) is null here) FieldMarkerGroup.findGroupValue(ConcreteMarker) line: 172 FieldMarkerGroup.getMapping(... | verified fixed | 81c06e2 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldMarkerGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-25T21:26:32Z | 2006-01-25T17:26:40Z |
125,147 | Bug 125147 [WorkingSets] Deadlock on startup | 3.2m4 When starting a self-hosting workspace (which did work fine in the past on same SDK), the splash screen progress froze, and ctrl-brk in console revealed the following deadlock: Full thread dump Java HotSpot(TM) Client VM (1.4.2_10-ea-b01 mixed mode): "Java indexing" daemon prio=4 tid=0x03acc910 nid=0xd04 in Objec... | verified fixed | b38cba8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-25T17:12:47Z | 2006-01-25T11:53:20Z |
125,155 | Bug 125155 [Commands] handlers: ConcurrentModificationException from SlaveHandlerService closing workbench | 20050123 self hosted When I shut down my self hosted workspace I got the following exception java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782) at java.util.HashMap$KeyIterator.next(HashMap.java:818) at org.eclipse.ui.internal.handlers.SlaveHandlerService.deactivateH... | verified fixed | b550992 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/contexts/SlaveContextService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/SlaveHandlerService.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-25T16:28:25Z | 2006-01-25T14:40:00Z |
124,141 | Bug 124141 [Progress] ProgressView does not populate until first update occurs | When you open the progress view for the first time it does not place the running job in the view until that job is updated. Jobs with slow update will look as if they are not there as a result. | verified fixed | 1638078 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/DetailedProgressViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-24T20:59:10Z | 2006-01-17T15:00:00Z |
123,989 | Bug 123989 Should ResourceChangeValidator#validateChange take a progress monitor | Since the validation might take some time it might make sense to pass a progress monitor into validateChange. | resolved fixed | a3a9757 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/IDE.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-24T20:35:54Z | 2006-01-16T16:46:40Z |
90,257 | Bug 90257 [Preferences] Want to create an instanceof of a WorkingCopyManager | 20050405 I'm currently referencing the internal class org.eclipse.ui.internal.preferences.WorkingCopyManager I have a base class that manages all the current settings and I changes that class to use the working copy manager. For the following reasons I also have to function when I don't get a working copy manager. To a... | verified fixed | 817bb61 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingCopyManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/WorkingCopyPreferences.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/WorkingCopyManager.j... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-24T16:22:56Z | 2005-04-05T08:33:20Z |
124,953 | Bug 124953 [Markers] AIOB when applying quick fix | build I20060118 - had an error in the manifest file (missing singleton directive) - PDE provided a quick fix - chose Quick Fix from the Problems view - it failed to complete the quick fix - log has: !ENTRY org.eclipse.ui 4 0 2006-01-23 17:56:33.425 !MESSAGE Array index out of range: 0 !STACK 0 java.lang.ArrayIndexOutOf... | verified fixed | 0ed82db | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerResolutionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-24T15:27:51Z | 2006-01-23T23:46:40Z |
119,890 | Bug 119890 [ViewMgmt] Allow control of view tab compression, when compressing use icons | null | resolved fixed | 4c58bfb | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkbenchPreferenceConstants.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/presentations/WorkbenchPresentationFactory.java", "bundles/org.eclipse.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-23T22:14:43Z | 2005-12-08T16:40:00Z |
124,673 | Bug 124673 [Commands] handlers: TextActionHandler's text actions do not work as expected | In the current implementation, the text actions used to redirect clipboard operations to the active text control's methods do not cause action enablement updates. For example, choosing Select All from the Edit menu (when there was no previous selection) does not enable cut, copy, and delete. The fix could be to call up... | verified fixed | 28a9591 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/TextActionHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-23T19:21:47Z | 2006-01-20T18:00:00Z |
124,529 | Bug 124529 [EFS] Need file system support in linked resources | We need to add the same sort of support that we have for EFS in the project locations in linked resource creation | verified fixed | bef29af | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileSystemSelectionArea.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ProjectContentsLocationArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-23T18:14:39Z | 2006-01-19T19:46:40Z |
124,124 | Bug 124124 [Markers] Group sorting needs criterea other than lexical value | 20060117 Lexicial sorting is not good enough for the severity group as we need to sort errors before warnings and the translation of the word error may not appear lexically before warnings. The sorting of groups needs to be the same as the sort order of thier elements. This turns out to be an issue for groups contribut... | verified fixed | 0446a7f | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/CategorySorter.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ConcreteMarker.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/FieldCategory.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-20T20:36:29Z | 2006-01-17T15:00:00Z |
123,496 | Bug 123496 [IDE] Use operation validation API for IDE actions | We should use the Resources/Core operation validation API in the IDE actions for manipulating resources. | verified fixed | 41d9214 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ErrorDialog.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CloseResourceAction.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java", "bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/ac... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-19T21:43:46Z | 2006-01-11T20:06:40Z |
124,376 | Bug 124376 Widget is disposed exception in FilteredTree | 20060117 I got the following exception while running the test suites in my log !ENTRY org.eclipse.ui 4 0 2006-01-18 15:25:34.421 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3283) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.sw... | verified fixed | 10b3d07 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-19T17:31:13Z | 2006-01-18T21:33:20Z |
124,138 | Bug 124138 NPE in FieldCategory | 20060116 Not sure how I got this but I have no categories enabled java.lang.NullPointerException at org.eclipse.ui.views.markers.internal.FieldCategory.compare(FieldCategory.java:87) at org.eclipse.ui.views.markers.internal.TableSorter.compare(TableSorter.java:223) at org.eclipse.ui.views.markers.internal.TableSorter.c... | verified fixed | 5b45850 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/ProblemView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-18T21:21:39Z | 2006-01-17T15:00:00Z |
124,342 | Bug 124342 [Commands] handlers: Keybindings often don't work | I20060117-0800 There's something severely wrong with keybindings in this build and in I20060118-0800. Keybindings often don't work although the correspoinding menu items do work and show the bindings. E.g. the following worked fine in I20060113-1200 but fails now: - start I20060117-0800 with a new workspace - close the... | verified fixed | 89b0990 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerActivation.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/HandlerAuthority.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-18T19:37:29Z | 2006-01-18T18:46:40Z |
120,921 | Bug 120921 [PopupDialog] Keybindings lost after using PopupDialog | null | verified fixed | ca30d3c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-18T01:02:47Z | 2005-12-14T19:53:20Z |
123,392 | Bug 123392 [PopupDialog] Quick Outline stays up after opening "view" menu | null | verified fixed | be30d42 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-18T00:46:23Z | 2006-01-11T09:00:00Z |
124,202 | Bug 124202 [Field Assist] - decorated fields should not size the created control | The philosophy of DecoratedField is that the client creates the target control and accesses it with normal SWT coding. The decorated field manages the decorations but otherwise statys out of the way. This philosophy is violated when DecoratedField sets the width of the field to IDialogConstants.ENTRY_WIDTH. Sizing deci... | verified fixed | c082f30 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/DecoratedField.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-17T22:36:51Z | 2006-01-17T20:33:20Z |
123,758 | Bug 123758 [DataBinding] CComboUpdatableValue Doesn't Handle Text That Isn't in The List of Selected Items | The current implementation of CComboUpdatableValue will only allow setting text if the value is in the list of possible selection values. In reality the CCombo allows either a manually entered value (which may not be in the list) or the selection of a value from the drop down list. I'll be submitting a patch for this s... | verified fixed | ca32a76 | ["bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/swt/CComboUpdatableValue.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/scenarios/BindingScenariosTestSuite.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databind... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-17T20:44:12Z | 2006-01-13T13:46:40Z |
123,972 | Bug 123972 [Undo] Support approval of undoable operation execution | In GMF we do some common validation on our commands before we proceed to execute, undo or redo them. This validation is external to the command's ability to execute, undo or redo itself. Registering an IOperationApprover with the operation history for this of validation would give us an elegant solution. However, the I... | verified fixed | ab7413a | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/DefaultOperationHistory.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationApprover2.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/IOperationHistory.java", "tests/o... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-17T20:22:51Z | 2006-01-16T16:46:40Z |
124,162 | Bug 124162 [Contributions] Warnings in log about Next/Previous Annotation action contributions | eclipse.buildId=I20060117-0800 On startup, the build writes these warnings to the log: Warnings while parsing the action sets from the 'org.eclipse.ui.actionSets' extension point The class was not null but retarget was set to true: plug-in='org.eclipse.ui.editors', id='org.eclipse.ui.edit.text.gotoNextAnnotation', clas... | verified fixed | 2816e1a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/LegacyActionHandlerPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/LegacyActionPersistence.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/services/RegistryPe... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-17T19:25:47Z | 2006-01-17T17:46:40Z |
123,977 | Bug 123977 [Markers] NPE in ActionCopyMarker.setClipboard | build I20060110 - select some problems in the Problems view - choose Copy from the context menu - it has no visible effect, and the clipboard is unchanged - the log has: java.lang.NullPointerException at org.eclipse.ui.views.markers.internal.ActionCopyMarker.setClipboard(ActionCopyMarker.java:108) at org.eclipse.ui.vie... | verified fixed | d62a0d7 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-16T20:53:31Z | 2006-01-16T16:46:40Z |
123,761 | Bug 123761 [Decorators] Add properties to decoration context | In order to support Team state decorations properly, I need the ability to associate properties with a decoration context. I will attach a patch. | verified fixed | 1a70fb4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecorationContext.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IDecorationContext.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-13T19:57:34Z | 2006-01-13T13:46:40Z |
123,442 | Bug 123442 [Commands] handlers: Retarget action handlers aren't registered properly | Build: I20060110-1026 Ctrl+Shift+G performs global search for references on a method. This still works in the editor, but if I select a method in the outline view, or on a search result, and hit Ctrl+Shift+G, nothing happens. Since the action continues to work when I select it in the context menu, this is perhaps a key... | verified fixed | f1c8b0a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/Assert.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/components/ComponentMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI", "Components/org/eclipse/ui/internal/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-13T16:14:47Z | 2006-01-11T17:20:00Z |
119,054 | Bug 119054 TVT3.1.x:TCT223: variable value not set | OS : Windows XP Must fix or not a must fix: YES for next release Build date: 20051201 Blocking: NO Language: Bitmap Location: V:\defects\pt Tester Name: Sara Santa Clara Problem Description: The variable {0} in the string is not set The string is the following properties file: eclipse\plugins\org.eclipse.core.resourses... | verified fixed | ed78e66 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/PathVariableDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-12T14:58:34Z | 2005-12-02T16:13:20Z |
120,414 | Bug 120414 [Viewers] Type-ahead filter in New wizard does not catch Ctrl+x | When I cut all the text from the text field the list of wizards in the new wizard is not updated. Unlike when I backspace to remove all text for example. | verified fixed | a4ae69a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-12T00:04:14Z | 2005-12-12T17:53:20Z |
121,949 | Bug 121949 [Wizards] The width of the button in the dialog of "Exitsting Projects into Workspace" doesn't extend when the dialog font is changed | The width of the button in the dialog of "Exitsting Projects into Workspace" doesn't extend when the dialog font is changed. The problem is included in the source code of the following packages. plug-in org.eclipse.ui.ide package org.eclipse.ui.internal.wizards.datatransfer class WizardProjectsImportPage I corrected it... | verified fixed | 1838bdd | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-11T20:10:34Z | 2005-12-23T01:06:40Z |
123,415 | Bug 123415 [Commands] handlers: action set handlers stop working when two workbench windows open | Version: 3.2.0 Build id: I20060110-1026 In a Java perspective, cannot get ctrl-shift-T (open type) to perform. It works fine from navigate menu. ctrl-shift-R, ctrl-shift-H seem broken as well. ctrl-alt-H does ring a bell, and doesn't work either. | verified fixed | d7f75ac | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindow.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchWindowExpression.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/expressions/LegacyActionExpressionWrapper.java"... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-11T17:20:40Z | 2006-01-11T11:46:40Z |
123,323 | Bug 123323 [Markers] Problems view does not display anything (index out of bounds) | I20060110-1026, GTK+ 2.8.8, KDE 3.4.3, X.org 6.8.2, Linux 2.6.14 Whenever I try to look at the Problems view, I get the following exception and nothing is shown. !ENTRY org.eclipse.core.jobs 4 2 2006-01-10 16:28:54.848 !MESSAGE An internal error occurred during: "Process resource updates". !STACK 0 java.lang.ArrayIndex... | verified fixed | fa4aec8 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableSorter.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-11T15:24:10Z | 2006-01-10T21:53:20Z |
122,822 | Bug 122822 [WorkbenchParts] error in EditorPart javadoc | The javadoc for the EditorPart class says that subclasses must implement gotoMarker(). However, that method isn't part of the interface and the compatibility notes state that the method was replaced in 3.0 by an adapter. | verified fixed | 2f4d3c0 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/part/EditorPart.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-11T13:21:19Z | 2006-01-05T22:26:40Z |
122,029 | Bug 122029 [Wizards] Change "General" back to "Basic" | Renaming basic to general doesn't really do anything but frustrate the user that has learned to search for "basic". Standard Views are still grouped under the heading "basic". | verified fixed | 17bc663 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ViewSorter.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/registry/ViewRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T22:47:39Z | 2005-12-23T20:33:20Z |
123,040 | Bug 123040 [Commands] request: display help topic | I'm going to attach a patch to "command-ify" the opening of help topics. The command takes a parameter which is the href of a help topic. The default handler uses IWorkbenchHelpSystem.displayHelpResource(String) with the href parameter. If no parameter was given, the default handler calls IWorkbenchHelpSystem.displayHe... | verified fixed | 284499e | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/DisplayHelpHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T22:09:44Z | 2006-01-09T01:26:40Z |
123,319 | Bug 123319 [Markers] ClassCastException during marker update | 3.2 20050116 It is possible to get the following ClassCastException during marker updates. This is because the refreshes are not IMarkers and should not be processed. !ENTRY org.eclipse.core.jobs 4 2 2006-01-10 16:00:48.468 !MESSAGE An internal error occurred during: "Process resource updates". !STACK 0 java.lang.Class... | verified fixed | dfb015b | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T21:29:04Z | 2006-01-10T21:53:20Z |
122,936 | Bug 122936 IResource isLocal and setLocal should be deprecated | Build: I20050103 There is a skeleton of support in the IResource API for the notion of "non-local" resources. A non-local resource is one with no contents in the local file system. I.e., it exists in the resource tree but not on disk. In practice this is just a flag on the resource info, and setLocal just flips that fl... | resolved fixed | fb40130 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/ScrubLocalAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T14:56:31Z | 2006-01-06T17:53:20Z |
120,925 | Bug 120925 [Import/Export] wizards missing context help | I20051214-0800 - Go to File -> Import... - Hit F1 (or Shift-F1 on linux or Help on mac) - Bug: There is no context help available | verified fixed | 77083be | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/IWorkbenchHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ExportPage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java", "bundles/org.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-10T00:38:00Z | 2005-12-14T19:53:20Z |
122,957 | Bug 122957 NPE in PatternFilter.match | I20060105-0800 I found this NPE in my log today. I don't know how it was caused, but from a quick look at the code it's possible for the "matcher" field to be null and it is not checked... java.lang.NullPointerException at org.eclipse.ui.internal.dialogs.PatternFilter.match(PatternFilter.java:104) at org.eclipse.ui.int... | verified fixed | 0541778 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-09T22:20:55Z | 2006-01-06T20:40:00Z |
122,982 | Bug 122982 [KeyBindings] errors: No warning when creating an invalid keybinding sequence | I tried to map COLUMN_PREVIOUS to ARROW_LEFT in my plug.xml. But I set it to "LEFT" instead. LEFT is unrecognized, yet there was no warning in the .log file indicating that an invalid sequence had been set. I also have debug keybindings enabled in my options file, and it did not spew any complaints either. | verified fixed | ab62f50 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeySequence.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/KeyStroke.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/SWTKeyLookup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-09T19:45:41Z | 2006-01-06T23:26:40Z |
121,883 | Bug 121883 [Markers] org.eclipse.ui.tests plug-in makes lots of performance tests red | null | verified fixed | 81e7597 | ["tests/org.eclipse.ui.tests/Benchmark", "Tests/org/eclipse/ui/tests/benchmarks/OpenCloseTest.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/PartsReferencesTestSuite.java", "tests/org.eclipse.ui.tests/Eclipse", "Part", "References", "Test/org/eclipse/ui/parts/tests/u... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-06T19:40:32Z | 2005-12-22T14:00:00Z |
121,709 | Bug 121709 [Commands] parameters: Add types | I'm going to attach a patch that adds support for typed command parameters. This addresses several issues: - parameter values are strings, but handlers may want to work on objects - multiple handlers of a command should have a consistent way of converting string parameter values to objects - tooling to construct parame... | verified fixed | 5e4aca5 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/AbstractParameterValueConverter.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java", "bundles/org.eclipse.core.commands/src/org/eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-05T21:12:03Z | 2005-12-21T10:13:20Z |
122,053 | Bug 122053 [KeyBindings] Shortcut Key Not Working In 3.2M4 | I have Team->Repeat Last Synchronization mapped to the F9 key. With M4 it only works from the Team perspective, not the Java perspective. I've tried removing and re-adding the mapping. | verified fixed | 97610ef | ["bundles/org.eclipse.jface/src/org/eclipse/jface/action/AbstractAction.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/CommandLegacyActionWrapper.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/IMenuListener2.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/action/MenuManager.java"... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-05T19:53:22Z | 2005-12-24T10:26:40Z |
121,562 | Bug 121562 [IDE] Need a way to disable forced GC done by IDEIdleHelper | 3.2 M4 Some of our performance tests which drive the event loop and wait until the UI settles down can now be affected by a forced GC performed by the IDEIdleHelper. In order to compare the performance tests with 3.1 we need to disable this in our tests. | verified fixed | 2884241 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEIdleHelper.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-05T18:49:45Z | 2005-12-20T14:46:40Z |
121,623 | Bug 121623 [Decorators] Patch to support logical model decoration | In order to properly support the decoration of logical model elements with repository state, we need to have a tighter coupling of the sync decoration (i.e. the > prefix) and the viewer showing the model. This is not overly complex but we must maintain backwards compatibility. To do this, we need a way for a viewer (vi... | verified fixed | 9f91fdc | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecorationContext.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IDecoration.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/IDecorationConte... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-05T18:10:05Z | 2005-12-20T20:20:00Z |
121,939 | Bug 121939 [Viewers] TreeSelection should subclass StructuredSelection | TreeViewer.getSelection() now returns a TreeSelection, which implements IStructuredSelection, but does not extend StructuredSelection. Clients who downcast to StructuredSelection instead of IStructuredSelection will be broken unless we make TreeSelection a subclass of StructuredSelection. | verified fixed | b882b54 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeSelection.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-01-04T19:30:00Z | 2005-12-22T22:20:00Z |
67,513 | Bug 67513 [R21PRES] view tab tool tip inconsistent with 2.1 | In 2.1, the tab item tool tip appeared in the stack's title bar, not on the tab item itself. The r21presentation currently puts the tip on the tab item. I'll attach a patch that fixes the problem. | verified fixed | 90e82b2 | ["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-23T09:30:52Z | 2004-06-16T18:20:00Z |
63,420 | Bug 63420 [R21PRES] Flash on tab switch | null | verified fixed | c50e462 | ["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java", "bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21EditorStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-23T08:30:39Z | 2004-05-21T14:33:20Z |
85,774 | Bug 85774 [Presentations] bad tooltips in r21 presentation on Linux | The tooltips for the view menu and close buttons contain the "&" character on GTK. | verified fixed | 70bbbcb | ["bundles/org.eclipse.ui.presentations.r21/src/org/eclipse/ui/internal/presentations/R21BasicStackPresentation.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-23T07:24:17Z | 2005-02-17T22:40:00Z |
121,411 | Bug 121411 [HeapStatus] Heap status tooltip doesn't show mark at first | 3.2M4 I brought up Eclipse and I see the HeapStatus control in the trim. Right click on it, select Set Mark. The HeapStatus control shows the black line for the mark right away, but if you hover mouse over HeapStatus the tooltip will say "... mark: <none>". It continues to show <none> for some time (maybe a minute or t... | verified fixed | ce8bb11 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/HeapStatus.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-22T20:54:27Z | 2005-12-19T13:46:40Z |
121,772 | Bug 121772 [Viewers] ClassCastException opening file from Navigator | I get a class cast exception when I open a file from the navigator. The problem is that there is a cast to StructuredSelection instead of IStructuredSelection in the ResourceNavigator class (and the object being cast is a TreeSelection). Here are the interesting lines of the trace. Caused by: java.lang.ClassCastExcepti... | verified fixed | ef08671 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-21T21:35:02Z | 2005-12-21T21:20:00Z |
121,731 | Bug 121731 [CommonNavigator] Test failures in NavigatorTest | Two failures, in methods testInitialPopulation and testFileAddition: expected:<[L/TestProject/TestFolder/Foo.txt]> but was:<org.eclipse.jface.viewers.TreeSelection@133150e7> junit.framework.AssertionFailedError: expected:<[L/TestProject/TestFolder/Foo.txt]> but was:<org.eclipse.jface.viewers.TreeSelection@133150e7> at ... | resolved fixed | c06e04e | ["tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/navigator/NavigatorTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-21T16:43:14Z | 2005-12-21T15:46:40Z |
84,314 | Bug 84314 [Viewers] Need to allow mapping elements to multiple widgets/items | One of the projects I am working on is using an essentially graph structured dependancy model and we use TableTreeViewer for browsing (drilling down) through this graph. The nature of the model is such that the same model element can occur in multiple positions (paths) of the three. Current implementation of the TreeVi... | verified fixed | 5c5335d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ITreeSelection.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/StructuredViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.jav... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-21T04:56:02Z | 2005-02-03T11:26:40Z |
117,965 | Bug 117965 [DataBinding] Change tests plugin to pre-req examples | This will allow the UI tests in examples to make use of the pojo model | verified fixed | b680ea0 | ["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/javabean/JavaBeanUpdatableValue.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/javabean/Person.java", "examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/ex... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-21T04:54:50Z | 2005-11-24T22:06:40Z |
120,523 | Bug 120523 [Commands] parameters: support serializing and deserializing of ParameterizedCommands | UA wants to be able to store a ParameterizedCommand as a String in documents like Help, Cheatsheets and Intro parts. The stored commands will be shown as links and when the user clicks the link we will deserialize from String back to ParameterizedCommand and execute it. The informational content of a ParameterizedComma... | verified fixed | 45f53e3 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/CommandManager.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ParameterizedCommand.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/SerializationException.java", "bundles/org.eclipse.ui.workbench/Eclipse", ... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-20T16:28:30Z | 2005-12-13T07:46:40Z |
102,150 | Bug 102150 RCP splashscreen stays forever in case of error | If a serious error occurs during the startup of an RCP application, like a missing plugin etc. so that the application could not start, the splash screen of the application stays for ever. This happens if the application is started by PDE using the "Run as eclipse application" menu, but the process has been stopped usi... | resolved wontfix | e1b97d1 | ["bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/Command.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/ExecutionEvent.java", "bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/IExecutionListenerWithChecks.java", "bundles/org.eclipse.core.commands/src/org/eclipse/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-19T16:09:19Z | 2005-06-29T13:00:00Z |
120,735 | Bug 120735 [DnD] Disposing the TrimCommonUIHandle causes the 'capture' to fail | While dragging trim and moving the cursor outside the shell we expect that the events are still routed to the shell for handling. However, moving the trim location causes the trim UI Handle to be disposed and when that happens the capture is lost. (Simply setting the handle invisible but not disposing it leaks a widget... | verified fixed | 203b65f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/layout/TrimLayout.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T15:49:51Z | 2005-12-13T21:40:00Z |
120,710 | Bug 120710 [FastViews] SWT error when right-clicking in the fast view toolbar | [I20051213-0010, Windows XP] java.lang.IllegalArgumentException: Menu must be a drop down at org.eclipse.swt.SWT.error(SWT.java:3267) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.SWT.error(SWT.java:3177) at org.eclipse.swt.widgets.Widget.error(Widget.java:421) at org.eclipse.swt.widgets.MenuItem.setMe... | verified fixed | 1e47806 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T15:32:53Z | 2005-12-13T21:40:00Z |
120,441 | Bug 120441 [DnD] Cancelling the Drag places trim in the wrong place | Right now if you are dragging trim around, docking and undocking it then either cancelling the trim (or 'dropping' it in an invalid location) will 'restore' it to its last 'docked' location. It should restore the trim to its -original- docked location. | verified fixed | a63b373 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/TrimDropTarget.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T15:06:03Z | 2005-12-12T20:40:00Z |
120,074 | Bug 120074 [Graphics] Fast view target looks like fast view icon | I20051206-1200 The fast view target has been replaced with some sort of "shell" icon. This looks like any other fast view icon and there's no separation. | verified fixed | a16d46a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/FastViewBar.java", "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"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T14:58:51Z | 2005-12-09T09:20:00Z |
120,736 | Bug 120736 [Markers] NPE during: "Fetching children of Problems". | [I20051213-0010, Windows XP] I can only reproduce this in my inner workspace, not in the outer one. It happens when I selected "New Window" and then close the new window immediately. java.lang.NullPointerException at org.eclipse.ui.views.markers.internal.MarkerView.scheduleCountUpdate(MarkerView.java:1432) at org.eclip... | verified fixed | f5ef889 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/MarkerView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T14:52:06Z | 2005-12-13T21:40:00Z |
120,656 | Bug 120656 [Dialogs] SWTExeption: Widget is disposed when resizing quick outline | Version: 3.2.0 Build id: I20051213-0010 Open quick outline (Ctrl-O), in the context menu select resize, after resizing the following exception is thrown: org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:3283) at org.eclipse.swt.SWT.error(SWT.java:3206) at org.eclipse.swt.SWT.error(... | verified fixed | 120644c | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/PopupDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2005-12-14T01:26:00Z | 2005-12-13T18:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.