Note: I put the example project in a ZIP file, you can use that to have a look to the
WeiterlesenSchlagwort: Eclipse
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
WeiterlesenColor Themes for Eclipse
When it comes to programming I like dark backgrounds in the editor. Setting the colors in Eclipse is a lot
WeiterlesenJava: Check if your code is running in Eclipse
Sometimes, for example during debugging, it is useful to check if your code is running from the Eclipse IDE to
WeiterlesenRCP Application Set Title of Application Window
To dynamically set the title of a RCP application, the following code snippet is useful: private String fileName = "unknown.daf";
Weiterlesen