DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35724>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35724 Summary: RFE: optional record comments Product: Velocity Version: 1.5 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Source AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] At the moment, the whole content except the terminator of a comment are dropped. This ok, for the normal server/application use, where a template is evaluated, but for IDEs it would be a big advantage, to have the whole comment in the parser tree, so that a ParserVisitor can be used, e.g. to highlight comments in an editor. So it would be nice, to have something like parser.recordComments(boolean complete), to dis/enable the recording of the complete comment, if encountered. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
