I am fond of IDEs. They make my life simpler, mainly because I am not fond of memorizing every thing. Code completion, syntax highlighting, run configurations, automatic code generation… Well, to be honest, ‘automated’ things is where I usually start […]
Tag: Plugin
Logging in Eclipse Plugins via logger dependency
(this post discusses a solution for Automatic Configuration – find the configuration file in the class path) In the realm of plugin development, there’s a silent hero often overlooked: logging. While coding glamorous features and crafting sleek user interfaces steal […]