I wanna propose some features for the VMD code editor.
Basically I'm pleased with that code editor. Used colors for different contents are very helpful. I really don't miss automatic completion of java statements. However, some fatures would make coding a little bit eaysier.

2. When using that search tool, all matching results within code get highlighted. That's fine. But during that search, screen focus jumps to anywhere in the java code. When there are lots of matching objects, one cannot really realise, which part of which method is displayed on the screen actually.

Until now method name gets black on yellow, when clicking on it. What about using same color, when a mouse click anywhere in code appeares?

Roland
Here is an example. Which code part is shown?