issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
unknown
report_datetime
unknown
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 COMObject, so this problem is java-side memory leakage as well as OLE resource leakage. Any referencer of OleControlSite's instances are not garbage collected, so this is not tiny problem.
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 field to "*.doc" then I see the doc files. I noted that this occurs even if the file extension field is set to something else such as Batch Files. I noted that the extension for .txt has an extra period after ie (".txt.") but removing this still does not fix the dialog behaviour. I also noted that on GTK and Motif the filters do not seem to apply at all. It should be noted in the javadoc for FileDialog.setFilterExtensions etc that these filters are not applied on all platforms.
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) Press Alt+K to give keyboard focus to the Keybindings combobox - the combobox does not get hilighted 3) Press up/down to change the keybindings - nothing happens 4) Press Tab - the combobox gets hilighted 5) Press up/down - scrolls through the available options - the combobox has keyboard focus
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.out.println("Hi"); } - set breakpoint on first line - launch under debugger - wait until debugger settles down at breakpoint - hit F6 - nothing happens - wiggle mouse - the step occurs You may need to wiggle the mouse even to get to the breakpoint (seems to affect all debug events, not just step). At first I thought the debugger was just being horrendously slow, but if you wiggle the mouse immediately after stepping, or while clicking on the step button, it gets processed quickly.
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 events are fired for the arrow keys. --- cut here --- import org.eclipse.swt.SWT; import org.eclipse.swt.events.KeyAdapter; import org.eclipse.swt.events.KeyEvent; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.*; public class TestSwtKeyEvents { public static void main(String[] args) { Display disp = Display.getDefault(); Shell shell = new Shell(disp); shell.setLayout(new FillLayout()); Canvas canvas = new Canvas(shell, 0); canvas.addKeyListener(new KeyAdapter() { public void keyPressed(KeyEvent e) { switch (e.keyCode) { case SWT.ARROW_DOWN: System.out.println ("arrow down"); break; case SWT.ARROW_UP: System.out.println ("arrow up"); break; case SWT.ARROW_LEFT: System.out.println ("arrow left"); break; case SWT.ARROW_RIGHT: System.out.println ("arrow right"); break; default: System.out.println (e.character); } } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!disp.readAndDispatch()) { disp.sleep(); } } } }
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, which is not defined in the CLDC class libraries, which causes us a little problem in the CLDC version of SWT. You'd only see this problem if you verified or used jxeLink or something; the compiler gens the call itself, and just assumes NoClassDefFoundError is around, so you won't ever get a compiler error from the eclipse compiler (nor Sun's compiler). So, I'd like this changed. Here's the simplest way to change to remove the reflection. - add a private constructor. There are no non-static methods in this class, so actually, this would be a good thing to do anyway. Might as well prevent people from instantiating the class if there's no need to. You're not adding any size, because the compiler gives you a free public constructor anyway. You're just making the contructor private instead of public. - change the line above to: static Callback callback = new Callback (new BidiUtil().getClass (), "windowProc", 4); I haven't tested it, but it should do exactly the same thing.
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 we have with java.awt.ScrollPane, where we try to repaint a view as it is scrolling, from the AWT main thread. 1. After the window opens, observe the background color changing between black and white 2. Try to move the scrollbar's arm up and down - observe that the color changing thread no longer changes the colors. That thread will also be blocked if you grab the shell's corner and do some frequent resizing. On Photon, the color changes continue to occur. ----- testcase follows --------- import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Canvas; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class TestSwtScrollEvents { Display display; Shell shell; Canvas canvas; public static void main(String[] args) { TestSwtScrollEvents test = new TestSwtScrollEvents(); test.createWidgets(); test.open(); } void createWidgets() { display = new Display(); shell = new Shell(display); shell.setLayout(new FillLayout()); canvas = new Canvas(shell, SWT.BORDER | SWT.H_SCROLL | SWT.V_SCROLL); } void open() { shell.pack(); shell.open(); createBackgroundThread(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } /* * on a background thread change the color of the canvas. * you should see the canvas switch between black and white * as long as the ui is responsive. */ void createBackgroundThread() { // create something to run Runnable runnable = new Runnable() { Color black = display.getSystemColor(SWT.COLOR_BLACK); Color white = display.getSystemColor(SWT.COLOR_WHITE); Color background = black; public void run() { while(!shell.isDisposed()) { // set the background color of the canvas. This must // be done on the ui thread display.syncExec(new Runnable() { public void run() { canvas.setBackground (background); } }); // wait .5 second before changing the background color try { Thread.sleep(500); } catch (InterruptedException e) {} // toggle color if (background == black) background = white; else background = black; } } }; // create a new thread for changing the background color and start it new Thread(runnable).start(); } }
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.layout.RowLayout; import org.eclipse.swt.widgets.*; public class TestSWTNoTrimtext { public static void main(String[] args) { Display disp = Display.getDefault(); final Shell shell = new Shell(disp, SWT.NO_TRIM); try { shell.setLayout(new RowLayout(SWT.VERTICAL)); Text mainbox = new Text( shell, SWT.MULTI | SWT.HORIZONTAL | SWT.VERTICAL | SWT.CLIP_CHILDREN | SWT.CLIP_SIBLINGS | SWT.NULL); Button button = new Button(shell, SWT.BORDER); button.setText("Close"); //mainbox.setEnabled(true); button.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { shell.dispose(); } }); mainbox.setText("testing"); shell.setSize(200, 200); shell.open(); } catch (Exception e) { System.out.println("Error!!"); } while (!shell.isDisposed()) { if (!disp.readAndDispatch()) { disp.sleep(); } } } } --------------------------test case ends here --------------------------
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 showing all Umlauts correctly in the UI but all I/O interfaces are using this conversion as well. Since these are external code we're not able to change them and set encoding back to Latin1. The question is: The Photon port of the AWT/SWT must use UTF8 for displaying Text in Photon. Why is the converter that is dependant on the 'file-converter' parameter? The OTI implementation is marked as 'SLOW AND BOGUS' when will that be changed?
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 continues displaying the SWT app and changes the title bar to the text "Today".
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(String[] args) { Shell shell = null; Display disp = null; try { disp = Display.getDefault(); shell = new Shell(disp); shell.setLayout(new FillLayout()); Text mainbox = new Text(shell, SWT.BORDER|SWT.MULTI | SWT.HORIZONTAL | SWT.VERTICAL); mainbox.setEnabled(true); mainbox.setText("testing"); mainbox.setSelection(3,3); shell.setSize(400, 400); shell.open(); } catch (Exception e) { System.out.println("Error!!"); } while (!shell.isDisposed()) { if (!disp.readAndDispatch()) { disp.sleep(); } } } } -------------------------end of test case ------------------------
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 fact, we should be able to combine the two into a single mechanism?). Also, we should improve the quality of the error message. The message should give the user a hint about what they need to do to fix the problem - in this case, they need to select a resource. The message should say something like "Launch failed: No file with a main type selected"
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 caret positition == text width + leftMargin. We should make this difference and the concept of caret position == text width clearer in the doc. This is especially confusing since we introduced StyledTextBidi.getCaretPosition which is called in bidiTextWidth and is also used for caret position *and* text width. We may want to rename getCaretPosition and the textWidth methods so that they suggest neither caret position nor text width (getTextPosition ?).
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/StyledTextBidi.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/WrappedContent.java"]
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 ScrolledComposite and one button to add buttons to these widgets). Then I modified the old examples (deleting the LayoutManager) and placed the buttons by myself (setLocation). This helps. Now I can move the slider while the content is repainted. Seems that the LayoutManager is too slow for the iPAQ. I'm using: iPAQ with pocketPC2002 swt-win32-2040.dll j9 You can find the examples in the old and the new javadoc of ScrolledComposite.
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>(Ljava/lang/String;)V org/eclipse/swt/custom/StyledText.handleTextChanged (Lorg/eclipse/swt/custom/TextChangedEvent;)V org/eclipse/swt/custom/StyledText$6.textChanged (Lorg/eclipse/swt/custom/TextChangedEvent;)V org/eclipse/swt/custom/StyledTextListener.handleEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/DefaultContent.sendTextEvent (Lorg/eclipse/swt/custom/StyledTextEvent;)V org/eclipse/swt/custom/DefaultContent.replaceTextRange(IILjava/lang/String;)V org/eclipse/swt/custom/StyledText.modifyContent (Lorg/eclipse/swt/widgets/Event;Z)V org/eclipse/swt/custom/StyledText.sendKeyEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/StyledText.doContent(C)V org/eclipse/swt/custom/StyledText.handleKey(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/StyledText.handleKeyDown (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/custom/StyledText$8.handleEvent (Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;) V org/eclipse/swt/widgets/Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V org/eclipse/swt/widgets/Display.runDeferredEvents()Z org/eclipse/swt/widgets/Display.readAndDispatch()Z org/eclipse/swt/examples/exampleframework/SwtExample.run() Lorg/eclipse/swt/examples/exampleframework/SwtExample; org/eclipse/swt/examples/tests/SwtStyledTextUseCase.main([Ljava/lang/String;) V
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 offset 0 when the user case is started. When cursor next is pressed the caret is at offset 2. The problem is that StyledText.showLocation returns scroll == true when horizontal scroll was called even if the horizontal scroll does not actually occur because the passed scroll distance is 0.
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 the case when there is a caret.
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 abstract in StyledTextRenderer and just return 0 in the PrintRenderer. StyledTextRenderer#getLastCaretDirection could then also be moved to PrintRenderer and removed completely in StyledTextRenderer.
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/StyledText.java", "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
"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) set the font script when the keyboard language is changed. We should do this if we can. Post 2.0.
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 do not cause the CoolBar unwrap. Situation 2: 1 - Play a bit resizing the workbench windows making the CoolBar wrap and unwrap. 2 - Eventually a empty row appears. Note: It looks like the compute trim for the coolbar on XP have to consider more than the border size.
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(display); shell.setLayout(new GridLayout()); shell.setSize(300, 300); Group grp1 = new Group(shell, SWT.NULL); grp1.setLayout(new GridLayout()); StyledText styledText = new StyledText(grp1, SWT.H_SCROLL | SWT.V_SCROLL | SWT.MULTI); styledText.setSize(500, 500); styledText.setText("\u202e\uFE9F\uFEF4\uFEFC\uFEE5"); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } } } -The \u202e is Right to Left Override unicode control character. -Run the Java class as a Java application. -Only the character \uFEE5 is displayed in the StyledText component, other are displayed as white spaces, NB:When I select all the text and copy it to notepad, it is correctly displayed.
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/widgets/Text.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Text.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
"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 listener. If this is fixed, please let us know so we can remove this workaround.
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 the file. 3) Edit -> Select All 4) Push PageUp key.
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 to wrap items from row 1 to row 2. Notice that you "lose" the original second row items. The WorkbenchWindowLayout is being called during the resize and the size of the coolbar recomputed, so this appears to be an SWT bug. If you Reset Toolbar Layout, the problem will be fixed, but that is because wrap indices are explicitly being set.
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 the operation is in progress, mouse over the busy indicator. 3) Depending on how fast you moved the cursor, you will see the cursor flash over the borders of the busy indicator. If you stop the cursor on the correct pixel, the busy cursor changes back to the normal cursor. This behaviour was observed in F1 on Windows. Linux-Motif does not exhibit this behaviour.
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/eclipse/swt/widgets/Sash.java", "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-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/eclipse/swt/widgets/TabItem.java"]
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 visible
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 other applications (like the Word Detect and Repair dialog) this will read all of the widgets in the dialog.
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 too fast then the coolbar stops following (but the 4- way arrow is still there). If you move on the grabber again then it starts following the mouse again. Also, after right clicking on a grabber, if you move your mouse under the coolbar and then back up on a different grabber, then the coolbar jumps. You can even lock the coolbars and the 4-way arrow is still present. The only way to get out of the 4-way arrow cursor mode is to left click on the original grabber.
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.<init>(Ljava/lang/String;)V org/eclipse/swt/SWTException.<init>(ILjava/lang/String;)V org/eclipse/swt/SWTException.<init>(I)V org/eclipse/swt/SWT.error(ILjava/lang/Throwable;)V org/eclipse/swt/SWT.error(I)V org/eclipse/swt/widgets/Widget.error(I)V org/eclipse/swt/widgets/Control.getDisplay()Lorg/eclipse/swt/widgets/Display; org/eclipse/swt/widgets/Control.processKey(I)I org/eclipse/swt/widgets/Widget.processEvent(III)I org/eclipse/swt/widgets/Text.processEvent(III)I org/eclipse/swt/widgets/Display.windowProc(III)I org/eclipse/swt/internal/photon/OS.PtAppProcessEvent(I)V org/eclipse/swt/widgets/Display.sleep()Z org/eclipse/swt/examples/layoutexample/LayoutExample.main ([Ljava/lang/String;)V
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 the paste string. Bug, can be on Styled Text, Drag'n Drop, or in the example itself. Tested on Windows/Motif (both show the problem). More info: if you paste the text in the Micrsoft Word it is done correctly. Likely the problem is on the StyledText when it is parsing RTF to be insert in.
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 second column is visible, the first column is not. 2) Uncomment the line "table.setHeaderVisible" The second column is visible, the first column still is not. 3) Uncomment the lines "column1.setText" and "column2.setText" Now the first column is visible as well as the second column. 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.BORDER); //table.setHeaderVisible(true); TableColumn column1 = new TableColumn(table, SWT.NONE); //column1.setText("Column 1"); TableColumn column2 = new TableColumn(table, SWT.NONE); //column2.setText("Column 2"); for (int i = 0; i < 100; i++) { TableItem item = new TableItem(table, SWT.NONE); item.setText(new String[] {"item 0 " + i, "item 1 " + i}); } column1.pack(); column2.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); }
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:/testcase} Then I run it. Of course it sleeps for 1m, so I press "cancel", which doesn't kill the process, but rather attempts to wait for it to finish, I get bored of waiting for that, and click the X in the top right, asking my window manager to close the window. Eclipse promptly crashes, popping up the motif error dialog: JVM terminated. Exit code=6 -cp /usr/local/lib/eclipse-F3/startup.jar org.eclipse.core.launcher.Main -os linux -ws gtk -arch x86 -showsplash /usr/local/lib/eclipse-F3/eclipse -showsplash 600 -data /home/burner/.eclipse It also dumps a JVM crash page, so I'm attaching the hs_err_pid5155.log I assume this is an SWT problem with GTK because is says an exception was raised outside the VM...
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 the history is case insensitive, which means that the case of what you have typed may be changed to the case of the value in the history. In some scenarios this makes it impossible to perform find or replace operations. For example, searching for "hello" and replacing it with "hi" then searching for "Hello" and replacing it with "Hi" is not possible. For me, it is very common to perform operations like this. I think the current behaviour to be changed to something more simple which allows the full range of find and replace operations to be performed. It would be better if what I type isn't replaced with a value from the history. The current behaviour seems to be similar to "autocomplete" which is particularly common in browsers. In the future, perhaps, a full "autocomplete" feature could be provided. But this should still respect the case of what the user types. Until then, I think the feature should be removed. --- To reproduce: - Open a document so that Edit>Find/Replace... becomes available. - Choose Edit>Find/Replace... - Type "a" into the Find field. - Click "Find". - Try to type "A" into the Find field. You shouldn't be able to. The behaviour is similar for the Replace With field.
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 value = OS.VkKeyScan (ACCENTS [i]); if ((value & 0xFF) == wParam && (value & 0x600) == 0x600) { return null; } }
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.swt.widgets.Tree.setSelection(Tree.java:986) at org.eclipse.jdt.internal.junit.ui.HierarchyRunView.setSelectedTest(HierarchyRunView.java:177) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.testViewChanged(TestRunnerViewPart.java:652) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart.access$10(TestRunnerViewPart.java:648) at org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart$11.widgetSelected(TestRunnerViewPart.java:642) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:85) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:810) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:531) at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:1679) at org.eclipse.swt.custom.CTabFolder.onMouseDown(CTabFolder.java:1796) at org.eclipse.swt.custom.CTabFolder.access$4(CTabFolder.java:1793) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:196) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:815) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1379) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1223) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1085) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1068) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:200) at org.eclipse.core.launcher.Main.run(Main.java:643) at org.eclipse.core.launcher.Main.main(Main.java:476)
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 surprising). This should be reproducable by creating a class that extends something with a lot of methods, such as javax.swing.JTable and then selected Override methods from the popup menu that appears when right-clicking on the source editor. mike
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 imageCanvas.fillRectangle(...) call from the changeBackground() method. Maybe we should fix this to F4..
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 appears that the view's content control is not being refreshed. This problem did not occur in the M5 (or any earlier) drop but is present in builds F1, F2 and F3. I tracked down the Windows messages being sent to the control when the toolbar manager is updated. The logic in ViewForm.layout(boolean) attempts to calculate the size of the container (center toolbar) and then calls setBounds() on the toolbar to update its position and size. Eventually, OS.SetWindowPos() is called for the combo control and the following messages were received by Display.widowProc(): WM_WINDOWPOSCHANGING WM_NCCALCSIZE WM_NCPAINT WM_ERASEBKGND WM_WINDOWPOSCHANGED WM_SIZE WM_PAINT I will attach a ZIP file with a simple plugin that demonstrates the problem. The steps required to show the problem are: 1. Window->Show View->Other ... 2. In the "Other" category, select the view "Test Combo View" and open it. 3. Move the view to the right side of the workbench window (beside the tasks view) and alternate activating the Tasks view and the combo view. 4. The values in the combobox are used to determine how often the combo is actually visible. Thus, setting the value to every third time means that the view can be activated twice without having the combo visible but on the third activation, the combo appears. Ensure the view is wide enough so that the combo will be located between the label and the close button, otherwise, when it appears, it will resize the view contents and cause a repaint of those contents to occur.
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_OS_g_1malloc _x0008_A_x0017_@_x0008_A_x0017_@_x0008_ --- This bug is causing LayoutExample to die when a user clicks on the Add button in the Row Layout tab. --8<-------- import org.eclipse.swt.*; import org.eclipse.swt.widgets.*; public class TableTest { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.open(); Table table = new Table(shell, SWT.NONE); TableColumn column = new TableColumn(table, SWT.NONE); column = new TableColumn(table, SWT.NONE); column = new TableColumn(table, SWT.NONE); TableItem item = new TableItem(table, SWT.NONE); item.setText(new String[] { "1", "2", "3" }); System.out.println(item.getText(0)); System.out.println(item.getText(1)); System.out.println(item.getText(2)); } }
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 private Table createTable(Composite group) { // create the table Table table = new Table( group, SWT.CHECK|SWT.BORDER|SWT.MULTI|SWT.H_SCROLL|SWT.V_SCROLL); GridData gridData = new GridData(); gridData.horizontalSpan = 4; gridData.heightHint = 150; gridData.widthHint = 375; gridData.horizontalAlignment = GridData.FILL; table.setLayoutData( gridData ); // create the columns int[] columnWidths = {135, 120, 120}; TableColumn tableColumn1 = new TableColumn(table, SWT.NULL); tableColumn1.setWidth(columnWidths[0]); tableColumn1.setText(ResourceClass.GetResourceString ("elementSelectionDialog.Logical_Root")); TableColumn tableColumn2 = new TableColumn(table, SWT.NULL); tableColumn2.setWidth(columnWidths[1]); tableColumn2.setText(ResourceClass.GetResourceString ("elementSelectionDialog.Storage_Path")); TableColumn tableColumn3 = new TableColumn(table, SWT.NULL); tableColumn3.setWidth(columnWidths[2]); tableColumn3.setText(ResourceClass.GetResourceString ("elementSelectionDialog.CM_Status")); return table; } ----end of snippet 1 Methods used to populate Table: ----beginning of snippet 2 item = new TableItem( items, SWT.NULL ); item.setData( unit ); strList[0] = logicalName; item.setText( strList ); item.setImage( icoImage ); ----end of snippet 2
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 helpful if the Color class doc suggested this usage.
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! Terminate Eclipse with a Ctrl-C. 6. Relaunch Eclipse... CALLBACK.DOC (& the error) returns (run screaming to the hills, AIIEEE!) The following things happen at step 5: 1. CALLBACK.DOC is opened in WordPad. 2. CALLBACK.DOC is also opened in a blank editor in Eclipse. 3. The Eclipse editor for CALLBACK.DOC is marked dirty. Revert is greyed out in the File menu, and every attempt to close CALLBACK.DOC fails, i.e. when you click the Editor X you get prompted to save, no matter what answer you give, the file remains open. This is especially nasty because it means you can't close Eclipse. I had to terminate the process with a Ctrl-C in the Java console. 4. The following appears in the log: !SESSION Jun 11, 2002 13:19:05.181 --------------------------------------------- java.fullversion=J2RE 1.3.1 IBM Windows 32 build cn131-20020403 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\home\workspaces\doctest0611 -install file:C:/home/eclipse/eclipse0611/eclipse/ !ENTRY org.eclipse.ui 4 2 Jun 11, 2002 13:19:05.181 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.internal.editorsupport.win32.OleEditor.oleActivate(OleEditor.java:551) at org.eclipse.ui.internal.editorsupport.win32.OleEditor.activateClient(OleEditor.java:168) at org.eclipse.ui.internal.editorsupport.win32.OleEditor.access$3(OleEditor.java:166) at org.eclipse.ui.internal.editorsupport.win32.OleEditor$4.partActivated(OleEditor.java:126) at org.eclipse.ui.internal.PartListenerList$1.run(PartListenerList.java:39) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:802) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:37) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1031) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2039) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:330) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1581) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen(StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) !ENTRY org.eclipse.ui 4 4 Jun 11, 2002 13:19:05.321 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 11, 2002 13:19:05.331 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.ole.win32.OleClientSite.onPaint(OleClientSite.java:824) at org.eclipse.swt.ole.win32.OleClientSite.access$2(OleClientSite.java:819) at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:663) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1219) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1287) at org.eclipse.jface.window.Window.runEventLoop(Window.java:557) at org.eclipse.jface.window.Window.open(Window.java:537) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:318) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:42) at org.eclipse.ui.internal.PartListenerList$1.handleException(PartListenerList.java:42) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:427) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:804) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:37) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1031) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2039) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:330) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1581) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen(StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) !ENTRY org.eclipse.ui 4 4 Jun 11, 2002 13:20:02.393 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 11, 2002 13:20:02.393 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.swt.ole.win32.OleClientSite.access$2(OleClientSite.java:819) at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:663) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:537) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:318) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:42) at org.eclipse.ui.internal.PartListenerList$1.handleException(PartListenerList.java:42) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:427) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:804) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:37) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1031) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2039) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:330) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1581) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen(StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) !ENTRY org.eclipse.ui 4 4 Jun 11, 2002 13:21:23.500 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 11, 2002 13:21:23.500 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at at org.eclipse.swt.ole.win32.OleClientSite.access$2(OleClientSite.java:819) at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:122) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:663) at org.eclipse.swt.widgets.Control.windowProc(Control.java(Compiled Code)) at org.eclipse.swt.widgets.Display.windowProc(Display.java(Compiled Code)) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code)) at org.eclipse.jface.window.Window.runEventLoop(Window.java(Compiled Code)) at org.eclipse.jface.window.Window.open(Window.java:537) at org.eclipse.jface.dialogs.MessageDialog.openError(MessageDialog.java:318) at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:42) at org.eclipse.ui.internal.PartListenerList$1.handleException(PartListenerList.java:42) at org.eclipse.core.internal.runtime.InternalPlatform.handleException(InternalPlatform.java:427) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:804) at org.eclipse.core.runtime.Platform.run(Platform.java:416) at org.eclipse.ui.internal.PartListenerList.firePartActivated(PartListenerList.java:37) at org.eclipse.ui.internal.WorkbenchPage.firePartActivated(WorkbenchPage.java:1031) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2039) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:330) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1685) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1581) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:91) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:91) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:112) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:177) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:531) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:303) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:320) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:494) at org.eclipse.jface.viewers.StructuredViewer$3.handleOpen(StructuredViewer.java:581) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:198) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:195) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:222) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1527) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1289) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1177) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:248) at org.eclipse.core.launcher.Main.run(Main.java:697) at org.eclipse.core.launcher.Main.main(Main.java:530) As I see it, there are 5 parts to this bug: 1. Can't open .doc files without an error 2. Error handling near OLE needs to guard against two editors (both internal & external) 3. No way to close the dirty editor that appears 4. Loose "save file" handling makes clean shutdown impossible 5. Restore code shouldn't restore faulty editors (particularly dirty ones!)
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. Double click on the .ppt file. Notice that the presentation opens properly. Trying the same steps on the 0515 build does not recreate the problem.
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 the outer Eclipse, clicked on the hover help text and then press the ESC key again, at which point it went away. !SESSION Jun 08, 2002 11:56:31.940 --------------------------------------------- java.fullversion=J2RE 1.3.0 IBM build cn130-20010502 (JIT enabled: jitc) BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 -data c:\eclipse-ws\ui- ws -install file:C:/eclipse/ !ENTRY org.eclipse.ui 4 4 Jun 08, 2002 11:56:31.940 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 08, 2002 11:56:31.990 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2058) at org.eclipse.swt.SWT.error(SWT.java:1990) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Shell.getDisplay(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:989) at org.eclipse.swt.custom.CTabFolder.showToolTip(CTabFolder.java:1851) at org.eclipse.swt.custom.CTabFolder.onMouseMove(CTabFolder.java:1855) at org.eclipse.swt.custom.CTabFolder.access$7(CTabFolder.java:1853) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:201) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526) !ENTRY org.eclipse.ui 4 4 Jun 08, 2002 11:56:32.270 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 08, 2002 11:56:32.270 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2058) at org.eclipse.swt.SWT.error(SWT.java:1990) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Shell.getDisplay(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:989) at org.eclipse.swt.custom.CTabFolder.showToolTip(CTabFolder.java:1851) at org.eclipse.swt.custom.CTabFolder.onMouseMove(CTabFolder.java:1855) at org.eclipse.swt.custom.CTabFolder.access$7(CTabFolder.java:1853) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:201) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526) !ENTRY org.eclipse.ui 4 4 Jun 08, 2002 11:56:32.870 !MESSAGE Unhandled exception caught in event loop. !ENTRY org.eclipse.ui 4 0 Jun 08, 2002 11:56:32.870 !MESSAGE Widget is disposed !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2058) at org.eclipse.swt.SWT.error(SWT.java:1990) at org.eclipse.swt.widgets.Widget.error(Widget.java:368) at org.eclipse.swt.widgets.Shell.getDisplay(Shell.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.isValidThread(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java(Compiled Code)) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:989) at org.eclipse.swt.custom.CTabFolder.showToolTip(CTabFolder.java:1851) at org.eclipse.swt.custom.CTabFolder.onMouseMove(CTabFolder.java:1855) at org.eclipse.swt.custom.CTabFolder.access$7(CTabFolder.java:1853) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:201) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java (Compiled Code)) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:825) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java (Compiled Code)) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java (Compiled Code)) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:244) at org.eclipse.core.launcher.Main.run(Main.java:693) at org.eclipse.core.launcher.Main.main(Main.java:526)
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 properties view in GTK2 (as far as I can see). To see a tree with more nodes and levels, follow these steps.. - Install the examples - Create a file called 'test.usr' - Open the properties view - Click on 'richard' in the outline view You'll see a tree with '+' and '-' boxes visible but nothing happens when you try to expand/collapse them. NOTE: You'll also notice that the children of a node aren't indented at all. On top of this, when you click on a child that doesn't have children (no '+' or '- '), it sometimes scrolls the view such that the selected field appears at the top of the view, if your view is small enough vertically. And finally, if you have properties that you can edit (such as the "test.usr" one) and you shrink your view vertically enough to show vertical scrollbars, then when you click on, say, a text field to edit it, the editable box that comes up is on top of the scrollbar. McQ: Should I file each of these as individual PRs? Some of these look related.
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 guaranteed to see the problem. Since the platform UI code seems to work as expected on other platforms, it looks like either the GTK widget isn't growing as much as the UI is requesting or the widgets aren't reporting their true required size.
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 not wrap, but instead gets truncated. On Linux-GTK, the text wraps, but the top and bottom of the letters get cut off. It appears that the containing widget isn't growing.
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 unusable. This only happens to the scale on the left side (the one we're customizing) when the Size->Preferred option is set. If it's a fixed size or horizontal fill it works fine.
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 'a' is the bottom task, that the priority icon is also shown beside 'c'. The icon can be cleared by selecting 'c'.
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/Tree.java"]
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; parent.createItem (this, parent.getItemCount()); calculateChevronTrim (); } This bug do not occurs on Eclipse !
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 EIP=0xb03ceb2e CS=0x000000f3 SS=0x000000fb Thread: main (priority 5) (LOCATION OF ERROR) 0089 org/eclipse/swt/internal/photon/OS.PtSetResources(II[I)I (@085d5e91) 006f org/eclipse/swt/widgets/MenuItem.setImage(Lorg/eclipse/swt/graphics/Image;)V 00f6 org/eclipse/jface/action/ActionContributionItem.updateImages(Z)Z 0214 org/eclipse/jface/action/ActionContributionItem.update(Ljava/lang/String;)V 0025 org/eclipse/jface/action/ActionContributionItem.actionPropertyChange(Lorg/eclipse/jface/util/PropertyChangeEvent;)V 0002 org/eclipse/jface/action/ActionContributionItem.access$1(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/jface/util/PropertyChangeEvent;)V 0005 org/eclipse/jface/action/ActionContributionItem$ActionListener.propertyChange(Lorg/eclipse/jface/util/PropertyChangeEvent;)V 17e05 org/eclipse/jface/action/Action.firePropertyChange(Lorg/eclipse/jface/util/PropertyChangeEvent;)V (@08639f19) 0175 org/eclipse/jface/action/Action.firePropertyChange(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V (@08639f19) 0017 org/eclipse/jface/action/Action.setImageDescriptor(Lorg/eclipse/jface/resource/ImageDescriptor;)V 0011 org/eclipse/ui/actions/LabelRetargetAction.updateImages(Lorg/eclipse/jface/action/IAction;)V 0032 org/eclipse/ui/actions/LabelRetargetAction.setActionHandler(Lorg/eclipse/jface/action/IAction;)V 0026 org/eclipse/ui/actions/RetargetAction.partActivated(Lorg/eclipse/ui/IWorkbenchPart;)V 0008 org/eclipse/ui/internal/PartListenerList$1.run()V 0029 org/eclipse/core/internal/runtime/InternalPlatform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (@087d8a2d) 87d308b org/eclipse/core/runtime/Platform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (@087d3434) 00c0 org/eclipse/ui/internal/PartListenerList.firePartActivated(Lorg/eclipse/ui/IWorkbenchPart;)V (@087d3434) 0005 org/eclipse/ui/internal/WWinPartService.partActivated(Lorg/eclipse/ui/IWorkbenchPart;)V 0008 org/eclipse/ui/internal/PartListenerList$1.run()V 0029 org/eclipse/core/internal/runtime/InternalPlatform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (@087d8a2d) 87d308b org/eclipse/core/runtime/Platform.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V (@087d3434) 00c0 org/eclipse/ui/internal/PartListenerList.firePartActivated(Lorg/eclipse/ui/IWorkbenchPart;)V (@087d3434) 0005 org/eclipse/ui/internal/WorkbenchPage.firePartActivated(Lorg/eclipse/ui/IWorkbenchPart;)V 007c org/eclipse/ui/internal/WorkbenchPage.setActivePart(Lorg/eclipse/ui/IWorkbenchPart;)V 0048 org/eclipse/ui/internal/WorkbenchPage.activate(Lorg/eclipse/ui/IWorkbenchPart;)V 001e org/eclipse/ui/internal/WorkbenchPage.busyShowView(Ljava/lang/String;Z)Lorg/eclipse/ui/IViewPart; 0003 org/eclipse/ui/internal/WorkbenchPage.access$7(Lorg/eclipse/ui/internal/WorkbenchPage;Ljava/lang/String;Z)Lorg/eclipse/ui/IViewPart; 0011 org/eclipse/ui/internal/WorkbenchPage$10.run()V 022e org/eclipse/swt/custom/BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V (@08613aa2) 0011 org/eclipse/ui/internal/WorkbenchPage.showView(Ljava/lang/String;Z)Lorg/eclipse/ui/IViewPart; 0003 org/eclipse/ui/internal/WorkbenchPage.showView(Ljava/lang/String;)Lorg/eclipse/ui/IViewPart; 0013 org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.openInViewPart(Lorg/eclipse/ui/IWorkbenchWindow;Lorg/eclipse/jdt/core/IJavaElement;)Lorg/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart; 003e org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.open([Lorg/eclipse/jdt/core/IJavaElement;Lorg/eclipse/ui/IWorkbenchWindow;)Lorg/eclipse/jdt/internal/ui/typehierarchy/TypeHierarchyViewPart; 0018 org/eclipse/jdt/ui/actions/OpenTypeHierarchyAction.run([Lorg/eclipse/jdt/core/IJavaElement;)V 0012 org/eclipse/jdt/ui/actions/OpenTypeHierarchyAction.run(Lorg/eclipse/jface/viewers/IStructuredSelection;)V 000c org/eclipse/jdt/ui/actions/SelectionDispatchAction.dispatchRun(Lorg/eclipse/jface/viewers/ISelection;)V 0005 org/eclipse/jdt/ui/actions/SelectionDispatchAction.run()V 0001 org/eclipse/jface/action/Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V 00bf org/eclipse/jface/action/ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;)V 003a org/eclipse/jface/action/ActionContributionItem.handleWidgetEvent(Lorg/eclipse/swt/widgets/Event;)V 0002 org/eclipse/jface/action/ActionContributionItem.access$0(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;)V 0005 org/eclipse/jface/action/ActionContributionItem$ActionListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V 00b8 org/eclipse/swt/widgets/EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V (@08601f4c) 000d org/eclipse/swt/widgets/Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V 00ff org/eclipse/swt/widgets/Display.runDeferredEvents()Z (@0867de73) 0430 org/eclipse/swt/widgets/Display.readAndDispatch()Z (@086a8a14) 0055 org/eclipse/ui/internal/Workbench.runEventLoop()V (@0867dae9) 0088 org/eclipse/ui/internal/Workbench.run(Ljava/lang/Object;)Ljava/lang/Object; 0039 org/eclipse/core/internal/boot/InternalBootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; 0006 org/eclipse/core/boot/BootLoader.run(Ljava/lang/String;Ljava/net/URL;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object; 0004 java/lang/reflect/AccessibleObject.invokeL(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 0163 java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; 00f6 org/eclipse/core/launcher/Main.basicRun([Ljava/lang/String;)Ljava/lang/Object; 000e org/eclipse/core/launcher/Main.run([Ljava/lang/String;)Ljava/lang/Object; 001b org/eclipse/core/launcher/Main.main([Ljava/lang/String;)V Thread: Gc Thread (priority 5) (daemon) Thread: Finalizer thread (priority 5) (daemon) Thread: Java indexing (priority 4) (daemon) ffffffec java/lang/Thread.sleep(JI)V 8618a33 java/lang/Thread.sleep(J)V (@08618e16) fff2b112 org/eclipse/jdt/internal/core/search/processing/JobManager.run()V (@08618e16) 000b java/lang/Thread.run()V Thread: Snapshot (priority 5) ffffffec java/lang/Object.wait(JI)V 0003 java/lang/Object.wait(J)V 0009 org/eclipse/core/internal/resources/DelayedSnapshotRunnable.run()V 000b java/lang/Thread.run()V JVM terminated. Exit code=255 /home/ssq/ive/bin/j9 -jit -ms:16 -mso:128 -cp /home/ssq/eclipse/startup.jar org.eclipse.core.launcher.Main -os qnx -ws photon -arch x86 -showsplash /home/ssq/eclipse/eclipse -showsplash 600
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.H_SCROLL" 6) Notice that the List widget gets bigger 7) Check "SWT.H_SCROLL" 8) Notice that the List widget gets even bigger
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 shouldn't change when new variables are added. public class VariableTest { public static void main(String[] args) { new VariableTest().foo(); } private void foo() { int x= 1; // BREAKPOINT HERE int y= 2; System.out.println("Grah"); } }
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/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/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-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 paint operations is taking place try to mouse over the Coolitem gripper, the cursor will not be update. 3) Even when the paint is done and the pointer remain stop over gripper the pointer will not be update.
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 is no longer displayed even though the coolitem is not fully exposed.
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 reproducible, but it happens about 1 out of 2 times I try this. It seems that somehow there's an invisible multi-selection going on. This doesn't happen on w2k.
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/Tree.java"]
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 work in build after 20020502 and give the following log, !SESSION ---------------------------------------------------------------------- java.version=1.3.1_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN Command-line arguments: -os win32 -ws win32 -arch x86 -feature org.eclipse.platform -install file:D:/java_dev/eclipse/ !ENTRY org.eclipse.jdt.debug.ui 4 150 02-5-21 IAIc2:50 !MESSAGE Internal Error !STACK 1 org.eclipse.debug.core.DebugException[5010]: org.eclipse.jdi.TimeoutException at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply (PacketReceiveManager.java:127) at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply (PacketReceiveManager.java:137) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:168) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:186) at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:216) at org.eclipse.jdi.internal.ReferenceTypeImpl.signature (ReferenceTypeImpl.java:790) at org.eclipse.jdi.internal.ReferenceTypeImpl.name (ReferenceTypeImpl.java:776) at org.eclipse.jdt.internal.debug.core.model.JDIValue.getReferenceTypeName (JDIValue.java:139) at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getValueText (JDIModelPresentation.java:393) at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getVariableText (JDIModelPresentation.java:941) at org.eclipse.jdt.internal.debug.ui.JDIModelPresentation.getText (JDIModelPresentation.java:176) at org.eclipse.debug.internal.ui.LazyModelPresentation.getText (LazyModelPresentation.java:69) at org.eclipse.debug.internal.ui.DelegatingModelPresentation.getText (DelegatingModelPresentation.java:122) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem (TreeViewer.java:82) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem (AbstractTreeViewer.java:354) at org.eclipse.jface.viewers.StructuredViewer.updateItem (StructuredViewer.java:1134) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem (AbstractTreeViewer.java:258) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren (AbstractTreeViewer.java:243) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand (AbstractTreeViewer.java:614) at org.eclipse.jface.viewers.AbstractTreeViewer$1.treeExpanded (AbstractTreeViewer.java:626) at org.eclipse.swt.widgets.TypedListener.handleEvent (TypedListener.java:171) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:841) at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:1715) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:3597) at org.eclipse.swt.widgets.Composite.WM_NOTIFY(Composite.java:571) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2702) at org.eclipse.swt.widgets.Display.windowProc(Display.java:1970) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1147) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:147) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:1344) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2685) at org.eclipse.swt.widgets.Display.windowProc(Display.java:1970) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1214) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1273) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1085) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1068) at org.eclipse.core.internal.boot.InternalBootLoader.run (InternalBootLoader.java:739) at org.eclipse.core.boot.BootLoader.run(BootLoader.java:454) at java.lang.reflect.Method.invoke(Native Method) at org.eclipse.core.launcher.Main.basicRun(Main.java:199) at org.eclipse.core.launcher.Main.run(Main.java:642) at org.eclipse.core.launcher.Main.main(Main.java:475) Thx in advanced
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"