Double backslash in application.properties marked invalid (M12)
In M10, the below line from a properties file is valid ...
my.property=c:\\path\\to\\file
In M12 it is not, and you get warnings such as ...
- missing LineBreak at 't' - missing LineBreak at '\' - missing LineBreak at 'f' - missing LineBreak at '\' - missing LineBreak at 'p' - missing LineBreak at '\'
Not a huge issue, but thought it should be raised as it is a regression. I suspect it has something do with the below from the M12 changelog ...
"(Eclipse) default editors for Boot properties (application.properties and application.yml files) now based on the generic editor and the language server support - the old editors are still around, but will be removed in future versions of STS4"
(comment in Pivotal Tracker added by Alex Boyko:)
Comes from the language tokenizer/parser
(comment in Pivotal Tracker added by Alex Boyko:)
Couldn't properly fix it... raised https://github.com/textmate/java.tmbundle/issues/53
(comment in Pivotal Tracker added by Kris De Volder:)
Someone just raised a github issue for this same issue here: https://github.com/spring-projects/spring-ide/issues/340