id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
3,430
170,194
Bug 170194 [EditorMgmt] NPE on Ctrl+E when active part has no selection
I20070109-1805 With a compare editor as active part, press Ctrl+E. java.lang.NullPointerException at org.eclipse.ui.internal.incubator.PropertiesProvider.getElements(PropertiesProvider.java:50) at org.eclipse.ui.internal.incubator.CtrlEAction$MyContentProvider.<init>(CtrlEAction.java:341) at org.eclipse.ui.internal.inc...
2007-01-11 05:37:06
1,168,510,000
resolved fixed
184cb46
1,168,550,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/PropertiesProvider.java
Eclipse_Platform_UI
3,431
170,183
Bug 170183 Leak caused by SaveablesList.removeModel
I20070110-1800 1. open a text editor 2. close the text editor ==> editor instance still there (leaked) Repeating step 1 and 2 leaks an additional editor each time. REASON: the code in SaveablesList.removeModel is wrong (looks like copy/paste error of code copied from addModel): boolean result = false; Set modelsForSour...
2007-01-11 04:31:33
1,168,510,000
resolved fixed
71d624d
1,168,550,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/SaveablesList.java
Eclipse_Platform_UI
3,432
165,714
Bug 165714 [Workbench] Workbench should check for existing display before creating one
The Workbench.createDisplay() should check to see if a display exists already before creating a new one. In the case of the new launcher a splash bundle may have already created a display for splash screen purposes. Suggest checking Display.getCurrent();
2006-11-23 16:09:11
1,164,320,000
verified fixed
8201500
1,168,460,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java
Eclipse_Platform_UI
3,433
167,893
Bug 167893 [Workbench] [RCP]Create an org.eclipse.ui.ide.application plug-in
M4 We have many situations where people want to use our resource based APIs but cannot due to a required dependency on the IDE application. Likewise we have code in the IDE that would like to use other plug-in but cannot due to a circular dependency (specifically the Common Navigator requires the resource parts of the ...
2006-12-13 13:36:39
1,166,030,000
verified fixed
01c919f
1,168,380,000
bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEApplication.java bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEIdleHelper.java bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchAdvisor.java bundles...
Eclipse_Platform_UI
3,434
169,879
Bug 169879 [Dialogs] Runtime exception in DialogTray.createContents() creates zombie dialog
3.3M4 1) Create a DialogTray that will throw an NPE in its createContents() method 2) Create a TrayDialog and set its tray to the above tray 3) attempt to close the dialog You will get NPEs in closeTray() that result in a Dialog that cannot be closed. This is especially bad if it's modal.
2007-01-08 14:17:33
1,168,280,000
resolved fixed
ed8db01
1,168,370,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/TrayDialog.java
Eclipse_Platform_UI
3,435
166,763
Bug 166763 [Undo] API request: org.eclipse.ui.internal.ide.undo.ResourceDescription
I20061129-1340 To support undo for file operations in the Package Explorer, we need the functionality of org.eclipse.ui.internal.ide.undo.ResourceDescription. Could this class be promoted to API? I've copied the package for now (to avoid referencing internal code). We need more low-level operations than what's currentl...
2006-12-05 05:19:17
1,165,310,000
verified fixed
54370cc
1,168,360,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractCreateResourcesOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/AbstractResourcesOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/CopyProjectOperation.java bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/undo/Copy...
Eclipse_Platform_UI
3,436
166,972
Bug 166972 [Workbench] Migrate org.eclipse.ui.ide.workbench to IApplication
null
2006-12-06 12:14:55
1,165,430,000
verified fixed
f49d5b7
1,168,350,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEApplication.java
Eclipse_Platform_UI
3,437
94,461
Bug 94461 [About] Indicate whether plug-ins are signed
3.1 M7 The about dialog should indicate whether or not a plug-in is signed. One option would be to include an extra "Signed" column, with a check box or Yes/No indication. Can features be signed too?
2005-05-10 14:24:47
1,115,750,000
verified fixed
2e1bbe2
1,168,290,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IWorkbenchGraphicConstants.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchImages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse...
Eclipse_Platform_UI
3,438
169,778
Bug 169778 [ErrorHandling] NPE in org.eclipse.ui.internal.ide.StatusUtil [PatchAttached]
Build ID: I20061214-1445
2007-01-07 04:18:29
1,168,160,000
verified fixed
e0f4dfd
1,168,260,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/StatusUtil.java
Eclipse_Platform_UI
3,439
140,697
Bug 140697 [Viewers] selection not preserved when setting has children
1. Debug testcase without stopping in main or breakpoint 2. Select thread, and terminate The suspend action sometimes remain enabled after the debug session is terminated. I added some tracing to the code. When the debug session is terminated, if AbstractDebugContextAction#updateEnablementStateForContext is run after S...
2006-05-08 17:25:51
1,147,120,000
resolved fixed
35ff56b
1,168,030,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
3,440
48,939
Bug 48939 [WorkingSets] New working set should preselect with UI selection
If I select 3 projects in the package explorer, then create a new working set, it would be nice if the working set dialog would have those 3 projects preselected. Or if there were a "Create working set" action from the selection in the view.
2003-12-16 22:47:37
1,071,630,000
resolved fixed
e3efd85
1,167,940,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/ResourceWorkingSetPage.java
Eclipse_Platform_UI
3,441
169,529
Bug 169529 [Databinding] Bug in WritableList.addAll
Build ID: 3.2.1 In the source file org.eclipse.core.databinding.observable.list.WritableList.java following line int addIndex = c.size(); should be replaced with int addIndex = wrappedList.size();
2007-01-04 05:08:56
1,167,910,000
resolved fixed
2edfb45
1,167,930,000
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
Eclipse_Platform_UI
3,442
169,543
Bug 169543 FilteredItemsSelectionDialog changes required by the JDT team.
Build ID: I20061214-1445 List of required changes: - Sorting now happens while searching; elements are continuously inserted what leads to a flickering view. It can happen that while you click on an entry, it moves away. In the old open type dialog, sorting was performed in the background and result where only the full...
2007-01-04 08:02:30
1,167,920,000
verified fixed
b4e6ab1
1,167,930,000
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 bundles/org.eclipse.ui.workbench/E...
Eclipse_Platform_UI
3,443
166,619
Bug 166619 [Trim] TrimLayout.computeSize hardcoded to return 0, 0
Build ID: M20060921-0945 Steps To Reproduce: Look at org.eclipse.ui.internal.layout.TrimLayout.computeSize( Composite, int, int, boolean ). More information: Despite doing a bunch of work to compute the preferred size of it's components, TrimLayout throws the work away and simply returns a hardcoded value of new Point(...
2006-12-03 13:45:50
1,165,170,000
verified fixed
e9ef72c
1,167,850,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/TrimLayout.java
Eclipse_Platform_UI
3,444
155,650
Bug 155650 [Preferences] Accessibility: Tab can't access to the "Forward to..." Split button on Preferences window
Steps to reproduce bug: 1.Launch Eclipse 3.2. 2.Goto Preferences window. 3.Select 'Java' (or anyother) on the left pane. 4.Then select 'Help' (or anyother) on the left pane. 5.Click the right-top split button 'Back to Java'. 6.Use Tab Key to access to navigate the control. DEFECT: Notice that you cannot navigate to the...
2006-08-30 05:01:55
1,156,930,000
verified fixed
7e00a43
1,167,850,000
bundles/org.eclipse.jface/src/org/eclipse/jface/action/ToolBarManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredTree.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PerspectiveBarManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/intern...
Eclipse_Platform_UI
3,445
169,346
Bug 169346 [ErrorHandling] Changes in status handlers' API
null
2007-01-02 10:49:02
1,167,750,000
verified fixed
50c5bf6
1,167,760,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchErrorHandlerProxy.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandling/AbstractStatusHandler.java bundles/org.eclipse.ui.workben...
Eclipse_Platform_UI
3,446
168,901
Bug 168901 [QuickAccess] Quick Access Dialog should include properties
The Quick Access Dialog should also include a Properties node and elements. AF
2006-12-21 15:30:27
1,166,730,000
verified fixed
af7b331
1,166,740,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/CtrlEAction.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/IncubatorMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/PropertiesElement.java bundles/org.eclipse.ui....
Eclipse_Platform_UI
3,447
165,945
Bug 165945 [rulers] Support in-place CVS annotation ruler in PDE editor
null
2006-11-27 12:54:21
1,164,650,000
verified fixed
6e0bfde
1,166,720,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java
Eclipse_Platform_UI
3,448
168,806
Bug 168806 [DataBinding] Realm.ensureWorkerThreadIsRunning() doesn't start a new thread
null
2006-12-20 22:23:09
1,166,670,000
resolved fixed
990ee54
1,166,670,000
bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Realm.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Realm.java
Eclipse_Platform_UI
3,449
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...
2005-11-25 15:57:10
1,132,950,000
verified fixed
76bca2e
1,166,650,000
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.eclipse.ui.workbench/Ecli...
Eclipse_Platform_UI
3,450
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...
2006-12-20 10:44:00
1,166,630,000
resolved fixed
d4937ed
1,166,650,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerColumn.java
Eclipse_Platform_UI
3,451
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
2006-12-18 13:49:48
1,166,470,000
verified fixed
df68afd
1,166,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/FilteringInfoPopup.java
Eclipse_Platform_UI
3,452
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...
2006-12-20 11:29:36
1,166,630,000
verified fixed
daa5b74
1,166,640,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java
Eclipse_Platform_UI
3,453
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...
2006-12-12 07:14:16
1,165,930,000
verified fixed
904c614
1,166,500,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/Saveable.java
Eclipse_Platform_UI
3,454
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.
2006-12-18 13:21:15
1,166,470,000
verified fixed
b36cd7d
1,166,470,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchMessages.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java
Eclipse_Platform_UI
3,455
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.
2006-12-12 09:56:09
1,165,940,000
resolved fixed
520da56
1,166,460,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/EditorElement.java
Eclipse_Platform_UI
3,456
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
2006-12-11 15:56:19
1,165,870,000
verified fixed
cb528ec
1,166,460,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/ActionElement.java
Eclipse_Platform_UI
3,457
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).
2006-11-22 16:23:04
1,164,230,000
verified fixed
c7670e4
1,166,460,000
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
3,458
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 ...
2006-12-14 23:43:23
1,166,160,000
verified fixed
2355086
1,166,290,000
bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/Realm.java bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/observable/Realm.java tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/observable/RealmTest.java tests/org.eclipse....
Eclipse_Platform_UI
3,459
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.
2006-12-14 13:47:30
1,166,120,000
verified fixed
f4e3120
1,166,120,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/CreateLinkedResourceGroup.java
Eclipse_Platform_UI
3,460
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 ...
2006-12-14 09:20:20
1,166,110,000
verified fixed
74ced47
1,166,120,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java
Eclipse_Platform_UI
3,461
167,641
Bug 167641 [ErrorHandling] MessageDialog.showError(...) not opening a dialog
null
2006-12-12 09:54:08
1,165,940,000
verified fixed
59bccd9
1,166,020,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/JFaceUtil.java
Eclipse_Platform_UI
3,462
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...
2006-12-12 10:57:09
1,165,940,000
verified fixed
35072a6
1,165,980,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
3,463
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...
2006-12-07 08:33:34
1,165,500,000
verified fixed
23f82a2
1,165,980,000
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
3,464
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...
2005-06-06 11:42:58
1,118,070,000
resolved fixed
dfa61d8
1,165,980,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Perspective.java
Eclipse_Platform_UI
3,465
167,705
Bug 167705 [Snippets] Shown fancy ToolTip usage
null
2006-12-12 13:45:44
1,165,950,000
verified fixed
ce25dca
1,165,950,000
examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/window/Snippet020CustomizedControlTooltips.java
Eclipse_Platform_UI
3,466
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 * ...
2006-06-16 17:24:10
1,150,490,000
verified fixed
6aecdb3
1,165,900,000
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/observable/Cha...
Eclipse_Platform_UI
3,467
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...
2006-12-11 11:44:38
1,165,860,000
verified fixed
746d711
1,165,870,000
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.cor...
Eclipse_Platform_UI
3,468
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 ...
2006-02-15 21:50:55
1,140,060,000
verified fixed
3a582e1
1,165,860,000
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/org/eclips...
Eclipse_Platform_UI
3,469
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...
2006-12-08 00:27:38
1,165,560,000
verified fixed
8d526c6
1,165,700,000
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/databind...
Eclipse_Platform_UI
3,470
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.
2005-07-25 12:11:58
1,122,310,000
resolved fixed
7607b11
1,165,680,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/navigator/ResourceNavigator.java
Eclipse_Platform_UI
3,471
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...
2006-08-18 02:49:53
1,155,880,000
verified fixed
c101ff9
1,165,620,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTableViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableViewer.java
Eclipse_Platform_UI
3,472
167,231
Bug 167231 [ErrorHandling] Hooking the status handling facility into the log
null
2006-12-08 08:55:18
1,165,590,000
verified fixed
d752914
1,165,590,000
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
3,473
167,183
Bug 167183 [ActivityMgmt] Activities property tester should test on IWorkbench instead of Object
null
2006-12-07 18:56:19
1,165,540,000
verified fixed
f53857f
1,165,590,000
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
3,474
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...
2006-11-15 22:26:47
1,163,650,000
verified fixed
41c4f47
1,165,540,000
examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet008ComputedValue.java
Eclipse_Platform_UI
3,475
167,170
Bug 167170 [Markers] Need to check for duplicate filter names
M3 It is currently possible to enter duplicate filter names
2006-12-07 16:38:30
1,165,530,000
verified fixed
dffa5ad
1,165,530,000
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
3,476
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.
2006-01-26 08:50:36
1,138,280,000
verified fixed
36332bd
1,165,530,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/InputDialog.java
Eclipse_Platform_UI
3,477
164,182
Bug 164182 [StatusHandling] Comments on new StatusManager API
null
2006-11-10 16:30:24
1,163,190,000
verified fixed
1040358
1,165,510,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/IDEWorkbenchErrorHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/ProgressManager.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandling/AbstractStatusHandler.java bundles/org.eclipse.ui.workbench...
Eclipse_Platform_UI
3,478
160,959
Bug 160959 [EFS] IDE.openEditor fails to open system editors for links referencing non-local IFileStore URIs
null
2006-10-14 08:33:30
1,160,830,000
verified fixed
13f79d9
1,165,500,000
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
3,479
166,800
Bug 166800 [ErrorHandling] The Status Handling hooking into Eclipse
null
2006-12-05 11:28:58
1,165,340,000
verified fixed
bdbae56
1,165,440,000
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/org.eclipse.ui...
Eclipse_Platform_UI
3,480
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
2006-11-30 09:10:24
1,164,900,000
verified fixed
574a3bb
1,165,420,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ViewerRow.java
Eclipse_Platform_UI
3,481
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...
2006-12-05 10:29:11
1,165,330,000
verified fixed
ab09b13
1,165,350,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/SettingsTransferRegistryReader.java
Eclipse_Platform_UI
3,482
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.
2006-11-23 12:59:59
1,164,300,000
verified fixed
1f44956
1,165,350,000
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
3,483
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...
2006-12-04 09:35:49
1,165,240,000
verified fixed
d088396
1,165,330,000
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
3,484
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.
2006-12-04 18:27:38
1,165,270,000
verified fixed
75d7f93
1,165,330,000
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/BindingTestSuite.ja...
Eclipse_Platform_UI
3,485
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...
2005-11-29 10:17:13
1,133,280,000
resolved fixed
646de6c
1,165,300,000
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/masterdeta...
Eclipse_Platform_UI
3,486
166,712
Bug 166712 [DataBinding] fix for 164653 broke the suites
null
2006-12-04 19:07:33
1,165,280,000
resolved fixed
9db5da2
1,165,280,000
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
3,487
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
2006-12-04 15:39:44
1,165,260,000
verified fixed
377841e
1,165,270,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java
Eclipse_Platform_UI
3,488
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 ...
2003-03-10 17:39:46
1,047,340,000
verified fixed
074c701
1,165,270,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/ContainerSelectionDialog.java
Eclipse_Platform_UI
3,489
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...
2006-12-01 19:04:44
1,165,020,000
verified fixed
66dc803
1,165,020,000
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/org/eclipse/ui/internal...
Eclipse_Platform_UI
3,490
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.
2006-12-01 11:09:28
1,164,990,000
resolved fixed
ac452c0
1,164,990,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java
Eclipse_Platform_UI
3,491
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"
2006-12-01 11:11:37
1,164,990,000
verified fixed
6ce495f
1,164,990,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchLayoutSettingsTransfer.java
Eclipse_Platform_UI
3,492
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...
2006-11-20 05:33:11
1,164,020,000
verified fixed
1cf2e43
1,164,990,000
bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/FilteredResourcesSelectionDialog.java
Eclipse_Platform_UI
3,493
166,491
Bug 166491 [JFace] Move Snippet020 from viewers to window package
as said above patch to follow
2006-12-01 10:00:24
1,164,990,000
verified fixed
1eb5274
1,164,990,000
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
3,494
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
2006-12-01 08:47:39
1,164,980,000
verified fixed
b524d1d
1,164,980,000
tests/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/SimpleTableViewerTest.java
Eclipse_Platform_UI
3,495
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...
2006-11-30 12:16:18
1,164,910,000
verified fixed
775f7c0
1,164,920,000
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
3,496
166,383
Bug 166383 [Viewers] Provide Tabing from Editor to Editor
null
2006-11-30 13:34:34
1,164,910,000
verified fixed
cf3f057
1,164,910,000
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/jface/snippets/vi...
Eclipse_Platform_UI
3,497
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...
2006-11-29 13:31:18
1,164,830,000
verified fixed
963835b
1,164,840,000
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/MocksTest.java t...
Eclipse_Platform_UI
3,498
166,052
Bug 166052 [Viewers] Regression: decorator of DecoratingLabelProvider completely replaces label provider
null
2006-11-28 08:56:26
1,164,720,000
verified fixed
ff3ee5d
1,164,830,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/DecoratingLabelProvider.java
Eclipse_Platform_UI
3,499
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
2006-11-15 12:46:18
1,163,610,000
verified fixed
ec13157
1,164,820,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/statushandling/StatusManager.java
Eclipse_Platform_UI
3,500
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...
2006-11-28 14:56:33
1,164,740,000
verified fixed
09697c6
1,164,750,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/incubator/CtrlEAction.java
Eclipse_Platform_UI
3,501
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...
2006-11-13 12:48:31
1,163,440,000
verified fixed
18d6e65
1,164,750,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java
Eclipse_Platform_UI
3,502
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.
2006-09-22 10:48:55
1,158,940,000
verified fixed
651d3a2
1,164,730,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java
Eclipse_Platform_UI
3,503
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.
2006-11-21 10:04:09
1,164,120,000
verified fixed
7771ecc
1,164,720,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/FilteredItemsSelectionDialog.java
Eclipse_Platform_UI
3,504
138,651
Bug 138651 [Markers] Bookmark, problem and tasks view don't restore column widths
null
2006-04-26 11:07:46
1,146,060,000
verified fixed
b4fef41
1,164,720,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/TableView.java
Eclipse_Platform_UI
3,505
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.
2006-11-03 05:05:56
1,162,550,000
verified fixed
21bc0e3
1,164,690,000
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 bundles/or...
Eclipse_Platform_UI
3,506
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...
2006-11-27 08:30:27
1,164,630,000
verified fixed
e37a469
1,164,660,000
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
3,507
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.
2006-11-13 16:11:13
1,163,450,000
verified fixed
eb37719
1,164,650,000
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
3,508
164,365
Bug 164365 [Viewers] Snippet to show how to implement double-click editing
null
2006-11-13 13:15:59
1,163,440,000
verified fixed
15b824e
1,164,390,000
examples/org.eclipse.jface.snippets/Eclipse JFace Snippets/org/eclipse/jface/snippets/viewers/Snippet021CellEditorsOnDoubleClick.java
Eclipse_Platform_UI
3,509
165,690
Bug 165690 [Preferences] Allow transfer of working sets
3.2 We should allow working sets to be transferred between workspaces.
2006-11-23 12:55:16
1,164,300,000
verified fixed
0d9bbb4
1,164,390,000
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.eclipse.ui.workbench/...
Eclipse_Platform_UI
3,510
153,993
Bug 153993 [Viewers] Common Baseclass for Tree/TableEditorImpl
null
2006-08-15 19:52:35
1,155,690,000
verified fixed
98f48f4
1,164,370,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractViewerEditor.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/ColumnViewer.java bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TableEditorImpl.java bundles...
Eclipse_Platform_UI
3,511
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.
2004-10-22 14:36:29
1,098,470,000
verified fixed
4c330e6
1,164,300,000
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/eclipse/ui/inter...
Eclipse_Platform_UI
3,512
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...
2006-11-22 16:52:02
1,164,230,000
verified fixed
2d09f4a
1,164,240,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus/WidgetProxy.java
Eclipse_Platform_UI
3,513
164,989
Bug 164989 [Viewers] ColumnViewer#getColumnViewerOwner() doesn't respects column count
null
2006-11-17 11:47:17
1,163,780,000
verified fixed
73511d3
1,164,140,000
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.ui.tes...
Eclipse_Platform_UI
3,514
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...
2006-11-16 16:15:20
1,163,710,000
verified fixed
1764d49
1,164,120,000
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
3,515
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.
2006-11-17 11:29:31
1,163,780,000
verified fixed
60bd719
1,163,780,000
bundles/org.eclipse.jface/src/org/eclipse/jface/window/DefaultToolTip.java
Eclipse_Platform_UI
3,516
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
2006-11-15 12:45:39
1,163,610,000
verified fixed
75093b7
1,163,700,000
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/Eclipse UI Tests/org/eclip...
Eclipse_Platform_UI
3,517
164,810
Bug 164810 [EFS] FileStoreEditorInput doesn't work on non-"file:" URIs
null
2006-11-16 08:45:16
1,163,680,000
resolved fixed
53cad9a
1,163,690,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/FileStoreEditorInput.java
Eclipse_Platform_UI
3,518
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...
2006-11-15 07:03:41
1,163,590,000
resolved fixed
ff6bd5c
1,163,680,000
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/NestableHandlerService...
Eclipse_Platform_UI
3,519
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...
2006-04-21 09:33:08
1,145,630,000
verified fixed
e0b22c0
1,163,660,000
examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/snippets/Snippet007ColorLabelProvider.java
Eclipse_Platform_UI
3,520
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...
2006-11-14 16:10:01
1,163,540,000
verified fixed
e96f434
1,163,630,000
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
3,521
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
2006-11-15 12:47:38
1,163,610,000
verified fixed
437361d
1,163,620,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/actions/WorkingSetFilterActionGroup.java
Eclipse_Platform_UI
3,522
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.
2006-11-15 09:07:10
1,163,600,000
verified fixed
1fe1d43
1,163,600,000
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
3,523
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...
2006-11-13 12:18:45
1,163,440,000
verified fixed
8869549
1,163,600,000
bundles/org.eclipse.jface/src/org/eclipse/jface/window/ToolTip.java
Eclipse_Platform_UI
3,524
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...
2006-11-14 12:50:11
1,163,530,000
verified fixed
a962487
1,163,540,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
3,525
164,509
Bug 164509 Breaking API change: ColumnViewer#getItemAt(Point)
null
2006-11-14 13:08:35
1,163,530,000
verified fixed
467f78b
1,163,540,000
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
3,526
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...
2006-11-03 12:31:35
1,162,580,000
verified fixed
b6a2f11
1,163,510,000
bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/TreeViewer.java
Eclipse_Platform_UI
3,527
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...
2006-11-13 14:36:57
1,163,450,000
verified fixed
e0fc974
1,163,450,000
bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/undo/WorkspaceUndoMonitor.java
Eclipse_Platform_UI
3,528
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...
2006-10-31 13:19:45
1,162,320,000
verified fixed
6d13762
1,163,450,000
bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/OperationHistoryActionHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/RedoActionHandler.java bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/operations/UndoActionHandler.java
Eclipse_Platform_UI
3,529
140,049
Bug 140049 [Dialogs] - deprecate ImageAndMessageArea
null
2006-05-03 14:57:27
1,146,680,000
verified fixed
ee8b789
1,163,440,000
bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/ImageAndMessageArea.java
Eclipse_Platform_UI