How to run Eclipse with an older JDK / Java version.
Weiterlesen
How to run Eclipse with an older JDK / Java version.
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 Eclipse / RCP application the .metadata directory was always created in the working directory. This worked fine when
WeiterlesenAfter updating my RCP application from Eclipse 3.7 to Eclipse 4.x the toolbar always showed the quick access toolbar:
WeiterlesenRecently I ran into a problem in my RCP application during the generation of a PDF file from a BIRT
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 recent RCP app some unwanted preferences, contributed from other plugins showed up: To remove them, just add the
WeiterlesenSelecting a row by index in a table viewer isn’t very straightforward. There is no method like tableViewer.setSelectionIndex. Here is
Weiterlesen