nnmatveev / idea-plugin-protobuf

Google Protocol Buffes support for Intellij IDEA
Other
120 stars 39 forks source link

Make plugin respect the editor color settings defined in the IDE #80

Closed IceMan81 closed 9 years ago

IceMan81 commented 9 years ago

The plugin was not applying the color settings defined in the IDE. This was due to use of the old Syntax Highlighter API. With this change, the plugin will use whatever colors the users has defined.

tcripps commented 9 years ago

Thanks, Gesly!