Mac 上的 Flex Builder 中的缩进功能有效吗?
Mac 上的 Flex Builder 中的缩进功能有效吗?
我按下 APPLE + i,但我的 MXML 代码布局没有改变。它可能只适用于 Actionscript 吗?
is indentation working in Flex Builder on mac ?
I'm pressing APPLE + i, but my MXML code layout doesn't change. Is it maybe only for Actionscript ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
⌘+I 表示“正确缩进”。这意味着它会尝试正确缩进任何选定的代码。因此,只有当它认为您的缩进不正确时,才会执行某些操作。是的,它适用于 MXML 和 Actionscript。
使用源->如果要更改所选代码的当前缩进,请向右移动/向左移动。
⌘+I is for 'correct indentation'. This means it tries to properly indent any selected code. So this will only do something if it thinks your indentation isn't already correct. And yes, it works for MXML and Actionscript.
Use Source -> Shift Right/Shift Left if you want to change the current indentation for selected code.