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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
169,346 | Bug 169346 [ErrorHandling] Changes in status handlers' API | null | verified fixed | 50c5bf6 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchErrorHandlerProxy.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/AbstractStatusHandler.java", "bundles/org.e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2007-01-02T16:43:22Z | 2007-01-02T15:00:00Z |
168,901 | Bug 168901 [QuickAccess] Quick Access Dialog should include properties | The Quick Access Dialog should also include a Properties node and elements. AF | verified fixed | af7b331 | ["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", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/PropertiesElement.java", "bun... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-21T21:12:19Z | 2006-12-21T19:40:00Z |
165,945 | Bug 165945 [rulers] Support in-place CVS annotation ruler in PDE editor | null | verified fixed | 6e0bfde | ["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-12-21T17:22:53Z | 2006-11-27T17:53:20Z |
168,806 | Bug 168806 [DataBinding] Realm.ensureWorkerThreadIsRunning() doesn't start a new thread | null | resolved fixed | 990ee54 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Realm.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Realm.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-21T03:51:37Z | 2006-12-21T03:00:00Z |
118,107 | Bug 118107 [DynamicUI] [WorkingSets] WorkingSetDescriptor (org.eclipse.ui.internal.registry) caches IConfigurationElement causing intermittent crash | The IConfigurationElement should not be cached. Here are the comments from its Javadoc: These registry objects are intended for relatively short-term use. Clients that deal with these objects must be aware that they may become invalid if the declaring plug-in is updated or uninstalled. If this happens, all methods exce... | verified fixed | 76bca2e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/ExtensionEventHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchPlugin.java", "bundles/org.eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-20T21:01:56Z | 2005-11-25T20:20:00Z |
168,709 | Bug 168709 [Viewers] Request to open up ViewerColumn#setEditingSupport | setEditingSupport is now marked final. I would like to override this method to handle a very specific situation. The Grid can contain a checkbox in any column as opposed to Table which can only contain a checkbox in the first column. The new viewer API allows us to easily populate these checkboxes, but there is current... | resolved fixed | d4937ed | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-20T20:33:33Z | 2006-12-20T15:53:20Z |
168,442 | Bug 168442 [Quick Access] Quick Access should not close when user tries to select a Node | Quick Access should not close when the user attempts to select a Node. AF | verified fixed | df68afd | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/FilteringInfoPopup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-20T19:20:42Z | 2006-12-18T19:26:40Z |
168,720 | Bug 168720 [Progress] No prompting on errors from jobs | 3.3 M4 1. do some major work in a CVS shared project to which you DO NOT have commit rights (but you forgot this because you have commit rights on many projects) 2. select the project and then Team > Commit... to commit the project ==> no dialog, no indication in progress area ==> you think it worked just fine 3. delet... | verified fixed | daa5b74 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-20T17:22:27Z | 2006-12-20T15:53:20Z |
167,607 | Bug 167607 [EditorMgmt] Closing compare editor asks to save editor - Saveable should implement IAdaptable | 20061212-0010 1. Open a file that has some entries in the local history 2. Make some modifications to the file but don't save the editor 3. Invoke 'Compare With > Local History' 4. The history view opens. Open some of the entries: Compare editors are shown 5. Close these compare editors again > You are prompted to save... | verified fixed | 904c614 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/Saveable.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-19T04:42:52Z | 2006-12-12T13:26:40Z |
168,433 | Bug 168433 [WorkingSets] ModifyWorkingSetDelegate does too much work on selection change | The full state of the operation is calculated whenever the selection changes. Instead, we should minimally determine action enablement (only IAdaptables and no IWorkingSets) and leave the rest for the fill() methods. | verified fixed | b36cd7d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchMessages.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-18T19:11:27Z | 2006-12-18T19:26:40Z |
167,642 | Bug 167642 [QuickAccess] Unexpected behaviour in Cmd-E dialog matching plugin.xml | I20061212-0010 1) Make sure you have a couple of editors open including a plugin.xml editor 2) Cmd-E 3) type plugin Note that the file does not appear in the list. If you type the name of the plugin that contains the plugin.xml, however, it does. | resolved fixed | 520da56 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/EditorElement.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-18T17:18:09Z | 2006-12-12T16:13:20Z |
167,486 | Bug 167486 [Quick Access] Remove Mnemonics from tooltip text in ActionElement.java | Some mnemonics are not removed from the element tool tip label in Quick Access. AF | verified fixed | cb528ec | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/ActionElement.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-18T16:57:51Z | 2006-12-11T20:46:40Z |
165,528 | Bug 165528 [QuickAccess] We should only list enabled commands / actions | We are currently caching elements for every provider implementation, even if the list of elements can change over time (like e.g. the list of enabled commands). | verified fixed | c7670e4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/ActionProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/CommandProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-18T16:34:26Z | 2006-11-22T21:13:20Z |
168,153 | Bug 168153 [DataBinding] Simplify the management of the default Realm | In the bug where Realms where born there was talk of making the setting of the Realm a little more foolproof. Currently when setting the Realm the developer needs to remember to retrieve the current Realm and to set it back in a finally block to be a good citizen. I think Boris spoke of something like the following to ... | verified fixed | 2355086 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Realm.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Realm.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/RealmTest.java", "tests/o... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-16T17:43:54Z | 2006-12-15T05:20:00Z |
168,101 | Bug 168101 Can't create link to path variable location | Build: I20061214 1) Create a path variable "FOO" with location c:\temp 2) Create a directory in the file system at c:\temp\location 3) Create a linked folder in Eclipse, and give the location FOO/location. This should resolve to c:\temp\location, but the new folder wizard does not resolve the path variable. | verified fixed | f4e3120 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-14T18:54:18Z | 2006-12-14T18:13:20Z |
168,057 | Bug 168057 Fast view bar shared between perspectives after restart | I20061214-0010, default (not 3.3!) presentation - new workspace - close welcome - click "+" button in fast view bar and add Navigator - switch to Debug perspective - switch to Java Perspective - restart Eclipse => Navigator view is in fast view bar: good - switch to Debug perspective => Navigator view is still in fast ... | verified fixed | 74ced47 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-14T17:25:58Z | 2006-12-14T15:26:40Z |
167,641 | Bug 167641 [ErrorHandling] MessageDialog.showError(...) not opening a dialog | null | verified fixed | 59bccd9 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/JFaceUtil.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-13T14:46:22Z | 2006-12-12T16:13:20Z |
167,668 | Bug 167668 [Viewers] Changing logical structures using the Show Structure As.. menu breaks view | When stopped at a breakpoint and viewing logical structures I used the Show Structure As... menu item to change to a custom structure and variables would disappear leading to the following exception: org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.ja... | verified fixed | 35072a6 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-13T04:23:50Z | 2006-12-12T16:13:20Z |
167,085 | Bug 167085 [QuickAccess] Quick Access dialog shows null and duplicate entries | I20061205-1200 The Quick Access (Ctrl+E) dialog shows null entries under "Editors" and duplicate entries in Previous Choices, see screenshot. If I select one of the entries under "Editors" or "Views", I get the exception below and the editor does not change (this is for the "null - ..." as well as for the normal entrie... | verified fixed | 23f82a2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/ActionProvider.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/EditorElement.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/EditorProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-13T04:19:21Z | 2006-12-07T14:00:00Z |
98,536 | Bug 98536 [Perspectives] [RCP] [ViewMgmt] How to prevent multiple instances of the same view from being closed/moved | In our scenario we have registered a generic placeholder to define the position where multiple instances of the same view have to be displayed. This placeholder is defined in the createInitialLayout method of our perspective according to the following code: public class MyPerspective implements IPerspectiveFactory { pu... | resolved fixed | dfa61d8 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Perspective.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-13T04:17:27Z | 2005-06-06T15:00:00Z |
167,705 | Bug 167705 [Snippets] Shown fancy ToolTip usage | null | verified fixed | ce25dca | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/window/Snippet020CustomizedControlTooltips.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-12T19:30:31Z | 2006-12-12T19:00:00Z |
147,530 | Bug 147530 [DataBinding] Provide event objects for change listeners | Before data binding goes 1.0 it would be wise to provide EventObjects for the following listeners to ensure that the API doesn't preclude future expansion of the values supplied to listeners. Interfaces that would be affected: * IValueChangeListener * IValueChangingListener * IListChangeListener * ISetChangeListener * ... | verified fixed | 6aecdb3 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/AbstractObservable.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ChangeEvent.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observ... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-12T04:35:41Z | 2006-06-16T20:33:20Z |
167,450 | Bug 167450 [DataBinding] Get rid of bind support factory magic | I finally realized that we don't need that other magic factory. I'll move fillBindSpecDefaults() and the methods it calls (createConverter, createValidator etc) to a new class DefaultBindSpec. Clients who want default validators and converters created for them just create a DefaultBindSpec as opposed to a (rather empty... | verified fixed | 746d711 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/IObservableCollection.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSupportFactory.java", "bundles/org.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-11T19:59:37Z | 2006-12-11T18:00:00Z |
128,142 | Bug 128142 [DataBinding] IDomainValidator needs to provide partial validation / be merged with IValidator | Suppose I want to restrict an Integer field to the range 1-10. I would use an IntegerValidator and a String2IntConverter on the target2model side. I would then write an IDomainValidator to restrict the integer value coming from the String2IntConverter to the range 1-10. But this would not result in ideal behavior. The ... | verified fixed | 3a582e1 | ["bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/BindSpec.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DataBindingContext.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/DefaultBindSpec.java", "bundles/org.eclipse.core.databinding/src... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-11T16:50:17Z | 2006-02-16T03:20:00Z |
167,204 | Bug 167204 [DataBinding] Ensure that getterCalled() is invoked correctly in WritableList | We need to clean up WritableList as its getterCalled() invocation is somewhat sporatic. Changes that need to be made: * setters should not invoke getterCalled(); this means all add(..) and remove(...) methods. * iterator() should invoke getterCalled() (ObservableList) * next() and hasNext() on the iterator should not i... | verified fixed | 8d526c6 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/AbstractObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/IObservableList.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-09T20:41:42Z | 2006-12-08T06:40:00Z |
105,041 | Bug 105041 [IDE] Double-clicking on a closed project should open it | Double-clicking on a closed project should open it. Steps to reproduce: 1. Click on a closed project. Expected results: The project gets opened. Actual results: Nada. | resolved fixed | 7607b11 | ["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 | 2006-12-09T15:13:19Z | 2005-07-25T16:46:40Z |
154,329 | Bug 154329 [Viewers] Provide widget independent TableViewer implementation | At the moment the concrete classes to provide a table or a tree require that the underlying Widget is an org.eclipse.widgets.Table and org.eclipse.widgets.Tree. It would make sense to extract all code parts who don't depend on the concrete-widget to an AbstractBaseClass between: - ColumnViewer > TableViewer => ColumnVi... | verified fixed | c101ff9 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-08T22:51:09Z | 2006-08-18T05:46:40Z |
167,231 | Bug 167231 [ErrorHandling] Hooking the status handling facility into the log | null | verified fixed | d752914 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/AbstractStatusHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/WorkbenchErrorHandler.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-08T16:09:33Z | 2006-12-08T15:00:00Z |
167,183 | Bug 167183 [ActivityMgmt] Activities property tester should test on IWorkbench instead of Object | null | verified fixed | f53857f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/activities/WorkbenchActivityHelper.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityPropertyTester.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/UtilTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-08T14:27:45Z | 2006-12-08T01:06:40Z |
164,757 | Bug 164757 [DataBinding] ComputedValue snippet | I hacked up a snippet for formatting a full name during entry of first and last names. Attaching snippet... | verified fixed | 41c4f47 | ["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet008ComputedValue.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-08T01:27:40Z | 2006-11-16T04:06:40Z |
167,170 | Bug 167170 [Markers] Need to check for duplicate filter names | M3 It is currently possible to enter duplicate filter names | verified fixed | dffa5ad | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/DialogMarkerFilter.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-12-07T21:38:08Z | 2006-12-07T22:20:00Z |
125,327 | Bug 125327 [Dialogs] Error message shown in the InputDialog is not fully visible | When an error message returned by InputValidator is long, InputDialog displays it partially. My suggestion is to create error label with SWT.WRAP flag, or something like this. | verified fixed | 36332bd | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-07T21:36:58Z | 2006-01-26T12:53:20Z |
164,182 | Bug 164182 [StatusHandling] Comments on new StatusManager API | null | verified fixed | 1040358 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/ProgressManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/AbstractStatusHandler.java", "bundles/org.ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-07T17:43:33Z | 2006-11-10T20:20:00Z |
160,959 | Bug 160959 [EFS] IDE.openEditor fails to open system editors for links referencing non-local IFileStore URIs | null | verified fixed | 13f79d9 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/part/FileEditorInput.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/EditorManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-07T14:48:55Z | 2006-10-14T12:46:40Z |
166,800 | Bug 166800 [ErrorHandling] The Status Handling hooking into Eclipse | null | verified fixed | bdbae56 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/MessageDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/ILogDialog.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/util/Policy.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java", "bundles/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-06T21:14:55Z | 2006-12-05T17:33:20Z |
166,346 | Bug 166346 [Viewers] ViewerRow#getCell(Point) not working for Viewers without columns | If the viewer has no rows this should return not null but the ViewerCell at index 0 | verified fixed | 574a3bb | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerRow.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-06T15:57:04Z | 2006-11-30T15:20:00Z |
166,789 | Bug 166789 [Preferences] Warnings to log when switching workspaces | ENTRY org.eclipse.ui 4 4 2006-12-05 10:25:33.359 !MESSAGE Plugin org.eclipse.jdt.debug.ui, extension org.eclipse.ui.preferenceTransfer Unknown extension tag found: transfer !ENTRY org.eclipse.ui 4 4 2006-12-05 10:25:33.359 !MESSAGE Plugin org.eclipse.team.cvs.ui, extension org.eclipse.ui.preferenceTransfer Unknown exte... | verified fixed | ab09b13 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/preferences/SettingsTransferRegistryReader.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-05T21:27:54Z | 2006-12-05T14:46:40Z |
165,691 | Bug 165691 [Preferences] Need help and description support for settingsTransfers | 20061121 We need to add support to show the description and help contexts for the settings transfers defined. We also need to write some help documentation. | verified fixed | 1f44956 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceWithSettingsDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IIDEHelpContextIds.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/preferences/SettingsTransfer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-05T21:24:03Z | 2006-11-23T16:40:00Z |
166,635 | Bug 166635 [Viewers] DelegatingCellLabelProvider breaks OwnerDrawLabelProvider | OwnerDrawLabelProviders are now being wrapped in DelegatingCellLabelProviders so the event handling code fails as we can no longer access the label provider CellLabelProvider provider = viewer .getViewerColumn(event.index).getLabelProvider(); Object element = event.item.getData(); if (provider instanceof OwnerDrawLabel... | verified fixed | d088396 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DelegatingCellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-05T15:50:43Z | 2006-12-04T13:46:40Z |
166,706 | Bug 166706 [Databinding] WritableList.clear() does not clear the list | 3.3 M3 The wrappedList is not modified that I can see when org.eclipse.jface.databinding.observable.list.WritableList.clear() is called. | verified fixed | 75d7f93 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/list/WritableList.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/list/WritableList.java", "tests/org.eclipse.jface.tests.databinding/src/org/eclipse/jface/tests/databinding/BindingTest... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-05T15:12:21Z | 2006-12-04T22:06:40Z |
118,429 | Bug 118429 [DataBinding] Validation should use IStatus, not just Strings | In order to use data binding in Workbench or IDE dialogs and preference pages, we need validation in terms of IStatus objects. Using strings is too simplistic. For example, look at the wizard for creating a new class. You will get a warning if the class name does not start with an uppercase letter, or if you don't prov... | resolved fixed | 646de6c | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Diffs.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/ObservableMap.java", "bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/ma... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-05T05:14:46Z | 2005-11-29T16:00:00Z |
166,712 | Bug 166712 [DataBinding] fix for 164653 broke the suites | null | resolved fixed | 9db5da2 | ["bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValue.java", "bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/masterdetail/DetailObservableValue.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-05T00:07:11Z | 2006-12-05T00:53:20Z |
166,682 | Bug 166682 [WorkingSets] isApplicable needs to be used in the UI | The new isApplicable API needs to be hooked up to the ModifyWorkingSetDelegate | verified fixed | 377841e | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-04T20:57:09Z | 2006-12-04T19:20:00Z |
34,528 | Bug 34528 [Dialogs] Error text in Move dialog is red, layed out poorly | 1. select a folder 2. context menu, select "Move" 3. deselect the folder in the dialog You will get a warning message at the bottom of the dialog. There are a few problems: 1. This warning message is too long to fit in the dialog and gets clipped. It needs to be multiline and wrap. 2. There should be more layout space ... | verified fixed | 074c701 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ContainerSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-04T20:43:12Z | 2003-03-10T23:46:40Z |
166,577 | Bug 166577 [WorkingSets] Add To working sets actions need to be filtered | M3 It's possible to add any adaptable element to any working set via the new working set actions in the toolbar. Previously you could only add things to working sets via the working set dialogs which had domain knowledge to filter the possibilities to those that were applicable. The actions, however, are generic and ne... | verified fixed | 66dc803 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/IWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AggregateWorkingSet.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkingSet.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-12-02T00:09:53Z | 2006-12-02T00:40:00Z |
166,500 | Bug 166500 [Viewers] AbstractViewerEditor too much optimization | I think the optimization of not recreating the listeners every time is not appropriate. 2 ways to solve this: - writing part to into an instance variable - recreating the the listener everytime The same applies to the mouse-listener. | resolved fixed | ac452c0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-01T16:30:31Z | 2006-12-01T16:20:00Z |
166,502 | Bug 166502 [Preferences] Settings transfer is not transferring input state | 20061201 We are not transferring input state correctly. As a result we always get "Workbench layout will get reset" | verified fixed | 6ce495f | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchLayoutSettingsTransfer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-01T16:10:34Z | 2006-12-01T16:20:00Z |
165,135 | Bug 165135 [Open Resource] Do not Show derived resources | Open Resource dialog in 3.3 M3 has broken the "Show derived resources" option. It worked properly in 3.2 - if option is turned off, resources in derived folders were not shown. This is important feature since build systems often copy resources in some "build" folder which should not be modified when we edit sources. In... | verified fixed | 1cf2e43 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-01T16:09:48Z | 2006-11-20T10:53:20Z |
166,491 | Bug 166491 [JFace] Move Snippet020 from viewers to window package | as said above patch to follow | verified fixed | 1eb5274 | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet020CustomizedControlTooltips.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/window/Snippet020CustomizedControlTooltips.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-01T15:24:51Z | 2006-12-01T16:20:00Z |
166,478 | Bug 166478 [Viewers] Compiler warnings in N20061130-2300 | 1. WARNING in /Eclipse JFace Tests/org/eclipse/jface/tests/viewers/SimpleTableViewerTest.java (at line 108) TableViewerColumn tvc = new TableViewerColumn(tableViewer, SWT.NONE); The local variable tvc is never read | verified fixed | b524d1d | ["tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/SimpleTableViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-12-01T14:55:15Z | 2006-12-01T13:33:20Z |
166,368 | Bug 166368 [Viewers] LabelProvider disposed twice | N20061129-2300, was OK in I20061129-1340 With the latest changes in ViewerColumn, a LabelProvider is now disposed twice. Steps: - Search for references to a java element - open view menu of Search view and choose "Show as List" java.lang.NullPointerException at org.eclipse.jdt.internal.ui.search.SearchLabelProvider.dis... | verified fixed | 775f7c0 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DelegatingCellLabelProvider.java", "tests/org.eclipse.ui.tests/Eclipse", "JFace", "Tests/org/eclipse/jface/tests/viewers/SimpleTableViewerTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-30T21:02:03Z | 2006-11-30T18:06:40Z |
166,383 | Bug 166383 [Viewers] Provide Tabing from Editor to Editor | null | verified fixed | cf3f057 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/EditingSupport.java", "examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-30T18:53:17Z | 2006-11-30T18:06:40Z |
166,236 | Bug 166236 [Viewers] ViewerColumn needs a dispose method | ViewerColumn adds a listener to its label provider which is never removed. We need a dispose method that removes the listener. Furthermore, if the column's label provider wraps a non-column-specific label provider, the viewer is already listening to it and the viewer column shouldn't. Must be fixed before the next I bu... | verified fixed | 963835b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java", "tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/AllTests.java", "tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/tests/Mocks... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-29T21:50:39Z | 2006-11-29T19:53:20Z |
166,052 | Bug 166052 [Viewers] Regression: decorator of DecoratingLabelProvider completely replaces label provider | null | verified fixed | ff3ee5d | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-29T20:07:36Z | 2006-11-28T13:20:00Z |
164,679 | Bug 164679 [StatusHandling] StatusManager - remove use of 1.4 API | The method split(String, int) is undefined for the type String org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandling StatusManager.java line 345 1163611121375 745048 | verified fixed | ec13157 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/statushandling/StatusManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-29T16:21:39Z | 2006-11-15T17:00:00Z |
166,107 | Bug 166107 [Quick Access] Quick Access should allow matching to an element for more than one string | Build ID: I20061102-1715 Steps To Reproduce: 1. Use Quick Access and choose java perspective after typing "j" 2. Use Quick Access and choose java perspective after typing "jav" 3. Quick Access only remembers the java perspective was selected after typing "jav" More information: Quick Access should support multiple stri... | verified fixed | 09697c6 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/incubator/CtrlEAction.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-28T21:42:55Z | 2006-11-28T18:53:20Z |
164,361 | Bug 164361 [Progress] Task name not shown in user job progress dialog | 3.2 The progress dialog for a user job often does not show the task name passed to IProgressMonitor.beginTask. This appears to be due to a race condition in the optimization in ProgressMonitorDialog that tries to avoid trimming and setting the message in the label if the dialog is not visible. It's possible for the mes... | verified fixed | 18d6e65 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-28T21:30:30Z | 2006-11-13T17:46:40Z |
158,316 | Bug 158316 [Dialogs] Open Resource dialog: history items should not look disabled | I20060922-0010 Open Resource dialog: history items should not look disabled (gray). Only the divider line should be gray. | verified fixed | 651d3a2 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-28T15:30:43Z | 2006-09-22T15:46:40Z |
165,318 | Bug 165318 Open Resource dialog flashes on every keystroke | N20061119-0010 The Open Resource dialog flashes heavily on every keystroke. E.g. when I start typing plugin.xml, the whole list, the status line, and the OK button are first cleared and then redrawn. The Open Type dialog does not flash in this scenario. | verified fixed | 7771ecc | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-28T14:42:38Z | 2006-11-21T14:40:00Z |
138,651 | Bug 138651 [Markers] Bookmark, problem and tasks view don't restore column widths | null | verified fixed | b4fef41 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-28T14:23:20Z | 2006-04-26T14:00:00Z |
163,317 | Bug 163317 [Viewers] Take over SWT programming pattern to JFace Viewers | To open ColumnViewer for reusablility we should not make it final making the constructor protected forces people to subclass it and not directly creating instances from it. | verified fixed | 21bc0e3 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/CellLabelProvider.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewerColumn.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewerColumn.java... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-28T05:36:09Z | 2006-11-03T10:33:20Z |
165,908 | Bug 165908 Javadoc warnings in N20061124-0010 | /builds/N200611240010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java:891: warning - @param argument "element" is not a parameter name. /builds/N200611240010/src/plugins/org.eclipse.platform.doc.isv/../org.eclipse.ui.ide/extensions... | verified fixed | e37a469 | ["bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/SearchPattern.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-27T20:52:46Z | 2006-11-27T12:20:00Z |
164,394 | Bug 164394 [Decorators] Too many copies of OverlayIcon | There are many copies of OverlayIcon in the Platform. We should put the DecoratorOverlayIcon in JFace as API. I will attach a patch. | verified fixed | eb37719 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecorationOverlayIcon.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/DecoratorOverlayIcon.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/decorators/OverlayCache.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-27T19:08:56Z | 2006-11-13T20:33:20Z |
164,365 | Bug 164365 [Viewers] Snippet to show how to implement double-click editing | null | verified fixed | 15b824e | ["examples/org.eclipse.jface.snippets/Eclipse", "JFace", "Snippets/org/eclipse/jface/snippets/viewers/Snippet021CellEditorsOnDoubleClick.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-24T17:11:16Z | 2006-11-13T17:46:40Z |
165,690 | Bug 165690 [Preferences] Allow transfer of working sets | 3.2 We should allow working sets to be transferred between workspaces. | verified fixed | 0d9bbb4 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/AbstractWorkingSetManager.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/Workbench.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/WorkbenchLayoutSettingsTransfer.java", "bundles/org.e... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-24T16:41:36Z | 2006-11-23T16:40:00Z |
153,993 | Bug 153993 [Viewers] Common Baseclass for Tree/TableEditorImpl | null | verified fixed | 98f48f4 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableEditorImpl.j... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-24T13:09:37Z | 2006-08-16T01:00:00Z |
76,850 | Bug 76850 [Preferences] [WorkingSets] [Import/Export] Save perspective layouts in preferences | Could you please figure out some way to save perspective layouts, which perspective are "loaded", and working sets (and their contents) in a preferences file somewhere so that it can be shared by multiple users and across multiple workspaces. | verified fixed | 4c330e6 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceWithSettingsDialog.java", "bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchMessages.java", "bundles/org.eclipse.ui.ide/src/org/eclip... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-23T17:50:05Z | 2004-10-22T18:33:20Z |
165,542 | Bug 165542 [Trim] NPE in WidgetProxy.fill | 3.3 M3 - had a configuration error that resulted in the class for a trim contribution being unable to load - on startup, it got an NPE due to a null widget field in: Thread [main] (Suspended (exception NullPointerException)) WidgetProxy.fill(Composite, int, int) line: 139 TrimBarManager$STrimBuilder.renderTrim(Composit... | verified fixed | 2d09f4a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/menus/WidgetProxy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-23T00:15:30Z | 2006-11-22T21:13:20Z |
164,989 | Bug 164989 [Viewers] ColumnViewer#getColumnViewerOwner() doesn't respects column count | null | verified fixed | 73511d3 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java", "tests/org.... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-21T21:22:15Z | 2006-11-17T16:13:20Z |
164,878 | Bug 164878 [Capabilities] Need a property tester for activities | In 3.3 user assistance will allow expressions in documents like welcome pages, help xhtml documents, table of contents, etc to allow extra flexibility when filtering. For products or component that integrate with other components, it is sometimes desirable to control the visibility/discoverability of certain content ba... | verified fixed | 1764d49 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/activities/ActivityPropertyTester.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/activities/UtilTest.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-21T15:44:44Z | 2006-11-16T20:46:40Z |
164,984 | Bug 164984 [JFace] DefaultToolTip shouldn't be abstract | since all values can be accessed using getter/setter there's no need any more to declare it abstract. | verified fixed | 60bd719 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-17T16:27:04Z | 2006-11-17T16:13:20Z |
164,678 | Bug 164678 [Keys] KeysPreferencePage - remove use of 1.4 API | The method replaceAll(String, String) is undefined for the type String org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys KeysPreferencePage.java line 1387 1163611126484 746277 | verified fixed | 75093b7 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/keys/KeysPreferencePage.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/util/Util.java", "tests/org.eclipse.ui.tests/Eclipse", "UI", "Tests/org/eclipse/ui/tests/keys/KeysCsvTest.java", "tests/org.eclipse.ui.tests/Ecl... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-16T18:47:09Z | 2006-11-15T17:00:00Z |
164,810 | Bug 164810 [EFS] FileStoreEditorInput doesn't work on non-"file:" URIs | null | resolved fixed | 53cad9a | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/FileStoreEditorInput.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-16T16:05:32Z | 2006-11-16T12:26:40Z |
164,621 | Bug 164621 [Menus] wrong line endings on source code | Ciao @ll :) Looks like the following five files don't have proper line endings to be viewed on unix. Only Ctrl-Ms separate the lines, no CR-LFs: org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/TrimBarManager.java org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/SPartMenuLayout.java or... | resolved fixed | ff6bd5c | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/ActionCommandMappingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/IActionCommandMappingService.java", "bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/handlers/Nesta... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-16T12:17:35Z | 2006-11-15T11:26:40Z |
137,934 | Bug 137934 [DataBinding] Add support for IColorProvider, IFontProvider, and images for TableViewer | The 3.2m6 code doesn't provide support styling (colors, fonts, or images) in the TableViewer. The 3.2m5 code only allowed for one binding per columns, whether that be the display value, image, etc. Assumptions of the use cases are as follows: * The consumer will always want to provide a bound display property per colum... | verified fixed | e0b22c0 | ["examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet007ColorLabelProvider.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-16T06:27:01Z | 2006-04-21T14:33:20Z |
164,529 | Bug 164529 [FieldAssist] Provide the ability to listen to start and end field assist events | In the previous content assist functionality, an ICompletionListener could be specified to listen to the following events: public void assistSessionEnded(ContentAssistEvent event) public void assistSessionStarted(ContentAssistEvent event) The equivalent listener, IContentProposalListener, does not listen to those two e... | verified fixed | e96f434 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/ContentProposalAdapter.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/fieldassist/IContentProposalListener2.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-15T21:32:53Z | 2006-11-14T21:33:20Z |
164,681 | Bug 164681 [WorkingSets] WorkingSetFilterActionGroup - remove use of 1.4 API | The method toString() in the type Boolean is not applicable for the arguments (boolean) org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions WorkingSetFilterActionGroup.java line 262 1163611135859 748603 | verified fixed | 437361d | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-15T20:23:51Z | 2006-11-15T17:00:00Z |
164,639 | Bug 164639 [JFace] improve usability of DefaultToolTip | DefaultToolTip should provide setters for the commonly-customized properties of the tooltip rather than rely on method subclassing. | verified fixed | 1fe1d43 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ToolTipSupport.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-15T14:06:37Z | 2006-11-15T14:13:20Z |
164,350 | Bug 164350 [JFace] Listener optimization in ToolTip | The hideListener in ToolTip is a bit too eager. If we're not handling mouse down events it doesn't need to be applied recursively. Also, the mouseExit hander doesn't need to be on anything under the shell. If fixed we should be careful to re-tool the listener in the event that the setHideOnMouseDown event changes state... | verified fixed | 8869549 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-15T14:05:25Z | 2006-11-13T17:46:40Z |
164,504 | Bug 164504 [Viewers] AssertionFailedException when removing element from tree | I20061114-0927 Steps to reproduce: (1) Turn on the option to "remove terminated launches when a new launch is created" (Preferences > Run/Debug > Launching) (2) From the debug perspective, launch an Eclipse Application (workbench) in debug mode (3) After it starts, close the newly launched Eclipse Application (4) Chang... | verified fixed | a962487 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-14T22:17:17Z | 2006-11-14T18:46:40Z |
164,509 | Bug 164509 Breaking API change: ColumnViewer#getItemAt(Point) | null | verified fixed | 467f78b | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java", "bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-14T20:50:20Z | 2006-11-14T18:46:40Z |
163,357 | Bug 163357 [Viewers] NullPointerException on AbstractTreeViewer.remove(path, index) | I20061102-1715 It's possible to get an NPE when removing an element from a tree viewer. The remove API accepts a "parent path" and "child index". It is possible to specify an empty tree path for the parent to indicate the root element. However, the remove code eventually trys to find the widget associated with the "las... | verified fixed | b6a2f11 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-14T13:37:24Z | 2006-11-03T18:53:20Z |
164,375 | Bug 164375 [Undo] - WorkspaceUndoUtil shouldn't reset change count for any context | N20061112-0010, WinXP I noticed with the WorkspaceUndoMonitor tracing on that the workspace change count was being reset when undoing and redoing text changes from an editor. This should not be the case. The workspace undo monitor listener should only be responding to undo/redo operations that have the workbench/worksp... | verified fixed | e0fc974 | ["bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/WorkspaceUndoMonitor.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-13T20:04:39Z | 2006-11-13T20:33:20Z |
162,964 | Bug 162964 [Undo] - Resource undo only works when Navigator is active | Build: I20061031-0656 Undo of resource changes only works when the Navigator view has focus. This feels really subtle and I'm wondering if it will be a barrier to people discovering and using it. For example, if I create a new file, focus is immediately given to the editor so you don't even know the undo option is ther... | verified fixed | 6d13762 | ["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 | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-13T19:41:26Z | 2006-10-31T18:40:00Z |
140,049 | Bug 140049 [Dialogs] - deprecate ImageAndMessageArea | null | verified fixed | ee8b789 | ["bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ImageAndMessageArea.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-13T18:11:26Z | 2006-05-03T18:13:20Z |
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. | verified fixed | 3ed6eba | ["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_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-13T17:10:29Z | 2006-11-02T23:26:40Z |
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... | verified fixed | 0f8034a | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/dialogs/FilteredTree.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-13T05:17:47Z | 2006-11-10T17:33:20Z |
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... | verified fixed | ffebdcf | ["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/BindingTestSu... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-13T04:56:24Z | 2006-11-12T22:20:00Z |
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. | verified fixed | 1cfd7a3 | ["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/Observ... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-13T04:50:30Z | 2006-11-12T02:53:20Z |
160,000 | Bug 160000 [DataBinding] Convert scenarios to official APIs | null | verified fixed | a469cb1 | ["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/s... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-13T04:46:24Z | 2006-10-06T13:06:40Z |
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... | verified fixed | 5c5ca5c | ["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_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-12T18:41:50Z | 2006-11-08T18:20:00Z |
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 | verified fixed | 6f726de | ["bundles/org.eclipse.jface/src/org/eclipse/jface/util/OpenStrategy.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-11T14:19:52Z | 2006-11-11T13:00:00Z |
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... | verified fixed | b007230 | ["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... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-10T23:36:27Z | 2006-10-30T20:26:40Z |
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. | verified fixed | 6c0d124 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-10T19:43:09Z | 2006-11-01T16:53:20Z |
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... | verified fixed | 1ff0be0 | ["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.ec... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-10T19:32:16Z | 2006-07-05T09:00:00Z |
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... | verified fixed | 7dc7a0a | ["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 | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-10T19:08:45Z | 2006-10-23T07:53:20Z |
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 | verified fixed | ac7f6c0 | ["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/intern... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-10T18:38:00Z | 2006-11-02T17:53:20Z |
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. | verified fixed | 8aa8fe9 | ["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/M... | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-10T17:42:19Z | 2006-10-21T19:46:40Z |
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... | verified fixed | a9b0631 | ["bundles/org.eclipse.ui.workbench/Eclipse", "UI/org/eclipse/ui/internal/progress/AnimationManager.java"] | Eclipse_Platform_UI | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-09T18:28:37Z | 2006-11-08T15:33:20Z |
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... | verified fixed | 7c7b1a2 | ["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 | https://github.com/eclipse-platform/eclipse.platform.ui | eclipse-platform/eclipse.platform.ui | java | null | null | null | 2006-11-09T17:12:27Z | 2006-04-28T21:33:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.