Flash - 按情况关闭代码标识符颜色?
有时,Flash 创作会对我的动作脚本进行不恰当的着色。例如:我有一个名为“closeButton”的自定义变量。 closeButton 不引用任何官方类,但它始终以蓝色作为标识符。我假设它引用框架中某个类的一些内部私有变量。
是否可以删除特定标识符的颜色?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您实际上无法选择要着色的关键字或标识符。
但是,如果您如此忽视它们,为什么不完全停止该功能呢?
为此,只需转到编辑->;首选项 ->动作脚本 ->代码着色
根据我的说法,解决您的问题的最佳解决方案是开始使用 FlashDevelop。它只会突出显示那些真正想要的和想要的。此外还有您的自定义课程。
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.