CertainLach/jsyntaxpane

Scala support

Opened this issue · 1 comments

There are two issues with Scala template

- Toggle comment puts a hash "#" in the beginning of the line,
   where is should actually be double forward slash "//"
- closing curly braces } should automatically unindent i guess

thx

Original issue reported on code.google.com by annablum...@googlemail.com on 30 Jun 2010 at 12:29

Hello,

this is partially fixed by the following patch:
http://patch-tracker.debian.org/patch/series/view/libjsyntaxpane-java/0.9.6~r156
-4/scala-property-comments

Fixing the unindent issue would require to isolate the relevant parts of the 
java property file and copying them into the scala property file. I'd be 
interested in the result, if someone does it.

Original comment by martin.q...@loria.fr on 21 Aug 2013 at 9:47