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
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
242,388 | Bug 242388 [FastView] Unhandled event loop exception: NPE in ToolBarManager.update | After working for some time the Eclipse views get all mixed up and unresponsive ( I will attach a screenshot shortly). OpenSUSE 11.0/KDE 4.0.4 -- Error Details -- Date: Tue Jul 29 16:52:46 EEST 2008 Message: Unhandled event loop exception Severity: Error Plugin: org.eclipse.ui Session Data: eclipse.buildId=I20080617-2000 java.version=1.6.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 This is a continuation of log file /home/robert/workspace/.metadata/.bak_5.log Created Time: 2008-07-29 16:45:47.803 Exception Stack Trace: java.lang.NullPointerException at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:284) at org.eclipse.ui.internal.layout.TrimToolBarBase.update(TrimToolBarBase.java:265) at org.eclipse.ui.internal.FastViewManager.setTrimStackVisibility(FastViewManager.java:729) at org.eclipse.ui.internal.FastViewManager.activate(FastViewManager.java:665) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:967) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3568) at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:1032) at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java:1016) at org.eclipse.ui.internal.WorkbenchPage$18.run(WorkbenchPage.java:3667) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3665) at org.eclipse.ui.internal.PerspectiveBarContributionItem.select(PerspectiveBarContributionItem.java:124) at org.eclipse.ui.internal.PerspectiveBarManager$1.widgetSelected(PerspectiveBarManager.java:129) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) | resolved fixed | 7ea0290 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-27T21:53:36Z" | "2008-07-29T14:00:00Z" |
268,181 | Bug 268181 Screen cheese after switching compare provider | null | resolved fixed | 6db28f4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ViewFormLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-27T16:41:27Z" | "2009-03-11T19:33:20Z" |
270,177 | Bug 270177 SWT - DateTime component is broken on MAC cocoa 64 bits. | Build ID: M20090211-1700 Steps To Reproduce: import org.eclipse.swt.*; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class Snippet250 { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new RowLayout()); DateTime calendar = new DateTime(shell, SWT.DATE | SWT.DROP_DOWN); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } } More information: | resolved fixed | c564313 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-27T15:11:30Z" | "2009-03-26T20:40:00Z" |
270,140 | Bug 270140 MessageDialog spews warning on gtk 2.4.13 | - a version check is probably needed before using gtk-alternative-button-order - the warning spew is: (SWT:4331): GLib-GObject-WARNING **: g_object_get_valist: object class `GtkSettings' has no property named `gtk-alternative-button-order' - the snippet: public static void main (String [] args) { final Display display = new Display (); final Shell shell = new Shell (display); MessageBox messageBox = new MessageBox (shell, SWT.OK | SWT.ICON_WARNING); messageBox.setText ("text"); messageBox.setMessage ("message"); messageBox.open (); display.dispose (); } | resolved fixed | eb295d2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/FileDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-26T20:30:48Z" | "2009-03-26T15:06:40Z" |
222,863 | Bug 222863 No horizontal scrollbars in List | Build ID: M20071023-1652 Steps To Reproduce: 1. Open ControlExample 2. Open the Sash tab 3. Reside the vertical divider between the left and right lists far to the left side Notice that the left side list does not provide a horizontal scrollbar like it does on other platforms like Vista. More information: | resolved fixed | 35b5529 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-25T21:42:37Z" | "2008-03-16T01:13:20Z" |
268,724 | Bug 268724 TRAVERSE_PAGE_NEXT events don't get through StyledText | I20090313-0100 On Cocoa, TRAVERSE_PAGE_NEXT/PREVIOUS events don't get through StyledText. This can e.g. be seen in the CustomControlExample: Ctrl+PageUp/PageDown traverses through all tabs, but when the focus is in the StyledText control, traversal does not works any more. With empty KeyDown, KeyUp, and Traverse listeners, I only get these events when I press Ctrl+PageDown: KeyDown [1]: KeyEvent{StyledText {} time=381924716 data=null character='\0' keyCode=262144 stateMask=0 doit=true} KeyUp [2]: KeyEvent{StyledText {} time=381926556 data=null character='\0' keyCode=16777222 stateMask=262144 doit=true} KeyUp [2]: KeyEvent{StyledText {} time=381927181 data=null character='\0' keyCode=262144 stateMask=262144 doit=true} | resolved fixed | 431655d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-25T17:00:10Z" | "2009-03-16T10:40:00Z" |
269,950 | Bug 269950 Combo.setText does nothing in read-only mode | I20090317-1745. Combo.setText does nothing in read-only mode, but the Javdoc specifies it sets the text and does not mention any special case when in read-only mode, hence it is considered a bug to ignore setText(...) when in read-only mode. If this is a WONTFIX then at least the Javadoc should be clarified. | resolved fixed | 196dbae | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-25T15:13:09Z" | "2009-03-25T08:33:20Z" |
269,606 | Bug 269606 Wrong default new text line delimiter on Mac/Cocoa | I20090313-0100 Clean workspace Preferences/Workspace New text line delimiter is "Windows" instead of "Unix" Text file encoding is correct though. | resolved fixed | 455ddde | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-24T18:35:33Z" | "2009-03-22T05:33:20Z" |
267,895 | Bug 267895 StyledText block selection: cut & paste should give original text | I20090310-0100. When having a block selection and doing cut & paste I would expect to get the original text no matter whether I do the selection from top-left to bottom-right or from bottom-right to top-left. I think the correct solution when cutting is to have a long caret that covers all selected lines. | resolved fixed | 3f57b70 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-23T21:18:37Z" | "2009-03-10T15:46:40Z" |
268,745 | Bug 268745 StyledText makes CTabFolder send same KeyDown event multiple times | null | resolved fixed | a5b801b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-23T18:32:02Z" | "2009-03-16T10:40:00Z" |
269,599 | Bug 269599 Compiler warnings in N20090320-2000 | 1. WARNING in /src/org/eclipse/swt/examples/texteditor/TextEditor.java (at line 760) baselineUpItem.setToolTipText(getResourceString(USE_BASELINE ? "IncreaseBaseline" : "IncreaseFont")); //$NON-NLS-1$ Dead code 2. WARNING in /src/org/eclipse/swt/examples/texteditor/TextEditor.java (at line 774) baselineDownItem.setToolTipText(getResourceString(USE_BASELINE ? "DecreaseBaseline" : "DecreaseFont")); //$NON-NLS-1$ Dead code | resolved fixed | 1ab8b52 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/texteditor/TextEditor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-23T17:23:31Z" | "2009-03-21T21:13:20Z" |
267,468 | Bug 267468 [SWT_AWT] Browser.print(GC) flickers | null | resolved fixed | c250657 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Group.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-20T20:51:13Z" | "2009-03-06T22:53:20Z" |
213,185 | Bug 213185 DropTargetEvent does not mention DND.DROP_DEFAULT | 3.4 M4 The DropTargetEvent does not mention DND.DROP_DEFAULT. Its Javadoc ('detail' and 'operation' should mention that DND.DROP_DEFAULT is also a valid value. | verified fixed | 7fccff9 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/common/org/eclipse/swt/dnd/DropTargetEvent.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-20T19:53:33Z" | "2007-12-17T16:46:40Z" |
269,533 | Bug 269533 StyledText sometimes doesn't scroll far enough to show caret if moved via left-key to EOL | Build ID: M20080911-1700 Steps To Reproduce: 1. Fill a text file with 2 line of text, the first line should be twice as long as the clientarea width of the styledtext widget 2. Set the caret to the begining of the second line 3. Press left-cursor-key to move the caret to end of the first line expected behaviour: the caret should be visible actual behaviour: the widget scrolls to a location round about 2 pixel less than needed to see the caret More information: StyledText sometimes doesn't scroll far enough to show caret if moved via left-key from the beginning of a line to the end of the previous line. The problem only seam only occur on lines where the text is 1/3 longer than the clientwidth. | resolved fixed | a1f29ae | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-20T19:10:13Z" | "2009-03-20T14:40:00Z" |
269,506 | Bug 269506 [Browser] JS->Java call can crash due to freeing of args | - use xulrunner 1.9.0.6 - run the TestExternal test - press the button in the third Browser - create a JS Function - press the button in the third Browser again - crash happens, one of the traces indicated that it was happening in Free -> removing all Frees from Mozilla.convertJStoJava() made the crash stop happening -> need to investigate whether something(s) should not be freed, or if memory management is not being done properly (eg.- should nsIMemory be used instead?) | resolved fixed | 9080b56 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/External.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-20T16:12:01Z" | "2009-03-20T11:53:20Z" |
262,694 | Bug 262694 [e3.5][mac] Add CC text field content assist doesn't work | On Eclipse 3.5 Cocoa content assist on the 'Add CC' field of the Bugzilla editor suggests all values despite text being typed into the text field. See attached screenshot. | resolved fixed | 75eb54e | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-20T14:33:22Z" | "2009-01-27T23:46:40Z" |
269,305 | Bug 269305 Path#addString baseline aligning | When adding a string to a Path at a given coordinate (with Path#addString()), normally, the text's baseline is aligned to the same position as if it was drawn at the given location. Under OS X Cocoa however, the text's baseline is aligned to the bottom of the text's bounding box (calculated with TextUtilities#getStringExtents()). This is strange behaviour, and makes it impossible to calculate the text's relative baseline in the Path or to align it to a given location. | resolved fixed | 50f1929 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSLayoutManager.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Path.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-19T17:50:02Z" | "2009-03-18T23:46:40Z" |
269,106 | Bug 269106 SWT test suite does not call readAndDispatch | On cocoa this a big problem because we use readAndDispatch to release and create a new NSAutoreleasePool. Since this isn't happening, the first pool created gets used all the time, and the process eventually runs out of memory. Adding a call to Display.getDefault().readAndDispatch to our tearDown() allows our test suite to run to completion. | resolved fixed | 6938a0d | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/SwtTestCase.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_SWT.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_SWTError.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_SWTException.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_ACC.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_Accessible.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleControlAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleControlEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleControlListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleTextAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleTextEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_accessibility_AccessibleTextListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_awt_SWT_AWT.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_CloseWindowListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_LocationAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_LocationListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_OpenWindowListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_ProgressAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_ProgressListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_StatusTextListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_TitleListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_VisibilityWindowAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_VisibilityWindowListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_AnimatedProgress.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_BidiSegmentEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_BidiSegmentListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_BusyIndicator.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CCombo.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CLabel.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CTabFolder.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CTabFolderAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CTabFolderEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CTabFolderListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_CTabItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ControlEditor.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ExtendedModifyEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ExtendedModifyListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_LineBackgroundEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_LineBackgroundListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_LineStyleEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_LineStyleListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_PopupList.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ST.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_SashForm.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ScrolledComposite.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StackLayout.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyleRange.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_StyledTextContent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TableCursor.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TableEditor.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TableTree.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TableTreeEditor.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TableTreeItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TextChangeListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TextChangedEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TextChangingEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_TreeEditor.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_VerifyKeyListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_custom_ViewForm.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_ByteArrayTransfer.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_Clipboard.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DND.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DragSource.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DragSourceAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DragSourceEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DragSourceListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DropTarget.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DropTargetAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DropTargetEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_DropTargetListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_FileTransfer.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_RTFTransfer.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_TextTransfer.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_Transfer.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_dnd_TransferData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ArmEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ArmListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ControlAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ControlEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ControlListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_DisposeEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_DisposeListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_FocusAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_FocusEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_FocusListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_HelpEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_HelpListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_KeyAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_KeyEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_KeyListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MenuAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MenuEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MenuListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ModifyEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ModifyListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MouseAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MouseEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MouseListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MouseMoveListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MouseTrackAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_MouseTrackListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_PaintEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_PaintListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_SelectionAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_SelectionEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_SelectionListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ShellAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ShellEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_ShellListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_TraverseEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_TraverseListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_TreeAdapter.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_TreeEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_TreeListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_TypedEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_VerifyEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_events_VerifyListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Color.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Cursor.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Device.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_DeviceData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Drawable.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Font.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_FontData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_FontMetrics.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_GC.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_GCData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Image.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_ImageData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_ImageLoader.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_ImageLoaderEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_ImageLoaderListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_PaletteData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Point.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_RGB.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Rectangle.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Region.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_layout_FillLayout.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_layout_FormAttachment.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_layout_FormData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_layout_FormLayout.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_layout_GridData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_layout_GridLayout.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_layout_RowData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_layout_RowLayout.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OLE.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleAutomation.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleClientSite.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleControlSite.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleEvent.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleFrame.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleFunctionDescription.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OleParameterDescription.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_OlePropertyDescription.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_Variant.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_printing_PrintDialog.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_printing_Printer.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_printing_PrinterData.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_program_Program.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Button.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Canvas.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Caret.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_ColorDialog.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Combo.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Composite.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Control.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_CoolBar.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_CoolItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_DateTime.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Decorations.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Dialog.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_DirectoryDialog.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Event.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_ExpandBar.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_ExpandItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_FileDialog.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_FontDialog.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Group.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Label.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Layout.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Link.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_List.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Listener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Menu.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_MenuItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_MessageBox.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Monitor.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_ProgressBar.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Sash.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Scale.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_ScrollBar.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Scrollable.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Shell.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Slider.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Synchronizer.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TabFolder.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TabItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Table.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TableColumn.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TableItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Text.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_ToolBar.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_ToolItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Tracker.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Tree.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TreeColumn.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TreeItem.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_TypedListener.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_widgets_Widget.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/browser/Test_BrowserSuite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-18T18:39:05Z" | "2009-03-17T22:46:40Z" |
268,649 | Bug 268649 image not shown in check and radio buttons | In Mylyn we use the following code to create a check button with an image. attachContextButton = toolkit.createButton(buttonComposite, Messages.TaskEditorActionPart_Attach_Context, SWT.CHECK); attachContextButton.setImage(CommonImages.getImage(TasksUiImages.CONTEXT_ATTACH)); Using Eclipse 3.4M6 I did not see the image. | resolved fixed | 89c0561 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-17T22:52:02Z" | "2009-03-14T22:33:20Z" |
269,031 | Bug 269031 Exception in Image running junit tests | java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3845) at org.eclipse.swt.SWT.error(SWT.java:3779) at org.eclipse.swt.SWT.error(SWT.java:3750) at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:440) at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:284) at org.eclipse.swt.graphics.Image.initNative(Image.java:1081) at org.eclipse.swt.graphics.Image.<init>(Image.java:524) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Image.test_ConstructorLorg_eclipse_swt_graphics_DeviceLjava_lang_String(Test_org_eclipse_swt_graphics_Image.java:420) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Image.runTest(Test_org_eclipse_swt_graphics_Image.java:646) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) | resolved fixed | 2951695 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-17T16:57:06Z" | "2009-03-17T17:13:20Z" |
268,853 | Bug 268853 cannot programmatically collapse item whose parent is collapsed | N20090315-2000 I recently saw a blank item in the Package Explorer while retrieving content from CVS. This has been reported before but has never been reproducable. I still cannot get a reproducable case of it, but I suspect that it's caused by the problem below. - run the snippet below and expand the item down to its bottom descendent - note that if you collapse-then-expand the root item that the full hierarchy is expanded (correct) - collapse the root item, then click anywhere in the shell's open space, which does a setExpanded(false) on the first child item - now expand the root item -> note that the child item is still expanded, but should not be -> on other platforms this item is correctly collapsed I believe that the blank item I saw in the Package Explorer was a place-holder item that jface creates in order to make an expander appear beside a collapsed item whose actual child items are not yet known ( the item was not collapsed but should have been). | resolved fixed | 5b3f573 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-17T15:47:43Z" | "2009-03-16T19:00:00Z" |
210,871 | Bug 210871 Toolbar combo box multiple glitches | The combo menu item in the toolbar has a few problems. Run Control Example Go to Toolbar tab Click on 'Combo child' * There's what looks like a straight line to the right of the combo box e.g. [ V]- <- bit of line on right (closer inspection suggests that this is in fact the SWT.SEPARATOR overflowing; it's more visible in SWT.VERTICAL than SWT.HORIZONTAL) * The combination 'SWT.HORIZONTAL' and not 'SWT.RIGHT' causes a break-up of the 'text and image' menu choice * Using 'SWT.VERTICAL' with the image toolbar shows just the drop-down and a few pixels of choice width; I would expect it to expand * Using 'SWT.VERTICAL' causes the combo box to appear extended; in addition causing the warning below * A warning is printed: "2007-11-25 21:34:58.369 java[9610:10b] This application is trying to draw a very large combo box, 51 points tall. Vertically resizable combo boxes are not supported, but it happens that 10.4 and previous drew something that looked kind of sort of okay. The art in 10.5 does not break up in a way that supports that drawing. To avoid breaking existing apps, NSComboBox in 10.5 will use the 10.4 art for large combo boxes, but it won't exactly match the rest of the system. This application should be revised to stop using large combo boxes. This warning will appear once per app launch." PS Let me know if you want screenshots for the above | resolved fixed | d93dc47 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-17T14:18:43Z" | "2007-11-25T22:33:20Z" |
253,217 | Bug 253217 Implement GC.copyArea() | null | resolved fixed | d976ddb | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-16T22:04:03Z" | "2008-11-03T16:33:20Z" |
268,410 | Bug 268410 Typing text in Spinner does not change value | Build id: I20090312-0100 Run ControlExample and go to Spinner tab. Use the mouse to click on the little arrows - the text increments and decrements as expected. (for example, up, up, up goes to 3, then down, down goes to 1). Leave the value at 1 and go to to next step... Select the text in the text field and type a very different number, say 27. Now use the mouse to go up or down... note that clicking down goes to 0 and up goes to 2. (should be 26 and 28). Another test case: - use the mouse to change the value to 5 - select the text and type 33 - type TAB - after the spinner loses focus, the value goes back to 5 Another test case: - use the mouse to change the value to 4 - select the text and type 22 - click on the Set/Get API button - Note that the value is 4, and not 22... but the Spinner still shows 22 (What is also interesting is that if you type in a new value and then *type* an up or down arrow key, then the typed value does become the real value, and the value is incremented or decremented correctly). | resolved fixed | f294216 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-16T19:13:19Z" | "2009-03-12T17:46:40Z" |
268,787 | Bug 268787 OS: uninitialized TCHAR sizeof value usage | TCHAR is widely used across SWT-win32 and if it is first touched (initialized) before touching OS class then an uninitialized (zero) value of TCHAR.sizeof would be used inside OS <clinit>() in the following code (thus preventing XP theme loading): int /*long*/ hHeap = OS.GetProcessHeap (); int byteCount = buffer.length () * TCHAR.sizeof; int /*long*/ pszText = OS.HeapAlloc (hHeap, HEAP_ZERO_MEMORY, byteCount); Possible solution: replace TCHAR.sizeof with its definition here: int /*long*/ hHeap = OS.GetProcessHeap (); int byteCount = buffer.length () * (IsUnicode ? 2 : 1); /* TCHAR.sizeof */ int /*long*/ pszText = OS.HeapAlloc (hHeap, HEAP_ZERO_MEMORY, byteCount); Steps to reproduce the bug: - temporarily define OS.IsWinCE field as literal (false value); - recompile OS.java and Display.java; - run org.eclipse.swt.examples.controlexample.ControlExample (on WinXP+); - go to "ProgressBar" tab (the ProgessBar will not be XP-like); or - go to "ToolTip" tab (the tool tip will not be shown even if "Visible" is checked). | resolved fixed | 63e161b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-16T19:00:09Z" | "2009-03-16T13:26:40Z" |
267,466 | Bug 267466 [SWT_AWT] Browser.print(GC) should not use AWT component ancestor clip | null | resolved fixed | 6b21c61 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-16T15:01:12Z" | "2009-03-06T22:53:20Z" |
268,732 | Bug 268732 Typo in field name in carbon | "sizof" must be replaced with "sizeof" in: org\eclipse\swt\internal\carbon\ThemeButtonDrawInfo.java, org\eclipse\swt\internal\carbon\TXNBackground.java | resolved fixed | c955abd | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/TXNBackground.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/ThemeButtonDrawInfo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-16T14:43:45Z" | "2009-03-16T10:40:00Z" |
268,613 | Bug 268613 Should call NSOutlineView.initWithFrame instead of init() | NSOutline view reimplements init() and causes a small leak every time it's called. The work around is to call initWithFrame(new NSRect()) directly instead. The specific case I know of is in Display.getFont(). | resolved fixed | 303e4f1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-13T21:38:47Z" | "2009-03-13T21:33:20Z" |
253,214 | Bug 253214 Using 'SWT.YES | SWT.NO' on a MessageBox shows Yes/No instead of No/Yes | On a gtk+ system, I would expect the buttons to show up as No/Yes instead of Yes/No but the sample below shows otherwise. Actually, I lie, I haven't tested this snippet on a Linux system (but it _should_ work). You can also see the Yes/No dialog in action as follows 'Window > Preferences > Security > Secure Storage > Contents > Delete'. ------------- import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.MessageBox; import org.eclipse.swt.widgets.Shell; public class Test { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.open(); MessageBox box = new MessageBox(shell, SWT.YES | SWT.NO); box.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } } ------------- private void createButtons() { if ((style & SWT.OK) != 0) OS.gtk_dialog_add_button(handle, Converter.wcsToMbcs (null, "gtk-ok", true), SWT.OK); if ((style & SWT.CANCEL) != 0) OS.gtk_dialog_add_button(handle, Converter.wcsToMbcs (null, "gtk-cancel", true), SWT.CANCEL); if ((style & SWT.YES) != 0) OS.gtk_dialog_add_button(handle, Converter.wcsToMbcs (null, "gtk-yes", true), SWT.YES); if ((style & SWT.NO) != 0) OS.gtk_dialog_add_button(handle, Converter.wcsToMbcs (null, "gtk-no", true), SWT.NO); if ((style & SWT.ABORT) != 0) OS.gtk_dialog_add_button(handle, Converter.wcsToMbcs (null, SWT.getMessage("SWT_Abort"), true), SWT.ABORT); if ((style & SWT.RETRY) != 0) OS.gtk_dialog_add_button(handle, Converter.wcsToMbcs (null, SWT.getMessage("SWT_Retry"), true), SWT.RETRY); if ((style & SWT.IGNORE) != 0) OS.gtk_dialog_add_button(handle, Converter.wcsToMbcs (null, SWT.getMessage("SWT_Ignore"), true), SWT.IGNORE); } ------------- I used hot code replace to create the SWT.NO button before the SWT.YES button and then it shows up as No/Yes as expected. I am not sure if this is the proper fix or not though. | resolved fixed | 45e7cb5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/MessageBox.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-13T16:39:21Z" | "2008-11-03T16:33:20Z" |
268,543 | Bug 268543 Test_org_eclipse_swt_graphics_Cursor leaks a Cursor | test_toString creates a Cursor, and does not dispose it. | resolved fixed | 2aa79da | ["tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_graphics_Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-13T14:54:36Z" | "2009-03-13T16:00:00Z" |
267,129 | Bug 267129 Content assist shells movable when clicking on scrollbar thumb | open content assist, click and drag at the very top of the scrollbars thumb which should be at the top of the scroll bar. The shell moves. I suspect that the mouse down is going through to the title bar of the shell (which we hid by making the content view big). The scroll bar should be handling the mouse down. | resolved fixed | 12d9393 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-13T13:55:01Z" | "2009-03-04T23:40:00Z" |
236,630 | Bug 236630 [OLE] Saving docx file will corrupt the file and produce OLE exception | I have created an RCP application. I can open microsoft office documents 2007 inside, with the docx extension. But if I modify the document and save it, the save operation corrupts the document somehow. Next time when I try to open it from the RCP application, I got an OLE exception "cannot create the in place editor". If I try to open the document directly with microsoft office, the error is "the file is corrupted". However if I chose to restore it, the file can be restored correctly. And now the weird thing is that the size of the document after the save from the RCP application is changing from 20ko to 99ko. It looks like some garbage is added in the docx document. I got exactly the same error if I try the same thing directly in the eclipse IDE. I have eclipse 3.3 and jre1.5.0_11. To duplicate: 1. Copy a docx file into a project directory. 2. Open this docx file inside Eclipse IDE. The file should be opened without any problem. 3. Modify the file, and save. 4. Close the file editor tab. 5. Open the file again, get following exception: Cannot create the in-place editor Reason: This is probably because there is no OLE editor registered against the type of file you were trying to open. Details: Failed to create Ole Client. result = -2147467260 6. Use Open With -> System Editor, get following message: The Office Open XML file test.docx cannot be opened because there are problems with the contents. Details: The file is corrupt and cannot be opened. This is a serious issue for our project as our application allows user to edit MS documents in-place. As more and more customers are using Office 2007, this is a show stopper for us. Thanks. Page | resolved fixed | c3731b3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T20:23:20Z" | "2008-06-11T13:13:20Z" |
268,217 | Bug 268217 no KeyDown event for Help key | - run snippet25, press the Help key -> a KeyUp is shown but no KeyDown -> the cursor changes to a '?' - also, if you add a SWT.Help listener to the Shell, the Help callback will be received after clicking somewhere in the Shell (usually it accompanies the KeyDown) | resolved fixed | bc233e2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T18:56:37Z" | "2009-03-11T19:33:20Z" |
267,174 | Bug 267174 Device#loadFont() not implemented | As of 3.5.0.v3529a (and in HEAD), Device#loadFont()'s code is: public boolean loadFont (String path) { checkDevice(); if (path == null) SWT.error(SWT.ERROR_NULL_ARGUMENT); boolean result = false; char [] chars = new char [path.length ()]; path.getChars (0, chars.length, chars, 0); //TODO not done return result; } | resolved fixed | 7b108c7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSString.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Device.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T17:37:16Z" | "2009-03-05T10:46:40Z" |
268,389 | Bug 268389 Null pointer resizing fast view | I20090312-0100 Make the "Problems View" a Fast View. Select the "Error Log". Show the "Problems View". Try to resize it by grabbing the sash over the "Error Log" view. java.lang.NullPointerException at org.eclipse.swt.widgets.Sash.mouseDown(Sash.java:354) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4254) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:205) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1680) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1723) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4318) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:3925) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:3946) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:101) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2874) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284) | resolved fixed | 7734e33 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Sash.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T17:23:48Z" | "2009-03-12T17:46:40Z" |
267,886 | Bug 267886 cocoa: multiple command q opens multiples confirm dialogs | Eclipse SDK Version: 3.5.0 Build id: I20090310-0100 1. Open a editor 2. Edit the file 3. Hit command-q several times (note the shadow getting thicker) There, you have multiple dialogs to cancel... | resolved fixed | aba6224 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T17:22:46Z" | "2009-03-10T15:46:40Z" |
268,307 | Bug 268307 Twistie in Tree does not give feedback on mouseDown with DragDetect listener | null | resolved fixed | ca2b649 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T16:49:23Z" | "2009-03-12T09:26:40Z" |
252,416 | Bug 252416 SWT.HIDE_SELECTION doesn't work on Table | null | resolved fixed | 7e909dc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T15:45:03Z" | "2008-10-28T16:06:40Z" |
268,303 | Bug 268303 Tree#getItem(Point) should not return item if point is on twistie | I20090311-1800, cocoa Tree#getItem(Point) should not return an item if the given point is on a twistie (the triangle to show/hide children). Clicking at that location would not select the item. A consequence of this can be seen in the Quick Outline (Ctrl+O) in the Java editor: When you try to expand/collapse an item with the mouse, the dialog is immediately closed and the editor jumps to the element. We call Tree#getItem(Point) in the mouseUp listener in org.eclipse.jdt.internal.ui.text.AbstractInformationControl.createDialogArea(Composite) | resolved fixed | 1a28b30 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSOutlineView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T15:27:45Z" | "2009-03-12T09:26:40Z" |
253,060 | Bug 253060 Preference dialog flickers | Open the preferences dialog Expand General Click on Appearance The dialog will visibly redraw. | resolved fixed | 39e50bc | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T14:55:13Z" | "2008-11-01T14:33:20Z" |
267,717 | Bug 267717 New element not revealed | When a new element is added to a list, despite this element being highlighted it is not revealed. Steps to reproduce: - find a method with a lot of paremeters in your code - open the "change method signature" refactoring - hit the "Add" button to add a new parameter to the method. | resolved fixed | 2ee0ae7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSIndexSet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSMutableIndexSet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T14:50:55Z" | "2009-03-09T20:20:00Z" |
266,203 | Bug 266203 Vuze find icon flipped | null | resolved fixed | 3024704 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T14:45:38Z" | "2009-02-25T19:26:40Z" |
266,335 | Bug 266335 rssowl: controls are clipped | - select "EclipseZone: News", right-click > Properties - on the General tab note that the second-last line of controls is clipped along the bottom - interesting to note that this does not happen for these controls if a folder's properties are viewed instead, the only difference between the two cases is the presence of the "Link:" row of controls at the top | resolved fixed | 3c99698 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-12T14:43:29Z" | "2009-02-26T17:40:00Z" |
267,450 | Bug 267450 Mylyn task list draws icons in wrong spot | null | resolved fixed | 2081e12 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-11T15:20:28Z" | "2009-03-06T22:53:20Z" |
267,126 | Bug 267126 SWTException evaluating JS with Sarfari | null | resolved fixed | 6fd9768 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-11T14:13:45Z" | "2009-03-04T20:53:20Z" |
267,841 | Bug 267841 MessageBox#open() always returns SWT.CANCEL | HEAD MessageBox#open() always returns SWT.CANCEL, see e.g. ControlExample. | resolved fixed | 19ff04d | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/MessageBox.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-10T21:07:10Z" | "2009-03-10T13:00:00Z" |
267,752 | Bug 267752 Not calling init when creating SWTSearchField | In Text.java we are now creating an instance of SWTSearchField with class_createInstance. However, nothing calls init(), which leads to crashes in some circumstances. | resolved fixed | 3a18b9e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-10T19:08:23Z" | "2009-03-09T23:06:40Z" |
267,103 | Bug 267103 Text Fields too big | null | resolved fixed | cd48a7c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSSearchFieldCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-09T19:48:05Z" | "2009-03-04T20:53:20Z" |
265,947 | Bug 265947 [Browser] events not reusable outside org.eclipse.swt.browser pkg | null | resolved fixed | 7525d1f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/AuthenticationEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/LocationEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/ProgressEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/StatusTextEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/TitleEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WindowEvent.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-09T19:15:32Z" | "2009-02-24T12:53:20Z" |
267,516 | Bug 267516 Tree tries to show multiple lines of text in items | null | resolved fixed | 3e43b6f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-09T16:15:04Z" | "2009-03-07T21:06:40Z" |
267,138 | Bug 267138 CCombo popup doesn't scroll with CCombo | null | resolved fixed | 57ca071 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-06T21:57:14Z" | "2009-03-05T02:26:40Z" |
267,104 | Bug 267104 Canvas' region not applied to scroll bars | Canvas c = new Canvas(shell, SWT.V_SCROLL|SWT.H_SCROLL); c.setBackground(display.getSystemColor(SWT.COLOR_RED)); c.setBounds(0, 50, 100, 100); Region r3 = new Region(); r3.add(25, 0, 95, 95); c.setRegion(r3); Run the code above and notice that the scroll bars aren't clipped by the region, just the content area. | resolved fixed | cf14ff1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ScrollBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-06T19:49:13Z" | "2009-03-04T20:53:20Z" |
267,196 | Bug 267196 [mylyn] Open png attachment in browser causes editor tabs to disappear | null | resolved fixed | 38ec09f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-06T16:21:08Z" | "2009-03-05T13:33:20Z" |
267,270 | Bug 267270 NPE in Composite.nextValidKeyView | I was running the Text test cases to test some code I wrote and notice a failing test with the following exception. java.lang.NullPointerException at org.eclipse.swt.widgets.Composite.nextValidKeyView(Composite.java:844) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4196) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSView.setHidden(NSView.java:257) at org.eclipse.swt.widgets.Shell.setWindowVisible(Shell.java:1530) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1488) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text.test_isVisible(Test_org_eclipse_swt_widgets_Text.java:899) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Control.runTest(Test_org_eclipse_swt_widgets_Control.java:824) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Scrollable.runTest(Test_org_eclipse_swt_widgets_Scrollable.java:86) at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text.runTest(Test_org_eclipse_swt_widgets_Text.java:1452) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) | resolved fixed | ecc5ac7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-06T01:27:57Z" | "2009-03-05T21:53:20Z" |
255,000 | Bug 255000 [Browser] Provide API to handle authentication challenges properly | null | resolved fixed | 13c317a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/carbon/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/cocoa/org/eclipse/swt/browser/Safari.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/AuthenticationEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/AuthenticationListener.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/WebBrowser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/IE.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/WebSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/Mozilla.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/browser/PromptService2.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSURLAuthenticationChallenge.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSURLCredential.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSURLProtectionSpace.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/ole/win32/COM.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-05T20:29:38Z" | "2008-11-12T08:53:20Z" |
254,498 | Bug 254498 expander touches the image in treeitem | Version: 3.5.0 Build id: N20081102-2000 Again, quite cosmetic problem, in the package explorer in eclipse you can see that the expander almost touches in the image in the item. looks bad, can we add some spacing there ? | resolved fixed | cf9134c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTBrowserCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/SWTImageTextCell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-05T16:11:13Z" | "2008-11-06T19:33:20Z" |
266,405 | Bug 266405 Ctrl+Tab traversal broken with traverse listener | I20090224-0800 - Custom Control Example > Styled Text - add listener for Traverse - give focus to StyledText => Ctrl+Tab does not let focus out of the widget. I sometimes get out when I hold Ctrl and then wildly press and release the Shift and Tab keys. Similar problems in the Workbench when I try to get out of a Java editor (or invoke content assist and then try to give focus to the popup by pressing Tab). | resolved fixed | 78162d7 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-04T22:00:13Z" | "2009-02-26T23:13:20Z" |
266,385 | Bug 266385 Mylyn notifications don't close properly | When a Mylyn notifies you of bug activity it opes a shell in the bottom right corner of your screen. On carbon you can easily dismiss the thing by clicking the X, but that doesn't work on cocoa. Eventually it goes away on it's own. | resolved fixed | 75820f5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-04T21:21:18Z" | "2009-02-26T23:13:20Z" |
266,828 | Bug 266828 getCharCount() in Combo throws NullPointerException | The internal method getCharCount in the Combo widget on Mac OS X throws nullpointer if 'NSString str' stays null, which gets its content from view.titleOfSelectedItem() because I believe no item was selected. We experience when call getSelection() on a fresh Combo Widget. getSelection calls getCharCount() and throws a nullpointer. getCharCount should check for null and return 0 in this case I believe. | resolved fixed | c6b3b43 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-03T22:59:41Z" | "2009-03-03T11:33:20Z" |
266,330 | Bug 266330 rssowl: read news item headers look the same as unread ones | The font of news item headers is supposed to change from bold to normal when clicked for the first time. | resolved fixed | 4628154 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-03T21:24:15Z" | "2009-02-26T14:53:20Z" |
266,549 | Bug 266549 Scrollbar cheese and autoscroll behavior in debugger | Build id: N20090226-2000 Put a breakpoint in some code (has to be more than one page of code) and run under the debugger until you get to the breakpoint. Now grab the thumb in the current editor and try to drag-scroll UP a little to see some code that comes before the breakpoint. The scrollbar thumb jumps up, draws itself twice, and then begins rapidly auto-scrolling DOWN, which is the opposite direction to the one you began scrolling in. The auto-scrolling stops if you release the mouse, or if the auto-scrolling thumb gets to the mouse cursor's location. The only way to get the additional image of the scrollbar thumb to disappear is to grab the "real" thumb and drag over the cheesy thumb. :) | resolved fixed | 160c29b | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-03T19:14:15Z" | "2009-02-27T18:40:00Z" |
261,548 | Bug 261548 Weird focus | I20090113 A few times I have managed to get myself in a situation where eclipse was no longer the active application (the menu bar was indicating another app) but still my eclipse windows were on top and I could still click in the dialog that I had opened and the keystrokes were still routed to the application. Note though that the dialog was not fully functional. For example there was a tree and I could expand its node, but I could not select anything in it. Also it was hard for me to get it back to be the active application. No steps to reproduce this. | resolved fixed | c8aed8c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSApplication.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-03T17:00:40Z" | "2009-01-19T18:33:20Z" |
266,883 | Bug 266883 Lots of cheese in StyledText running ppc cocoa | I20090303-0800 Scrolling and typing in StyledText leaves unpainted gray areas. | resolved fixed | b51994a | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-03T16:37:59Z" | "2009-03-03T17:06:40Z" |
266,516 | Bug 266516 NPE in generator tool | N20090226-2000 The trace is below. It happened for me twice but I can't reproduce it now. I think it happened when I was doing a search in the tool for NSHTTPCookie. java.lang.NullPointerException at org.eclipse.swt.tools.internal.MacGeneratorUI.selectNode(MacGeneratorUI.java:473) at org.eclipse.swt.tools.internal.MacGeneratorUI.searchFor(MacGeneratorUI.java:439) at org.eclipse.swt.tools.internal.MacGeneratorUI$1.handleEvent(MacGeneratorUI.java:193) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1191) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1002) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3173) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2846) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2388) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2352) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284) | resolved fixed | 7d5b1e1 | ["bundles/org.eclipse.swt.tools/Mac", "Generation/org/eclipse/swt/tools/internal/MacGeneratorUI.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-03T03:57:37Z" | "2009-02-27T15:53:20Z" |
266,625 | Bug 266625 StyledText computeSize() answering slightly short width when SWT.WRAP, causes missing text | To see a manifestation of this in eclipse, which I think makes this important, hover over a compilation problem in a java editor like "display.getBounds2()", and in the hover you'll see: "The method getBounds2() is undefined for the type" (note that the final word "Display" is missing) swt-only steps: - run the CustomControlExample, go to the StyledText tab - remove "One Two Three" from the second line and its preceding CR/LF - now click the SWT.WRAP radio button and note that "dog." disappears (it has been wrapped to the next line) -> but it was able to fit in the identical width when the style wasn't SWT.WRAP | resolved fixed | 192ea36 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-02T21:46:33Z" | "2009-03-01T20:40:00Z" |
266,475 | Bug 266475 Control#setBackgroundImage() does not work | null | resolved fixed | 452714f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/DateTime.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Label.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-02T20:39:42Z" | "2009-02-27T13:06:40Z" |
266,344 | Bug 266344 Table/Tree check boxes show intermediate state | when selecting a check box in table or tree, the indeterminate state is quickly shown before the checked state. We fixed this in button already by over riding nextState. | resolved fixed | 5178249 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-02T20:24:37Z" | "2009-02-26T17:40:00Z" |
266,407 | Bug 266407 Foreground color in Table/Tree should not be drawn for selected active items | null | resolved fixed | 5591c13 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-03-01T19:36:04Z" | "2009-02-26T23:13:20Z" |
266,499 | Bug 266499 IME broken on cocoa | The current key implementation has the IME broken. Steps. 1 switch to hiragana 2 type a 3 type arrow down 4 hit enter java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:3841) at org.eclipse.swt.SWT.error(SWT.java:3775) at org.eclipse.swt.SWT.error(SWT.java:3746) at org.eclipse.swt.graphics.TextLayout.getStyle(TextLayout.java:1344) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:910) at org.eclipse.swt.custom.StyledTextRenderer.getTextLayout(StyledTextRenderer.java:702) at org.eclipse.swt.custom.StyledTextRenderer.calculate(StyledTextRenderer.java:202) at org.eclipse.swt.custom.StyledTextRenderer.calculateClientArea(StyledTextRenderer.java:220) at org.eclipse.swt.custom.StyledText.resetCache(StyledText.java:7095) at org.eclipse.swt.custom.StyledText.handleTextChanged(StyledText.java:5921) at org.eclipse.swt.custom.StyledText$6.textChanged(StyledText.java:5380) at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:67) at org.eclipse.swt.custom.DefaultContent.sendTextEvent(DefaultContent.java:795) at org.eclipse.swt.custom.DefaultContent.replaceTextRange(DefaultContent.java:788) at org.eclipse.swt.custom.StyledText.modifyContent(StyledText.java:6485) at org.eclipse.swt.custom.StyledText.sendKeyEvent(StyledText.java:7281) at org.eclipse.swt.custom.StyledText.doContent(StyledText.java:2427) at org.eclipse.swt.custom.StyledText.handleKey(StyledText.java:5672) at org.eclipse.swt.custom.StyledText.handleKeyDown(StyledText.java:5697) at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:5400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1191) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1205) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1201) at org.eclipse.swt.widgets.Canvas.sendKeyEvent(Canvas.java:403) at org.eclipse.swt.widgets.Composite.keyDown(Composite.java:537) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4155) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:205) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:1636) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:1679) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4213) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:3864) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:3885) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:89) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2843) at styledtext.tests.STBench.main(STBench.java:48) ----------------- this happens because the enter is sent to the application during the composition. I have a fix already, which I'll release after testing better. | resolved fixed | 01d2b91 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/IME.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-27T17:47:28Z" | "2009-02-27T15:53:20Z" |
266,370 | Bug 266370 CCombo not dismissing popups | Run the following code. Open the last CCombo, then the second last third last... You shouldn't be able to have more than one popup open at once. public static void main(String[] args) { try { Display.setAppName("Kevin"); final Display display = new Display(); final Shell shell = new Shell(display); shell.setText("Parent Shell"); shell.setLayout(new RowLayout(SWT.VERTICAL)); CCombo combo = new CCombo(shell, SWT.NONE); combo.setItems(new String[] {"one", "two", "three", "four"}); combo = new CCombo(shell, SWT.NONE); combo.setItems(new String[] {"one", "two", "three", "four"}); combo = new CCombo(shell, SWT.NONE); combo.setItems(new String[] {"one", "two", "three", "four"}); combo = new CCombo(shell, SWT.NONE); combo.setItems(new String[] {"one", "two", "three", "four"}); combo = new CCombo(shell, SWT.NONE); combo.setItems(new String[] {"one", "two", "three", "four"}); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } catch (Throwable t) { t.printStackTrace(); } } | resolved fixed | fe5d473 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-26T23:12:40Z" | "2009-02-26T20:26:40Z" |
253,075 | Bug 253075 [misc] No object:text-changed:insert events fired for method completion (and others) | In the code editor, whenever Eclipse performs automatic insertion like matching parenthesis or method completion, accessibility infrastructure only sees object:text-caret-moved but no object:text-changed:insert which leaves the idea of the on screen text inside an assistive technology like a screen reader out of sync with reality. I observe this on Linux with GTK + AT-SPI. To reproduce, simply invoke Ctrl+SPACE in a situation where only one possible completion is valid. The newly inserted text appears on screen, but eclipse does not fire any object:text-changed:insert events via ATK. Use accerciser for a quick inspection tool. | resolved fixed | a04cd79 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-26T17:24:50Z" | "2008-11-01T20:06:40Z" |
266,180 | Bug 266180 keyUp not delivered if command key is down | An SWT.KeyUp will not be delivered if the command key is down while pressing another key. This can be seen in ControlExample in the Text tab. Turn on the listeners for KeyDown and KeyUp and then type any command key combination that isn't already a menu equivalent. You will get a KeyDown for the cmd key, then a KeyDown for the regular key, but no KeyUp. Then you get a KeyDown for the command key. | resolved fixed | 248e153 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-25T18:15:52Z" | "2009-02-25T19:26:40Z" |
261,732 | Bug 261732 progress does not animate if create before Shell.open() | public static void main (String [] args) { try { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Composite comp = new Composite(shell, SWT.NONE); shell.pack(); shell.open(); final ProgressBar bar = new ProgressBar(comp, SWT.INDETERMINATE); bar.pack(); //shell.open(); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } catch (Throwable e) { e.printStackTrace(); } } | resolved fixed | 971a8d5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ProgressBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-25T06:33:17Z" | "2009-01-20T22:20:00Z" |
265,991 | Bug 265991 Generator tool needs to recognize when bridgesupport.extras files are out of sync | Changes made to bridgesupport.extras files outside of the Mac Generator UI are lost if the Mac Generator view is open while updating. To reproduce someone else has to make a change to the .extras files in CVS, and then you need to merge those changes into your workspace. 1. Open the Mac Generator view and pick any class. Select a few methods to be generated, and click the 'Generate' button. 2. Switch to Team Synchronizing. Choose the bridgesupport.extra file you just generated. Now, update to the latest version, which should merge in the changes from CVS. 3. Go back to the Mac Generator and find a method that was added in the update. --> The checkbox for that method isn't selected. The reverse is true for methods that were removed in the update. 4. Now, click Generate again. --> OS.java no longer has the methods and selectors you just added, which usually means a bunch of build errors. The Mac Generator view should either watch for a 'resource out of sync with system' like a text or Java editor, or provide a UI to re-read the .extras file and update its UI. | verified fixed | e0eebc7 | ["bundles/org.eclipse.swt.tools/Mac", "Generation/org/eclipse/swt/tools/internal/MacGenerator.java", "bundles/org.eclipse.swt.tools/Mac", "Generation/org/eclipse/swt/tools/internal/MacGeneratorUI.java", "bundles/org.eclipse.swt.tools/src/org/eclipse/swt/tools/views/MacGeneratorView.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-24T22:12:36Z" | "2009-02-24T18:26:40Z" |
265,481 | Bug 265481 [Cocoa] Squiggles/underlines are displayed too close to text | Build ID: I20090202-1535 Steps To Reproduce: See attached screen shot - the underline squiggle decoration is displayed too close to the text and thus looks bad / is less readable. More information: | resolved fixed | 78d0998 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-24T20:34:00Z" | "2009-02-19T16:13:20Z" |
265,897 | Bug 265897 Text throws exceptions and doesn't display bullets in Mylyn task repository setup | This is with top-of-tree as of 2/23/09, about noon. If you try to set up a Mylyn task repository for Eclipse.org you will get a dialog prompting you for your bugzilla settings. Attempting to set a password throws exceptions and the field doesn't display bullets. 1. Install Mylyn. I did this with Help -> Install New Software, and then opened up the Collaboration tree item and selected all of the Mylyn-related stuff 2. Then, from the menu, Window -> Show View -> Other. From the dialog, choose Mylyn -> Task Repositories. 3. You should see Eclipse.org as a choice. Double-click it. 4. Uncheck 'Anonymous Access' and fill in your Bugzilla ID and password. --> The password appears in clear text. --> If you tab out of the field and then back into it you'll get an ArrayIndexOutOfBoundsException. --> Unchecking the anonymous field warns you that the repository username and password must not be blank, but even if you enter a username and password they warning doesn't go away and the Finish button doesn't enable. | resolved fixed | a428912 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-24T17:26:49Z" | "2009-02-23T23:00:00Z" |
265,570 | Bug 265570 [logview] hover (tooltip) from error log view doesn't go away | to reproduce: # display the Error Log view # select an item that has a stack trace message and hover over it so that the tooltip is visible # *without moving the mouse* use Command-Tab to select another application (I used Safari) that will appear covering the current mouse location # move the mouse over the other application so that it is no longer over the screen area where the Error Log view was displayed # Command-Tab back to Eclipse # notice that the tooltip is still displayed as you work in different editors and views # notice that the tooltip will only go away if the Error Log view receives focus again This is a major usability issue since the tooltip obscures part of the screen and it's difficult to figure out how to make it go away. | resolved fixed | 168cce3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-24T15:38:09Z" | "2009-02-20T00:33:20Z" |
265,606 | Bug 265606 CTabFolder does not show tooltips | I20090217-2200 cocoa CTabFolder does not show tooltips. Can be seen on the editor tabs in the SDK, or in the CustomControlExample (enable Maximize and Minimize). | resolved fixed | 94c3e28 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TabItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TableColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/ToolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/TreeColumn.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-23T21:39:04Z" | "2009-02-20T08:53:20Z" |
264,399 | Bug 264399 [DND] A deadlock occurs during automated testing of a SWT application on Linux/GTK/x86_64 | null | resolved fixed | d88b15d | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-23T15:31:46Z" | "2009-02-10T18:20:00Z" |
265,393 | Bug 265393 View menus open again after dialog is closed | I20090217-2200 Cocoa View menus open again after a dialog opened from the menu is closed. E.g. go to the Progress view and select Preferences from the view menu. Then click Cancel in the dialog. | resolved fixed | 809fbd3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-20T15:06:12Z" | "2009-02-19T02:20:00Z" |
265,427 | Bug 265427 Editor/View switcher: 1 key press forwards by 3 items | null | resolved fixed | a0c8a0e | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-19T21:44:28Z" | "2009-02-19T10:40:00Z" |
265,326 | Bug 265326 next annotation short cut (command+.) broke | build 20090212-2000 I like to change the behaviour of next/previous annotation from the default (error, taks) to occurrences (you can use the arrow down chevron to do that). Then I use command + "." to move to the next occurrences of a variable in a method or class. This used to work and now is broken. For previous annotation the shortcut is command + shift + ".", which also used to work but now it runs next annotation instead. | resolved fixed | e2dc6be | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-19T00:20:10Z" | "2009-02-18T15:13:20Z" |
264,425 | Bug 264425 SashForm doesn't display tooltip text on its Sashes | null | resolved fixed | 0c26579 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/SashForm.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-17T22:44:56Z" | "2009-02-10T21:06:40Z" |
252,251 | Bug 252251 Can't create multiple Displays in same application | The following snippet will crash. This prevents our SnippetLaucher code from working on Cocoa. import org.eclipse.swt.widgets.*; public class Snippet1 { public static void main (String [] args) { go(); go(); go(); go(); go(); } public static void go() { Display display = new Display (); Shell shell = new Shell(display); shell.open (); while (!shell.isDisposed ()) { if (!display.readAndDispatch ()) display.sleep (); } display.dispose (); } } | resolved fixed | e4de5e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-17T21:47:21Z" | "2008-10-27T17:53:20Z" |
263,518 | Bug 263518 [cocoa] Incorrect colors for eclipse views in 3.5m5 | I'm using the 'blue' theme on macosx (System Preferences>Appearance). The custom tabs in eclipse still show up as gray, which makes eclipse look like the Graphite (Gray) theme. | resolved fixed | e3927f6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSColor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-17T19:35:15Z" | "2009-02-03T19:40:00Z" |
265,188 | Bug 265188 Refactor rename popup (border is black and bottom is missing) | Select a variable or method in the java editor. Popup menu and select "Refactor ->Rename". Note that the popup has a black border and the bottom line is missing. | resolved fixed | 1157128 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSWindow.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-17T17:49:53Z" | "2009-02-17T17:00:00Z" |
263,999 | Bug 263999 [cocoa 64 bits]Key bindings not working well for three combinations | With 3.5M5, I just tried to create a block comment with Cmd+Shift+/ and it didn't work. In the key bindings preference page, typing the combination gives this output: Cmd+Shift+? | resolved fixed | db44f81 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-13T22:45:58Z" | "2009-02-06T19:53:20Z" |
262,968 | Bug 262968 bad scrolling of maximized editor | null | resolved fixed | 46ea09f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-13T21:15:43Z" | "2009-01-29T20:13:20Z" |
264,762 | Bug 264762 StackOverflowError with Table.callWindowProc(..) etc. | null | verified fixed | 66a1a42 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-12T22:14:14Z" | "2009-02-12T20:20:00Z" |
264,703 | Bug 264703 should DND set cursors? | I was running eclipse with the 64 bit port and I notice that the cursor was changing properly during drag and drop. The calls to SetThemeCursor() do not run on 64 bit, so I believe the underline OS is changing the cursor for us, probably using the operation value we return. I removed the calls on 32 bit as well and it seems to work fine. Scott, do you think there is any reason to make those calls? | resolved fixed | e36b8bd | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/cocoa/org/eclipse/swt/dnd/DropTarget.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSCursor.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-12T21:37:27Z" | "2009-02-12T14:46:40Z" |
264,764 | Bug 264764 Table, Tree, List send DefaultSelection when double-click in header | - run the snippet below and observe that DefaultSelection events are incorrectly received if you double-click in the header or in the Table's whitespace - Tree and List have the same problem - this creates some strange behaviours in eclipse - also note that the DefaultSelection event never has its item field set (it should for Table and Tree) | resolved fixed | ad85e81 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSTableView.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-12T20:22:48Z" | "2009-02-12T20:20:00Z" |
264,212 | Bug 264212 Link.setForeground() overrides disable color set in Link.enableWidget() | Disable a link and then call setForeground(). The link will not display with the disable color. | resolved fixed | 18a205e | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Link.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-12T20:17:53Z" | "2009-02-09T17:20:00Z" |
262,978 | Bug 262978 jumpness in quick outline | steps 1. open a java file somewhat big (many methods) 2. opent the quick outline (command + o) 3. if necessary scroll the tree down vertically, the bug doens't happen if down scroll the tree down 4. move the mouse over treeitems -> the selection jumps up and down like crazy | resolved fixed | 5a140b4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Scrollable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-12T18:07:03Z" | "2009-01-29T23:00:00Z" |
264,705 | Bug 264705 ArrayStoreException in TextLayout running 64 bit | java.lang.ArrayStoreException at java.lang.System.arraycopy(Native Method) at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:559) at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:334) at org.eclipse.swt.graphics.TextLayout.draw(TextLayout.java:311) at org.eclipse.jface.viewers.StyledCellLabelProvider.paint(StyledCellLabelProvider.java:394) at org.eclipse.jface.viewers.OwnerDrawLabelProvider$OwnerDrawListener.handleEvent(OwnerDrawLabelProvider.java:59) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1157) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1181) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1166) at org.eclipse.swt.widgets.Tree.drawInteriorWithFrame_inView(Tree.java:1008) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4173) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.drawRect(Widget.java:534) at org.eclipse.swt.widgets.Display.windowDelegateProc(Display.java:4018) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:3696) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:3795) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(NSApplication.java:63) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2804) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2388) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2352) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511) at org.eclipse.equinox.launcher.Main.run(Main.java:1284) | resolved fixed | ef58a86 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-12T16:06:16Z" | "2009-02-12T14:46:40Z" |
263,971 | Bug 263971 code inconsistency in Spinner | in setMinimum, setMaximum, setDigits we have calls to: textFormatter.setMinimum(NSNumber.numberWithInt(value)); textFormatter.setMaximum(NSNumber.numberWithInt(value)); textFormatter.setMaximumFractionDigits(digits); when the values are set with Spinner#setValues() these natives methods are never called. checking history they were added by skovatch with this description: 222791, 222795 - Added key filtering to the text field, and a number formatter to aid in presentation. Scott, add the calls to setValues were remove them from the other places. Please check if they are really necessary. thanks. | resolved fixed | d74f2d5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-11T23:23:41Z" | "2009-02-06T17:06:40Z" |
257,188 | Bug 257188 Regression from 3.3.2 behaviour, no SWT.Activate event is sent when setFocus() is called on child controls | null | resolved fixed | 71e4fdb | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-11T22:55:18Z" | "2008-12-02T12:13:20Z" |
263,563 | Bug 263563 [cocoa] Icon mask problem in dialog help | null | resolved fixed | 4bd006b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/NSImageRep.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/cocoa/org/eclipse/swt/internal/cocoa/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/graphics/Image.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-11T21:28:55Z" | "2009-02-04T01:13:20Z" |
264,553 | Bug 264553 Shell.open() does not make window key if it's already visible | - snippet is below - manifests itself in eclipse by failing to give focus to an already-open Find dialog when Ctrl+F is pressed in a java editor public static void main (String [] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setBounds(10,10,200,200); shell.setLayout(new FillLayout()); Text text = new Text(shell, SWT.SINGLE); final Shell childShell = new Shell(shell); childShell.setBounds(200,200,200,200); childShell.setLayout(new FillLayout()); childShell.setText("child"); new Text(childShell, SWT.SINGLE); text.addListener(SWT.KeyDown, new Listener() { public void handleEvent(Event event) { childShell.open(); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } | resolved fixed | ccb3f7f | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-11T17:33:57Z" | "2009-02-11T16:33:20Z" |
264,255 | Bug 264255 Tree selection may not be preserved when creating/disposing items | - run the snippet below - expand the root item - select "item 1" - press any key --> disposes "item 8" --> note that the selection moved from "item 1" up to "item 0" - to see another case of the same problem, comment out the snippet's "root.getItem(7).dispose();" line and uncomment the line below it --> this causes the selection to move down one line when the new item is created below public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setBounds(10, 10, 300, 300); shell.setLayout(new FillLayout()); final Tree tree = new Tree(shell, SWT.NONE); final TreeItem root = new TreeItem(tree, SWT.NONE); root.setText("root"); for (int i = 0; i < 8; i++) { new TreeItem(root, SWT.NONE).setText("item " + i); } tree.addListener(SWT.KeyDown, new Listener() { public void handleEvent(Event event) { System.out.println("old selection: " + tree.getSelection()[0]); //root.getItem(7).dispose(); new TreeItem(root, SWT.NONE, 7).setText("new item"); System.out.println("new selection: " + tree.getSelection()[0]); } }); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } | resolved fixed | b046986 | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-09T21:10:13Z" | "2009-02-09T20:06:40Z" |
264,019 | Bug 264019 Hover not working while the mouse is down. | In Display.java, line 3681: //TODO hover does not happen while tracking because timer are not dispatched This is because the hover timer also needs to be added in NSEventTrackingRunLoopMode. NSTimer.scheduledTimer... only adds it in the default runloop mode. | resolved fixed | b691e1c | ["bundles/org.eclipse.swt/Eclipse", "SWT/cocoa/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2009-02-07T00:14:25Z" | "2009-02-07T01:26:40Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.