Flex 构建器中的下一个/上一个单词

发布于 2024-08-14 00:11:24 字数 140 浏览 2 评论 0原文

felx 构建器(在 eclipse 上)下一个/上一个单词命令,通常绑定到 mac 上的 OPTION-RIGHTARROW 上的 CTRL-RIGHTARROW,不会因“:”和“.”而停止。以及其他一些情况。 这显然是动作脚本开发的错误行为! 我怎样才能改变它?

The felx builder (on eclipse) next/previous word command, usually bound to CTRL-RIGHTARROW on OPTION-RIGHTARROW on the mac, doesn't stop for ":" and "." and in a few other cases.
It's clearly a wrong behaviour for action script development!
How can I change it?

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

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

发布评论

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

评论(2

饭团 2024-08-21 00:11:24

这是修复:

http://www.visible -form.com/blog/mac-eclipse-word-boundary-issue-fix/

“转到系统偏好设置 > 语言和文本 > 文本,并将“分词”下拉菜单设置为“英语,美国(计算机)'。”

请记住退出 Flex Builder 并重新启动它。如果这不起作用,请尝试重新启动操作系统。

Here is the fix:

http://www.visible-form.com/blog/mac-eclipse-word-boundary-issue-fix/

"Go to System Preferences > Language & Text > Text, and set the ‘Word Break’ dropdown to ‘English, United States (Computer)’."

Remember Quit Flex Builder and restart it. If this doesn't work, try restarting the OS.

梦毁影碎の 2024-08-21 00:11:24

Mavericks 中缺少此选项......您可以通过以下方式修复它:

defaults write .GlobalPreferences AppleTextBreakLocale en_US_POSIX

This option is missing in Mavericks… you can fix it with:

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