kamalchopra / jsyntaxpane

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

Scala support #152

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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