What steps will reproduce the problem?
1. Enter something like
#**##if (${name} == "ABC")
//some code
#**##end
in your VSL file.
Although the velocity code between #**# and #**# is no comment, it is
rendered as a multiline comment.
Veloeclipse Version 2.0.8
OS: Windows XP
Eclipse: 3.3.2
Maybe it is sufficient to remove the line
rules.add(new WordPatternRule(new EmptyCommentDetector(), "#**#", null,
cp.getToken(MULTI_LINE_COMMENT, true)));
from the file VelocityPartitionScanner.java (and the corresponding line for
the empty comment #***#)?
Original issue reported on code.google.com by juergen....@gmail.com on 29 Apr 2009 at 8:00
Original issue reported on code.google.com by
juergen....@gmail.com
on 29 Apr 2009 at 8:00