Recently I ran into a problem in my RCP application during the generation of a PDF file from a BIRT
WeiterlesenKategorie: Programmieren
RCP: Get command line parameters in Eclipse Apps
You can easily access the command line parameters of your RCP application via the Platform object, here is an example:
WeiterlesenEasy logging for RCP applications
A small class for easy logging in RCP applications by using the Activators logging functions. This class mainly wraps the
WeiterlesenRCP: Switch to perspective via code
A small snippet which switches to a certain perspective via code: IPerspectiveDescriptor[] perspectives = PlatformUI.getWorkbench().getPerspectiveRegistry().getPerspectives(); IWorkbenchPage page = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage(); if(page
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
WeiterlesenHow to add files recursively to InnoSetup
Especially with my current RCP applications I had the problem how to add all these files to the installer. Here
WeiterlesenSuppress 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
Weiterlesen