Categories
vogella tutorial rss feedHome
Recommended
Twitter
-
Recent Posts
Monthly Archives: July 2008
Overwritting standard key bindings, e.g. Cntl +S in Eclipse RCP
If you want to use keybindings which are already in use by Eclipse you can define your own key binding schema. Here is a detailed explaination: http://code9.com/2008/07/18/tip-suppressing-keybindings/
Comments Off
Extracting the Google Analytics Data
This is a really cool approach of extracting the Google Analytics Data and to re-use them in your webapplication: http://blogoscoped.com/archive/2008-01-17-n73.html
Comments Off
Conditional Breakpoints in Eclipse
Eclipse allows to setup conditional breakpoints. Very nice feature. You can use Java coding (with content assistent) to program the condition
Comments Off
Integrating EcliseLink with Eclipse RCP
Nice article http://wiki.eclipse.org/EclipseLink/Examples/JPA/RCP
Comments Off
Integrate Mylyn with Google project hosting
I found this nice article about integrating Mylyn with the Google bug tracking on http://code.google.com/hosting/ http://www.jroller.com/alexRuiz/entry/using_mylyn_with_google_code
Comments Off
Deploying a Eclipse product if the Eclipse application is in another plug-in
Today I learned from Bug 237893 that I have to add the dependency of plugin.xml to build.properties manually to the plugin.xml. Otherwise you can not export a product from a different plug-in.
Comments Off