Especially with my current RCP applications I had the problem how to add all these files to the installer. Here
WeiterlesenKategorie: Programmieren
Suppress Eclipse default key bindings in RCP application
In my current project, the default key bindings from Eclipse where active. When I hit CTRL + N (CMD +N
WeiterlesenEclipseCON 2011
Vom 2.11. bis 4.11. fand in diesem Jahr wieder die EclipseCON Europe statt. Im letzten Jahr nahm ich zum ersten
WeiterlesenJava: Reading output from the Console/StdOut
Today I had a small problem. I wanted to start an external C++ console programm with some parameters and get
WeiterlesenJFace: Set selection index in TableViewer
Selecting a row by index in a table viewer isn’t very straightforward. There is no method like tableViewer.setSelectionIndex. Here is
WeiterlesenEclipse RCP: Remove tab folder from View
If you create a new RCP application a view gets a tab like this: To remove the tab, use the
WeiterlesenEMF: Setting an empty string as default value
If you create a string in an EMF model, its null by default: If you want to have an empty
WeiterlesenJava: Open an URL in the standard browser
Here is short code snippet to open an URL with the systems standard browser: public void openUrl(String url) throws IOException,
WeiterlesenEMF: Object is not contained in a resource
I had a small problem saving my EMF model to XML. I got the error message “The object … is
WeiterlesensetAccelerator(SWT.CTRL | ‚O‘); //not working!
In my current RCP application I had a problem that the menu key shortcuts did not work correctly: When I
Weiterlesen