kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 9 forks source link

[ENHANCEMENT] Different Highlighting for Command and "statement" #13

Closed vabene1111 closed 8 years ago

vabene1111 commented 8 years ago

First of all: really love your plugin its great. Now for my idea:

I have been using Atom for the last few month and there i have different colors for conditions/loops/etc and "commands" like format/localize/etc. To better understand what i mean see this screenshot

With your plugin you cant (or at least i could not find the option) make a difference between these two cases and it looks like this or whatever color you configure it to.

This is not a big deal, but (and i dont know how much work this would be) it would be great to add an option for that as well.

kayler-renslow commented 8 years ago

You can change colors of variables, brackets, etc. but individual commands can't have their own color. All commands can only be one color. That is a limitation to Intellij.

kayler-renslow commented 8 years ago

View the Intellij documentation for more: https://www.jetbrains.com/help/idea/2016.1/configuring-colors-and-fonts.html

vabene1111 commented 8 years ago

Ok thank you, still a great plugin