jkaving / intellij-colors-solarized

Solarized Colorscheme for IntelliJ IDEA
3.26k stars 432 forks source link

PhpStorm 2017.1.1 wrong concatenated string color with template language disabled #146

Closed aik099 closed 7 years ago

aik099 commented 7 years ago

With Editor > Color & Fonts > Language Defaults > Template Language (used to highlight SQL inside strings) enabled I have nasty background (as on current line) for each concatenated string:

2017-04-07_1114

When I disable it however the string color is changed from correct to default identifier color (not related to fact, that function call is concatenated; same thing happens with 2 strings as well):

2017-04-07_1117

Works correctly in Default theme with both Template Language enabled/disabled.

aik099 commented 7 years ago

Turned out to be a bug in PhpStorm 2017.1.1 that was fixed in PhpStorm 2017.1.2 (see https://blog.jetbrains.com/phpstorm/2017/04/phpstorm-2017-1-2-is-out/).

jkaving commented 7 years ago

Ok, great!