简体   繁体   中英

Flash - Turning Off Code Identifier Colors By Case?

sometimes Flash Authoring colors my actionscript inappropriately. for example: i have custom variable that i've named "closeButton". closeButton does not reference any of the official classes yet it always colored blue as an identifier. i'm assuming it's referencing some internal, private variable from some class in the frameworks.

is it possible to remove the color for specific identifiers?

I don't think you can actually select which keywords or identifiers to be colored.

However If you have so much disregard for them, why not stop the feature altogether.

For that simply go to Edit -> Prefrences -> Actionscript -> Code Coloring

Also the best solution for your problem according to me is to start using FlashDevelop. It will only highlight the ones which really wanted & in addition your custom classes too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM