Here is an online regular expression testing for Java. For example, to find all comments in a source code file.
Plug-in Mechanism of Eclipse
Eclipse platform is built on OSGi framework. Eclipse Plugin framework is pretty complex. However, the general ideas behind is very simple. In this post, the simple idea of how a plugin works is explained by using a diagram. Then a simple Eclipse Plugin is created to explain how to add a menu item to menu … Read more