Flash - 按情况关闭代码标识符颜色?

发布于 2024-09-27 19:38:24 字数 145 浏览 4 评论 0原文

有时,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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹雨成花 2024-10-04 19:38:24

我认为您实际上无法选择要着色的关键字或标识符。

但是,如果您如此忽视它们,为什么不完全停止该功能呢?

为此,只需转到编辑->;首选项 ->动作脚本 ->代码着色

根据我的说法,解决您的问题的最佳解决方案是开始使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文