什么是支持 netbeans/eclipse 风格快捷方式的免费 flash IDE?

发布于 2024-11-07 15:31:08 字数 320 浏览 0 评论 0原文

我尝试了 flashdevelop 和基本的 flash cs5 IDE,但两者在快捷方式方面都惨遭失败。

我对 netbeans 的快捷方式集非常满意,并且想知道是否有任何 AS3 IDE 支持它们。

一些例子是:

ctrl+/ for toggle comment
control+shift+up/down to duplicate a line
alt+shift+up/down to move a line up and down
ctrl+D to delete a line
alt+shift+f to autoformat

I tried flashdevelop and the basic flash cs5 IDE, and both fail miserably in the shortcuts department.

I am very comfortable with the netbeans set of shortcuts and want to know if there's any AS3 IDEs that would support them.

Some examples are:

ctrl+/ for toggle comment
control+shift+up/down to duplicate a line
alt+shift+up/down to move a line up and down
ctrl+D to delete a line
alt+shift+f to autoformat

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

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

发布评论

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

评论(2

月棠 2024-11-14 15:31:08

FlashDevelop 是最好的。快速、智能且强大。爱它。

您可以完全控制此类自定义。老实说......如果您发现您实际上无法进行某些更改(在本例中为热键快捷键),那么为了如此优雅的编程环境而适应应用程序的细微差别只是一个很小的代价,恕我直言。

FlashDevelop is the best. Quick, intelligent and powerful. Love it.

You have total control over such customizations. And honestly... if you find you actually can't make certain changes (in this case - hotkey shortcuts), accommodating the application's minor differences is a small price to pay for such an elegant programming environment, imho.

罪歌 2024-11-14 15:31:08

所有这些都可以在 xml 中轻松编辑。

Ctrl+Q to toggle a comment
ctrl+shift+D to delete a line. 
not sure about the auto format.

您可以在 MainMenu.xml 中添加一行以进行行复制:

<button label="Duplicate Line" click="ScintillaCommand" tag="LineDuplicate" shortcut="Control|Shift|Up" flags="Enable:IsEditable" />

用于添加行等,以及您有权访问的所有其他命令,它们已将其发布在此处。 http://www.flashdevelop.org/community/viewtopic.php ?f=9&t=3729

正如大家所说,FlashDevelop 是最好的工具。我们大多数人都发誓。

All of these are easy to edit in the xml.

Ctrl+Q to toggle a comment
ctrl+shift+D to delete a line. 
not sure about the auto format.

you could add a line to your MainMenu.xml for the line duplication:

<button label="Duplicate Line" click="ScintillaCommand" tag="LineDuplicate" shortcut="Control|Shift|Up" flags="Enable:IsEditable" />

for the adding a line etc. and all the other commands you have access to they have it posted here. http://www.flashdevelop.org/community/viewtopic.php?f=9&t=3729

FlashDevelop is the best tool as everyone has said. Most of us swear by it.

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