Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double backslash in application.properties marked invalid (M12) #62

Open
tjstuart opened this issue Jul 10, 2018 · 3 comments
Open

Double backslash in application.properties marked invalid (M12) #62

tjstuart opened this issue Jul 10, 2018 · 3 comments

Comments

@tjstuart
Copy link

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"

@spring-projects-issues
Copy link

(comment in Pivotal Tracker added by Alex Boyko:)

Comes from the language tokenizer/parser

@spring-projects-issues
Copy link

(comment in Pivotal Tracker added by Alex Boyko:)

Couldn't properly fix it... raised textmate/java.tmbundle#53

@spring-projects-issues
Copy link

(comment in Pivotal Tracker added by Kris De Volder:)

Someone just raised a github issue for this same issue here: spring-attic/spring-ide#340

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants