FlashDevelop 设置

发布于 2024-12-08 06:47:38 字数 418 浏览 0 评论 0原文

我最近升级到了 FlashDevelop 4,这当然将我之前的所有设置恢复为原始设置。

我遇到的问题是,我无法在新的设置窗口中找到它让我可以选择关闭在括号、大括号等之前插入的自动空格的选项。

即它会自动将这些:

if(2 > 1)
public function get thing():Thing{ return _thing; }

变成:

if (2 > 1)
public function get thing():Thing { return _thing; }

它正在驾驶我疯了,实际上导致我暂时停止使用 FlashDevelop。如果我可以像以前的版本一样完全关闭自动格式化功能,那将非常有帮助。

I've recently upgraded to FlashDevelop 4, which of course has reverted all the settings I had previously to the original.

The problem I'm having is that I can't find where in the new settings window it gives me the option to turn off the auto-space it inserts before brackets, curly brackets etc.

ie it's automatically making these:

if(2 > 1)
public function get thing():Thing{ return _thing; }

into:

if (2 > 1)
public function get thing():Thing { return _thing; }

It's driving me insane and actually causing me to stop using FlashDevelop temporarily. If I could turn off the auto-formatting stuff altogether like I could in previous versions that would be very helpful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

溺ぐ爱和你が 2024-12-15 06:47:38

转到工具>程序设置> ASCompletion

在“助手”设置下,您会发现“始终在后面添加空格”。默认情况下它将包含 if/for/while/do/catch/with。删除您不想自动格式化的关键字,其余的就很不言自明了。

Go to Tools > Program Settings > ASCompletion

Under the "Helpers" settings you will find "Always Add Space After". By default it will contain if/for/while/do/catch/with. Remove the keywords you don't want to get autoformatted and the rest is pretty self explanatory.

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