sts4 icon indicating copy to clipboard operation
sts4 copied to clipboard

Double backslash in application.properties marked invalid (M12)

Open tjstuart opened this issue 7 years ago • 3 comments

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"

tjstuart avatar Jul 10 '18 05:07 tjstuart

(comment in Pivotal Tracker added by Alex Boyko:)

Comes from the language tokenizer/parser

spring-projects-issues avatar Jul 12 '18 17:07 spring-projects-issues

(comment in Pivotal Tracker added by Alex Boyko:)

Couldn't properly fix it... raised https://github.com/textmate/java.tmbundle/issues/53

spring-projects-issues avatar Jul 12 '18 19:07 spring-projects-issues

(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

spring-projects-issues avatar Jan 14 '19 19:01 spring-projects-issues