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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
59,279 | Bug 59279 Item.setText() impl. doesn't follow JavaDoc | According to the JavaDoc on Item.setText(String), the method should throw an IllegalArgumentException if the incomming text is null. Looking at the code from 04/20/2004 there doesn't seem to be a check in place to throw the proper exception. | resolved fixed | b824a9b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java", "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 | "2004-04-20T18:31:59Z" | "2004-04-20T16:53:20Z" |
53,506 | Bug 53506 Program.getProgram() Does Not Get Default Command | On Windows XP: When a Program object for a certain extension is fetched with findProgram(), the private getProgram() method is called to load the Program instance. When it gets the command from the registry it gets the "open" command, which is located at \shell\open\command for a specific program. The problem is that open may not be the default command for that program. The default command seems to be specified in \shell. So when you use execute() for a file, the "open" command occurs instead of the default command like in Windows Explorer. In Windows Explorer, if you right click on a file the default command is in bold. I'll attach a screenshot of the registry entry for Winamp.File. There are three commands besides "open", Enqueue being the default command (set as \shell's default value) on my machine. | resolved fixed | c3da03b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Program/win32/org/eclipse/swt/program/Program.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-20T16:36:42Z" | "2004-03-02T17:53:20Z" |
59,051 | Bug 59051 fillGradientRectangle doesn't work with XORMode on Windows | when you setXORMode(true), fillGradientRectangle ignores it on Windows. It works as expected on Linux/gtk. I'm using 3.0M8. I will attach some sample code, and screenshots of what the same code produces on Windows and on Linux/gtk. Another weird thing is the label.addPaintListener() statement is only neccesary on Windows, Linux/gtk works just fine without it. | resolved fixed | 1e2b244 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-19T23:37:29Z" | "2004-04-19T10:20:00Z" |
58,346 | Bug 58346 [browser] IBM VM removes entries in the LD_LIBRARY_PATH causing Browser to fail | From Konrad: It looks like the browser installed with RHEL 3.0 does not meet requirements of SWT. I have RHEL3.0U1 with all RHN updates, and they upgraded Mozilla to 1.4.2, which I am afraid is not GTK version. If you would like to see the browser embedded, a different mozilla (GTK2 build) needs to be installed | resolved fixed | 1f6933a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/internal/mozilla/GRE.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-19T15:04:46Z" | "2004-04-13T18:13:20Z" |
58,756 | Bug 58756 Tables & Images refresh problem | When setting an image on a table at a column >0 , every time the image is refreshed, the last bottom line of the image of the tableitem on the column>0 does not get refreshed properly. This ends up having messy lines below the images on columns > 0 . This issue only appears with Windows, under Linux it is fine. Is this a windows bug or SWT bug ? | resolved fixed | 627bed0 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-16T21:05:43Z" | "2004-04-15T23:00:00Z" |
54,225 | Bug 54225 Checkbox TableItems don't honor background color near checkbox | null | resolved fixed | 446392a | ["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 | "2004-04-14T22:26:23Z" | "2004-03-10T00:53:20Z" |
57,627 | Bug 57627 Can't click in Content Assist window of New Class wizard | Using build I20040406, while creating a new Java class, I used the Content Assist to choose a superclass (CTRL-Space in superclass field). When I did so, I could use the arrow keys to select a superclass but could not select one with the mouse. I am running RH 9.0. | resolved fixed | 5f21967 | ["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/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-13T20:34:59Z" | "2004-04-06T19:33:20Z" |
58,156 | Bug 58156 Unhandled event loop exception (Widget is disposed) when using "Open Type Hierarchy" | With Eclipse 3.0M8 on Solaris 9 and HP-UX11.11 plantform, "Open Type Hierarchy" for a Java interface may cause "Unhandle event loop exception". The following is the procedure to reproduce the problem: 1. Download the 3.0M8 SWT Examples zip file from the eclipse.org site and load it on to Eclipse workbench. 2. Create a Java project and call it "JUnit". 3. In the Packages Explorer view, select JUnit project and from its context menu "Import->Zip file". 4. Browse to junit37src.jar file in <eclipse>/plugins/org.eclipse.jdt.ui.examples.projects/archive/junit/ directory. Select file name and click "Ok". 5. Click the "Select All" button to make sure that all the files are selected in the folder. Ensure that the destination folder is "JUnit". Click "Finish" and click "Yes" on the question box concerning .classpath file. 6. In the Package Explorer view, expand the junit.framework package, and select the "TestCase.java" class. From the Workbench menu select 'Navigate > Open Type Hierarchy' menu option. 7. Stacked on top of Package Explorer the Hierarchy view now opens with the TestCase class displayed. The Hierarchy view has two panes, the top pane shows the inheritance structure, and the bottom pane shows the currently selected Type's members. 8. Make sure that in the Hierarchy view, "Show the Type Hierarchy" button is engaged in the local toolbar. 9. In the Package Explorer view, select the "Test.java" class. From the Workbench menu select 'Navigate > Open Type Hierarchy' menu option. 10. Stacked on top of Package Explorer the Hierarchy view now opens with the Test class displayed. The top pane shows the inheritance structure for the Test class. However the bottom pane shows the members for the TestCase class instead (which is incorrect). The "Unhandled event loop exception" is also occurred at this point. 11. Click the "Show the Supertype Hierarchy" button or the "Show the Subtype Hierarchy" button from the local toolbar will provide correct members display. | resolved fixed | 493da01 | ["bundles/org.eclipse.swt/Eclipse", "SWT/emulated/treetable/org/eclipse/swt/widgets/SelectableItemWidget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-12T20:31:38Z" | "2004-04-12T14:26:40Z" |
54,922 | Bug 54922 [implementation] Java editor disposes default StyledText caret's image | Build id: 200403040800 Java editor, according to the insert mode, sets a special Caret in the StyledText. I've two problem with that: 1- This caret is not bidi aware 2- At some point they dispose the image of the StyledText default Caret We (SWT Team) have some major changes (still to be release) in StyledText that will expose this UI bug. Here is the stack trace: java.lang.Exception: Stack trace at java.lang.Thread.dumpStack(Thread.java:1064) at org.eclipse.swt.graphics.Image.dispose(Image.java:825) at org.eclipse.ui.texteditor.AbstractTextEditor.disposeNonDefaultCaret (AbstractTextEditor.java:4378) at org.eclipse.ui.texteditor.AbstractTextEditor.updateCaret (AbstractTextEditor.java:4359) at org.eclipse.ui.texteditor.AbstractTextEditor.handleInsertModeChanged (AbstractTextEditor.java:4399) at org.eclipse.ui.texteditor.AbstractTextEditor.setInsertMode (AbstractTextEditor.java:4234) at org.eclipse.ui.texteditor.AbstractTextEditor.switchToNextInsertMode (AbstractTextEditor.java:4266) at org.eclipse.ui.texteditor.AbstractTextEditor.access$4 (AbstractTextEditor.java:4253) at org.eclipse.ui.texteditor.AbstractTextEditor$ToggleInsertModeAction.run (AbstractTextEditor.java:808) at org.eclipse.ui.texteditor.TextNavigationAction.runWithEvent (TextNavigationAction.java:106) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:68) at org.eclipse.ui.internal.commands.Command.execute(Command.java:160) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand (WorkbenchKeyboard.java:475) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press (WorkbenchKeyboard.java:887) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent (WorkbenchKeyboard.java:931) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings (WorkbenchKeyboard.java:568) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2 (WorkbenchKeyboard.java:500) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:256) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:705) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:809) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:834) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:819) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.WM_KEYDOWN(Control.java:3487) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2971) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2962) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1362) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1438) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2100) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1509) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1480) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) | resolved fixed | 4f5c07d | ["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 | "2004-04-12T17:49:26Z" | "2004-03-16T01:20:00Z" |
57,647 | Bug 57647 errant ON_TOP | SYSTEM_MODAL Shell behaviour if tooltiptext is set on any control | Shell ON_TOP behaviour stops when a tooltiptext is set for any control on the shell. The window goes to the background and never regains ON_TOP state again. Tried it with 2.1.2 and v.3.0 I20040406. The recent version improved: shell loosing ON_TOP only when I hover for the tooltip. Plase see sample code and explanation. Thanks. package com.test; /* * Created on Mar 31, 2004 * ECLIPSE Version 2.1.2 - 3.0 * This small example was created using * SWT Designer Free edition from Instantiations * Issue: * errant ON_TOP | SYSTEM_MODAL Shell behaviour * How to test the flaw: * Run the app: * 1. click once to a list selection entry * 3. click once outside of the shell window (click on the app.behind) * 4. click once on the surface of the shell * 5. click again outside of the shell. * The last time click removes the shell window's ON_TOP behaviour. It will never regain * ON_TOP again. * What's causing it? * Close the shell. * Comment out the last line that sets the tooltip text. Compile. * Try the previous steps again. It doesn't matter how many times you click, * the shell keeps its ON_TOP habit as expected. * */ import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.layout.RowLayout; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.layout.RowData; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Group; import org.eclipse.swt.widgets.List; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.graphics.Font; /** * Usage: Run it as any other SWT code under Eclipse: * Run.. -> New -> * VM arguments: -Djava.library.path=D:\eclipse\plugins\org.eclipse.swt.win32_2.1.2\os\win32\x86 * */ public class TestSWT3 { protected Shell shell; public List list ; public String tooltipStr = "When you see this, you'll loose ON_TOP..."; public String currentTip; public static void main(String[] args) { TestSWT3 window = new TestSWT3(); window.open(); } public void open() { final Display display = new Display(); createContents(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } shell.dispose(); display.dispose(); } protected void createContents() { shell = new Shell(SWT.CLOSE | SWT.SYSTEM_MODAL | SWT.TITLE | SWT.ON_TOP); final RowLayout rowLayout_1 = new RowLayout(); rowLayout_1.spacing = 0; shell.setLayout(rowLayout_1); shell.setSize(500,240); shell.setText("SWT ToolTipText flaw..."); final Composite composite = new Composite(shell, SWT.BORDER); final GridLayout gridLayout = new GridLayout(); gridLayout.marginWidth = 2; gridLayout.marginHeight = 2; gridLayout.numColumns = 3; composite.setLayout(gridLayout); final RowData rowData = new RowData(); rowData.height = 25; rowData.width = 480; composite.setLayoutData(rowData); final Label label = new Label(composite, SWT.BORDER | SWT.SHADOW_IN); label.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_WHITE)); final GridData gridData = new GridData(GridData.GRAB_HORIZONTAL); gridData.widthHint = 150; label.setLayoutData(gridData); label.setText("label"); final Label label_1 = new Label(composite, SWT.BORDER | SWT.SHADOW_IN); final GridData gridData_1 = new GridData(GridData.GRAB_HORIZONTAL); gridData_1.widthHint = 150; label_1.setLayoutData(gridData_1); label_1.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_WHITE)); label_1.setText("label"); final Label label_2 = new Label(composite, SWT.BORDER | SWT.SHADOW_IN); final GridData gridData_2 = new GridData(GridData.GRAB_HORIZONTAL); gridData_2.widthHint = 150; label_2.setLayoutData(gridData_2); label_2.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_WHITE)); label_2.setText("label"); final Group group = new Group(shell, SWT.NONE); final RowData rowData_1 = new RowData(); rowData_1.height = 48; rowData_1.width = 480; group.setLayoutData(rowData_1); final RowLayout rowLayout = new RowLayout(); rowLayout.marginBottom = 1; rowLayout.spacing = 0; rowLayout.justify = true; rowLayout.marginTop = 1; group.setLayout(rowLayout); final Label label_3 = new Label(group, SWT.BORDER | SWT.CENTER | SWT.HORIZONTAL); final RowData rowData_2 = new RowData(); rowData_2.width = 470; label_3.setLayoutData(rowData_2); label_3.setFont(new Font(Display.getCurrent(),"Microsoft Sans Serif", 18, SWT.NONE)); label_3.setBackground(Display.getCurrent().getSystemColor(SWT.COLOR_INFO_BACKGROUND)); label_3.setForeground(Display.getCurrent().getSystemColor(SWT.COLOR_BLUE)); label_3.setText("label"); final Group group_1 = new Group(shell, SWT.NONE); final RowData rowData_4 = new RowData(); rowData_4.height = 76; group_1.setLayoutData(rowData_4); group_1.setLayout(new RowLayout()); final Composite composite_1 = new Composite(group_1, SWT.NONE); final RowData rowData_3 = new RowData(); rowData_3.width = 480; composite_1.setLayoutData(rowData_3); final GridLayout gridLayout_1 = new GridLayout(); gridLayout_1.numColumns = 2; composite_1.setLayout(gridLayout_1); final Button button = new Button(composite_1, SWT.NONE); button.setLayoutData(new GridData(GridData.GRAB_HORIZONTAL | GridData.HORIZONTAL_ALIGN_CENTER)); button.setText("button"); list = new List(composite_1, SWT.BORDER); list.setItems(new String[] { "one", "two", "three" }); list.setLayoutData(new GridData(GridData.GRAB_HORIZONTAL | GridData.HORIZONTAL_ALIGN_CENTER)); list.setToolTipText(tooltipStr); } } | resolved fixed | 74b793b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Decorations.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-08T21:47:39Z" | "2004-04-06T19:33:20Z" |
57,876 | Bug 57876 Constructor for Font has wrong-named argument; doesn't appear to be used | In the source for 3.0M7 SWT, I came across the following Font constructor: public Font(Device display, String name, int height, int style) { if (device == null) device = Device.getDevice(); if (device == null) SWT.error(SWT.ERROR_NULL_ARGUMENT); init(device, name, height, style); } Firstly, the arg name 'display' corresponds to a 'Device' object (which confused me when I called it, since the pop-up control listed the argument as 'display'), and secondly, it doesn't appear to be used in the code snippet at all. I'm guessing that it should be 'device', as otherwise, it doesn't matter what arg you pass it, it's always going to find the instance field 'device' as null, then obtain the default one. | verified fixed | e48813d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/Font.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-08T14:19:04Z" | "2004-04-08T10:26:40Z" |
57,884 | Bug 57884 Javadoc on Text missing possible style | In the class comment for Text, the PASSWORD style is not listed as a possible style. I didn't realise that there was a password style was supported until I noticed the constanct in the Text.widgetStyle() method | resolved fixed | c99cf7f | ["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 | "2004-04-08T13:53:15Z" | "2004-04-08T13:13:20Z" |
50,657 | Bug 50657 Can't input 2 bytes character To combo box | I'm Korean. (South) After 3.0 M3, I can't input 2 bytes characters to Find(Ctrl+F) popup window. At 3.0 M3, I can input Copy & Paste. (안녕 <-This Korean Char) After 3.0 M4, don't input by C&P at that. Also I don't write to Find window by keyboard at both version. Seach Popup Window(Ctrl+H) like above symptoms. ---- ps. perhaps, This bug maybe reported. I quess that, current version. | resolved fixed | 5760e69 | ["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 | "2004-04-07T20:49:35Z" | "2004-01-27T02:20:00Z" |
56,918 | Bug 56918 Problems disposing TrayItem | Hi, I noticed problems disposing a TrayItem. In my application the user may chose to have the trayicon, or not. This is set in preferences without restart, so creation and disposal of TrayItems are handled during runtime. When first calling TrayItem.dispose() and afterwards creating a new TrayItem, the old one is still showing in the tray, but without an image or Menu set to it. If needed, I could write a sample snippet. Regards, Ben | resolved fixed | c4a48ae | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/TrayItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-05T15:15:41Z" | "2004-03-31T16:20:00Z" |
57,395 | Bug 57395 backspace in texteditors -> double backspace | n2004-04-04: steps to reproduce: - open a properties file - enter something - goto end of that line - press backspace -> 2 chars are deleted instead of one | resolved fixed | 611ed3b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-05T15:09:03Z" | "2004-04-04T23:06:40Z" |
57,296 | Bug 57296 BidiUtil static var retains references to runnables from StyledText | When a StyledText is created, a runnable is added to the BidiUtil (line 1619: BidiUtil.addLanguageListener(*)). On dispose of the StyledText, the listener is only removed if isBidi() returns true (line 4873) It would appear that the listener is never removed. | resolved fixed | b10c697 | ["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 | "2004-04-05T14:32:19Z" | "2004-04-02T18:20:00Z" |
55,541 | Bug 55541 StyledText - Bidi segments Listener is broken | As build 20040319, when StyledText changes to work with TextLayout were released, Bidi segements listener stoped working. We need a new implementation. | resolved fixed | bb20cc2 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledTextRenderer.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/emulated/textlayout/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-04-02T22:15:40Z" | "2004-03-22T15:40:00Z" |
56,795 | Bug 56795 NPE opening quick outline/hierarchy | i20040330 Quick outline/hierarchy don't work in this build. They seem to open but close instantly. The following log entries are generated: !ENTRY org.eclipse.ui 4 4 Mar 30, 2004 13:55:52.22 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 Mar 30, 2004 13:55:52.22 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:782) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:774) at org.eclipse.swt.widgets.Decorations.setVisible(Decorations.java:1291) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1166) at org.eclipse.jdt.internal.ui.text.AbstractInformationControl.setVisible(AbstractInformationControl.java:853) at org.eclipse.jface.text.AbstractInformationControlManager.hideInformationControl(AbstractInformationControlManager.java:827) at org.eclipse.jface.text.information.InformationPresenter.hideInformationControl(InformationPresenter.java:448) at org.eclipse.jface.text.information.InformationPresenter$Closer.stop(InformationPresenter.java:135) at org.eclipse.jface.text.information.InformationPresenter$Closer.keyPressed(InformationPresenter.java:209) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:121) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:793) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:778) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1720) at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1716) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3041) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2944) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3154) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1374) at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1450) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2262) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1558) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1532) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:241) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) | resolved fixed | 33ae800 | ["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"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-31T14:42:25Z" | "2004-03-30T18:06:40Z" |
56,667 | Bug 56667 Minimization of top Shell widgets impossible (SWT.MIN & SWT.NONE) on PocketPC (BBAWT) | null | verified fixed | 077f91d | ["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 | "2004-03-30T17:09:46Z" | "2004-03-29T22:40:00Z" |
37,052 | Bug 37052 Shells assuming SWT.RESIZE on GTK and Motif (BBAWT) | On Windows, if you create a Shell without the SWT.RESIZE flag, the shell is *not* resizeable. However, on GTK *and* Motif, the shell is resizeable. SWT version 3.002 In the following testcase, click on the "open dialog" button. The child shell should not be resizeable since RESIZE was not used, but both Motif and GTK use a resizeable shell. === testcase === import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.*; public class TestSWTDialog { public static void main(String[] args) { Display disp = new Display(); final Shell sh = new Shell(disp); sh.setLayout(new GridLayout()); Button but = new Button(sh, SWT.BORDER); but.setText("open dialog"); but.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { final Shell dialogShell = new Shell(sh, SWT.BORDER | SWT.CLOSE | SWT.TITLE); dialogShell.setText("test"); dialogShell.setBounds(300, 300, 300, 150); Button b = new Button(dialogShell, SWT.BORDER); final Label label = new Label(dialogShell, SWT.CENTER); label.setText("this is a test label"); label.setBounds(10, 20, 280, 60); b.setText("button 1"); b.setBounds(80, 100, 60, 20); dialogShell.setVisible(true); dialogShell.pack(); dialogShell.open(); } }); sh.pack(); sh.open(); while (!sh.isDisposed()) { if (!disp.readAndDispatch()) { disp.sleep(); } } } } | resolved fixed | 6c34a17 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/XSizeHints.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "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 | "2004-03-30T16:09:36Z" | "2003-04-29T15:26:40Z" |
56,094 | Bug 56094 tracker resize uses screen coordinates instead of control | null | resolved fixed | 51bd759 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Tracker.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-29T21:45:45Z" | "2004-03-25T04:46:40Z" |
51,719 | Bug 51719 Need to suppress "untitled window" on GTK | 20040210 New Look and HEAD Any time that we create another window we get something in the system tray with the title "untitled window". We need a way to prevent this due to the following cases: 1) The detached windows in New Look 2) The Progress floating window 3) Floating toolbars in new look | resolved fixed | e56031a | ["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 | "2004-03-29T20:39:59Z" | "2004-02-11T20:06:40Z" |
56,366 | Bug 56366 Tooltip for CTabFolder shows up on wrong monitor | I200403260800 Using a dual-monitor setup on Windows XP. Open Eclipse with at least one editor and let the mouse hover over the editor's tab. Notice that a tooltip opens showing the current filename. Now move Eclipse to another monitor and try the same thing. Notice that the tooltips will always open on the same monitor, regardless of which monitor contains Eclipse (that is, they will display correctly on one monitor but not the other). This seems to be an issue with CTabItem and CTabFolder. For your reference, the problematic widgets are created in org.eclipse.ui.internal.presentations.EditorPresentation. | resolved fixed | 87d2600 | ["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 | "2004-03-29T16:17:18Z" | "2004-03-26T16:53:20Z" |
56,245 | Bug 56245 subtitle text does not fill available horizontal space | 0325 integration build - do a search, note the subtitle | resolved fixed | c1df1ba | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-26T21:32:41Z" | "2004-03-25T21:26:40Z" |
55,849 | Bug 55849 Keyboard shortcuts don't work in old workspace | I20040324 Mac OS X 10.3.3 Keyboard shortcuts no longer work in my (existing) development workspace. However, they do work in new workspaces. What piece of persistent state do I have to delete to get them working again? | resolved fixed | 32c90bc | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-26T17:01:10Z" | "2004-03-24T09:20:00Z" |
55,522 | Bug 55522 Display.post - support/investigate mouse button 2 and 3 | Can we emit system mouse button up and down for 2 and 3 on the mac. | resolved fixed | 494ab6f | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/carbon/org/eclipse/swt/internal/carbon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Display.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-25T23:04:44Z" | "2004-03-22T15:40:00Z" |
53,274 | Bug 53274 [SWT Examples] Image Analyzer crashed when tried to save images as PNGs and ICOs | null | resolved fixed | 751399c | ["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 | "2004-03-25T22:27:09Z" | "2004-02-27T13:53:20Z" |
55,920 | Bug 55920 View presentation visual problems | 200403240800, Linux, using square tabs, notice 3 problems in attached screen shot: 1. Status text and toolbar should be sharing the same line. 2. Tabs need more space to the right and left of the text. Notice the optical illusion caused by black text being too close to the line: It looks like the center of the vertical line is faded or broken 3. Space to left of text has more space than to right of text. | resolved fixed | c6fd4be | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabFolder.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-25T15:50:50Z" | "2004-03-24T17:40:00Z" |
55,913 | Bug 55913 Styled Text draws on top of itself | 20040324 Solaris 9 (in SWT lab) When you open a java editor in Solaris the StyledText draws on top of itself. STEPS 1) Open a java editor 2) All of the text is rendered at the beginning of the line so they are all on top of themselves | resolved fixed | df4d6d1 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/graphics/TextLayout.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-24T17:20:13Z" | "2004-03-24T14:53:20Z" |
40,420 | Bug 40420 Shell with style NO_TRIM should not appear in the Window Manager task bar | When a shell with no parent is created with the style SWT.NO_TRIM, it should not be shown in the task bar of the window manager. | resolved fixed | d265208 | ["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 | "2004-03-22T18:49:04Z" | "2003-07-17T19:26:40Z" |
54,264 | Bug 54264 [EditorMgmt] Editor close button | I20040309 The multiple editor tab preference is diabled. In this build the editor tab is no longer presented as a tab which makes it look a bit nicer. Major issue: The close button is still a moving target and now even more difficult to spot as there is no tab border. -> The close button should always be at the same position. | resolved fixed | 76bd4c2 | ["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 | "2004-03-22T18:38:26Z" | "2004-03-10T12:00:00Z" |
47,638 | Bug 47638 NPE in getParentBackground. | Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.widgets.Control.getParentBackground(Control.java:827) at org.eclipse.swt.widgets.Text.kEventControlSetFocusPart(Text.java:929) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:320) at org.eclipse.swt.widgets.Display.controlProc(Display.java:623) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1888) at part4.fileexplorer.FileExplorer.rename(FileExplorer.java:1194) at part4.fileexplorer.FileExplorer.rename(FileExplorer.java:1237) at part4.fileexplorer.FileExplorer$40.run(FileExplorer.java:906) at org.eclipse.swt.widgets.Display.runTimers(Display.java:2320) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1878) at part4.fileexplorer.FileExplorer.main(FileExplorer.java:68) Appears to be the old "widget disposed in focus lost" bug. Steve can recreate. | resolved fixed | f86c3f4 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Button.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Sash.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-22T14:54:26Z" | "2003-11-27T16:20:00Z" |
54,386 | Bug 54386 Stray pixel in SWT table | I20040310 - make some errors show up in problems viewer Observe: there are some stray pixels in the table's first column. See attached screenshot. | resolved fixed | 920ca0d | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-22T14:09:23Z" | "2004-03-10T20:20:00Z" |
55,323 | Bug 55323 [Workbench] Coolbar doesn't resize properly when perspective bar manually resized | build I20040318 Drag the big curve to the left until the toolbars disappear. Resize the window one pixel, and they reappear. | resolved fixed | 07868d3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CBanner.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-19T16:47:57Z" | "2004-03-19T01:33:20Z" |
55,307 | Bug 55307 ViewForm's title area controls are off by one pixel | In the ViewForm, the controls topXXX are given a y pos that is off by one pixel. I believe the problem is in getClientArea(). There is magic number 1 when calculating y. patch to follow. -m@ | resolved fixed | bf095da | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/ViewForm.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-19T15:18:20Z" | "2004-03-18T22:46:40Z" |
54,990 | Bug 54990 ALT+DOWN does not drop down CCombo list | In the property sheet, ALT+DOWN does not drop down the list of choices for a CCombo. (First press ENTER to realize the CellEditor's CCombo). I did no test CCombos in general, only in the property sheet. | resolved fixed | 7ae5658 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CCombo.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-18T22:49:02Z" | "2004-03-16T18:00:00Z" |
54,878 | Bug 54878 Drop down coolbar/toolbar menus and combo boxes take too many clicks | Drop down menus: Open the SWT Controls example and select the Coolbar or Toolbar example. Press and hold the mouse down on one of the buttons that has a dropdown menu. What should happen is that the menu should come up, and as you move the mouse it should highlight menu items. When you release the mouse, it should select that menu item. However that's not what happens. SWT requires that you click and release the mouse button on the dropdown menu control, then click and release the mouse button on the item to select. Combo boxes: Same problem. Open the Combo box SWT example. Press and hold the mouse on the combo menu (the triangle button to the right of the combo value). You should be able to see the menu of values immediately, move the mouse down to the one you want, and release the mouse button. However that's not what happens. SWT requires that you click and release the mouse button on the combo drop-down menu, then click and release the mouse button on the item to select. Another example: Open the plug-in manifest editor on any plug-in, go to the extensions page, open up the properties view for any extension. Select some property that has a list of possible values. It takes about three clicks to select the value you want, when it should be a simple task of click-drag-let go. The example that annoys me the most that prompted me to write this is the dropdown toolbar menu for launching External Tools. I have to click on the arrow and let go (being careful not to click on the button next to the arrow which will just launch the last tool), then look down the list and click on the tool I want and let go. I alternate between two external tools, and do this operation dozens of times a day. The frustration finally built up into a bug report. :) This is on Windows XP. There is some inconsistency about how these controls work in native applications (for example I notice that in this web page on IE, the combo boxes require the mouse down/up,move,down/up sequence). However many applications that I'm used to (for example MS Outlook) work the way that I've described it should work above. Also combo boxes and dropdown menus that occur in toolbars / coolbars seem to universally NOT require the extra steps in all the apps I've tested. For them it's just click-drag-release, just like top level menus. Top level menus, even in Eclipse, support both ways of working. I think supporting the extra steps is important for accessibility, but supporting the quicker way too would be good. | resolved fixed | e90bc52 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-18T21:46:52Z" | "2004-03-15T19:46:40Z" |
55,053 | Bug 55053 Need access to highlight* fields in CTabFolder | build I20040316 In order to do their custom part presentation, LWP needs access to be able to set (and presumably get) the highlight_header and highlight_margin fields. Can you please provide accessors for these, soonest? | resolved wontfix | 1ab63d9 | ["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 | "2004-03-17T19:57:48Z" | "2004-03-16T23:33:20Z" |
43,893 | Bug 43893 Scrolling copies wrong bits | I20030925 - open Java editor in Debug perspective (or any other layout where the editor is surrounded by other ViewParts) - move scrollbar thumb slowly up and down Observe: sometime the editors contents shows other parts of the workbench window. BTW: sometimes this happens when opening editors as well: before the editors contents is shown arbitrary other regions of the workbench window become visible for a brief moment. | resolved fixed | ae02d4e | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/graphics/GC.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-14T00:01:59Z" | "2003-09-30T08:20:00Z" |
49,778 | Bug 49778 Images on MenuBar are not lining up with thier Hotstop | the hostspot is next to the 2nd menu item, and the image is on the right hand side. also need this to work on the Pocket PC. import org.eclipse.swt.*; import org.eclipse.swt.graphics.*; import org.eclipse.swt.widgets.*; public class ImageMenuBar { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display, SWT.APPLICATION_MODAL | SWT.CLOSE); Image image = new Image(display, 10, 10); GC gc = new GC(image); gc.setBackground(display.getSystemColor(SWT.COLOR_BLUE)); gc.fillPolygon(new int[] { 1, 1, 15, 1, 15, 15 }); gc.dispose(); Menu menu = new Menu(shell, SWT.BAR); MenuItem m1 = new MenuItem(menu, SWT.CASCADE); m1.setText("menu1"); MenuItem m2 = new MenuItem(menu, SWT.CASCADE); m2.setText("menu2"); MenuItem m3 = new MenuItem(menu, SWT.CASCADE); m3.setImage(image); shell.setMenuBar(menu); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } System.exit(0); } } | resolved fixed | 9a4b919 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-10T18:04:00Z" | "2004-01-09T17:40:00Z" |
50,151 | Bug 50151 Using SWT.RIGHT on a ToolBar leaves blank space | build I20040113 - changed the RCP Browser example to create its ToolBar using SWT.FLAT | SWT.RIGHT - the ToolBar has 4 ToolItems: Back (image only), Forward (image only), Stop (text only) and Refresh (text only) - when it comes up, the Back and Forward items have a fair bit of blank space after the arrow images (see attached screen shot) From scanning MSDN, it seems like this is platform behaviour on Windows, but it's almost certainly not what an app wants. I think that many RCP apps will want this style, with tool items having mixed icons and text, with no extra blank spaces (compare with IE). | resolved fixed | 014ccfa | ["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/ToolBar.java", "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 | "2004-03-10T16:07:41Z" | "2004-01-16T19:06:40Z" |
53,141 | Bug 53141 JVM crash at eclipse exit | The JVM crashes when eclipse 3.0M7-motif exits to the shell. The crash occured after I changed fonts. The crash is reproducible on my machine. Steps to reproduce: - start eclipse - open Window/Preferences/Workbench/Fonts - select Banner Font - click on Change - select a scalable font - click OK - click Apply - click OK - exit eclipse by clicking on 'close' button on the window - confirm with OK - wait for crash report on the terminal This is the "User preferences" part of the config: *** User Preferences: #Wed Feb 25 20:17:59 EST 2004 org.eclipse.ui.workbench/org.eclipse.jface.dialogfont=1|tahoma|17|0|MOTIF|1|-microsoft-tahoma-medium-r-normal--17-170-72-72-p-76-iso8859-1; org.eclipse.ui.ide/INTRO=false org.eclipse.ui.workbench=3.0.0 org.eclipse.ui.workbench/org.eclipse.jface.bannerfont=1|tahoma|14|0|MOTIF|1|-microsoft-tahoma-medium-r-normal--14-140-72-72-p-62-iso8859-1; org.eclipse.ui.ide/WELCOME_DIALOG=false org.eclipse.ui.ide=3.0.0 The error message from JVM: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0xFF232C88 Function=strcmp+0x238 Library=/usr/lib/libc.so.1 Current Java thread: at org.eclipse.swt.internal.motif.OS.XtDestroyWidget(Native Method) - locked <0xf5827e78> (a java.lang.Class) at org.eclipse.swt.widgets.Display.destroyDisplay(Display.java:728) at org.eclipse.swt.widgets.Display.destroy(Display.java:707) at org.eclipse.swt.graphics.Device.dispose(Device.java:232) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1534) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:265) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:104) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) Dynamic libraries: 0x10000 /usr/bin/java 0xff360000 /usr/lib/libthread.so.1 0xff3a0000 /usr/lib/libdl.so.1 0xff200000 /usr/lib/libc.so.1 0xff330000 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1 0xfe000000 /usr/j2se/jre/lib/sparc/client/libjvm.so 0xff2e0000 /usr/lib/libCrun.so.1 0xff1e0000 /usr/lib/libsocket.so.1 0xff100000 /usr/lib/libnsl.so.1 0xff0d0000 /usr/lib/libm.so.1 0xff1c0000 /usr/lib/libsched.so.1 0xff310000 /usr/lib/libw.so.1 0xff0a0000 /usr/lib/libmp.so.2 0xff070000 /usr/j2se/jre/lib/sparc/native_threads/libhpi.so 0xfe7d0000 /usr/j2se/jre/lib/sparc/libverify.so 0xfe790000 /usr/j2se/jre/lib/sparc/libjava.so 0xff020000 /usr/j2se/jre/lib/sparc/libzip.so 0xfe500000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2 0xfe470000 /usr/j2se/jre/lib/sparc/libnet.so 0xfe440000 /usr/j2se/jre/lib/sparc/libnio.so 0xfdfe0000 /usr/lib/librt.so.1 0xfdfc0000 /usr/lib/libaio.so.1 0xfbb90000 /opt/local/eclipse/plugins/org.eclipse.swt.motif_3.0.0/os/solaris/sparc/libswt-motif-3038.so 0xf0a80000 /usr/lib/libXm.so.4 0xfba90000 /usr/openwin/lib/libXt.so.4 0xf1300000 /usr/openwin/lib/libX11.so.4 0xfc2b0000 /usr/openwin/lib/libXp.so.1 0xfb9e0000 /usr/openwin/lib/libSM.so.6 0xfb9b0000 /usr/openwin/lib/libICE.so.6 0xfb8d0000 /usr/openwin/lib/libXext.so.0 0xfc290000 /usr/openwin/lib/locale/common/xlibi18n.so.2 0xfb990000 /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2 0xfb8b0000 /usr/lib//liblayout.so 0xfb860000 /usr/openwin/lib/locale/common/ximlocal.so.2 Heap at VM Abort: Heap def new generation total 2112K, used 1842K [0xf1400000, 0xf1620000, 0xf1b10000) eden space 2048K, 86% used [0xf1400000, 0xf15bcbf0, 0xf1600000) from space 64K, 100% used [0xf1610000, 0xf1620000, 0xf1620000) to space 64K, 0% used [0xf1600000, 0xf1600000, 0xf1610000) tenured generation total 9096K, used 7475K [0xf1b10000, 0xf23f2000, 0xf5400000) the space 9096K, 82% used [0xf1b10000, 0xf225cd38, 0xf225ce00, 0xf23f2000) compacting perm gen total 12032K, used 11874K [0xf5400000, 0xf5fc0000, 0xf9400000) the space 12032K, 98% used [0xf5400000, 0xf5f98a08, 0xf5f98c00, 0xf5fc0000) Local Time = Wed Feb 25 20:00:47 2004 Elapsed Time = 244 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode) # # An error report file has been saved as hs_err_pid11931.log. # Please refer to the file for further information. # bash-2.05b$ uname -a SunOS joanna 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-5_10 bash-2.05b$ java -version java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) Eclipse info: Version: 3.0.0 Build: 200402122000 | resolved fixed | e184d65 | ["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 | "2004-03-05T17:13:23Z" | "2004-02-26T01:46:40Z" |
53,221 | Bug 53221 [SWT Examples] Save As Dialog of Image Analyzer does not provide the correct file path | null | resolved fixed | 194092c | ["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 | "2004-03-05T15:20:12Z" | "2004-02-26T21:13:20Z" |
52,935 | Bug 52935 Emulated Coolbar does not support wrapping | The emulated coolbar does not support wrapping. In eclipse this results in bad resize behaviour in the top toolbar area on Mac, Motif, and GTK. Wrapping only occurs if the wrap indices are explicitely set through the API setWrapIndices. It should occur when there is not enough horizontal room to show all the coolitems but there is enough vertical room. Also, CoolBar.computeSize does not give a wrapped height if the width is less than the default width. See the following example: public static void main(String[] args) { Display display = new Display(); Image smallImage = new Image(display, EclipseLAF.class.getResourceAsStream("../images/monochrome16x16.bmp")); Shell shell = new Shell(display); final CoolBar coolbar1 = new CoolBar (shell, SWT.FLAT | SWT.WRAP); coolbar1.setBackground(display.getSystemColor(SWT.COLOR_RED)); ToolBar toolBar1 = new ToolBar (coolbar1, SWT.FLAT); for (int i = 0; i < 20; i++) { ToolItem coolToolItem = new ToolItem (toolBar1, SWT.PUSH); coolToolItem.setImage(smallImage); } CoolItem coolItem1 = new CoolItem (coolbar1, SWT.NONE); coolItem1.setControl (toolBar1); Point size = toolBar1.computeSize (SWT.DEFAULT, SWT.DEFAULT); coolItem1.setMinimumSize(toolBar1.computeSize (size.x, size.y)); coolItem1.setSize(coolItem1.computeSize (size.x, size.y)); toolBar1 = new ToolBar (coolbar1, SWT.FLAT); for (int i = 0; i < 20; i++) { ToolItem coolToolItem = new ToolItem (toolBar1, SWT.PUSH); coolToolItem.setImage(smallImage); } coolItem1 = new CoolItem (coolbar1, SWT.NONE); coolItem1.setControl (toolBar1); size = toolBar1.computeSize (SWT.DEFAULT, SWT.DEFAULT); coolItem1.setMinimumSize(toolBar1.computeSize (size.x, size.y)); coolItem1.setSize(coolItem1.computeSize (size.x, size.y)); toolBar1 = new ToolBar (coolbar1, SWT.FLAT); for (int i = 0; i < 20; i++) { ToolItem coolToolItem = new ToolItem (toolBar1, SWT.PUSH); coolToolItem.setImage(smallImage); } coolItem1 = new CoolItem (coolbar1, SWT.NONE); coolItem1.setControl (toolBar1); size = toolBar1.computeSize (SWT.DEFAULT, SWT.DEFAULT); coolItem1.setMinimumSize(toolBar1.computeSize (size.x, size.y)); coolItem1.setSize(coolItem1.computeSize (size.x, size.y)); System.out.println(coolbar1.computeSize(100, SWT.DEFAULT)); System.out.println(coolbar1.computeSize(400, SWT.DEFAULT)); coolbar1.setSize(150, 200); coolbar1.setLocation(10, 10); shell.setSize(500, 500); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } | resolved fixed | 7a19591 | ["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 | "2004-03-04T23:29:02Z" | "2004-02-24T13:40:00Z" |
53,519 | Bug 53519 CheckboxTableViewer does not receive selection events | null | resolved fixed | 6704764 | ["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 | "2004-03-04T19:41:18Z" | "2004-03-02T20:40:00Z" |
52,899 | Bug 52899 [misc] Unacceptably poor performance using Replace dialog under SWT/GTK | null | resolved fixed | 1f6c548 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Canvas.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Canvas.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-04T19:08:52Z" | "2004-02-24T08:06:40Z" |
52,536 | Bug 52536 [SWT Examples] Setting the style to SWT.FLAT has no effect on Buttons | null | resolved fixed | d10d490 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Button.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-04T19:08:29Z" | "2004-02-19T19:46:40Z" |
53,394 | Bug 53394 ArrayIndexOutOfBoundsException in ColorDialog | I20040226 1. Go to preferences, Workbench->Appearance 2. Deselect "Use platform colors" and press the button for the view foreground color -> the color chooser dialog appears 3. Hover over the color chooser area with the mouse, keep the left mouse button pressed. 4. While keeping the mouse button pressed, leave the dialog with the cursor and move the cursor around the screen. -> I get tons of these (various out of bounds indices): !ENTRY org.eclipse.ui 4 4 Mar 01, 2004 16:01:43.99 !MESSAGE Unhandled event loop exception Unhandled event loop exception Reason: !ENTRY org.eclipse.ui 4 0 Mar 01, 2004 16:01:43.100 !MESSAGE -1 !STACK 0 java.lang.ArrayIndexOutOfBoundsException: -1 at org.eclipse.swt.widgets.ColorDialog.mouseMove(ColorDialog.java:333) at org.eclipse.swt.widgets.ColorDialog.handleEvents(ColorDialog.java:217) at org.eclipse.swt.widgets.ColorDialog$1.handleEvent(ColorDialog.java:314) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2400) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2157) at org.eclipse.jface.window.Window.runEventLoop(Window.java:643) at org.eclipse.jface.window.Window.open(Window.java:623) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:731) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2400) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2157) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1566) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1542) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:263) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) -1 | resolved fixed | 7d1c253 | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/ColorDialog.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-03T23:24:22Z" | "2004-03-01T14:06:40Z" |
53,556 | Bug 53556 Index out of bounds resizing preference page | I20040302 JDK 1.4.2 Steps: Window>Preferences>Color and Fonts Changed the Category to "Uncategorized" Attempted to resize the preferences dialog I have not been able to reproduce. java.lang.IllegalArgumentException: Index out of bounds at org.eclipse.swt.SWT.error(SWT.java:2611) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Widget.error(Widget.java:377) at org.eclipse.swt.widgets.Table.getItem(Table.java:894) at org.eclipse.swt.widgets.Table.WM_ERASEBKGND(Table.java:2517) at org.eclipse.swt.widgets.Control.windowProc(Control.java:2957) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2880) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1300) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:391) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3020) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1436) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2880) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1764) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2027) at org.eclipse.jface.window.Window.runEventLoop(Window.java:638) at org.eclipse.jface.window.Window.open(Window.java:618) at org.eclipse.ui.internal.OpenPreferencesAction.run (OpenPreferencesAction.java:72) at org.eclipse.jface.action.Action.runWithEvent(Action.java:881) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2352) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2033) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1509) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1480) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) | resolved fixed | dbb1077 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-03T19:58:02Z" | "2004-03-02T23:26:40Z" |
53,638 | Bug 53638 eclipse startup problem | !SESSION Mar 03, 2004 11:48:33.138 -------------------------------------------- - java.version=1.4.2_03 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: - data /home/dpollock/Source/Eclipse/Workspaces/SelfHosted -dev bin - debug /home/dpollock/Source/Eclipse/eclipseDebuggingOptions.txt !ENTRY org.eclipse.core.resources 4 271 Mar 03, 2004 11:48:33.139 !MESSAGE File not found: /opt/eclipse/plugins/org.apache.ant_1.6.0/plugin.xml. !ENTRY org.eclipse.core.resources 4 271 Mar 03, 2004 11:48:33.461 !MESSAGE File not found: /opt/eclipse/plugins/org.eclipse.releng.tools_3.0.2/plugin.xml. !ENTRY org.eclipse.core.resources 4 271 Mar 03, 2004 11:48:33.554 !MESSAGE File not found: /opt/eclipse/plugins/org.eclipse.tomcat_4.1.29/META- INF/MANIFEST.MF. !ENTRY org.eclipse.core.resources 4 271 Mar 03, 2004 11:48:33.950 !MESSAGE File not found: /opt/eclipse/plugins/org.eclipse.update.configurator_3.0.0/META- INF/MANIFEST.MF. !ENTRY org.eclipse.core.runtime 4 2 Mar 03, 2004 11:48:35.631 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NoSuchMethodError: DragGetData at org.eclipse.swt.internal.Callback.bind(Native Method) at org.eclipse.swt.internal.Callback.<init>(Callback.java:102) at org.eclipse.swt.internal.Callback.<init>(Callback.java:60) at org.eclipse.swt.dnd.DragSource.<clinit>(DragSource.java:113) at org.eclipse.jface.viewers.StructuredViewer.addDragSupport (StructuredViewer.java:177) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.addDragAdapters (TypeHierarchyViewPart.java:699) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.initDragAndDrop (TypeHierarchyViewPart.java:677) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.createPartContr ol(TypeHierarchyViewPart.java:737) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:119) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:115) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:323) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:231) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:276) at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:596) at org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:535) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:240) at org.eclipse.ui.internal.PerspectivePresentation.activate (PerspectivePresentation.java:117) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:631) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1958) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1669) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1656) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1249) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1321) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1289) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1211) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1167) at org.eclipse.ui.internal.Workbench.init(Workbench.java:901) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1457) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) !ENTRY org.eclipse.core.runtime 4 2 Mar 03, 2004 11:48:36.22 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 java.lang.NoClassDefFoundError at org.eclipse.jface.viewers.StructuredViewer.addDragSupport (StructuredViewer.java:177) at org.eclipse.ui.views.markers.internal.MarkerView.initDragAndDrop (MarkerView.java:365) at org.eclipse.ui.views.markers.internal.MarkerView.createPartControl (MarkerView.java:267) at org.eclipse.ui.internal.PartPane$1.run(PartPane.java:119) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:115) at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:323) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:231) at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:276) at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:596) at org.eclipse.ui.internal.PartTabFolder.createControl(PartTabFolder.java:535) at org.eclipse.ui.internal.PartSashContainer.createControl (PartSashContainer.java:240) at org.eclipse.ui.internal.PerspectivePresentation.activate (PerspectivePresentation.java:117) at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:631) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1958) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1669) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1656) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1249) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1321) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1289) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1211) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1167) at org.eclipse.ui.internal.Workbench.init(Workbench.java:901) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1457) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) !ENTRY org.eclipse.core.runtime 4 2 Mar 03, 2004 11:48:36.152 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.runtime". !STACK 0 org.eclipse.swt.SWTException: Widget is disposed at org.eclipse.swt.SWT.error(SWT.java:2625) at org.eclipse.swt.SWT.error(SWT.java:2555) at org.eclipse.swt.widgets.Widget.error(Widget.java:373) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:309) at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:670) at org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart.setFocus (TypeHierarchyViewPart.java:519) at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:469) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:466) at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:1975) at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1669) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage (WorkbenchWindow.java:1656) at org.eclipse.ui.internal.WorkbenchWindow.restoreState (WorkbenchWindow.java:1249) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1321) at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1289) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1211) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.ui.internal.Workbench.openPreviousWorkbenchState (Workbench.java:1167) at org.eclipse.ui.internal.Workbench.init(Workbench.java:901) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1457) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:48) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:260) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:305) at org.eclipse.core.launcher.Main.run(Main.java:745) at org.eclipse.core.launcher.Main.main(Main.java:713) !ENTRY org.eclipse.jdt.core 4 -1 Mar 03, 2004 11:48:43.637 !MESSAGE I/O exception. !STACK 0 java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.zip.ZipFile.<init>(ZipFile.java:72) at org.eclipse.jdt.internal.core.JavaModelManager.getZipFile (JavaModelManager.java:971) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getJar (JarPackageFragmentRoot.java:210) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren (JarPackageFragmentRoot.java:76) at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure (PackageFragmentRoot.java:173) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:169) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed (JavaElement.java:543) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:280) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:266) at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:221) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locatePackageDeclara tions(MatchLocator.java:802) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locatePackageDeclara tions(MatchLocator.java:766) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches (JavaSearchParticipant.java:162) at org.eclipse.jdt.internal.core.search.pattern.InternalSearchPattern.findMatches (InternalSearchPattern.java:107) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:739) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:707) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.findOwningPluginId (BundlePluginBase.java:338) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.addImportsFromImport edPackages(BundlePluginBase.java:261) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.getImports (BundlePluginBase.java:195) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:75) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:163) at org.eclipse.pde.internal.core.RequiredPluginsClasspathContainer.getClasspathEnt ries(RequiredPluginsClasspathContainer.java:46) at org.eclipse.jdt.internal.core.JavaModelManager.containerPut (JavaModelManager.java:193) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3324) at org.eclipse.pde.internal.core.ModelEntry.updateClasspathContainer (ModelEntry.java:107) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:40) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.search.JavaSearchScope.add (JavaSearchScope.java:78) at org.eclipse.jdt.core.search.SearchEngine.createJavaSearchScope (SearchEngine.java:299) at org.eclipse.jdt.core.search.SearchEngine.createJavaSearchScope (SearchEngine.java:257) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.findOwningPluginId (BundlePluginBase.java:306) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.addImportsFromImport edPackages(BundlePluginBase.java:261) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.getImports (BundlePluginBase.java:195) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:75) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:163) at org.eclipse.pde.internal.core.RequiredPluginsClasspathContainer.getClasspathEnt ries(RequiredPluginsClasspathContainer.java:46) at org.eclipse.jdt.internal.core.JavaModelManager.containerPut (JavaModelManager.java:193) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3324) at org.eclipse.pde.internal.core.ModelEntry.updateClasspathContainer (ModelEntry.java:107) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:40) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.DeltaProcessingState.initializeRoots (DeltaProcessingState.java:147) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:698) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1567) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3203) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3332) at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize (JREContainerInitializer.java:51) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3323) at org.eclipse.pde.internal.core.ModelEntry.updateUnknownClasspathContainer (ModelEntry.java:146) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:38) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.search.JavaSearchScope.add (JavaSearchScope.java:78) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.initialize (JavaWorkspaceScope.java:79) at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init> (JavaSearchScope.java:52) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.<init> (JavaWorkspaceScope.java:30) at org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope (SearchEngine.java:430) at org.eclipse.jdt.internal.corext.util.AllTypesCache.search (AllTypesCache.java:503) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearchTypes (AllTypesCache.java:180) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run (AllTypesCache.java:149) !ENTRY org.eclipse.jdt.core 4 -1 Mar 03, 2004 11:48:43.649 !MESSAGE I/O exception. !STACK 0 java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.zip.ZipFile.<init>(ZipFile.java:72) at org.eclipse.jdt.internal.core.JavaModelManager.getZipFile (JavaModelManager.java:971) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.getJar (JarPackageFragmentRoot.java:210) at org.eclipse.jdt.internal.core.JarPackageFragmentRoot.computeChildren (JarPackageFragmentRoot.java:76) at org.eclipse.jdt.internal.core.PackageFragmentRoot.buildStructure (PackageFragmentRoot.java:173) at org.eclipse.jdt.internal.core.Openable.generateInfos(Openable.java:169) at org.eclipse.jdt.internal.core.JavaElement.openWhenClosed (JavaElement.java:543) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:280) at org.eclipse.jdt.internal.core.JavaElement.getElementInfo (JavaElement.java:266) at org.eclipse.jdt.internal.core.JavaElement.getChildren(JavaElement.java:221) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locatePackageDeclara tions(MatchLocator.java:802) at org.eclipse.jdt.internal.core.search.matching.MatchLocator.locatePackageDeclara tions(MatchLocator.java:766) at org.eclipse.jdt.internal.core.search.JavaSearchParticipant.locateMatches (JavaSearchParticipant.java:162) at org.eclipse.jdt.internal.core.search.pattern.InternalSearchPattern.findMatches (InternalSearchPattern.java:107) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:739) at org.eclipse.jdt.core.search.SearchEngine.search(SearchEngine.java:707) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.findOwningPluginId (BundlePluginBase.java:338) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.addImportsFromImport edPackages(BundlePluginBase.java:261) at org.eclipse.pde.internal.core.osgi.bundle.BundlePluginBase.getImports (BundlePluginBase.java:195) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:75) at org.eclipse.pde.internal.core.ClasspathUtilCore.computePluginEntries (ClasspathUtilCore.java:163) at org.eclipse.pde.internal.core.RequiredPluginsClasspathContainer.getClasspathEnt ries(RequiredPluginsClasspathContainer.java:46) at org.eclipse.jdt.internal.core.JavaModelManager.containerPut (JavaModelManager.java:193) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3324) at org.eclipse.pde.internal.core.ModelEntry.updateClasspathContainer (ModelEntry.java:107) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:40) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.DeltaProcessingState.initializeRoots (DeltaProcessingState.java:147) at org.eclipse.jdt.internal.core.JavaModelOperation.run (JavaModelOperation.java:698) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1567) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:3203) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3332) at org.eclipse.jdt.internal.launching.JREContainerInitializer.initialize (JREContainerInitializer.java:51) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:3323) at org.eclipse.pde.internal.core.ModelEntry.updateUnknownClasspathContainer (ModelEntry.java:146) at org.eclipse.pde.internal.core.RequiredPluginsInitializer.initialize (RequiredPluginsInitializer.java:38) at org.eclipse.jdt.core.JavaCore$1.run(JavaCore.java:1171) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java:638) at org.eclipse.core.runtime.Platform.run(Platform.java:497) at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1166) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1867) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1790) at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath (JavaProject.java:1762) at org.eclipse.jdt.internal.core.search.JavaSearchScope.add (JavaSearchScope.java:78) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.initialize (JavaWorkspaceScope.java:79) at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init> (JavaSearchScope.java:52) at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.<init> (JavaWorkspaceScope.java:30) at org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope (SearchEngine.java:430) at org.eclipse.jdt.internal.corext.util.AllTypesCache.search (AllTypesCache.java:503) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.doSearchTypes (AllTypesCache.java:180) at org.eclipse.jdt.internal.corext.util.AllTypesCache$TypeCacher.run (AllTypesCache.java:149) | resolved fixed | 04dbb5b | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/DragSource.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-03T17:20:36Z" | "2004-03-03T16:06:40Z" |
53,419 | Bug 53419 viewing preference page makes preferences tree unresponsive | 2.1.3 RC1 - open the preferences dialog - click around between preference pages, see that it seems fine - click on page Team > CVS > Label Decorations - now click around, note that the page pane on the right no longer updates to display the currently selected page | resolved fixed | a016d09 | ["bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/graphics/GCData.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Composite.java", "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 | "2004-03-02T19:24:00Z" | "2004-03-01T16:53:20Z" |
53,404 | Bug 53404 Menu.getSize does not return the correct value | The method Menu.getSize returns a different value depending on where the parent widget is located when the API is called. Run the following example. Move the shell around the screen and click on the button. Note the menu size is reported for each click and it is different each time you move the window. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); final Button b = new Button(shell, SWT.PUSH); b.setBounds(10, 10, 200, 200); b.setText("click to show menu"); b.addSelectionListener(new SelectionAdapter() { public void widgetSelected (org.eclipse.swt.events.SelectionEvent e) { Menu menu = new Menu(b); for (int i = 0; i < 10; i++) { MenuItem item = new MenuItem(menu, SWT.NONE); item.setText("item "+i); } System.out.println("Menu size is "+menu.getSize()); menu.dispose(); } }); shell.pack(); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } | resolved wontfix | 889f93f | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-02T19:19:10Z" | "2004-03-01T16:53:20Z" |
21,234 | Bug 21234 TableItem.setImageIndent does not indent items | Build 2.0, Linux/GTK Try running the following under GTK and you'll notice that the TableTreeItems are not indented. They are indented under Win2k and Linux/Motif, though: import org.eclipse.swt.SWT; import org.eclipse.swt.custom.TableTree; import org.eclipse.swt.custom.TableTreeItem; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; public class TableTreeTest { public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); TableTree tree = new TableTree(shell, SWT.FULL_SELECTION); TableTreeItem item = new TableTreeItem(tree, SWT.NONE); item.setText("Foo"); TableTreeItem item2 = new TableTreeItem(item, SWT.NONE); item2.setText("Child 1 of Foo"); item2 = new TableTreeItem(item, SWT.NONE); item2.setText("Child 2 of Foo"); item = new TableTreeItem(item2, SWT.NONE); item.setText("Child 1 of Child 2 of Foo"); shell.open(); shell.setSize(400, 400); while (!shell.isDisposed()) if (!display.readAndDispatch()) display.sleep(); display.dispose(); } } | resolved wontfix | 9d3b6c9 | ["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 | "2004-03-02T18:58:46Z" | "2002-07-04T13:40:00Z" |
53,440 | Bug 53440 critical warnings when running jnigen tool | run jnigen tool tons of glib warnings come up | resolved fixed | f18d742 | ["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 | "2004-03-01T21:14:29Z" | "2004-03-01T22:26:40Z" |
39,892 | Bug 39892 SWT error thrown when refreshing the properties page | An SWT error is thrown when the property sheet is populated when it is NOT currently visible. The problem appears to be that OS.gtk_tree_view_get_cell_area(int tree_view, int path, int column, GdkRectangle rect) does not update the supplied rectangle's height. A. org.eclipse.swt.custom.TableTreeItem constructor() A.1 parent.getItemHeight() # calculate the height of a table cell B. org.eclipse.swt.widgets.Table#getItemHeight() B.1 new GtkRectangle() # creates an empty [0,0,0,0] rectangle) B.2 OS.gtk_tree_view_get_cell_area(...) # does not update the rectangle; i.e., it is still [0,0,0,0] B.3 return GtkRectangle.height A.2 new Image( null, height, height ) #i.e., new Image( null, 0, 0 ) >> will cause an SWT error C. Image#init( Device device, int width, int height ) { if ( width <= 0 || height <=0 ) { SWT.error(...) }...} | resolved fixed | 89324c3 | ["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 | "2004-03-01T17:55:25Z" | "2003-07-10T18:00:00Z" |
53,388 | Bug 53388 [64] Crash in g_signal_lookup | From Juergen Kreileder : I've tried a few simple tests with N20040228 and our current J2SE 1.4.2&1.5.0 builds for AMD64: The tests crashed right at startup in about 50% of all tries. Ie. it looks like there are still some pointers stored in (or truncated to) 32-bit ints and SWT only works if the real pointer happens to point into the first 2G of mem. All crashes seem to happen in OS.g_signal_lookup() with broken pointers like 0xffffffffe28b9c70 (which should have been 0x2ae28b9c70), I'll take a closer look at it if I find some time. | resolved fixed | e83057c | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/gtk/org/eclipse/swt/internal/gtk/OS.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-03-01T14:37:45Z" | "2004-03-01T14:06:40Z" |
52,947 | Bug 52947 Cheese with Toolbar on parent with SWT.NO_BACKGROUND | Run the following snippet on Windows XP with a manifest. The toolbar does not draw properly and appears as a black rectangle. If the ToolBar style is SWT.NONE (i.e. not SWT.FLAT) the problem goes away. public static void main(String[] args) { final Display display = new Display(); Shell shell = new Shell(display); shell.setLayout(new FillLayout()); Composite c = new Composite(shell, SWT.NO_BACKGROUND); c.addPaintListener(new PaintListener() { public void paintControl(PaintEvent e) { Point size = ((Control)e.widget).getSize(); e.gc.setBackground(display.getSystemColor (SWT.COLOR_RED)); e.gc.fillRectangle(-10, -10, size.x+20, size.y + 20); } }); ToolBar tb = new ToolBar (c, SWT.FLAT); for (int i = 0; i < 20; i++) { ToolItem item = new ToolItem (tb, SWT.PUSH); item.setText("Item "+i); } tb.setBounds(10, 10, 300, 50); shell.setSize(500, 300); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } | resolved fixed | 353e148 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-27T00:52:01Z" | "2004-02-24T16:26:40Z" |
53,128 | Bug 53128 Shell.setRegion() should check if region is disposed... | ...and throw InvalidArgumentException. | resolved fixed | 907c4dd | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/photon/org/eclipse/swt/widgets/Shell.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 | "2004-02-26T00:20:28Z" | "2004-02-25T23:00:00Z" |
52,733 | Bug 52733 Deadlock expand of HEAD | - nightly build: eclipse-SDK-N20040221-macosx-carbon.tar - started first time - closed welcome - switched to CVS perspective - connected to eclipse.org - attempted to expand HEAD - eclipse became unresponsive (i.e. spinning ball cursor == no events being processed) !SESSION Feb 21, 2004 08:52:13.827 --------------------------------------------- java.version=1.4.2_03 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US Command-line arguments: -keyring /Users/mcq/.eclipse_keyring -showlocation -data workspace !ENTRY org.eclipse.team.cvs.ssh 1 0 Feb 21, 2004 08:52:13.830 !MESSAGE Host key for dev.eclipse.org was not found in the list of known hosts stored in /Users/mcq/ Desktop/eclipse/workspace/.metadata/.plugins/org.eclipse.team.cvs.ssh/known_hosts. The key is being automatically added to the known_hosts file for you. This key, which is like a personal signature, is used by Eclipse to guarantee that the host it is communicating with is the correct one. If the Eclipse client detects a change in this key you will be notified. Full thread dump Java HotSpot(TM) Client VM (1.4.2-34 mixed mode): "Worker-4" prio=5 tid=0x0055ac10 nid=0x1c9cc00 in Object.wait() [f080f000..f080fb20] at java.lang.Object.wait(Native Method) - waiting on <0x62dd4a58> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.sleep(WorkerPool.java:185) - locked <0x62dd4a58> (a org.eclipse.core.internal.jobs.WorkerPool) at org.eclipse.core.internal.jobs.WorkerPool.startJob(WorkerPool.java:211) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) "Worker-0" prio=5 tid=0x0054d500 nid=0x1bd9600 waiting on condition [f0509000..f0509b20] at java.lang.Thread.sleep(Native Method) at org.eclipse.ui.internal.progress.AnimationManager.animateLoop(AnimationManager.java:239) at org.eclipse.ui.internal.progress.AnimationManager$3.run(AnimationManager.java:377) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62) "Start Level Event Dispatcher" daemon prio=5 tid=0x005140e0 nid=0x1851400 in Object.wait() [f0488000..f0488b20] at java.lang.Object.wait(Native Method) - waiting on <0x62ae4470> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:167) - locked <0x62ae4470> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:118) "Framework Event Dispatcher" daemon prio=5 tid=0x00511740 nid=0x186c800 in Object.wait() [f0407000..f0407b20] at java.lang.Object.wait(Native Method) - waiting on <0x62aa0140> (a org.eclipse.osgi.framework.eventmgr.EventThread) at java.lang.Object.wait(Object.java:429) at org.eclipse.osgi.framework.eventmgr.EventThread.getNextEvent(EventThread.java:167) - locked <0x62aa0140> (a org.eclipse.osgi.framework.eventmgr.EventThread) at org.eclipse.osgi.framework.eventmgr.EventThread.run(EventThread.java:118) "Signal Dispatcher" daemon prio=10 tid=0x00507fc0 nid=0x1812600 waiting on condition [0..0] "Finalizer" daemon prio=8 tid=0x00506ad0 nid=0x180e000 in Object.wait() [f0203000..f0203b20] at java.lang.Object.wait(Native Method) - waiting on <0x62aa0268> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) - locked <0x62aa0268> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) "Reference Handler" daemon prio=10 tid=0x005067a0 nid=0x1802600 in Object.wait() [f0182000..f0182b20] at java.lang.Object.wait(Native Method) - waiting on <0x62aa0050> (a java.lang.ref.Reference$Lock) at java.lang.Object.wait(Object.java:429) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115) - locked <0x62aa0050> (a java.lang.ref.Reference$Lock) "main" prio=6 tid=0x00500c30 nid=0xa000a1ec runnable [bfffc000..bffff648] at org.eclipse.swt.internal.carbon.OS.ReshapeCustomWindow(Native Method) at org.eclipse.swt.widgets.Shell.setRegion(Shell.java:1176) at org.eclipse.ui.internal.AssociatedWindow$2.getRegion(AssociatedWindow.java:270) at org.eclipse.ui.internal.AssociatedWindow$2.paintControl(AssociatedWindow.java:247) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1183) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1207) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1192) at org.eclipse.swt.widgets.Control.drawWidget(Control.java:538) at org.eclipse.swt.widgets.Shell.drawWidget(Shell.java:490) at org.eclipse.swt.widgets.Widget.kEventControlDraw(Widget.java:862) at org.eclipse.swt.widgets.Canvas.kEventControlDraw(Canvas.java:105) at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:313) at org.eclipse.swt.widgets.Display.controlProc(Display.java:626) at org.eclipse.swt.internal.carbon.OS.ShowWindow(Native Method) at org.eclipse.swt.widgets.Shell.setWindowVisible(Shell.java:1241) at org.eclipse.swt.widgets.Shell.setVisible(Shell.java:1210) at org.eclipse.ui.internal.progress.ProgressFloatingWindow.open(ProgressFloatingWindow.java: 237) at org.eclipse.ui.internal.progress.AnimationItem$6.runInUIThread(AnimationItem.java:207) - locked <0x62faea20> (a java.lang.Object) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:90) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106) - locked <0x61d30a18> (a org.eclipse.swt.widgets.RunnableLock) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2094) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1917) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1546) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1522) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) "VM Thread" prio=5 tid=0x00506020 nid=0x1802e00 runnable "VM Periodic Task Thread" prio=10 tid=0x00507f30 nid=0x1809c00 waiting on condition "Exception Catcher Thread" prio=10 tid=0x00500e60 nid=0x1802a00 runnable | resolved fixed | 1397638 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Shell.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Widget.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-25T20:45:17Z" | "2004-02-21T13:26:40Z" |
53,063 | Bug 53063 Changing the style of a Label from SWT.SHADOW_IN to SWT.SHADOW_NONE does not make a difference in the appearance of the Label | null | resolved fixed | 20d86f3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "PI/motif/org/eclipse/swt/internal/motif/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Label.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-25T16:42:51Z" | "2004-02-25T14:40:00Z" |
52,862 | Bug 52862 SPACE gets inserted into styledtext using system menu | public static void main(String[] args) { Display d = Display.getDefault(); Shell shell = new Shell(d); shell.setLayout(new FillLayout(SWT.VERTICAL)); new StyledText(shell, SWT.BORDER).setText("string"); Display.getCurrent().addFilter(SWT.KeyDown, new Listener() { public void handleEvent(Event event) {} }); shell.setSize(600,500); shell.open(); while (!shell.isDisposed()) while (!d.readAndDispatch()) d.sleep(); } Steps to reproduce: 1)Place the caret in the middle of a word. 2) Press ALT+SPACE 3) Press N (without ALT) 4) Restore the window and you'll see a space inserted. This is very annoying because users are constantly dirtying their text editor when they minimize the foreground workbenchwindow. Their may be 2 problems, a) ALT+SPACE should not get sent to the focused Control, and b) does styled text widget insert SPACE when it receives ALT+SPACE? | resolved fixed | ea405f6 | ["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 | "2004-02-24T19:27:45Z" | "2004-02-23T21:00:00Z" |
52,541 | Bug 52541 [SWT Examples] CoolBar Buttons with a dropdown menu do not behave correctly | null | resolved fixed | d6602fa | ["examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/CoolBarTab.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-23T17:55:15Z" | "2004-02-19T22:33:20Z" |
52,337 | Bug 52337 LZWCodec#maskTable should be a static final field | 3.0M7 This array is set in two different methods to always the same value. It should be a static final field. | resolved fixed | ef593b1 | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/LZWCodec.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-18T15:27:02Z" | "2004-02-18T07:40:00Z" |
51,374 | Bug 51374 Need MenuBar to support Images on PocketPC | display space is very limited, And being able to put a Button on the MenuBar can recover the space that is lost any ways, leave a larger space for user data | resolved fixed | 611c48b | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Menu.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/MenuItem.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 | "2004-02-16T22:54:41Z" | "2004-02-09T18:06:40Z" |
51,248 | Bug 51248 GUI thread does not process the GUI update requests timely, causing the display to be unresponsive | The design of the main event dispatch cycle (Display.readAndDispatch()) provides for GUI update events (executed asynchronously or synchronously on a non-gui thread) to run within the same "time horizon" as GUI events. The mechanism for this synchronization involves posting a "wake message" to the windows event queue and subsequently dispatching it to an invisible special purpose window with a handle hwndEvent. However the mechanism is not functioning properly because of 2 implementation defects: 1) The isWakeMessage() function incorrectly returns false for wake messages generated in Windows 2000/XP/NT (it works correctly in Windows CE). 2) The readAndDispatch() function does not properly dispatch the wake messages, causing them to be unnecessarily lost, and therefore not invoking the hwndEvent's windows function. This function handles the wake messages by invoking runAsyncEvents(). However due to the mentioned defects this never actually happens. All of the above leads to the unhelpful behavior of the async messages executing only when the windows queue is entirely empty. Since this is at the mercy of the OS, it leads to unpredictability of GUI updates executed from non-GUI threads in a real-time async application, such as our bond trading application, where it can lead to stale price data being displayed in the market windows. Suggested Fix (patch to org.eclipse.swt.widgets.Display): -----BEGIN PATCH----- Index: Display.java =================================================================== RCS file: /appl/cvs/MAIN/Source/org/eclipse/swt/widgets/Attic/Display.java,v retrieving revision 1.1.2.3 diff -u -r1.1.2.3 Display.java --- Display.java 5 Feb 2004 17:07:40 -0000 1.1.2.3 +++ Display.java 5 Feb 2004 17:09:24 -0000 @@ -11,6 +11,9 @@ package org.eclipse.swt.widgets; +//CBID debug support import +import org.apache.log4j.Category; +//end CBID debug support import import org.eclipse.swt.internal.*; import org.eclipse.swt.internal.win32.*; import org.eclipse.swt.*; @@ -93,6 +96,24 @@ */ public class Display extends Device { + + + + // start display debugging support block - CBID + static Category s_log = Category.getInstance(Display.class); + static boolean s_logOn = false; + int wakeReceived = 0; + int totalReceived = 0; + + public static void setLog(boolean log) + { + s_logOn = log; + } + public static boolean isLogOn() + { + return s_logOn; + } + //end display debugging support block - CBID /** * the handle to the OS message queue @@ -1390,7 +1411,18 @@ } boolean isWakeMessage (MSG msg) { - return msg.hwnd == hwndMessage && msg.message == OS.WM_NULL; +//@@@@ CBID FIX #1 +// The wake message is generated with hwnd of 0 in Windows NT/2000/XP +// see documentation on PostThreadMessage() + +//------ ORIGINAL LINE ---- commented out +// return msg.hwnd == hwndMessage && msg.message == OS.WM_NULL; +//------ END ORIGINAL --- +// ---- REPLACEMENT - wake message is type 0, hwnd is +// ---- either the hwndMessage (Windows CE) or 0 (Windows 2000/NT/XP) + return (msg.hwnd == hwndMessage || msg.hwnd == 0) + && msg.message == OS.WM_NULL; +//---- END REPLACEMENT } boolean isValidThread () { @@ -1440,6 +1472,12 @@ if (wParam != 0) dispose (); break; case OS.WM_NULL: + //start CBID display support block + if(s_logOn) + { + s_log.error("Dispatched wake message in Window Function, will run asynch from proper place; still left to process "+synchronizer.messageCount); + } + //end CBID display support block runAsyncMessages (); break; case OS.WM_QUERYENDSESSION: @@ -1461,6 +1499,12 @@ if (code >= 0) { OS.MoveMemory (hookMsg, lParam, MSG.sizeof); if (hookMsg.message == OS.WM_NULL) runAsyncMessages (); + //start CBID display debug support block + if(s_logOn && hookMsg.message == OS.WM_NULL) + { + s_log.debug("Calling wm_null in filter and running asyn"); + } + //end CBID display debug support block } return OS.CallNextHookEx (hHook, code, wParam, lParam); } @@ -1537,15 +1581,75 @@ drawMenuBars (); runPopups (); if (OS.PeekMessage (msg, 0, 0, 0, OS.PM_REMOVE)) { + //CBID debug block + totalReceived ++; + //end CBID debug block + if (!isWakeMessage (msg)) { if (!filterMessage (msg)) { OS.TranslateMessage (msg); OS.DispatchMessage (msg); } + //CBID debug block + if(s_logOn) + { + s_log.debug("***Display - processing Windows message:"+ + + msg.message + " window:" + msg.hwnd); + } + //end CBID debug block runDeferredEvents (); + //CBID debug block + if(s_logOn) + { + s_log.debug("***finished windows message from Peek:"+ + + msg.message + " window:" + msg.hwnd); + } + //end CBID debug block return true; } + //CBID fix #2 + //ORIGINAL BLOCK (empty) + //REPLACEMENT START + //The design indicates that the wake messages are + //intended to be dispatched to the windowproc of the + //hwndMessage (see window proc!) and invoke + //runAsyncEvents(). Because of the if statement + // (if(!wakeMessage (msg) the wake message is not + //dispatched to this window proc. The else block + //corrects this by dispatching the wake message + //to the window proc of the hwndMessage. + //(It is curious to note that because of the problem + //in isWakeMessage() implementation in Windows 2000 and XP + //the wake messages were not recognized as such and were dispatched + //normally, but lacking proper hwnd, they were ignored by the native + //windows dispatch code). + else + { + + wakeReceived++; + if(s_logOn) + { + s_log.debug("***Display - processing wake message:"+ + + msg.message + " window:" + msg.hwnd + " received total " + wakeReceived); + } + //necessary to make the message go to windowproc of hwndMessage + msg.hwnd=hwndMessage; + OS.DispatchMessage (msg); + if(s_logOn) + { + s_log.debug("***finished wake message:"+ + + msg.message + " window:" + msg.hwnd); + } + return true; + } + //END CBID replacement } + //CBID display debug support block + if(s_logOn) + { + s_log.debug("*** display - Running async events because the peekmessage returned false; still left " + synchronizer.messageCount ); + } + //end CBID display debug support block return runAsyncMessages (); } -----END PATCH----- | resolved fixed | 578025c | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/widgets/Synchronizer.java", "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 | "2004-02-13T19:11:54Z" | "2004-02-05T16:53:20Z" |
51,831 | Bug 51831 StyledText doesn't specify contents of its SelectionEvents | StyledText offers to send out SelectionEvents, but I found no specification about the contents of the SelectionEvent. SelectionEvent says that x and y fields are Widget-specific, but doesn't link to StyledText. StyledText#addSelectionListener(..) also doesn't specify the contents of the SelectionEvent. Looking at the implementation, I found that StyledText#sendSelectionEvent() fills the Event.x and Event.y fields from the field StyledText#selection. At the definition of this field, I found a wrong line comment, which reads... Point selection = new Point(0, 0); // x is character offset, y is length But when I look at the rest of the class, it seems as if - x is the start character offset - y is the offset of the next character after the selection (and NOT the length) Therefore, I suggest: - completing the Javadoc of StyledText#addSelectionListener() - correcting the erroneous comment of field StyledText#selection | resolved fixed | 4a89695 | ["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 | "2004-02-13T19:10:38Z" | "2004-02-12T12:46:40Z" |
38,643 | Bug 38643 Toolbar computeSize stop working after WM_SETFONT | Our editor has a problem when turning on and off a combo box on toolbar. Once users encounter this problem, they have to reset toolbars and restart workbench to fix it. Steps to reproduce: 1. Start run-time workbench with attached plugin 2. Create a simple project 3. Create a file named 'test.w'. Make sure that two toolbar items, a button and a combo box, are added to toolbar. 4. Click the button item on toolbar twice. Make sure that the combo box turns off by the first click and turn on correctly by the second click. 5. Show Windows display properties and change desktop background color. 6. Retry step 4 !!! The combo box gets narrow by the second click. It happens not only on changing system settings but also on Windows returning from stand-by or display-lock. So, it happens frequently. Build 2003-06-04 on Windows XP | resolved fixed | 6dfada0 | ["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 | "2004-02-12T19:30:37Z" | "2003-06-09T12:00:00Z" |
48,273 | Bug 48273 [wm2003] pocket pc - issues with popup menu | Hello, I have some trouble with SWT (swt-N20031205-wince-arm-ppc) and WM2003. Device is ASUS MyPAL 620 (XScale 400), czech localization. I tested sample from article "Cup Of SWT", StylusHold application. When I hold tap on PDA, Popup menu is displayed. This is correct. But when I select any item, the popup menu will hide and then show again, on another (near) place. When I select the item again, menu hides and action is correctly performed. The same result is with stylus and HW arrow keys (with arrows is location of "second" menu the same as "first" menu). Leos | resolved fixed | 4427fb8 | ["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 | "2004-02-12T00:09:57Z" | "2003-12-08T16:13:20Z" |
51,031 | Bug 51031 Broken arrows on multi page | In eclipse-SDK-N20040125-linux-gtk (I'm developing a plug-in) Run->Debug... This opens the window "Create, manage and run configurations" Select run-time workbench->run-time workbench. This shows a screen with many "pages": test,arguments,classpath,JRE,... If the window is too small to show all the page tabs, two arrows are shown to go to the other tabs. These arrows do not work! The same trick with many pages and arrows has no problems in other places: e.g. when editing a lot of files in the "Java Perspective". Sorry if I get the component wrong (again): is it debug or UI?? If someone can point me to some guidelines for determining the failing component, I'll try to get the component name right next time :-) | resolved fixed | b0ec5e7 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-10T20:41:19Z" | "2004-02-01T18:26:40Z" |
51,492 | Bug 51492 changing TabFolder foreground colour is not immediately reflected | M7 - run control example, go to TabFolder tab - change its foreground, note that it doesn't change - damage the window, then show it again, and note that the colour is changed - alternatively, changing the background does the same thing | resolved fixed | 3dc8b1c | ["bundles/org.eclipse.swt/Eclipse", "SWT/motif/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-10T20:09:03Z" | "2004-02-10T16:20:00Z" |
44,946 | Bug 44946 TableCursor always paints left-aligned text | In the case with a table that is center/right aligned, having a cursor makes the text displayed in the cursor inconsistent with table's alignment. TableCursor is always left-aligned and does not provide any means to allow user to set its text alignment to match its table's alignment. | resolved fixed | 898fc9a | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/TableCursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-10T18:35:58Z" | "2003-10-15T20:33:20Z" |
51,088 | Bug 51088 Patch(es) to fix redraw bug after ControlEditors close. | Currently on the Mac, when a Control is disposed, it does not tell the parent to reset the clipping regions. This is what causes the area under a ControlEditor to not be redrawn properly after editing is complete. The most obvious hack to fix this (which is probably not the correct one) is to call invalidateVisibleRegion in releaseWidget(): Index: Control.java ============================================================ ======= retrieving revision 1.128 diff -u -r1.128 Control.java --- Control.java 18 Dec 2003 19:34:23 -0000 1.128 +++ Control.java 3 Feb 2004 02:14:50 -0000 @@ -1619,6 +1619,9 @@ menu.dispose (); } if (visibleRgn != 0) OS.DisposeRgn (visibleRgn); + if (parent != null && !parent.isDisposed()) { + parent.invalidateVisibleRegion (handle); + } visibleRgn = 0; menu = null; parent = null; There was at least one odd piece of fallout from making this change. In the FileExplorer app I have been working on with Steve, I got the following walkback when closing the shell: Exception in thread "main" java.lang.NullPointerException at org.eclipse.swt.widgets.ToolBar.invalidateChildrenVisibleRegion(ToolBar.java:308) at org.eclipse.swt.widgets.Control.invalidateVisibleRegion(Control.java:1150) at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1623) at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:336) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:493) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:1085) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:487) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:492) at org.eclipse.swt.widgets.ToolBar.releaseWidget(ToolBar.java:399) at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:1085) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:487) at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:492) at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:127) at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:328) at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:983) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:476) at org.eclipse.swt.widgets.Shell.closeWidget(Shell.java:390) at org.eclipse.swt.widgets.Shell.kEventWindowClose(Shell.java:789) at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1626) at org.eclipse.swt.widgets.Display.windowProc(Display.java:2825) at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1903) at part3.fileexplorer.FileExplorer.main(FileExplorer.java:68) The odd thing is, invalidateChildrenVisibleRegion is failing in this case because the itemCount is non-zero, even though the items array has been nulled out: void invalidateChildrenVisibleRegion (int control) { super.invalidateChildrenVisibleRegion (control); for (int i=0; i<itemCount; i++) { ToolItem item = items [i]; item.resetVisibleRegion (control); } } If I patch the releaseWidget method for ToolBar to set itemCount to zero, like this... Index: ToolBar.java ============================================================ ======= retrieving revision 1.20 diff -u -r1.20 ToolBar.java --- ToolBar.java 7 May 2003 22:25:37 -0000 1.20 +++ ToolBar.java 3 Feb 2004 02:23:42 -0000 @@ -394,6 +394,7 @@ ToolItem item = items [i]; if (!item.isDisposed ()) item.releaseResources (); } + itemCount = 0; items = null; super.releaseWidget (); } ... then the example appears to work perfectly. This last change, seems like a good thing to do anyway. I don't have high confidence in the first one, but it definitely fixes the "in place rename does not redraw the tree" bug in my example, so something like that is needed. | resolved fixed | 8881848 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/Control.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolBar.java", "bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/ToolItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-10T17:31:29Z" | "2004-02-03T03:46:40Z" |
47,264 | Bug 47264 I-Beam displayed in wrong control (Run... dialog) | 1) Open the Run dialog (i.e. click on down arrow beside the running man, select "Run..." from pop up) 2) Select any item in the "Java Application" category (create one if needed) 3) click on "Arguments" tab. 4) click in "VM Arguments:" text field. 5) type characters. notice that, the i-beam appears and disappears in the "Configurations:" area once for each character that is typed. | resolved fixed | 26c7511 | ["bundles/org.eclipse.swt/Eclipse", "SWT/carbon/org/eclipse/swt/widgets/TabFolder.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-09T23:14:20Z" | "2003-11-21T18:40:00Z" |
49,797 | Bug 49797 [WM2003] GC cannot instantiate on PPC 2003 | null | resolved fixed | 37c1ed2 | ["bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/graphics/GC.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/internal/BidiUtil.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/MenuItem.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Table.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/Tree.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-09T21:00:38Z" | "2004-01-09T20:26:40Z" |
51,325 | Bug 51325 SWT_AWT:The color depth of the display changed cause NullPointerException | null | resolved fixed | 33448e3 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-09T19:33:22Z" | "2004-02-08T08:46:40Z" |
50,522 | Bug 50522 [interop] Components in SWT_AWT don't show in Workbench. | Components in SWT_AWT don't show in Workbench. It you put back some of what was removed from SWT_AWT.java between M5 and M6 then things work again. Specifically the code below. Will also attach a sampple plugin project that shows this. parent.addListener (org.eclipse.swt.SWT.Resize, new org.eclipse.swt.widgets.Listener() { public void handleEvent( org.eclipse.swt.widgets.Event e) { final org.eclipse.swt.graphics.Rectangle rect = parent.getClientArea(); java.awt.EventQueue.invokeLater(new Runnable () { public void run () { frame.setSize (rect.width, rect.height); frame.validate (); } }); } }); // part 4: This was just removed and is a problem. parent.getDisplay().asyncExec(new Runnable() { public void run () { if (parent.isDisposed()) return; final org.eclipse.swt.graphics.Rectangle rect = parent.getClientArea (); java.awt.EventQueue.invokeLater(new Runnable () { public void run () { frame.setSize (rect.width, rect.height); frame.validate (); } }); } }); | resolved fixed | ae931ca | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-09T17:04:54Z" | "2004-01-23T23:20:00Z" |
50,907 | Bug 50907 JPEG loader fails to load image | Try to load the attached image and an ArrayIndexOutOfBoundsException will be thrown. | resolved fixed | 047cbaf | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGFrameHeader.java", "bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/internal/image/JPEGScanHeader.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-05T19:27:33Z" | "2004-01-29T21:00:00Z" |
44,063 | Bug 44063 Clipboard of GTK on KDE : Eclipse crash | When Clipboard.getAvailableTypeNames() is called on GTK/Linux with KDE system ( not GNOME ), it causes Eclipse platform to get crashed. Looks like in this function, somehow OS.gdk_atom_name(atoms[i]) returns 0 and passing 0 to OS.strlen() causes segv. Here is how to: 1) Install the attached plugin on GTK/Linux Eclipse with KDE. 2) Run eclipse 3) If "Try me" is not in the menu, Window > Customize Perspective ... > Other > Try me needs to be checked. 4) Try me > Clipboard | closed fixed | bbed131 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Drag", "and", "Drop/gtk/org/eclipse/swt/dnd/Clipboard.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-02-02T21:24:49Z" | "2003-10-02T10:20:00Z" |
50,991 | Bug 50991 [browser] mozilla - must support older version mozilla 1.4 | We currently support mozilla 1.6. We also need to support mozilla 1.4 | resolved fixed | 5d484c6 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/common/org/eclipse/swt/internal/mozilla/XPCOM.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Mozilla/gtk/org/eclipse/swt/internal/mozilla/GRE.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-01-30T19:51:19Z" | "2004-01-30T19:13:20Z" |
50,709 | Bug 50709 Right Aligned Table Column Headers do not appear until after a resize | Table column headers are initially blank when set with style SWT.RIGHT on 3.0 M6 SWT-GTK2 until manually resized. The header text then appears properly right aligned for all columns to the right of the one that has been resized. | resolved fixed | 99a54cc | ["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/Table.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-01-30T19:29:59Z" | "2004-01-27T19:00:00Z" |
50,778 | Bug 50778 Java doc problems | v3036c In trying to generate javadoc for eSWT API, ran across the following two problems: - List setSelection(int,int) @see tags reference Table, should specify List - SWT.java @see SWT.Help should be @see SWT#Help | resolved fixed | 2e7509b | ["bundles/org.eclipse.swt/Eclipse", "SWT/common/org/eclipse/swt/SWT.java", "bundles/org.eclipse.swt/Eclipse", "SWT/win32/org/eclipse/swt/widgets/List.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-01-29T13:58:27Z" | "2004-01-28T17:13:20Z" |
50,639 | Bug 50639 Deadlock creating image outside UI thread | I20040121 I got a deadlock today while performing a manual workspace build (Ctrl+B). The stack trace shows that it is trying to create an Image instance outside of the UI thread. This is causing it to block on a GTK OS primitive (presumably because the main thread currently holds some mutex on the UI). I will attach the log file. Image javadoc doesn't seem to specify that Images must be created in the UI thread. | resolved fixed | f413d9c | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Display.java", "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 | "2004-01-28T20:23:21Z" | "2004-01-26T20:46:40Z" |
50,483 | Bug 50483 [interop] swt SWT_AWT & ui ViewPart | Hi all, I try to use SWT_AWT in a ViewPart but I can't get my plugin working, the workbench tells me there was an error creating view. Here it is, taken from platform .log : !ENTRY org.eclipse.ui 4 4 janv. 23, 2004 12:04:50.246 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 janv. 23, 2004 12:04:50.246 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.internal.BidiUtil.windowProc(BidiUtil.java:647) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1757) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1986) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1506) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) This error happens on the following line in the given snippet : SWT_AWT.newFrame(...) in the following snippet. When I execute the same outside a eclipse (in a shell), this works fine. Does somebody know how to solve this problem? Is it a bug? Thanks for help. Mathieu Fougeray. import org.eclipse.jface.viewers.IStructuredContentProvider; import org.eclipse.jface.viewers.ITableLabelProvider; import org.eclipse.jface.viewers.LabelProvider; import org.eclipse.jface.viewers.TableViewer; import org.eclipse.jface.viewers.Viewer; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.widgets.Composite; import org.eclipse.ui.ISharedImages; import org.eclipse.ui.PlatformUI; import org.eclipse.ui.part.ViewPart; import eurobios.orsis.Messages; public class MyView extends ViewPart { public static final String ID_VIEW = "eurobios.orsis.views.BarChartView"; //$NON-NLS-1$ public MyView () { } public void createPartControl(Composite parent) { Composite comp = new Composite(parent, SWT.EMBEDDED); java.awt.Frame frame = SWT_AWT.new_Frame(comp); } public void setFocus() { } } | resolved fixed | 0bd465c | ["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 | "2004-01-23T22:49:08Z" | "2004-01-23T17:46:40Z" |
50,034 | Bug 50034 [interop] swing mouse events not received in RCP plugin | (m5 & m6) in an RCP plugin Mouse events for Swing controls (JTree and JButton) are not received if they are placed directly in the Frame created by new_Frame. A Panel must be added to the Frame and then the Swing controls added to the Panel. A plain AWT button works fine. public void createPartControl(Composite parent) { m_frame = SWT_AWT.new_Frame(parent); m_frame.setLayout(new BorderLayout()); m_frame.add(new JButton("hello"), BorderLayout.NORTH); m_frame.add(new Button("hello 2"), BorderLayout.SOUTH); m_frame.add(new JTree(), BorderLayout.CENTER); } I have experimented with more complex AWT/Swing componenets. Tomsawyer must have the panel OpenViz must NOT have a panel! | resolved fixed | 56b9af0 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "AWT/win32/org/eclipse/swt/awt/SWT_AWT.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-01-23T17:01:55Z" | "2004-01-14T22:40:00Z" |
50,256 | Bug 50256 Text#getCaretLocation() sends erroneous Modify event | When I call Text#getCaretLocation(), the implementation sends two OS.EM_REPLACESEL messages. Both of them cause an execution of sendEvent (SWT.Modify), which can cause unexpected behavior in client code listening to "true" modify events. The two modify events (adding a space character, and removing it) should not be sent out. | resolved fixed | bcdacd4 | ["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 | "2004-01-20T17:20:01Z" | "2004-01-20T09:13:20Z" |
48,809 | Bug 48809 [browser] breaking change - rename LocationEvent.cancel to LocationEvent.doit and reverse boolean meaning | To be consistent with SelectionListener and since SWT does not use cancel anywhere: LocationEvent.cancel should probably be renamed LocationEvent.doit where cancel was false by default, doit is true by default | resolved fixed | 5a8cb08 | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/common/org/eclipse/swt/browser/LocationEvent.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/motif/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/mozilla/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/photon/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/win32/org/eclipse/swt/browser/Browser.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/browser/Browser1.java", "tests/org.eclipse.swt.tests/JUnit", "Tests/org/eclipse/swt/tests/junit/browser/Browser2.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-01-20T15:52:10Z" | "2003-12-15T23:13:20Z" |
46,543 | Bug 46543 [browser] Photon / Investigate/Provide support for NewWindow event | Provide support for the test case in the attachement below - unzip - open the document index.html - click on links. The Browser widget should correctly handle the new window requests in those 2 cases. Current approach is to provide the following event (names not finalized yet, to give an idea): public class NewWindow ... { /** user provides the Browser instance that is to host the new window - null: cancel new window request */ public Browser browser; } And 2 events fired when the Browser is requested to change its location and/or size: public class MoveControlEvent { int x; int y; } public class ResizeControlEvent { int width; int height; } Typically, in response to javascript window.open ("dialog.html","Dialog", "resizeable=no,height=200,left=50,top=400", the application will receive a NewWindow event. It will create a new Shell and a new Browser. The new Browser will display the file 'dialog.html' and receive the events ResizeControlEvent and MoveControlEvent to give a chance to the application to resize the new Shell and the new Browser to the bounds set in javascript. Please let us know if the API on Photon would support that approach. | closed wontfix | 772f59d | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Browser/photon/org/eclipse/swt/browser/Browser.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/OS.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "PI/photon/org/eclipse/swt/internal/photon/PtWebWindowCallback_t.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-01-19T21:59:37Z" | "2003-11-12T23:33:20Z" |
49,942 | Bug 49942 NPE in StyledText.getSelectionRange (line 4275) | I200401130800 Found many of these in the log file. General stability seems to be affected while in use. !ENTRY org.eclipse.ui 4 0 Jan 13, 2004 15:11:53.105 !MESSAGE java.lang.NullPointerException !STACK 0 java.lang.NullPointerException at org.eclipse.swt.custom.StyledText.getSelectionRange (StyledText.java:4275) at org.eclipse.jface.text.TextViewer.getSelectedRange (TextViewer.java:1875) at org.eclipse.jface.text.TextViewer.getSelection(TextViewer.java:2009) at org.eclipse.ui.texteditor.AbstractTextEditor.doGetSelection (AbstractTextEditor.java:1770) at org.eclipse.ui.texteditor.AbstractTextEditor$SelectionProvider.getSelection (AbstractTextEditor.java:1154) at org.eclipse.ui.internal.AbstractSelectionService.getSelection (AbstractSelectionService.java:221) at org.eclipse.search.internal.ui.OpenSearchDialogAction.getSelection (OpenSearchDialogAction.java:68) at org.eclipse.search.internal.ui.OpenSearchDialogAction.run (OpenSearchDialogAction.java:57) at org.eclipse.search.ui.SearchUI.openSearchDialog(SearchUI.java:110) at org.eclipse.search.internal.ui.OpenFileSearchPageAction.run (OpenFileSearchPageAction.java:46) at org.eclipse.ui.internal.PluginAction.runWithEvent (PluginAction.java:273) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent (WWinPluginAction.java:207) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionItem.java:509) at org.eclipse.jface.action.ActionContributionItem.access$2 (ActionContributionItem.java:461) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent (ActionContributionItem.java:408) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:953) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1845) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1625) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1518) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1494) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench (Workbench.java:258) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run (IDEApplication.java:47) at org.eclipse.core.internal.runtime.PlatformActivator$1.run (PlatformActivator.java:226) at org.eclipse.core.runtime.adaptor.EclipseStarter.run (EclipseStarter.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.basicRun(Main.java:279) at org.eclipse.core.launcher.Main.run(Main.java:742) at org.eclipse.core.launcher.Main.main(Main.java:581) | resolved fixed | d72f35f | ["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 | "2004-01-14T17:30:54Z" | "2004-01-13T21:40:00Z" |
49,723 | Bug 49723 StyledText is leaking StyleRange objects again | M6 And it's not accessibility's fault this time. Need to investigate. | resolved fixed | 67bbaee | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/Accessible.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Accessibility/gtk/org/eclipse/swt/accessibility/AccessibleObject.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/DefaultLineStyler.java", "bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/StyledText.java", "bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Control.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2004-01-09T20:24:49Z" | "2004-01-08T19:26:40Z" |
32,828 | Bug 32828 Loss of the modal context | When a thread is suspended and the debug view is refreshed, Eclipse is no more modal. 1. create the following compilation unit : public class TestLineBreakpoint { public static void main(String[] args) { int i= 0; while (1 == 1) { i++; // <-- conditionnal breakpoint here } } public static void foo() { System.out.println("test"); } } 2. Set "foo; return i == 100" as condition for the breakpoint. 3. Launch the program in debug mode. 4. While the program is running, open the property page for the breakpoint. Wait for the thread to stop. When the thread stop, Eclipse is no more modal, the breakpoint property page is still open, but the main window is also enable, all action can be performed, even reopen the breakpoint property page. | resolved fixed | a1e2dc4 | ["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 | "2004-01-06T22:29:45Z" | "2003-02-24T20:53:20Z" |
49,381 | Bug 49381 SWT.RIGHT does not work in Text | RUn th efollowing snippet. The text is not Right aligned. Same is true if the style SWT.SINGLE is added. public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); Text text = new Text(shell, SWT.RIGHT); text.setText("Hello"); text.setBounds(10, 10, 200, 200); shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch()) display.sleep(); } display.dispose(); } | resolved fixed | b21726b | ["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 | "2004-01-06T16:51:26Z" | "2003-12-29T15:00:00Z" |
49,154 | Bug 49154 Combo behavior not very user-friendly | We have a DROP_DOWN combo (not READ_ONLY) and we listen to it for default selection events. There are a couple of problems: 1) When the user selects something with the mouse from the drop-down, the drop- down disappears, but the default selection event is not fired. The user has to then hit "Enter" to do that. Listening for selection changes doesn't help us because it is fired all the time, including when the user uses arrow-keys to navigate the drop-down. 2) If you have an item on the drop-down selected, hitting Enter should close the drop-down and fire widget default selected. This is what happens if your Combo is READ_ONLY. If not, then the drop-down does not close (although default selection event is fired). | resolved fixed | 3911eac | ["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 | "2004-01-05T21:57:24Z" | "2003-12-18T23:26:40Z" |
49,534 | Bug 49534 Javadoc of 'Control' should mention 'Traverse' event | org.eclipse.swt.widgets.Control supports SWT.Traverse events. This is not mentioned in the list of handled events in the class' javadoc, and should be added for completeness. | resolved fixed | 8888613 | ["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 | "2004-01-05T17:12:58Z" | "2004-01-05T16:26:40Z" |
49,071 | Bug 49071 Hitting Enter while editing a detail formatter close the dialog | Open a detail formatter dialog (create a new detail formatter or edit an existing one), give the focus to the text area, hit Enter, the dialog is close, as if 'OK' button was used. It makes creating a complex detail formatter really painfull. May be a linux-GTK only problem, please check no other platforms. | resolved fixed | 57ddfef | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/Composite.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-12-18T19:41:38Z" | "2003-12-17T19:40:00Z" |
48,470 | Bug 48470 CoolBar loses lines between M4 and M5 | I'm working with SWT since february this year, and for practice I modified the WebBrowser example a little bit (used a coolbar with hotImage etc.). I downloaded the last release of Eclipse M5 but my application appears differently: no separator between the two cool item. Steve Northover replied on the eclipse.platform.swt newsgroup that's a repaint bug and to enter a bug report. I've searched the most recently bugs, but didn't find reports relating to this problem. | resolved fixed | 2d03597 | ["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 | "2003-12-15T22:20:16Z" | "2003-12-11T10:53:20Z" |
48,781 | Bug 48781 cursors of size 16 look wrong | null | resolved fixed | 1acb357 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/graphics/Cursor.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-12-15T20:49:30Z" | "2003-12-15T20:26:40Z" |
48,589 | Bug 48589 [EditorMgmt] Special chars in filenames and funny filename tabs behaviour | It is not a big deal, but filename tabs seem to interpret names of the files. For example, if one of the opened files happens to have name "D&W" it is not possible to access "Window" menu using Alt-W shortcut. Win2k, SP4, Sun JDK 1.4.2_03, Eclipse 200312110800 | verified fixed | 82faecf | ["bundles/org.eclipse.swt/Eclipse", "SWT", "Custom", "Widgets/common/org/eclipse/swt/custom/CTabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-12-15T16:32:18Z" | "2003-12-11T22:00:00Z" |
47,973 | Bug 47973 [KeyBindings] cannot bind to Alt+Enter | in I200312020950 Alt+Enter no longer shows me the properties of a file. | resolved fixed | 77cb502 | ["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 | "2003-12-12T22:43:56Z" | "2003-12-03T14:00:00Z" |
48,263 | Bug 48263 EC: gtk allows TabItem.setControl(...) value to be non-child of TabFolder | Snippet to try: Composite composite = new Composite(shell, SWT.NONE); TabFolder tabFolder = new TabFolder(shell, SWT.NONE); tabFolder.setBounds(0, 0, 680, 480); TabItem tabItemLearn = new TabItem(tabFolder, SWT.NONE); tabItemLearn.setText("Lernen"); tabItemLearn.setControl(composite); // <-- | resolved fixed | 8043823 | ["bundles/org.eclipse.swt/Eclipse", "SWT/gtk/org/eclipse/swt/widgets/TabItem.java"] | SWT | https://github.com/eclipse-platform/eclipse.platform.swt | eclipse-platform/eclipse.platform.swt | java | null | null | null | "2003-12-09T16:52:00Z" | "2003-12-08T13:26:40Z" |
48,022 | Bug 48022 3 mouse clicks cause 4 mouseDown events | null | resolved fixed | c20df65 | ["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 | "2003-12-05T17:18:03Z" | "2003-12-03T19:33:20Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.