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] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
21,937 | Bug 21937 COMObject leakage on OleControlSite | Both constructors of OleControlSite and OleClientSite calls the same function : "createCOMInterfaces()". If you create new instance of OleControlSite, its field COMObjects (such as iDispatch, iUnknown) are initialized two time but the first ones are never disposed. COMObject::ObjectMap manages all instances of COMObjec... | resolved fixed | 2c8437a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-26T20:47:00Z | 2002-07-26T10:40:00Z |
21,564 | Bug 21564 GTK: Text of Button(with style bit SWT.CHECK) does not show up correctly | null | verified fixed | 104fba3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-26T18:57:57Z | 2002-07-12T21:40:00Z |
21,958 | Bug 21958 ControlExample FileDialog does not filter correctly | The FileDialog created in the Dialog tab has extensions and filter names set but these are not working correctly. Delete the entry in File name field Set the filter to Doc files and go to a folder with *.doc files. You will see the folders but not the files. Same is true for all the other filters. I set the file name f... | resolved fixed | edc6d32 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/DialogTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-26T16:55:10Z | 2002-07-26T16:13:20Z |
21,563 | Bug 21563 Mnemonics give focus to the label on GTK | Build 2.0 release Linux/GTK For widgets that do not contain heder text, the mnemonic can be stored in a label adjacent to the widget. When such a mnemonic is triggered on GTK, keyboard focus is incorrectly being given to the label instead of the widget. To reproduce: 1) Open the Workbench->Editors preference page. 2) P... | resolved fixed | e8971aa | ["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/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-25T21:54:03Z | 2002-07-12T18:53:20Z |
21,831 | Bug 21831 Debug events wait for further UI events | Build I-20020723 VM: J2RE 1.3.1 IBM Windows 32 build cn131-20020403 (JIT enabled: jitc) - new Java project - new class: public class Hello { public static void main(String[] args) { System.out.println("Hi"); System.out.println("Hi"); System.out.println("Hi"); System.out.println("Hi"); System.out.println("Hi"); System.o... | verified fixed | d0a1cdc | ["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 | 2002-07-25T21:28:11Z | 2002-07-23T18:46:40Z |
21,526 | Bug 21526 Shell.computeTrim does not include menu bar | Eclipse R2.0. On GTK2. Shell.computeTrim does not include the size of the menu bar when one is present. Other platforms do. | resolved fixed | 4950fb5 | ["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 | 2002-07-25T15:28:15Z | 2002-07-12T13:20:00Z |
21,573 | Bug 21573 TableTreeItem should have get/setGrayed() methods like TableItem | null | resolved fixed | 69d665c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableTreeItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-24T19:07:23Z | 2002-07-14T12:33:20Z |
21,653 | Bug 21653 WinCE/SH4: Arrow keys don't generate key events | We have a machine running WindowsCE on an SH4 that has a full keyboard and mouse, based on a customer configuration. The customer has reported (and we have verified) that certain key events are not getting propagated by SWT on this platform. In the following testcase, key events fire for the letter keys, but no key eve... | resolved fixed | 19738ec | ["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 | 2002-07-24T14:17:59Z | 2002-07-17T12:46:40Z |
21,706 | Bug 21706 BidiUtil in win32 has Class.forName() usage | Well, kind of. And so what if it does? OK, 2047 has a line in org.eclipse.swt.internal.BidiUtil of: static Callback callback = new Callback (BidiUtil.class, "windowProc", 4); The BidiUtil.class is syntactic sugar for Class.forName("org...BidiUtil"). The problem with this is that method throws a NoClassDefFoundError, wh... | resolved fixed | a252d41 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-23T14:48:32Z | 2002-07-18T19:20:00Z |
19,380 | Bug 19380 listboxes flash as preferences dialog is resized | Open the preferences dialog and goto the Java>Compiler page. Now resize the dialog and the column of listboxes will flash as you do so. | resolved fixed | 3875e3b | ["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/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-18T19:24:56Z | 2002-06-05T18:00:00Z |
14,799 | Bug 14799 Window manipulations block other threads from executing | On Win32 platforms (such as Win2k and WinNT), operations such as moving a scrollbar arm and resizing a window block other threads from executing. This is not the case on QNX. In case this is unclear, I have a testcase. Also, it should be noted that despite the trivial nature of the test, it represents the kind of issue... | resolved fixed | 7c4f71f | ["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 | 2002-07-18T15:10:53Z | 2002-04-26T19:40:00Z |
21,456 | Bug 21456 GTK: Cannot type in Text widget contained in Shell which has style bit as NO_TRIM | When the Shell has NO_TRIM as its style bit we cannot type in the text widget in that Shell. Here is the test: -------------test case starts here ---------------------------- import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.... | verified fixed | 1721059 | ["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 | 2002-07-17T21:03:45Z | 2002-07-10T16:53:20Z |
21,374 | Bug 21374 Problem with Umlauts in Photon | We've got problems wuth Umlauts in our UI. The cause for that is, that for the AWT/SWT character conversion the Class org.eclipse.swt.internal.Converter is used which uses the converters of the String class. The converter in the String class is the standard converter which is set with 'file-converter=utf8'. This is sho... | resolved fixed | 57dbd01 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/internal/Converter.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-17T20:43:04Z | 2002-07-08T20:26:40Z |
21,440 | Bug 21440 Unable to display Today screen when SWT app running on WinCE | Once I have deployed an SWT application to the PocketPC and started the application, I cannot show the Today screen in the PocketPC. If I choose Start- Today, my application is shown instead of the Today screen. Just open an SWT-based window, and then using the task list button, try to switch to the Today view - it con... | resolved fixed | 386907a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-17T19:34:31Z | 2002-07-10T14:06:40Z |
21,449 | Bug 21449 GTK: Calling Text.setSelection() causes GPF | When the test is run with the style bit as MULTI a GPF occurs. Here is the test case: ------------------start of test case --------------------------------- import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class TestSWTTextselection { public static void main... | verified fixed | 1d1cba9 | ["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 | 2002-07-17T17:53:39Z | 2002-07-10T16:53:20Z |
32,770 | Bug 32770 Java application launch shortcut error doesn't help user | 1. Open a java file containing a main method. 2. Select a non-resource-based view (such as the Debug view). 3. Click Debug As->Java Application. 4. A dialog appears: "Launch failed: no main type found". We should consider tracking resource selection the way external tools tracks selection for variable expansion (in fac... | verified fixed | 5bfc4a3 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-16T21:20:04Z | 2003-02-24T20:53:20Z |
21,596 | Bug 21596 StyledText - initial bidi caret position wrong when widget empty | build 2.0 When no initial text is set in the widget the caret is not positioned at the left edge of the widget. It is a few pixels too far right. This does not happen when setText has been called. | resolved fixed | 28542bd | ["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 | 2002-07-15T20:13:41Z | 2002-07-15T19:06:40Z |
12,181 | Bug 12181 StyledText - mixing text width/caret position is confusing | build 20020321 The concept of caret position and text width used to be interchangeable. We always measure text from the beginning of the line to a character offset in the line which normally is the same as the caret position. This changed when we added support for margins in SINGLE mode. When a left margin is set, the ... | resolved fixed | 47bdf98 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/Style... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-15T15:53:53Z | 2002-03-22T23:33:20Z |
18,429 | Bug 18429 ScrolledComposite with LayoutManager is VERY slow in iPAQ | I've tried the examples for the ScrolledComposite from the javadoc on the iPAQ an it is very slow. After touching the slider it took 2 sec to move the slider to the new position and another 6 sec to scroll the content of the widget. I've tried the old examples (displaying 10 buttons) and the new one (two ScrolledCompos... | resolved fixed | 8166f2f | ["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 | 2002-07-12T19:11:23Z | 2002-05-31T13:00:00Z |
21,524 | Bug 21524 StyledText - NPE when typing text and caret is null | build R2.0 To reproduce: -run the SwtStyledTextUseCase -select Text Area->hide/show caret -type a character. You get a walkback in StyledText.handleTextChanged java.lang.NullPointerException Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<init>(Ljava/lang/String;)V java/lang/NullPointerException.<init>(... | resolved fixed | 36e6638 | ["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 | 2002-07-12T17:19:05Z | 2002-07-12T13:20:00Z |
21,523 | Bug 21523 StyledText - caret does not move when widget shell is not open | build R2.0 The caret does not move horizontally when the widget has not been made visible yet (i.e., its shell has not been opened) and API is called that should move the caret. To reproduce add the line text.invokeAction(ST.COLUMN_NEXT); to the SwtStyledTextUseCase.createWorkRegion Observe that the caret is still at o... | resolved fixed | b5d04fb | ["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 | 2002-07-12T13:26:20Z | 2002-07-12T13:20:00Z |
11,994 | Bug 11994 StyledText - replace getXAtOffset(caretOffset) with caret.getLocation().x | build 20020319 In a number of places we get the location of the caret by calling getXAtOffset (caretOffset). I haven't looked at the code but we may be able to replace this with a call to caret.getLocation().x. This won't be possible though if the caret is null (i.e., when there is no caret). We could at least optimize... | resolved fixed | edc261c | ["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 | 2002-07-11T22:24:04Z | 2002-03-20T21:33:20Z |
12,178 | Bug 12178 StyledText - move StyledTextRenderer#bidiTextWidth to DisplayRenderer | build 20020321 bidiTextWidth is used by the StyledTextRenderer to calculate the line start location on bidi platforms. This is important for display rendering because of the bidi caret inset. For printing however there is no need for a bidi caret inset. The current method should be moved to DisplayRenderer, made abstra... | resolved fixed | 535ac73 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/DisplayRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/PrintRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/St... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-11T19:25:04Z | 2002-03-22T23:33:20Z |
21,415 | Bug 21415 Javadoc for CLabel.setBackground has typos | In the Javadoc for the subject method, the following line appears: * Specify a gradiant of colours to be draw in the background of the CLabel. "draw" should be "drawn" "gradiant" should be "gradient" (actually 2 occurrences of this in this method) | resolved fixed | 732e953 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CLabel.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-11T18:10:09Z | 2002-07-09T18:40:00Z |
15,088 | Bug 15088 StyledText - getTopIndex semantics undefined when no line fully visible | null | resolved fixed | debbbdd | ["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 | 2002-07-11T17:46:20Z | 2002-05-02T14:33:20Z |
20,690 | Bug 20690 StyledText - bidi - should force font script when keyboard language changed | StyledText derives whether or not to reorder text based on what the font script is (this is what MS doc says to do when using GetCharacterPlacement). If you have your font script set incorrectly (e.g., Western vs. Hebrew/Arabic), RtoL text will be displayed as LtoR, which is confusing. Other applications (e.g., WordPad... | resolved fixed | 4ed026a | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-10T19:34:19Z | 2002-06-19T20:53:20Z |
21,413 | Bug 21413 CoolBar computeSize fails on XP | selfhosting with SWT code > 20020709 (no build available so far) CoolBar computeSize fails on windows XP (tested running with the manifest file) Situation 1: 1 - Resize the workbench windows until the CoolBar wraps. 2 - Maximized the workbench window. 3 - A empty row remains (bug). Note: It looks like the SetWindowPos ... | resolved fixed | 983c5f7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/CoolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-10T18:48:33Z | 2002-07-09T18:40:00Z |
21,154 | Bug 21154 StyledText - BIDI - Bad effect of RLO unicode character | Tested on win2k Arabic Locale, build eclipse-SDK-GM4-win32.zip -Create a new Java Project. -Create a new Java Class named TestStyledText. -Insert the following code in the newly created class: public class TestStyledText { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell... | resolved fixed | 70ad0ef | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-10T16:26:51Z | 2002-06-30T12:26:40Z |
15,554 | Bug 15554 DCR - alignment in a text widget | I am looking for a way to set the string in a text widget right aligned (e.g. for numbers). For a javax.swing.JTextField there exists a function setHorizontalAlignment( JTextField.RIGHT) - There should be something similar for org.eclipse.widgets.Text to set left / right / center alignment. | resolved fixed | 31e7415 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/win32/org/eclipse/swt/internal/win32/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/w... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-10T15:20:54Z | 2002-05-08T17:46:40Z |
16,205 | Bug 16205 StyledText - Tab does not tab out of read-only | Build 20020515 - Help / About - select a portion of the about text (this is a read-only StyledText) - hit Tab - it does not go to the next control Since Tab has no effect on the StyledText content since it is read-only, it should do tab traversal. Note that we are working around this post 20020515 by using a traverse l... | resolved fixed | 132f3a8 | ["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 | 2002-07-09T22:20:48Z | 2002-05-16T23:00:00Z |
21,223 | Bug 21223 StyledText - Cursor should stop blinking when moving | If I hold the "down" button inside a java file, the cursor blinks while moving downward. It should only blink when still. | resolved fixed | 4304c6f | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Caret.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-09T21:43:50Z | 2002-07-04T02:33:20Z |
11,868 | Bug 11868 StyledText: text selection with key 'arrow down' does not include last line | null | resolved fixed | a302881 | ["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 | 2002-07-09T21:15:20Z | 2002-03-20T16:00:00Z |
21,386 | Bug 21386 Help uses xerces implementation classes instead of APIs | Help uses org.apache.xerces packages instead of APIs (javax.xml.parsers packages). | resolved fixed | 715380d | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-09T17:57:02Z | 2002-07-08T20:26:40Z |
16,110 | Bug 16110 StyledText scroll not working with PageUp/Down keys. | When all contensts are selected in StyledText, PageDown or PageUp keys does not scroll the client area so that the caret is shown in the window. Behavior of ArrowDown and ArrowUp keys looks good. With TextEditor: 1) Open the text file which is large enough to show a vertical scrollbar. 2) Scroll down to the middle of t... | resolved fixed | 4c56a53 | ["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 | 2002-07-09T16:28:53Z | 2002-05-16T06:20:00Z |
19,964 | Bug 19964 Coolbar - can "lose" items when platform widget wraps | Build 20020611 1. Size the workbench and Reset Toolbar Layout so that you have two rows of items, with only a couple of items on the second row. 2. Size the workbench smaller and smaller vertically. When the items on the first row can no longer fit (due to minimum size reached for all), the platform widget will start t... | resolved fixed | ae9e98c | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/CoolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-09T14:47:58Z | 2002-06-12T00:00:00Z |
21,030 | Bug 21030 StyledText - during cut if clipboard copy fails do not delete text | null | resolved fixed | 32e29cd | ["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 | 2002-07-08T22:10:06Z | 2002-06-26T19:33:20Z |
17,252 | Bug 17252 accelerator labels: Ctrl-Shift-A, Shift-Ctrl-A or Shift-Ctl-A? | F1 on linux-gtk: I see the modifier keys of accelerator labels are reversed on gtk: Shift-Ctrl- instead of Ctrl-Shift- . Looking at some gtk (1.x) programs, they actually use Shift-Ctl- . Either we should be platform compliant (Shift-Ctl-) or use the unified way (Ctrl-Shift-). | resolved fixed | ed23340 | ["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/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-05T20:08:30Z | 2002-05-23T13:20:00Z |
16,986 | Bug 16986 JavaViewer example should remember path | The JavaViewer example does not remember the path of the last file opened. Every time the user opens a file, he has to walk the file system again. This can be easily done by keeping the FileDialog around. | resolved fixed | d5a48d1 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/javaviewer/JavaViewer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-05T19:02:14Z | 2002-05-22T17:53:20Z |
16,777 | Bug 16777 Busy cursor lost over progress indicator edges | Whenever BusyIndicator.showWhile() is used around a ProgressMonitorDialog, there are 1 pixel borders around the progress indicator that retain the default cursor. The busy cursor should be active for the entire ProgressMonitorDialog. To reproduce: 1) Check something out of CVS that will take around 10 seconds. 2) While... | resolved fixed | 04a2a93 | ["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/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/ec... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-05T17:39:53Z | 2002-05-22T12:20:00Z |
19,434 | Bug 19434 ToolItem does not need to check for TOGGLE | 20020602 ToolItem does not need to check for SWT.TOGGLE in setSelection and getSelection. Suspect this code was cut/pasted from Button, but since TOGGLE is not a ToolItem style, the check for TOGGLE is unnecessary. | resolved fixed | 5449682 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-04T21:53:24Z | 2002-06-05T23:33:20Z |
20,956 | Bug 20956 Emulated CoolItem do not respect SWT.DROP_DOWN flag | build 20020624 A CoolItem should only has the chevron when the SWT.DROP_DOWN flag is set, but the emulated CoolItem always has it doesn't matter if the flag is set or not. ControlExample shows this bug. I think we should fix this after 2.0. | resolved fixed | cd729e2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-04T18:09:10Z | 2002-06-25T15:46:40Z |
18,705 | Bug 18705 Too much flashin in Control Example | - run the control example - resize the window _in_the_vertical_direction_only_ - notice that all tabs in the TabFolder and all Frames flash. - why? only the bottom edge of the outermost frames need to be repainted. | resolved fixed | c762252 | ["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 | 2002-07-04T17:52:50Z | 2002-06-03T13:13:20Z |
18,253 | Bug 18253 Coolbar - disposing items not honoring setRedraw = false | 1. Put a breakpoint at the for loop in the button handler. 2. Run the attached test case with debug. Press the delete button. 3. Step through the for loop. Notice that redraws are occurring even though setRedraw is set to false. | resolved fixed | e293cd5 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/CoolBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-04T17:26:02Z | 2002-05-29T22:06:40Z |
19,630 | Bug 19630 Coolbar - odd dispose behavior | Run the attached test case. Press the Remove button. The remove action will remove the first coolitem. First the coolitem's associated toolbar is disposed, then it executes setControl(null) for the coolitem, then it disposes the coolitem. Note that the setControl(null) method cause an SWTException, which is odd. | resolved fixed | cd0ca06 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/tabfolder/org/eclipse/swt/widgets/TabItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/TabItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/CoolItem.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 | 2002-07-04T17:21:00Z | 2002-06-07T17:13:20Z |
15,728 | Bug 15728 Packages view selection always one too high | If you have selected a class and then switch back to the packages view to see it the selection is always one element above the top of the view. STEPS 1) Open a Type Hierarchy on a class 2) Select its superclass and open an editor 3) Switch back to the packages view - the selection will be one element too high and not v... | resolved fixed | 3bf1326 | ["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 | 2002-07-04T16:27:14Z | 2002-05-10T14:13:20Z |
15,559 | Bug 15559 JAWS reads the parent window for dialog shells | JAWS has a feature that allows you to read the contents of a message box. If a message box pops you can hit Ins+B and it will read all of the widgets in the box. In the Eclipse UI MessageBox (a window with a modal shell) this feature will read the contents of the window parenting the dialog rather than the dialog. In o... | resolved fixed | 783a786 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-04T16:25:21Z | 2002-05-08T17:46:40Z |
20,846 | Bug 20846 WIN32: 'Combo.indexOf' always returns -1 for empty string | This is a problem of both the ComboLBox and ListBox control of Windows. The implementation of 'List.indexOf' already shows a solution which will also work fine for the Combo. (Theorem: Every set of bugs has an accumulation point.) | resolved fixed | 6d9ffc9 | ["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 | 2002-07-04T16:19:45Z | 2002-06-21T20:06:40Z |
20,159 | Bug 20159 Right-clicking on coolbar grabber causes strange behavior | Build F3 (20020612) Redhat 7.2, KDE 2.2-10 (Both Motif and GTK2) If you right click and release on a coolbar grabber (like a regular mouse click), then the 4-way arrow cursor appears (as if to say, you may now move the coolbar). The coolbar will follow the mouse from now on, but only if you go really slow, if you slide... | resolved fixed | 42cd796 | ["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 | 2002-07-03T19:38:14Z | 2002-06-13T14:53:20Z |
20,904 | Bug 20904 SWT exception on LayoutExample (Photon) | build 20020624 (F4) 1 - Run the LayoutExample (org.eclipse.swt.examples) 2 - Go to the RowLayout tab 3 - Insert a control 4 - define a width for this control The following log will be write in the console: org.eclipse.swt.SWTException: Widget is disposed Stack trace: java/lang/Throwable.<init>()V java/lang/Throwable.<i... | resolved fixed | f0c9f4c | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-03T18:15:04Z | 2002-06-24T17:33:20Z |
19,615 | Bug 19615 StyledText - example Text Editor bug in copy/paste | build 20020602 (F2) 1 - Run TextEditor example on org.eclipse.swt.examples 2 - aaaa on it 3 - set a style (bold, blue, red, whatever you want) for the first and the last chars. (it have to be the same style for both) 4 - Copy it and paste 5 - The style you choice will be applied on the first and on the second char of t... | resolved fixed | dbcfafc | ["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 | 2002-07-03T16:05:35Z | 2002-06-07T17:13:20Z |
20,722 | Bug 20722 GTK TableColumn#pack does not work if no header | Eclipse 0620 Linux GTK Red Hat 7.2 under KDE Table.pack only seems to work if the column headers are visible AND they have text. Table.pack should make the column the wider of the header or the widest entry in the column and it should work regardless of whether the header is visible. 1) Run the example below. The secon... | resolved fixed | 4313796 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableColumn.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-03T15:58:15Z | 2002-06-20T13:33:20Z |
20,683 | Bug 20683 [ExternalTools] F3 (and F2) crashes the JVM when trying to cancel an external tool on linux-gtk | When I create an external tool to run this shell script: #!/bin/sh sleep 1m (I put that in my testcase project under the name test2.sh and pop to a shell to make it chmod 755) I create an external tool with the following properties: Location: ${workspace_loc:/testcase/test2.sh} Arguments: Directory: ${workspace_loc:/te... | resolved fixed | 3d07da0 | ["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 | 2002-07-03T15:55:20Z | 2002-06-19T20:53:20Z |
17,993 | Bug 17993 Find/Replace shouldn't replace typed entry with value from history | I'm using the F1 build. The Find/Replace dialog (accessed through Edit > Find/Replace...) has a history of recent searches. When you type in the "Find" or "Replace With" fields it searches for entries from a previous search. If it finds one, it replaces what you have typed with the value from the history. The search of... | resolved fixed | 90feef1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-07-03T15:52:18Z | 2002-05-27T22:53:20Z |
21,192 | Bug 21192 UnsatisfiedLinkError thrown when pressing a hardware key | Using SWT 2047 on PocketPC I get an UnsatisfiedLinkError on OS.VkKeyScanW(S)S in Control#WM_KEYDOWN. OS.VkKeyScanW is not part of the 2047 SWT DLL for PocketPC (I believe the function does not exist on this platform). If I comment the snippet below for PocketPC it works fine: for (int i=0; i<ACCENTS.length; i++) { int ... | resolved fixed | f386913 | ["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 | 2002-07-03T15:28:04Z | 2002-07-02T22:46:40Z |
21,006 | Bug 21006 could not write some characters with a french keyboard | With a French keyboard, it is impossible to write some characters in all editors, with all eclipse builds. The characters are : ~ tilde ` accent is there a workaround to enables Eclipse to write these characters in editors ?? thanks | resolved fixed | 1cde07f | ["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 | 2002-06-26T20:46:22Z | 2002-06-26T14:00:00Z |
20,965 | Bug 20965 Java editor hangs on Tab or Ctrl+/ | When I select 20 lines (but not 19) in the Java editor and press Tab or Ctrl+/, the editor freezes, although the workbench doesn't: I am able to save & close the editor. | resolved fixed | b976085 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextBidi.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-26T19:26:06Z | 2002-06-25T18:33:20Z |
17,191 | Bug 17191 SWT Error in JUnit view | F1 Suse 8.0, KDE 3.0, GTK 2 - switch to Java perspective - open JUnit view - select Hierarchy tab Got exception (works under Windows & Motif) org.eclipse.swt.SWTError: Argument cannot be null at org.eclipse.swt.widgets.Widget.error(Widget.java:289) at org.eclipse.swt.widgets.Tree.showItem(Tree.java:1034) at org.eclipse... | resolved fixed | e96c96f | ["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 | 2002-06-25T14:32:00Z | 2002-05-23T10:33:20Z |
20,615 | Bug 20615 "Override methods" dialog too greedy with focus, also has no vertical scrollbar | In the linux gtk (2.0) port, the override methods dialog doesn't have a vertical scrollbar, so I couldn't select a method that was below the first 15 or so methods listed. Even worse, it is overly greedy with its focus, so I couldn't even access my window manager's features to resize the window (which was quite surpris... | resolved fixed | f9c953e | ["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 | 2002-06-19T17:15:14Z | 2002-06-19T01:26:40Z |
20,556 | Bug 20556 ImageAnalyzer example - bug in the set background | build 20020617 1 - Run the ImageAnalyzer found on org.eclipse.swt.examples. 2 - In the Background Combo choice a different Color 3 - the canvas on center will not changed its background color, only the scrollbar will. The bug is on examples, though this is working properly on Windows. A possible fix is remove imageCanv... | resolved fixed | e309bef | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-19T14:28:58Z | 2002-06-18T17:06:40Z |
20,513 | Bug 20513 Combo control in view toolbar does not refresh view properly | Eclipse build: F1, F2 and F3 Platform: Windows 2000 (professional) If an SWT Combo widget is added as a contribution to a view's toolbar, updating the associated toolbar manager leaves an unpainted background region displayed in the view. This region happens to correspond to the size of the Combo drop- down list. It ap... | resolved fixed | d2c591f | ["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 | 2002-06-18T20:42:00Z | 2002-06-17T21:40:00Z |
20,362 | Bug 20362 Coolbar cannot be traversed to | F3 Note that I also see this in the F1 build, so this is not a side-effect of SN and SQ's recent changes involving tabbing. Eclipse's CoolBar can't be tabbed into on Motif, but it can be on Windows. | resolved fixed | 144c657 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-17T19:52:30Z | 2002-06-14T15:53:20Z |
20,365 | Bug 20365 Bidi - NPE when closing Eclipse | build F3 -had a workspace created with English Win2k in English system locale -switched the default locale to Hebrew -restarted Windows -in Eclipse I could now type R2L Hebrew text -on shutdown I got the attached NPE in BidiUtil.removeLanguageListener | verified fixed | 4519543 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-14T22:02:52Z | 2002-06-14T15:53:20Z |
20,176 | Bug 20176 TableItem.getText(int) returns garbage in GTK | Build F3, Linux/GTK Calling TableItem.getText(int) with a multicolumn table sometimes returns garbage. In the following example, the first item is retrieved correctly but the second and third come back mangled. This is what I see when I run the code below: --- 1 _x0008_A_x0017_@_x0008_A_x0017_@_eclipse_swt_internal_gtk... | resolved fixed | 22fad4b | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-14T21:24:11Z | 2002-06-13T14:53:20Z |
19,244 | Bug 19244 Spacing between Table rows grows with number of rows | The spacing between rows in a Table widget appears to grow relative to the number of rows in the table. The spacing seems normal with a few rows. With may rows (ex. 100), the spacing can grow to be so large that you cannot even scroll to see all of the rows. Here's a snippet of our code: ----beginning of snippet 1 priv... | resolved fixed | 53cdfc1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "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 | 2002-06-14T19:58:20Z | 2002-06-05T01:20:00Z |
19,089 | Bug 19089 No popup menu java editor ruler (Photon) | 1) Open a java editor 2) Right click on the left vertical ruler This should popup a menu to add breakpoints/marks,etc, but it does not. | resolved fixed | 252b8a7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-13T22:13:41Z | 2002-06-04T14:13:20Z |
20,184 | Bug 20184 Color javadoc could use reference to Device.getSystemColor() | It would be nice if the class description for the Color class would have a @see tag pointing the developer to Display.getSystemColor(). Most of the time I am creating "primary colors", and I never remember where to find them. I prefer to use the Display method since I don't have to dispose of the color, and it would be... | resolved fixed | a095e03 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/Color.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-13T15:13:30Z | 2002-06-13T14:53:20Z |
19,925 | Bug 19925 Error opening doc file causes much grief | Build: 20020611 JDK: IBM JDK 1.3.1 - 20020403 I get an error every time I try to open a .doc file. Follow these steps: 1. New workspace 2. New simple project "Docs". 3. Drag & drop CALLBACK.DOC from the desktop into Docs. (see attachment) 4. Double click CALLBACK.DOC <- Error occurs 5. Try to exit Eclipse, no can do! T... | resolved fixed | 44d0424 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "OLE", "Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-12T20:28:12Z | 2002-06-11T18:26:40Z |
20,029 | Bug 20029 unhandled exception in event loop on emulated Coolbar | build 20020612 Linux Motif 1 - Just launch the Eclipse 20020612. 2 - Grab the search coolitem gripper 3 - Shake it up and down causing a new row to appear and disappear 4 - notice unhandled exception in event loop | resolved fixed | ac30d47 | ["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 | 2002-06-12T15:52:21Z | 2002-06-12T13:53:20Z |
19,670 | Bug 19670 Regression in OLE support | In F2: Reboot your PD Create a simple project Drag and drop a powerpoint doc. Double click to open the powerpoint doc. Notice that the editor comes up blank. Close the eclipse .ppt editor. Notice that the editor thinks the file is dirty when it isn't Open Powerpoint. Create a simple presentation. Go back to eclipse. Do... | resolved fixed | 21e538b | ["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 | 2002-06-11T22:07:11Z | 2002-06-07T20:00:00Z |
19,708 | Bug 19708 widgetIsDisposed for tootip text | Build 20020606. Not sure how to reproduce. I got into a state where I had tooltip text hanging around when it shouldn't have been. I was starting an inner eclipse and I think what happened was that the tooltip text from the outer Eclipse appeared in my inner Eclipse. Pressed the ESC key a couple of times, went back to ... | resolved fixed | deab298 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-11T21:37:56Z | 2002-06-08T15:26:40Z |
19,671 | Bug 19671 Unable to expand/collapse trees in properties view | Build 20020607 Redhat 7.2, KDE 2.2-10 GTK2 - Import a plugin, such as ..core.boot - Open the Properties view - Highlight the plugin so you can see the properties - Try to collapse the tree by clicking on the '-' box It doesn't do anything. In fact, it is impossible to expand or collapse any tree node from the propertie... | resolved fixed | dd108aa | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-11T21:35:11Z | 2002-06-07T20:00:00Z |
19,660 | Bug 19660 Preference page does not expand to fit all widgets | Build 20020607 Linux-GTK The preference page dialog often does not expand enough to fully display all the widgets it contains. We've only been able to reproduce this problem on Linux-GTK, where it happens quite frequently. Just opening the preference page and clicking through on various pages, you're pretty much guaran... | resolved fixed | b469967 | ["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 | 2002-06-10T21:41:22Z | 2002-06-07T20:00:00Z |
19,595 | Bug 19595 StyledText - redrawRange not clearing properly when clear flag set | Run the attached test case. Check the bold checkbox. Uncheck the bold checkbox. Notice that the first and last lines leave bold character cheese even though the clear flag was specified for the redrawRange call. Simple/safe fix. Need to get approval for F3. This problem is leading to a bug in WSAD. | resolved fixed | 0d80efe | ["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 | 2002-06-10T19:03:30Z | 2002-06-07T14:26:40Z |
18,934 | Bug 18934 Scrollbars should be disabled in ImageAnalyzer example | Build F2 (20020602) Redhat 7.2, GTK2 KDE 2.2-10 (GTK2 only) Open the ImageAnalyzer example. Notice the scrollbars are enabled, and you can move them around, but they don't have any effect. If you open a small image, like an icon, the scrollbars are just misleading because they don't do anything. | resolved fixed | 77f55e0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/ScrollBar.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-10T14:45:44Z | 2002-06-03T21:33:20Z |
19,503 | Bug 19503 Widget in outliner gets wrapped/cropped | Build 20020602 (F2) Linux-GTK 1. Open the outliner. 2. Close all editors. The tree widget is replaced with a text widget (note: I'm not sure about exactly which widgets are used) that says: "An outline is not available" 3. Shrink the outliner such that the text cannot be fit on a single line. 4. On Win32, the text does... | resolved fixed | 9b6e86d | ["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 | 2002-06-10T14:44:48Z | 2002-06-06T16:13:20Z |
19,394 | Bug 19394 False "unsaved changes" notification from launch configs | Build 20020602 (F2) I still get false "You have unsaved changes" notifications from Java Application configs periodically. I haven't been able to create a reproducible test case. However, it should be simple to go through the code and spot any lingering occurances of this persisting bug. | resolved fixed | 71fc44e | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Combo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-07T20:06:01Z | 2002-06-05T18:00:00Z |
17,788 | Bug 17788 Scale with preferred size is unusable (no range of motion) | Build F1 (20020521) Redhat 7.2, GTK2, KDE 2.2-10 (GTK Only) See the SWT example ControlExample, under the "Slider and Scale" tab. You can't use the scales on the right side (minimum, maximum, selection) because their size is set to the size of the thumb, so there's no room to move left or right, making this widget unus... | resolved fixed | 659d841 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Scale.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Slider.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-07T18:30:34Z | 2002-05-24T19:53:20Z |
19,345 | Bug 19345 Task View: Not clearing priority icons | Build F2 The priority icons that are shown in task view can be displayed beside the wrong task. 1) Make sure the task view is empty. 2) Create 3 tasks called 'a', 'b', and 'c' 3) Assign a high priority to task 'a' 4) Select task 'b' 5) Sort by priority repeatedly, by clicking on the table header 6) Notice that whenever... | verified fixed | 4a8c42d | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/TableItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-06T19:30:40Z | 2002-06-05T15:13:20Z |
18,838 | Bug 18838 Launch Configurations dialog creeps up | Eclipse F2 Linux Motif (KDE) Each time I hit Run -> Run... to edit a launch configuration, the dialog pops up a little bit higher than the last time it appeared. Eventually it goes off the top of the screen. If I exit Eclipse and come back in, it is still off the screen. Does not happen on Windows 2000. | resolved fixed | 7fabd58 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-06T18:07:51Z | 2002-06-03T18:46:40Z |
18,439 | Bug 18439 Ctrl+F6 editor switching is unusable | The editor list popup that is summoned with Ctrl+F6 is unusable. The popup is not wide enough to see the editor names. Will attach screenshot. | resolved fixed | 78d6ba1 | ["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 | 2002-06-06T17:45:33Z | 2002-05-31T13:00:00Z |
18,629 | Bug 18629 GTK: Unable to select dialog buttons with mouse | null | resolved fixed | 570b5fc | ["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/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/T... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-06T16:54:20Z | 2002-06-01T19:33:20Z |
17,752 | Bug 17752 Cannot select a non-bold font | Build 20020521 Linux-GTK 1. Go in the font selection dialog "Window->Preferences->Workbench->Fonts->Text Font->Change..." 2. Select the font you want. 3. Click 'OK' Even if the font you selected was not a bold font, the font display in the preview is a bold font and the name of the font is *-bold-* | resolved fixed | 3010364 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Font.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/FontData.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-05T22:51:08Z | 2002-05-24T17:06:40Z |
19,169 | Bug 19169 NPE on Emulated CoolItem constructor | build 20020602 (F2) The last changes on the emulated CoolItem contructor have introduced a bug, it is the code: public CoolItem (CoolBar parent, int style) { this (parent, style, parent.getItemCount()); } And this is right code: public CoolItem (CoolBar parent, int style) { super(parent, style); this.parent = parent; p... | resolved fixed | 014b99e | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-05T21:56:24Z | 2002-06-04T19:46:40Z |
18,804 | Bug 18804 GPF setting image to menu item (Photon) | Show hierarchy view of org.eclipse.swt.widgets.Widget and eclipse will GPF. Unhandled exception Type=GPF vmState=0xffffffff Handler1=0xb8242414 Handler2=0xb82314f8 Signal=0x0000000b EFlags=0x00011202 EDI=0x09c2a7bc ESI=0x083523c8 EAX=0x0baa537c EBX=0xb0460064 ECX=0x00000000 EDX=0x00000000 EBP=0x080474d4 ESP=0x080474bc ... | resolved fixed | 2c023cb | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Display.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-05T15:28:51Z | 2002-06-03T16:00:00Z |
18,733 | Bug 18733 ControlExample: List widget not being resized properly | Build F1 (and F2 too) Steps: 1) Start ControlExample 2) Choose the "List" tab 3) Click on "Set Font" and choose a smaller font (manually type in a size if necessary -- you need to do this to get anything smaller than 8 pt in Win32) 4) Click on "Preferred" radio button, even though it's already selected 5) Uncheck "SWT.... | resolved fixed | 9cb2700 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/Tab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-05T15:28:26Z | 2002-06-03T16:00:00Z |
16,883 | Bug 16883 Variable sorting changes unexpectedly | 1. Debug the following program to a breakpoint on the first line of foo(). Variables view looks like: this = VariableTest 2. Perform a step over. Variables view looks like: x = 1 this = VariableTest 3. Perform a step over. Variables view looks like: this = VariableTest y = 2 x = 1 The ordering of existing variables sho... | resolved fixed | 22658a4 | ["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 | 2002-06-03T05:20:32Z | 2002-05-22T15:06:40Z |
16,837 | Bug 16837 Keys completely lost | I am not sure how to got to this point, but I was going through the PDE tests scenarios on Photon and at some point I could not type anything on any editor anymore (java editor, pde editor, etc). I had to restart eclipse. Shortcuts were still working though. | resolved fixed | 5efec78 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-01T11:14:02Z | 2002-05-22T15:06:40Z |
17,289 | Bug 17289 Combo doesn't take focus by clicking on it (Photon) | Open "Add a new CVS Repository" dialog. The focus caret should be in the first Combo "Host:". Press "Tab" and focus goes to the second Combo "Repository Path:". Try clicking on the first Combo. It does not take focus anymore. If I drop down the combo list, it will take focus. | resolved fixed | 46d5c58 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-01T09:21:59Z | 2002-05-23T13:20:00Z |
16,810 | Bug 16810 Mouse pointer not update | Build 20020521 There are several case on Photon where the mouse pointer is not update for the correct indicator ( resize indicator, dragging indicator, etc). One case always reproducible is: 1) Mouse over the gripper of a CoolItem, the pointer is replace by a `move indicator`. Correct. 2) Switch the editor, when the pa... | resolved fixed | a9028cd | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-06-01T07:37:21Z | 2002-05-22T15:06:40Z |
17,290 | Bug 17290 Modify Method Parameters: wrong enablement of buttons | F1 Suse 8.0, KDE 3.0, GTK 2 - create a method foo(int i) - select in outliner - execute Modify Method Parameters (Refactor Menu). observe: Move Up/Down is disabled - press Next - press Back observe: Move Up/Down is enabled. - | resolved fixed | de38413 | ["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 | 2002-05-31T22:52:16Z | 2002-05-23T13:20:00Z |
18,229 | Bug 18229 Walkback when closing ImageAnalyzer | Build 20020527 Win2k 1. Open the ImageAnalyzer SWT example. 2. Load an animated gif. 3. Hit 'animate' 4. Close the window. 5. Walkback | resolved fixed | 58e1c28 | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ImageAnalyzer.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-05-31T19:23:25Z | 2002-05-29T19:20:00Z |
17,354 | Bug 17354 Double clicking expands and collapses item | F1 Suse 8.0, KDE 3.0, GTK 2 - load JUnit - double click on package junit.framework observe: the package gets expanded and collapses again. On other platforms this expands the node. | resolved fixed | 4d26270 | ["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 | 2002-05-31T19:13:07Z | 2002-05-23T16:06:40Z |
17,831 | Bug 17831 Coolbar - chevron not always displayed when it should be | Build 20020521, RH 7.2, Linux-Motif 1. Run the attached test case. 2. Slide the "launch" cool item all the way over to the right, so that the chevron appears and only one tool is showing. 3. Press the Switch button. 4. Press the Switch button again, which will restore the coolbar as in Step 2. Notice that the chevron i... | resolved fixed | d1efc6e | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-05-31T18:54:47Z | 2002-05-24T19:53:20Z |
17,825 | Bug 17825 ControlExample->Text beeps when I choose SWT.MULTI | null | resolved fixed | 12334db | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/TextTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-05-31T17:46:33Z | 2002-05-24T19:53:20Z |
16,688 | Bug 16688 Selection background on emulated widgets is wrong | Build 20020521. Run eclipse on AIX and you will see that the selection back of the tree widgets is wrong (sometimes red). The color seems to be affected by netscape. Every time you run and shutdown netscape the color changes. | resolved fixed | c3aaec2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-05-31T16:37:06Z | 2002-05-21T19:40:00Z |
17,228 | Bug 17228 weird Tree selection behaviour | F1 on linux-gtk: 1) open java browsing perspective 2) click on org.apache.xerces 3) click on javax.xml.parsers 4) (sometimes) observe that the types are not populated 5) click on org.apache.html.dom 6) (sometimes) observe that now both javax.xml.parsers and org.apache.html.dom are selected. This is not always reproduci... | resolved fixed | 5b05aa6 | ["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/List.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/T... | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-05-31T14:57:44Z | 2002-05-23T13:20:00Z |
16,174 | Bug 16174 Wrong popup menu | This happens randomly. Edit some Java source in Eclipse. Right click in the Packages view (or Hierarchy view). The menu that pops up is wrong 10% of the time. Bringing it up again fixes the problem. | resolved fixed | 223e7af | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "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 | 2002-05-30T20:41:34Z | 2002-05-16T17:26:40Z |
16,791 | Bug 16791 Can't select check boxes | Build 20020521 Linux-GTK 1. "Window->Preferences->Java->Installed JREs" 2. With a few JREs defined, try to click in the check boxes. Note that they don't respond. I played with this a bit and noticed that you can select a check box by clicking far below it. | resolved fixed | ad68535 | ["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 | 2002-05-30T16:17:39Z | 2002-05-22T15:06:40Z |
17,917 | Bug 17917 Shift-Tab does not work | F1 on linux-gtk: In the JavaEditor, tab and shift-tab indent right/left. Shift-Tab does not work under GTK. This works both on w2k and linux-motif. | resolved fixed | f051fdf | ["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 | 2002-05-30T14:54:02Z | 2002-05-27T11:46:40Z |
16,553 | Bug 16553 SWT_AWT.new_Panel does not work | The same piece of code workes properly in build 200204xx, public final void createPartControl(Composite composite) { this.container = composite; composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL | GridData.FILL_VERTICAL)); final java.awt.Panel ilogpanel = SWT_AWT.new_Panel(composite); ... } but does not wor... | resolved fixed | d96d204 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/internal/awt/win32/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | 2002-05-30T14:24:26Z | 2002-05-21T14:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.