Eclipse/Aptana IDE 下的 Tab 缩进

发布于 2024-12-04 01:54:11 字数 83 浏览 2 评论 0原文

如何在 Aptana/Eclipse IDE 下启用 Tab 缩进?我很欣赏 Emacs 通过按 TAB 键来缩进代码行的方式,而与当前光标的位置无关。

How to enable tab indentation under Aptana/Eclipse IDEs? I appreciate the way that my Emacs indents lines code by pressing TAB key independently of the current cursor's position.

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

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

发布评论

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

评论(4

酒废 2024-12-11 01:54:11

我通常剪切一些代码,然后将其粘贴到新位置,执行此操作时,代码具有与之前相同的缩进。

要修复此问题,我执行以下操作:

选择一个代码块并按 (将代码移至右侧)

选择一个代码块并按 +(将代码移至左侧)

I usually cut some code and then paste it into its new place, when doing this the code has the same indentation that had before.

To fix it I do the following:

Select a block of code and press <Tab> (To move the code to the right)

Select a block of code and press <Shift> + <Tab> (To move the code to the left)

櫻之舞 2024-12-11 01:54:11

如果您位于一行的中间,您可以通过按 Ctrl+i 来缩进,当然,您也可以通过选择文本块并按 Ctrl+i< /代码>。
如果是在java文件中,您可以设置更多格式化规则(Window > Preferences > Java > Code Style > Formatter),并且可以将其设置为每次保存时自动格式化前往 Window >首选项>爪哇>编辑>保存操作

If you are in the middle of a line you can indent it by pressing Ctrl+i, and of course you can do it for a block of text by selecting it and pressing Ctrl+i.
If it is in java files, you can set many more formatting rules (Window > Preferences > Java > Code Style > Formatter) and you can set it to auto-format whenever you save by going to Window > Preferences > Java > Editor > Save Actions.

梦回旧景 2024-12-11 01:54:11

来自eclipse的文档(参见Eclipse 操作)您将找到并进入“智能缩进模式”。如果您在编辑器中按CTRL + SHIFT + INSERT,下面的模型行应显示智能缩进而不是缩进。该模式的首选项在 Window > 中定义。首选项>爪哇>编辑>正在输入Tab 缩进部分中的复选框表示:“Tab 键调整当前行的缩进”。

这听起来不错,但它对我不起作用:-( 我没有找到任何 Eclipse 错误数据库的迹象表明这里有东西被破坏。也许它对你有用。

From the documentation of eclipse (see Eclipse actions) you will find and entry "Smart Indent Mode". If you press CTRL + SHIFT + INSERT when inside an editor, the modeline below should show Smart Indent instead of indent. The preferences of that mode are defined in Window > Preferences > Java > Editor > Typing. The checkbox in the section indentation for Tab says: "Tab key adjust the indentation of the current line".

That sounds pretty well, but it did not work for me :-( I did not find any indication of the bug database of eclipse that something is broken here. Perhaps it works for you.

断爱 2024-12-11 01:54:11

在 Aptana 下,您可以通过点击 CTRL + Shift + F 来缩进代码。

Under Aptana, you can indent your code by taping CTRL + Shift + F.

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