[ANN] Comment-0.3.2 released
http://www.intellij.org/twiki/bin/view/Main/CommentPlugin
http://sourceforge.net/projects/tz-ip/
Tested with #705, #823 and #828.
0.3.2 (#705, #823) - Jun 18, 2003
- RFE IDEA Filetypes / additions to CommentPlugin types (Velocity files - .vm).
0.3.1 (#705, #818) - Jun 09, 2003
- RFE Comments for Ruby (.rb) - line comment (#).
Timur
Please sign in to leave a comment.
Timur, what about "--" comments for SQL file type ?
Guillaume
Guillaume,
Sure. I'll add (today):
file extension: sql, ddl
line comment: '--'
block start comment: '/*'
block end comment: '*/'
Timur
>
That's perfect ! Thank you very much
(Shame on me I had uninstalled your plugin because it did not use the sql
comments, instead of asking you)
Guillaume
No problem. I just uploaded 0.3.3 with the changes ( http://sourceforge.net/project/showfiles.php?group_id=80426&release_id=166469 )
Timur