I created a simple macro for Javadoc help files. It just takes the word under the cursor, and searches recursively in configured paths for <word>.html, and displays it in a browser.
I'm not that impressed myself with the way the paths are configured. Since CMAC doesn't support string arrays, I defined several hard coded strings. But that means I can't use a for loop to cycle through all the paths. Any idea how to make this part more elegant?