Feedbacks
Having fun with detached views!
Yesterday, I had fun investigating how to open “detached” views progammatically. Click to watch: https://www.screencast.com/t/5ku89HjBNs You can find this on Bug #270212, where we are discussing how …
Export into the Host Eclipse
In the traditional RCP development workflow, you find yourself self-hosting a lot. If you don’t know what self-hosting means, it’s simply the process of launching a new Eclipse instance and executing …
Summer of Code -- Congratulations students
20 Eclipse projects were accepted this year for Google Summer of Code and you can see the complete list here: https://socghop.appspot.com/org/home/google/gsoc2009/eclipse Congratulations to all the …
Finding SWT Leaks with Sleak
In SWT, the mantra is “if you created it, you dispose it.” The problem is, people forget to dispose which makes leaks a reality. For example, ever come across this dreaded exception from SWT? java ... …
OSGi Training
I’ve been recently approached by people interested in OSGi training. This is quite serendipitous because the Eclipse Training Series is happening right now and offers OSGi training from places like …
Visualizing OSGi Systems
At the recent OSGi Tool Summit, one of the biggest discussion items that came up was visualization. This makes perfect sense to me as visualizations can be a powerful tool, whether it’s for reviewing …