Altes Java-Projekt mit Eclipse 3.7. Beim Öffnen des Projektes sind diverse Fehler im Projekt. Konkret: “The type java.util.Map$Entry cannot be
Weiterlesen
Altes Java-Projekt mit Eclipse 3.7. Beim Öffnen des Projektes sind diverse Fehler im Projekt. Konkret: “The type java.util.Map$Entry cannot be
WeiterlesenIntroduction In this document I want to describe some ideas how branding of an Eclipse RCP application can be implemenented.
WeiterlesenIn my RCP application CTRL + S is assigned to the save function of the current editor. Addional I wanted
WeiterlesenIn my RCP application some unwanted sections in the preferences showed up: How to get rid of them? Thats easy,
WeiterlesenNote: I put the example project in a ZIP file, you can use that to have a look to the
WeiterlesenIn my current project, the default key bindings from Eclipse where active. When I hit CTRL + N (CMD +N
WeiterlesenWhen it comes to programming I like dark backgrounds in the editor. Setting the colors in Eclipse is a lot
WeiterlesenSometimes, for example during debugging, it is useful to check if your code is running from the Eclipse IDE to
WeiterlesenTo dynamically set the title of a RCP application, the following code snippet is useful: private String fileName = "unknown.daf";
Weiterlesen