Archive for May, 2009

How to contribute templates in the custom editor

The template feature is one of the most used features in Eclipse editors, providing auto-completion for the code syntax. When you type “for” in the Java editor and hit Ctrl + space you get the custom assist proposal for the completion of the for loop. It saves the developer’s time and also makes the [...]