forked from scala-ide/scala-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
11 lines (11 loc) · 791 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
* Fixed bug in PresentationCompiler.parseTree - :ticket:`1001326`
* Ignore non-existent source classpath entries - :ticket:`1001394`
* Correct auto indent behavior in comments - :ticket:`1001432`
* Add syntax highlighting for numeric literals - :ticket:`1001442`
* Add syntax highlighting for escape sequences - :ticket:`1001372`
* Add syntax highlighting for Scaladoc - :ticket:`1001172`
* Disable Java quick fixes/assists in Scala sources :ticket:`1001434`
* Disable Run As/Debug As Java in Scala sources :ticket:`1001178`
* Correct partitioning of octal sequences in character literals - :ticket:`1001443`
* Add syntax highlighting for escape sequences in character literals - :ticket:`1001444`
* Prevent auto-insertion of closing brace when editing an existing line - :ticket:`1001309`