issue_id int64 2.03k 426k | title stringlengths 9 251 | body stringlengths 1 32.8k ⌀ | status stringclasses 6
values | after_fix_sha stringlengths 7 7 | updated_files stringlengths 29 34.1k | project_name stringclasses 6
values | repo_url stringclasses 6
values | repo_name stringclasses 6
values | language stringclasses 1
value | issue_url null | before_fix_sha null | pull_url null | commit_datetime timestamp[us, tz=UTC] | report_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
129,908 | Bug 129908 BIDI: Output text have contextual order layout | Scenario: 1. Create a java project 2. Create a java class. Make sure that you enter the com.ibm.dbcstesting.javatest for the package name and you select the inclusion of main() in the wizard. 3. In Main method on the Editor, type the following code line: System.out.println(" ABCabc "); where capitals are Hebrew charact... | closed fixed | be936f9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-07T23:09:58Z | 2006-03-01T10:46:40Z |
130,260 | Bug 130260 Regression: table viewer cannot edit cell without text | The attached sample view used to work with 3.2 M5, stopped working in the more recent integration builds. To reproduce: 1) Import the attached archive as a project into the workspace 2) Launch second Eclipse and show 'Sample View' 3) Click on one of the images in the first table column. Expected behaviour (as in M5): c... | verified fixed | d612b7b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-07T22:07:07Z | 2006-03-03T01:40:00Z |
128,891 | Bug 128891 3.2 M5 - ExpandItem does not work on WinCE | I got the following error message; on Win Mobile 2003 (not 05 -yet-, Steve, no worries). ExpandBar/Item would be great on WinCE ;-) UnsatisfiedLinkError:SystemParametersInfoW java.lang.UnsatisfiedLinkError: SystemParametersInfoW at org.eclipse.swt.internal.win32.OS.SystemParametersInfo() at org.eclipse.swt.widgets.Expa... | resolved fixed | 1ee514c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ExpandItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-07T17:44:52Z | 2006-02-21T22:13:20Z |
130,346 | Bug 130346 Adding MeasureItem listener on Table can lead to divide by 0 in getItem() | - run the snippet below, which tries to come up but hits a divide by 0 in Table.getItem(Point): public static void main (String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout (new FillLayout ()); final Table table = new Table (shell, SWT.NONE); for (int i=0; i<2; i++) { new... | resolved fixed | 700b9da | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-07T17:19:50Z | 2006-03-03T18:20:00Z |
130,363 | Bug 130363 packed TableColumns are much too wide | - run the OwnerDrawTableA example with all of the static booleans at the top set to false except for "extraImage" and "enabled" - note that only the first column appears to be the right width, and the other columns are much wider than is needed, even though their sizes were set in the example using TableColumn.pack() | resolved fixed | 57c7ab7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-07T17:05:35Z | 2006-03-03T18:20:00Z |
129,974 | Bug 129974 Hooking MeasureItemListener to Table with no columns spews warnings | null | resolved fixed | b92ab26 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-07T16:37:50Z | 2006-03-01T16:20:00Z |
130,696 | Bug 130696 Table: Setting sort column to null does not update background | SWT-win32, v3227 - Run the test case below - Click the button once; the first column is set as the sort column, the column background changes to indicate "selected column" - Click the button again; the sort column is cleared by calling Table.setSortColumn(null) but the background is not updated --- import org.eclipse.s... | resolved fixed | 7d2a368 | ["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 | 2006-03-07T15:33:48Z | 2006-03-07T05:40:00Z |
130,614 | Bug 130614 NPE with a background image in a non-virtual Table | null | resolved fixed | 6036eeb | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-06T21:01:23Z | 2006-03-06T18:33:20Z |
127,168 | Bug 127168 Spinner generates bogus ModifyText events | Spinner class generates lots of ModifyText events. This is happening on Windows XP. These event are generated when either Spinner widget loses focus, or Eclipse window loses focus (another app becomes active). Below is a snippet from stack trace. MyClass.modifyText( ModifyEvent event ) .... Spinner.setSelection(int, bo... | resolved fixed | 8d90143 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-06T19:13:31Z | 2006-02-09T21:20:00Z |
130,375 | Bug 130375 Background Inheritance Incorrect in Composite Hierarchies | Opened by Brian Farn 2006.03.03 Eclipse Version: 3.2.0 M5a, Build id: I20060223-1656 Description ----------- A top composite with an image background has a background mode of INHERIT_DEFAULT. A label parented by the top composite correctly inherits the top composite's background. The top composite has a child composite... | resolved fixed | bfc7082 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-03T20:56:53Z | 2006-03-03T18:20:00Z |
114,662 | Bug 114662 Spinner setSelection prints X warning | 200511011204 Spinner setSelection can give the following X warning: Warning: Name: _TF Class: XmTextField XmNposition out of range; maximum XmNposition used. To replicate: - run ControlExample, go to Spinner tab - decrease the maximum scale to about half - now increase the selection scale - you will see X Warnings in t... | resolved fixed | 8c774c8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Spinner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-03T19:02:52Z | 2005-11-01T21:20:00Z |
130,050 | Bug 130050 Tree doesn't repaint items properly, and flashes as it updates TreeItem.setItemCount | SWT Win32 CVS 1. The Tree doesn't repaint the items at the bottom after 3 iterations of the timer. Some cell border lines are there but not all, and you can select the items with the mouse and they will paint, but they are initially missing. 2. Setting the TreeItem.setItemCount to a larger number (15 in this case) is v... | resolved fixed | d7427ce | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-03T15:29:41Z | 2006-03-02T00:40:00Z |
130,101 | Bug 130101 SWT.HIDE_SELECTION always hides selection | In M5 SWT.HIDE_SELECTION makes table selection completely invisible, that is the selection does not even show up if the table has focus. | resolved fixed | e608aec | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-02T22:27:11Z | 2006-03-02T11:46:40Z |
130,159 | Bug 130159 ImageLoader.save(filename, format) should close the OutputStream. | null | resolved fixed | d5b03cd | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/ImageLoader.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-02T21:57:38Z | 2006-03-02T17:20:00Z |
130,120 | Bug 130120 cell custom background colour appears in adjacent cells | - run the snippet below, which creates a table with four columns and one item - the item's background is set for the second column to green - but the item's background shows as green in the second through fourth columns - removing the EraseItem listener makes the problem go away public static void main(String[] args) {... | resolved fixed | d94d01b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-02T20:39:08Z | 2006-03-02T14:33:20Z |
129,732 | Bug 129732 [JavaDoc] The API setBackgroundImage() should mention pattern | I think it would be good to mention, that the background-image set via "setBackgroundImage()" is applied as Pattern if not fitting the controls size. Ben | resolved fixed | dc4fffc | ["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 | 2006-03-01T23:44:58Z | 2006-02-28T09:46:40Z |
77,106 | Bug 77106 Setting table selection does not update anchor index | SWT v3.1.0.9, Win32 In the testcase below, there is a multi-selection table with ten items. The item at index 4 is selected programmatically. Shift+Click on, let's say, item 6 or press Shift+ArrowDown twice. Expected result: Items 4-6 should be selected. Actual result: Items 0-6 are selected. What seems to be happening... | resolved fixed | 6dd7232 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-01T22:19:34Z | 2004-10-27T12:26:40Z |
123,827 | Bug 123827 Outline "crazy-scrolls" when it gets focus | null | resolved fixed | e185ea5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-01T16:19:22Z | 2006-01-13T22:06:40Z |
129,745 | Bug 129745 Tree displays selected lines in wrong color | sun sdk 1.5.0_05, swt from eclipse 3.2M5. In Tree, select several multiple rows (blue color), press another control (button in my example), tree loses focus and rows are painted in gray color. Further, try to add rows to selection (as I do, press Ctrl + mouse key on tree). Only the last one selected row and newly selec... | resolved fixed | 795a796 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-03-01T14:44:05Z | 2006-02-28T09:46:40Z |
129,833 | Bug 129833 Tree [+] not repainted | SWT CVS Win32 The [+] is not redrawn on item[4], but is redrawn on item[10] after the timer and setItemCount call in the SetData handler. If you scroll right and left, it is then repainted properly. --- public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display... | resolved fixed | d4ba4ba | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-28T22:05:30Z | 2006-02-28T18:06:40Z |
129,495 | Bug 129495 [Table] TableColumn#pack() no longer respects TableItem's Font | The following snippet puts an "..." next to the TableItem's content. It uses bold Font which requires a bit more space than normal Font, but a pack on the TableColumn does not respect that. The snippet works with M4 and before: public class Main { public static void main(String[] args) { Display display = new Display()... | resolved fixed | 6110f99 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-27T23:57:09Z | 2006-02-26T16:06:40Z |
129,501 | Bug 129501 Tree FULL_SELECTION doesn't redraw item background in selection color | null | resolved fixed | 8bbf9a5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-27T18:25:51Z | 2006-02-26T21:40:00Z |
129,535 | Bug 129535 GridData/GridLayout is showing abnormal layout | I20060221-1300 1. File > new > Other...> Plug-in Development > Target Definition 2. In the wizard, enter any name. Accept Defaults. Finish. The file will open in a form-based editor. 3. Go to the second page of the editor. Observe how the Environment section are not properly aligned. Note that if I run the exact same P... | resolved fixed | b537a20 | ["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 | 2006-02-27T16:30:45Z | 2006-02-27T08:46:40Z |
129,347 | Bug 129347 Tree.clearAll flashes (redraws whole tree) while Table.clearAll doesn't. | 3.2M5 WinXP The Tree flashes at each clearAll call, but the Table doesn't. Is there any way to fix the full redraw flashing on the virtual Tree? public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new FillLayout()); final Table table = ... | resolved fixed | 0c0ef10 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-27T15:48:54Z | 2006-02-24T14:06:40Z |
126,818 | Bug 126818 Horizontal ScrollBar not ReSized When Table Contents Changed | The following snippet demonstrates the problem. Run the snippet, then re-size the window until there is a horizontal and vertical scrollbar. Select "Now" from "ReFill" menu. The vertical scrollbar is refreshed correctly, the horizontal retains it's previous size. I have verified this behaviour on Windows XP and a Pocke... | resolved fixed | c673419 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-25T01:26:42Z | 2006-02-07T22:06:40Z |
129,054 | Bug 129054 Text widget VerifyListener causes characters to be inserted backwards if you change them | I have a small program with a Text widget whose VerifyListener actually replaces the characters being entered. Newer 3.2 milestones on Linux cause it to go backwards. Here is a piece of the code so you can see what I'm doing that's triggering this bug, and I'll attach the whole program. thoughts.addVerifyListener(new V... | verified fixed | 8909534 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-24T23:42:21Z | 2006-02-22T20:26:40Z |
128,845 | Bug 128845 ExpandBar Widget not painting controls | null | resolved fixed | b69d0ba | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-24T22:09:19Z | 2006-02-21T16:40:00Z |
127,776 | Bug 127776 ControlExample Scale does not lose background image | Feb. 14th 8:00am build - run the ControlExample, go to the Slider/Scale tab - check the Background Image checkbox, and both example widgets are given a background image - now uncheck the Background Image checkbox and note that the example Scale widget does not lose its background image -> attempting to damage it with a... | resolved fixed | 51e7a32 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Scale.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-24T22:00:57Z | 2006-02-14T18:00:00Z |
129,126 | Bug 129126 When VerifyListener is added in org.eclipse.swt.widgets.Text, StringIndexOutOfBoundsException might be occurred by UNDO operation. | When VerifyListener is added in org.eclipse.swt.widgets.Text, StringIndexOutOfBoundsException might be occurred by UNDO operation. java.lang.StringIndexOutOfBoundsException: String index out of range: 10 at java.lang.String.<init>(String.java:220) at org.eclipse.swt.internal.win32.TCHAR.toString(TCHAR.java:115) at org.... | resolved fixed | b84ffff | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Combo.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Spinner.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-24T17:35:29Z | 2006-02-23T10:20:00Z |
128,378 | Bug 128378 TreeItem and TableItem constructors should state precondition on index | null | resolved fixed | 05d38a4 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Item.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/CoolItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-23T23:22:21Z | 2006-02-17T09:53:20Z |
127,960 | Bug 127960 Native crash in SWT when brower JavaScript closes the window | null | resolved fixed | 281808d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-20T16:47:59Z | 2006-02-15T05:06:40Z |
128,476 | Bug 128476 Regression: Tree with columns does not reset horizontal scroll bar | SWT-win32, v3224 When the width of a tree column is first increased, then decreased again (either programmatically or by dragging), the horizontal scroll bar of the tree will not be adjusted to reflect the change. This is a recent regression. --- import org.eclipse.swt.*; import org.eclipse.swt.layout.*; import org.ecl... | resolved fixed | ffeafc0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-19T05:01:59Z | 2006-02-17T21:00:00Z |
127,095 | Bug 127095 NPE when trying to dispose columns | Memory View allows user to change the number of columns in a table. This is done by disposing the columns and recreating them. Got the following NPE when trying to reformat. java.lang.NullPointerException at org.eclipse.swt.widgets.TableItem.removeColumn(TableItem.java:1155) at org.eclipse.swt.widgets.Table.destroyItem... | resolved fixed | 6e21e5d | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-17T20:30:48Z | 2006-02-09T15:46:40Z |
13,969 | Bug 13969 Accessibility : No visual focus is provided in Table | Env. : Red Hat 7.2 No visual focus is provided in Table widget when Table has focus. Focus same as List widget's one is expected. - Focus rect is shown just inside widget when no item exists - Focus rect is shown around selected/first item when item exist. | resolved fixed | 18b3f79 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-17T20:14:46Z | 2002-04-17T05:06:40Z |
128,267 | Bug 128267 No longer possible to capture screen with new GC(display) | I think this is a regression. I do as follows: GC gc = new GC(display); Image image = new Image(display, shell.getSize().x, shell.getSize().y); gc.copyArea(image, shell.getLocation().x, shell.getLocation().y); to copy the contents of the Screen into an Image. This is working on Windows but not on Mac. I remember a rece... | resolved fixed | b07b15d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-17T15:57:41Z | 2006-02-16T17:13:20Z |
128,408 | Bug 128408 JPEGQuantizationTable precision=8 values can be negative | DQT values should be non-negative, either 0..255 or 0..65535 depending on the sample precision. Bug: When precision=8 JPEGQuantizationTable is loaded with signed bytes. (When precision=16, unsigned values are loaded as expected.) This bug can have dramatic effects, but probably hasn't been noticed because the default Q... | resolved fixed | b3c1706 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGQuantizationTable.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-17T15:39:57Z | 2006-02-17T15:26:40Z |
128,244 | Bug 128244 Table Row Overdraws Table Headers | I20060214-0800 While scrolling tasks view one of the rows began overdrawing the headers. It stopped when I scrolled in the other direction and I can no longer reproduce. The headers remain cheesy, however. Screencap forthcoming. | resolved fixed | 3a9efe9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-16T21:01:13Z | 2006-02-16T17:13:20Z |
127,734 | Bug 127734 Cannot open Launch Config dialog | I clicked on the Run> arrow to open the launch config dialog, and got a Unhandled event loop exception instead. eclipse.buildId=I20060214-0800 java.version=1.4.2_09 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=solaris, ARCH=sparc, WS=motif, NL=en_CA Command-line arguments: -os solaris -ws motif -arch spar... | resolved fixed | b42f2fe | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-16T20:48:36Z | 2006-02-14T15:13:20Z |
127,755 | Bug 127755 NPE in Tree.callPaintEventHandler | While doing an inspect in the debugger I got the following exception. Note that the inspect popup contains a VariablesView (and therefore a VIRTUAL Tree) eclipse.buildId=I20060214-0800 java.version=1.4.2_09 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US Framework argumen... | resolved fixed | 0e0cce9 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-16T16:48:41Z | 2006-02-14T15:13:20Z |
123,466 | Bug 123466 [Viewers] Strange dots in table item labels | I20060110-1026 I can no longer click some elements in the Packages view and suddenly the label gets corrupted into: "org.ec...". Test Case: 1. start attached workspace 2. select project 'Foo' in the Package Explorer 3. select 'org.eclipse.jface.text' in the Packages view 3. expand 'Foo' in the Package Explorer 4. selec... | verified fixed | 4d75e53 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-16T03:55:30Z | 2006-01-11T17:20:00Z |
127,751 | Bug 127751 VIRTUAL Table does not paint with snippet 144 | Feb. 14th 8:00am build - run snippet 144 and press its Add Items button - the message "Items: 1000000, Time: 15 (ms)" is shown below immediately, but the Table contents do not actually appear until much later | resolved fixed | 696d4c6 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-15T06:23:39Z | 2006-02-14T15:13:20Z |
127,266 | Bug 127266 Text.getCaretLocation() on GTK with style = SWT.SINGLE | On GTK, SWT is hardcoded to always return "new Point(0,0)" if the SWT.SINGLE style bit is turned on. This requires platform specific code as in the following work-around: if(gtk) { Point strSize = event.gc.textExtent(text.getText(0,text.getCaretPosition()-1)); event.gc.drawLine(strSize.x+1, 2, strSize.x+1, strSize.y + ... | resolved fixed | d1ff486 | ["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/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-13T23:12:54Z | 2006-02-10T14:00:00Z |
104,892 | Bug 104892 Macintel: Resize NS Cursor is flipped | 3.1 on Macintel: For the Resize NS Cursor both bytes of everz row are swapped. | resolved fixed | f19c964 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/Cursor.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-13T20:57:15Z | 2005-07-22T22:06:40Z |
104,902 | Bug 104902 Macintel: Password text fields don't show echo character | 3.1 on Macintel: Password fields don't show echo characters. It seems that the UniChar passed to OS.TXNEchoMode is interpreted as a 2-byte string! On big endian systems (PPC) the default value of '\245' results in the string '\245' '\0' which works fine. On small endian systems (Intel) the default value results in the ... | resolved fixed | 3d0271d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-13T19:55:53Z | 2005-07-22T22:06:40Z |
54,426 | Bug 54426 Implement RichText editor for SWT | The RCP will be a great platform for many different products. Some products will need an richtext editor (e.g. Email client, CRM products, Helpdesk systems, ...). The best way would be, if the eclipse project provided an richtext editor. The Look&Feel of the products would be similar and the machine resources would be ... | resolved fixed | caefa6e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/Bullet.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/LineStyleEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/PaintObjec... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-13T19:30:14Z | 2004-03-11T10:13:20Z |
80,913 | Bug 80913 TabFolder no longer sets focus to tab when mnemonic pressed | I20041208-1200. This worked as expected up to at least I200411170800. TabFolder no longer sets focus to tab when the frontmost tab's mnemonic is pressed. Steps: public class C { void method(Object o) {} } - set caret into "method" - Refactor > Change Method Signature - press Alt+R => Expected: parameters list gets focu... | resolved fixed | 1757498 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/tabfolder/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-10T23:28:44Z | 2004-12-14T10:26:40Z |
126,996 | Bug 126996 Can't asyncExec setting of text in virtual Tree | Run the following example. Items in tree don't appear unless you move the mouse over them. CellDataProc is not firing for the async setText(). public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout (new FillLayout()); final Tree tree = new... | resolved fixed | 32e3be4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-09T20:01:41Z | 2006-02-08T23:06:40Z |
126,995 | Bug 126995 AIOOB exception for Tree | Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 4 at org.eclipse.swt.widgets.Tree.setItemCount(Tree.java:2392) at org.eclipse.swt.widgets.Tree.setItemCount(Tree.java:2402) at veronika.Newsgroup.main(Newsgroup.java:18) public static void main(String[] args) { final Display display = new Display(); f... | resolved fixed | 5b14baa | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-09T14:31:49Z | 2006-02-08T23:06:40Z |
126,864 | Bug 126864 Regression: Drop target has incorrect DND cursor | SWT-win32, v3223 In the example below, there is a somewhat uncooperative drop target that does not accept any kind of transfer. Expected result when attempting to drag objects over the shell: No drop cursors should be visible (except for the "veto sign") Actual result: Cursors such as COPY or LINK appear, depending on ... | resolved fixed | 39d61b5 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/DropTarget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-08T19:32:37Z | 2006-02-08T06:26:40Z |
126,299 | Bug 126299 After clearAll(), GTK virtual Tree forgets old TreeItem objects and creates new ones | The attached snippet repeatedly calls clearAll() on the tree and prints out the length of the "items" array of the tree instance. Apparently, the existing TreeItem objects are forgotten and new ones are created after you call clearAll() and then cause the callback to happen. (Confirmed by putting a breakpoint in the co... | resolved fixed | 2f93230 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-07T17:07:32Z | 2006-02-03T01:26:40Z |
105,028 | Bug 105028 WinCE: Menu Image Problem | Hi, When l try to add an image to a menu (top-level on the menu bar), the other menu items get pushed down, and there is a space between the bottom of the screen and the menu with the image (image is pushed up). I tested this on a PDA running the Windows Mobile 2003 Second Edition OS, using the IBM J9 VM (5.6 version o... | resolved fixed | 5aeb734 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-06T20:47:36Z | 2005-07-25T16:46:40Z |
125,255 | Bug 125255 Checkbox tree selection makes checkbox hard to see | build I20060119 - edit a launch config - on the plugins tab, select Choose Plug-ins... - select an item and toggle its checkbox - the change is very hard to see due to low contrast between the selection and checkbox (black over dark blue) I'm using the Windows Standard appearance settings on Win2K. | resolved fixed | 56cde47 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-06T19:05:17Z | 2006-01-25T23:00:00Z |
125,621 | Bug 125621 virtual tree returns null item in multi-selection from different branches | Using build I20060125-0800. Debug simple following test case with "one two three" as program arguments: public class Test { public static void main(String[] args) { int[] values = new int[] { 1, 2, 3 }; for (int i=0; i<values.length; i++) { System.out.println("value="+values[i]); } } } after having put a breakpoint on ... | resolved fixed | a1d7e22 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-02T23:34:12Z | 2006-01-28T17:40:00Z |
125,849 | Bug 125849 Wrong colors with gradient pattern | The code below should show a window filled with a gradient from light blue to white. In the current SWT build it shows a gradient all right but with an orange tint at the center. Sorry, I don't know how to submit code. I think the following patch should fix this: ### Eclipse Workspace Patch 1.0 #P org.eclipse.swt Index... | resolved fixed | a57e2bc | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Pattern.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-01T15:44:01Z | 2006-01-31T15:06:40Z |
125,725 | Bug 125725 Mistake in FormLayout.layout(Composite, boolean) | Found minor coding mistake in FormLayout.layout(Composite, boolean) method: int width = Math.max (0, rect.width - marginLeft - 2 * marginWidth - marginRight); int height = Math.max (0, rect.height - marginLeft - 2 * marginHeight - marginBottom); The height line subtracts marginLeft, but it should subtract marginTop. | resolved fixed | b07e2a5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/layout/FormLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-02-01T00:33:01Z | 2006-01-30T16:53:20Z |
64,686 | Bug 64686 ScrollBar does not receive SWT.Selection messages | This problem was noticed when using the Tree widget. I noticed that if the Tree contains a horizontal or vertical ScrollBar, scrolling the composite does not redraw the tree. I tried adding a selection listener to the horizontal and vertical scrollbars of the tree and the program never receives notification of this eve... | resolved fixed | be3531e | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ScrollBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Scrollable.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-26T17:30:59Z | 2004-05-29T22:33:20Z |
115,209 | Bug 115209 SWT OSX 3.2M does not display labels on raw background | I use a raw main shell that I hand position items on for my main pgm screen. (Visual therapists program and I need that level of control rather than use a layout manager.) Pgm creates very large 'Labels' of constrasting color and uses them as 'bars' where needed to pull a stroke victim's eyes in the direction they woul... | resolved fixed | f0eb5b4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-24T22:51:33Z | 2005-11-05T14:13:20Z |
124,414 | Bug 124414 SIGSEGV from swt-3.2M4-gtk-linux-x86_64.zip | SWT 3.2M4 3218 In an app that uses SWT, which works fine on all other platforms, the x86_64 version crashes the JVM: # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0x00002aaaaae500f5, pid=8352, tid=46912501819088 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_06-b05... | resolved fixed | bc390e5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-24T17:29:32Z | 2006-01-19T00:20:00Z |
124,591 | Bug 124591 ScrolledComposite.computeSize returns wrong value when alwaysShowScrollBars==true | SWT v3220 When calling computeSize on a ScrolledComposite that has the alwaysShowScrollBars flag set to true, the space needed for the scroll bar(s) is added twice: a) once in ScrolledCompositeLayout.computeSize and b) again in Scrollable.computeTrim, called by Composite.computeSize In the testcase below this results i... | resolved fixed | 5f58431 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ScrolledCompositeLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-20T16:08:26Z | 2006-01-20T04:06:40Z |
124,400 | Bug 124400 Please expose minHeight, minWidth, expandHorizontal, expandVertical in ScrolledComposite | For testing purposes I'm needing to retrieve the following attributes from ScrolledComposite: * minWidth * minHeight * expandHorizontal * expandVertical Can these please be exposed? I think I can get around them not being visible but it would be easier if I could just call a method. | resolved fixed | cbc2f19 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ScrolledComposite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-20T15:57:41Z | 2006-01-18T21:33:20Z |
68,255 | Bug 68255 a Tab is not 4 spaces | null | resolved wontfix | 36cb89a | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-19T18:00:18Z | 2004-06-23T00:20:00Z |
121,506 | Bug 121506 GC.drawImage() selects wrong source region | When the source and destination areas are of differing sizes, the method does not select the source region at srcX, srcY. Thus, the wrong source region is placed in the receiver. I have created a simple test case to demonstrate this, and will also attach screenshots using SWT.getVersion()=3139 and SWT.getVersion()=3212... | resolved fixed | 9bb3168 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-18T22:50:59Z | 2005-12-20T03:40:00Z |
91,364 | Bug 91364 SWT_AWT.new_Shell() in GTK version blocks forever on RedHat 9 | We are using SWT in our Application and also providing the facility to plugin the application in various IDEs. I have been successfully embedding our UI in NetBeans on Windows and Linux (with motif version of SWT). Embedding did not work with other Swing IDEs (I have reported that problem previously). Recently we switc... | resolved fixed | fa01e29 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-18T20:47:10Z | 2005-04-14T06:26:40Z |
38,528 | Bug 38528 Two full screen redraws creating a GC on Display | I20030604 MacOS 10.2.6 - open some Java source in Java text editor - start Quartz Debug and turn on "Flash screen updates" - switch back to Eclipse and wait until all yellow flashing has stopped - move the mouse pointer over a Java type that has some Java doc - wait for the hover window to appear Observe: two full scre... | resolved fixed | 80ff7e4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-18T19:56:42Z | 2003-06-05T16:20:00Z |
123,675 | Bug 123675 fillGradientRectangle() in gc doesn't use gDip clipping when foreground and background are the same. | fillGradientRectangle()tests for foreground and background color being the same and uses OS.PatBlt() when they are. However, if a clipping region has been set with anti aliasing turned on OS.PatBlt() won't clip. Either fillRectangle() should be called in place of OS.PatBlt() or the foreground == background optimization... | resolved fixed | 910c8ad | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-18T19:21:55Z | 2006-01-12T21:06:40Z |
124,208 | Bug 124208 Virtual tree setItemCount(0) has no effect | When setting item count to 0 on windows on a tree item that currently has children, the children are never removed. TestCase: import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Listener; impor... | resolved fixed | 46f8989 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-18T18:07:51Z | 2006-01-17T20:33:20Z |
112,791 | Bug 112791 Tree.setBackground() does not full span multi-column Tree | - run the snippet below - note that the item background colours do not span from the right of the column 0 text to the end of the column - I'm assuming this isn't native behaviour (?) - creating the Tree with style SWT.FULL_SELECTION makes this work, though its expand/collapse images stand out public static void main(S... | resolved fixed | 791bb30 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-18T15:36:01Z | 2005-10-17T14:40:00Z |
124,092 | Bug 124092 StyledText's RTF copy/paste broken | I20060110-1026 1. open a text file with the Text editor and add the following text: not.broken not.broken 2. select the two lines 3. copy 4. go into an application that allows RTF pasting 5. paset ==> .broken .broken Other anomalities of missing characters can be seen when playing with larger documents. Note: pasting a... | verified fixed | 19cccaf | ["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 | 2006-01-17T19:33:21Z | 2006-01-17T09:26:40Z |
122,550 | Bug 122550 GDI Object Leak | Eclipse 3.2 M4 Run the following example. Notice that each time the "test" button is pressed, the number of GDI Objects increases. public static void main(String[] args) { final Display display = new Display(); final Shell shell = new Shell(display); shell.setLayout(new RowLayout()); Button b = new Button(shell, SWT.PU... | resolved fixed | 209440c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-17T18:50:07Z | 2006-01-03T20:26:40Z |
123,993 | Bug 123993 SWT_AWT embedded frame doesn't get iconify/decionify events | null | resolved fixed | acba665 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/gtk/org/eclipse/swt/awt/SWT_AWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/motif/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-16T17:54:26Z | 2006-01-16T16:46:40Z |
123,933 | Bug 123933 drilled to report shows stale data. | I have to reports, report1 shows a list of items and from there I drill to report2, passing an item code. The link code is as follows: <cell id="231"> <data id="232"> <expression name="valueExpr">row["CODE"]</expression> <structure name="action"> <property name="formatType">html</property> <property name="linkType">dri... | resolved fixed | b474281 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-16T17:43:12Z | 2006-01-16T08:26:40Z |
121,722 | Bug 121722 HTML clipboard transfer does not work on Windows | I have a simple test case that puts both text and HTML onto the clipboard. According to the Windows clipboard viewer, and any application I type 'paste' at, only the text is ending up on the Windows clipboard, not the HTML. | resolved fixed | 4d4c8f1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/win32/org/eclipse/swt/dnd/HTMLTransfer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-16T15:50:33Z | 2005-12-21T13:00:00Z |
123,594 | Bug 123594 Text.setForeground(Color) is ignored with SWT.INHERIT_FORCE | When creating a shell, setting a background color or a background image, and calling shell.setBackgroundMode(SWT.INHERIT_FORCE), child Text widgets ignore calls to setForeground(Color). Tested on WinXP with swt-N20060112, with and without manifest. See attached Snippet. | resolved fixed | 89b2a25 | ["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 | 2006-01-13T20:15:51Z | 2006-01-12T15:33:20Z |
122,428 | Bug 122428 Performance on OS X still degrades on 10.4.3 | null | resolved fixed | 12e45fb | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-13T16:53:36Z | 2005-12-31T20:13:20Z |
86,825 | Bug 86825 CLabel not correctly captured by WM_PRINT | I use WM_PRINT to capture offscreen controls in one of my application. I notice that all the controls I use are well captured, except CLabel : the font is not taken in account (but images, background color and foreground color are). See my attached image and have a look at a sample java project I wrote to explain the p... | resolved fixed | b661df8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-11T21:56:19Z | 2005-02-28T14:13:20Z |
123,184 | Bug 123184 Embedded image render error in StyledText | Run below snippet, and you can find that the second embedded image can't be seen. public class Snippet { static StyledText styledText; static String text = "Embedded Image: \u0014\u0014, The second image can't be seen"; static Image[] images; static int[] offsets; static void addImage(Image image, int offset) { StyleRa... | resolved fixed | 7a44a1c | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/graphics/TextStyle.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-10T22:40:27Z | 2006-01-10T02:26:40Z |
123,143 | Bug 123143 Drag handle changes to four-way on click | When I hover over a cool item drag handle, it appears as a two-way horizontal arrow. When I single click, the drag handle changes to a four-way arrow. It stays this way -- even after moving the mouse away and back again. It only reverts to the two-way arrow after a drag is started. This is most visible in the draggable... | resolved fixed | c1ed11f | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-10T16:54:13Z | 2006-01-09T20:53:20Z |
121,507 | Bug 121507 font leading (line spacing) excessive for small fonts | The line spacing for small fonts in text editors is much larger in 3.2 builds than in 3.1. Lines are nearly twice as tall for a 9 point font in all builds of 3.2 I've tried; the extra space is blank. This is a definite productivity killer and gives the editors an awkward look. I've only seen this on OS X (doesn't happe... | resolved fixed | b35f1ec | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-06T21:38:41Z | 2005-12-20T03:40:00Z |
120,573 | Bug 120573 [implementation] IllegalArgumentException in StyledText | I get IllegalArgumentExceptions from StyledText. I got a couple of them while running org.eclipse.ui.tests.multieditor.MultiEditorTest (see Test Exception). I used CTRL+SHIFT+T(x2) to go to the java file, and received one in the error log (see Error Log Exception). Test Exception: org.eclipse.swt.SWTException: Failed t... | resolved fixed | 6c60eca | ["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 | 2006-01-05T21:58:28Z | 2005-12-13T16:06:40Z |
122,736 | Bug 122736 StyledText - ArrayIndexOutOfBoundsException | Hello I have error when I'm trying to add text using append() method. Bad: for (int i = 0; i <= 5; i++) { int start = styledText.getLineCount() - 1; styledText.append("TITLE : "+ i +"\r\n"); //If you try to use methods like setLineBackground or setLineIndent you will get exceptions, if not - everything works fine style... | resolved fixed | 41379af | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-05T18:37:07Z | 2006-01-05T11:20:00Z |
122,496 | Bug 122496 java.lang.ArrayIndexOutOfBoundsException in StyledTextRenderer.setStyleRanges | I found the Bug, because i looking for a printing problem in the Plugin "Eclipse Colorer". Then the function setStyleRanges is called from StyledText$Printing.cacheLineData(StyledText.java:262) and newStyles can be a empty array. Is newStyles a empty array ArrayIndexOutOfBoundsException is throw. old: void setStyleRang... | resolved fixed | 4f678e6 | ["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 | 2006-01-04T22:19:36Z | 2006-01-03T09:20:00Z |
49,267 | Bug 49267 First characters in Text initially not displayed | Hi, In a newly drawed combobox, the first character of the displayed text doesn't appear. If I select the combobox and press Pos1, it looks fine. A place where this bug occurs is the feature.xml editor in the section information. I'll post a screenshot too. | resolved fixed | 00f5285 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Text.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-04T20:48:16Z | 2003-12-22T13:33:20Z |
122,433 | Bug 122433 Exception in ImagesList | Eclipse 3.2 M4 JDK 1.5.0_05 java.lang.ArrayIndexOutOfBoundsException: 8 at org.eclipse.swt.widgets.ImageList.indexOf(ImageList.java:314) at org.eclipse.swt.widgets.Tree.imageIndex(Tree.java:1951) at org.eclipse.swt.widgets.TreeItem.setImage(TreeItem.java:1402) at org.eclipse.swt.widgets.TreeItem.setImage(TreeItem.java:... | resolved fixed | e4a74c1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ImageList.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-03T21:50:12Z | 2006-01-01T18:26:40Z |
121,903 | Bug 121903 OS.AlphaBlend causes "bddraw" stdout spew | null | resolved fixed | af911e1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2006-01-03T19:23:30Z | 2005-12-22T16:46:40Z |
121,890 | Bug 121890 Canvas and mouseMoveListener and MacOS | * I posted on eclipse.platform.swt: This problem is specific SWT on MacOS. It does not seem to be a problem on Windows or Linux. Here's a program that creates a Table, a Label, and a Canvas, and listens for MouseMoveEvents from all of them. Select a row in the Table, hold the mouse button down, and drag it to the label... | resolved fixed | a7a4f8c | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-22T18:12:13Z | 2005-12-22T16:46:40Z |
120,954 | Bug 120954 Background of Control with SWT.INHERIT_FORCE doesn't show through with ToolItems with transparent images | null | resolved fixed | cb44d9b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-21T23:01:18Z | 2005-12-14T19:53:20Z |
120,524 | Bug 120524 drawRoundRectangle draw bad round corner of rectangle. | Hi ! I'm using eclipse 3.1 on Windows XP, when I draw round rectangles sometimes the rounded corners are drawn badly specially when a Transform is used in gc. "badly" means rounded corner circle are not the right ones but "opposite". (see attached picture). Used snippet: package test1; import org.eclipse.swt.events.Pai... | resolved fixed | 0f32525 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-21T22:24:08Z | 2005-12-13T07:46:40Z |
121,729 | Bug 121729 in SWT, javadoc for Table.getColumns does document order | The javadoc for Table.getColumns() should indicate what order the TableColumns are returned in. IE, are they in display order or creation order. Its a minor thing, but its a pain in the ass to have to track it down when you need to know. | resolved fixed | 075a498 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-21T17:45:25Z | 2005-12-21T15:46:40Z |
121,741 | Bug 121741 Disposing a StyledText disposes its menu? | I pass the same menu into many StyledText controls to get a common context menu. When I dispose one of these, it disposes my menu. I could easily be confused, but it seems to me that this is contrary to the contract of dispose protocols. The StyledText didn't create it, why should it dispose it? | resolved fixed | 7187333 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-21T17:19:03Z | 2005-12-21T15:46:40Z |
120,914 | Bug 120914 Warnings suppressed from GtkFileChooser creation | null | resolved fixed | a5a8ba2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.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 | 2005-12-19T21:27:42Z | 2005-12-14T17:06:40Z |
120,980 | Bug 120980 Regression: Image on disabled button no longer greyed out | SWT-win32 v3218, Windows XP, Classic Theme, Manifest Run the testcase below. Even though the button is disabled, the icon is unchanged from its "enabled" look, giving no indication that you cannot press the button. In 3.1-final, the icon was greyed out. Not a problem when using the Luna Theme or running without the man... | resolved fixed | 153d0bb | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-15T22:37:31Z | 2005-12-15T01:26:40Z |
118,796 | Bug 118796 DirectoryDialog.open does not return choosen directory | When I use DirectoryDialog.open() with Suse Linux 10.0 OSS and SWT-GTK, it does not return the selected directory. Instead it returns the directory I have changed to with the dialog. This behaviour is strange, since the motif dialog (SWT-Motif) does return a selected directory even when I have not changed to it. Also t... | resolved fixed | 6c386a8 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/DirectoryDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-15T22:31:21Z | 2005-12-01T09:40:00Z |
120,654 | Bug 120654 Cheese in StyledText on Linux | I20051213-0010, GTK+ 2.2.4, pango 1.2.5. See attached screenshot. When clicking around in the Java editor, the lines "shimmer" and often jump up and down. The root cause seems to be the use of TextLayout.getLineHeight(int) to handle dynamic line heights. Special casing fixedLineHeight mode in StyledTextRenderer.drawLin... | resolved fixed | b4fa378 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-15T19:53:40Z | 2005-12-13T18:53:20Z |
118,909 | Bug 118909 Problems with accents using SWT_AWT | We have a big application wich uses Swing and SWT. In our app we have a big trouble with accents in Swing TextFields. When we try to punctuate a bowel, two accents appear in the TextField before the bowel is pressed. In this testcase, you can see our problem : import java.awt.BorderLayout; import java.awt.Panel; import... | resolved fixed | d349945 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-14T21:16:51Z | 2005-12-01T20:46:40Z |
120,176 | Bug 120176 Can't reliably change the cursor during Tracker.open() | Changing the cursor of a tracker requires that we break the X grab and re-grab with the new cursor. In the current code though, you can only do this once, as we seem to never update the "lastCursor" field. | resolved fixed | 73dff4b | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-09T21:14:16Z | 2005-12-09T20:26:40Z |
116,121 | Bug 116121 Invalid widget used for gtk_widget_get_accessible | gtk2-2.4.10-4 An SWT app using 3.2M2 (GTK) spits out a lot of these to console: Gtk-CRITICAL **: file gtktreeview.c: line 11861 (gtk_tree_view_set_search_column): assertion `column >= 0' failed 3.2M3 adds a few of these: Gtk-CRITICAL **: file gtkwidget.c: line 7260 (gtk_widget_get_accessible): assertion `GTK_IS_WIDGET ... | resolved fixed | 02559d5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-12-01T21:39:58Z | 2005-11-13T00:00:00Z |
118,362 | Bug 118362 StyledText: Top index wrong after selectAll | SWT-win32, N20051127-0010 - Run the testcase below - Expected result: both text lines are visible - Actual result: the first line is scrolled out of view - Does not happen in v3138-v3214 --- import org.eclipse.swt.*; import org.eclipse.swt.custom.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; pub... | resolved fixed | 1b04da3 | ["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 | 2005-11-30T21:52:12Z | 2005-11-29T04:53:20Z |
116,746 | Bug 116746 ToolItem text is clipped | Head SWT see attached screenshot from ControlExample | resolved fixed | 213b343 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-11-30T20:06:05Z | 2005-11-16T22:26:40Z |
117,700 | Bug 117700 [open type] Open Type table shows unmotivated ellipsis, disappears on redraw | I20051122-1300 - select text "CharSequence" in a JavaEditor - press Ctrl+Shift+T => An ellipsis (...) is drawn to the right of the first entry in the list. When I move another window on top of the dialog and then move it away, the ellipsis is not redrawn. Dirk, do you have an idea what's happening here? If not, please ... | resolved fixed | bdb97e1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-11-30T02:24:24Z | 2005-11-23T12:46:40Z |
118,119 | Bug 118119 Mac: Calling Tree.setItemCount() causes SWTError: Item not removed | [I20051123-1200] When you decrease the item count of a Tree with SWT.VIRTUAL, the following error occurs: Exception in thread "main" org.eclipse.swt.SWTError: Item not removed at org.eclipse.swt.SWT.error(SWT.java:3288) at org.eclipse.swt.SWT.error(SWT.java:3185) at org.eclipse.swt.SWT.error(SWT.java:3156) at org.eclip... | resolved fixed | a69efc2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2005-11-29T21:24:33Z | 2005-11-26T01:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.