JDeveloper 替代 Eclipse 快捷方式
我使用 eclipse 已有大约 10 年了,今天我将(被迫)第一次使用 JDeveloper。
作为 Eclipse 快捷方式的忠实粉丝,我想知道我最喜欢的快捷方式的一些 JDeveloper 替代品:
- Ctrl-3(快速访问)
- Ctrl-Shift-1(或 Ctrl-1,具体取决于(快速修复)
- Ctrl-Shift-L(显示快捷键:-))
- Shift -Enter(在当前行下方添加新行)
- Alt-↓(移动行)
- Ctrl-Alt-↓(复制行)
我应该了解 JDeveloper 中的其他快捷键吗?我找到了此链接,但是列表太短了。
I've been using eclipse for about 10 years now, and today I will be (forced to) use JDeveloper for the first time.
Being a big fan of the eclipse shortcuts, I would like to know some JDeveloper alternatives for my favorite shortcuts:
- Ctrl-3 (Quick access)
- Ctrl-Shift-1 (or Ctrl-1, depending on your keyboard) (Quick Fix)
- Ctrl-Shift-L (Show the shortcuts :-))
- Shift-Enter (Add a new line below the current one)
- Alt-↓ (Move line(s))
- Ctrl-Alt-↓ (Copy line(s))
Any other shortcuts in JDeveloper I should know about? I have found this link, but the list is way too short.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我曾经与 JDeveloper 战斗了两年,并以某种方式活着讲述了它。如果您使用 11g,这里有一个可以用来加载 Eclipse 快捷方式方案的技巧。我强烈建议这样做,因为学习本机键绑定确实没有价值。
第二条建议是,尽一切努力完成任何需要使用 JDeveloper 的项目。它是一个古老的、有缺陷的 IDE,旨在迎合晦涩的、有缺陷的框架 。您很快就会发现自己被 JDeveloper 和 ADF 戴上了手铐,它与 Eclipse/Netbeans/IntelliJ 根本不相干。你会讨厌它。你已被警告过。
I once battled JDeveloper for two years and somehow lived to tell about it. If you're using 11g, here is a trick you can use to load the Eclipse shortcut scheme. I highly recommend doing this as there's really no value in learning the native key bindings.
A second piece of advice, do whatever it takes to get off whatever project you're required to use JDeveloper for. It is an ancient, buggy IDE designed to cater to an obscure, buggy framework. You will quickly find yourself handcuffed by JDeveloper and ADF, it is in no way in the same league as Eclipse/Netbeans/IntelliJ. You will hate it. You have been warned.
以下是 JDeveloper 快捷方式的官方链接:
http://download.oracle.com/docs/cd/E16162_01/user.1112/e17455/working_jdev.htm#OJDUG159
希望有帮助;)
Here is the official link for JDeveloper shortcuts:
http://download.oracle.com/docs/cd/E16162_01/user.1112/e17455/working_jdev.htm#OJDUG159
Hope that helps ;)