Introduction In this document I want to describe some ideas how branding of an Eclipse RCP application can be implemenented.
WeiterlesenSchlagwort: RCP
Eclipse/RCP: Overwrite a default handler in your view
In my RCP application CTRL + S is assigned to the save function of the current editor. Addional I wanted
WeiterlesenSet workspace location for RCP application
In my Eclipse / RCP application the .metadata directory was always created in the working directory. This worked fine when
WeiterlesenEclipse / RCP: Remove Quick Access from toolbar
After updating my RCP application from Eclipse 3.7 to Eclipse 4.x the toolbar always showed the quick access toolbar:
WeiterlesenRCP: Problems when generating PDF files with RCP
Recently I ran into a problem in my RCP application during the generation of a PDF file from a BIRT
WeiterlesenRCP: Remove unwanted preference pages
In my RCP application some unwanted sections in the preferences showed up: How to get rid of them? Thats easy,
WeiterlesenRCP: Perspectives and Perspective Contributions
Note: I put the example project in a ZIP file, you can use that to have a look to the
WeiterlesenRemove unwanted preference pages from your RCP app
In my recent RCP app some unwanted preferences, contributed from other plugins showed up: To remove them, just add the
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
Weiterlesen