lwang7212 / veloeclipse

Automatically exported from code.google.com/p/veloeclipse
Other
0 stars 0 forks source link

Everything after a #* should be treated as a comment until *# or EOF. #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the problem
1. Write a #* in the middle of a velocity file.

You would expect that as soon as you write #* the editor will automaticly 
grey out the entire file or until it finds a *#. This should be consistent 
with how the java editor renders java comments.

Eclipse 3.4.1 
Veloeclipse: 2.0.8
OS: Windows Vista x32

Original issue reported on code.google.com by richard....@gtempaccount.com on 26 May 2009 at 10:24