Eclipse optimizations(Eclipse 优化)
问题描述
处理 )
Run/Launching/Launch Configuration
"首选项面板中的删除关联资源时删除配置"选项:然后是配置:
- 项目偏好
- 观点(您可以跨多个屏幕进行配置)
- 配置机制 p2(使用捆绑池在多个 Eclipse 安装之间共享插件)
The question dealing with Visual Studio optimizations saved me so much time firing it up and using it I have a hard time going back to Eclipse when I have to do J2EE development. Hence, I was also wondering if people have any tips or tricks to help speed Eclipse up in day to day use.
For information, I'm using the Eclipse version 3.4.1.
There are:
- system optimizations: eclipse.ini
- shortcuts optimizations:
- Quick Access (Ctrl+3) (the mother of all shortcuts! With it, you can access almost everything in Eclipse)
- Quick Fix (you should make sure it has a convenient shortcut attached to it)
(that includes Run or Debug configurations available in your workspace since 4.12)
- launchers optimizations : save them with your projects and do not forget to uncheck the option "Delete configurations when associated resource is deleted" in the "
Run/Launching/Launch Configuration
" preference panel:
And then there are the configuration of:
- project preferences
- perspectives (which you can configure across multiple screens)
- provisioning mechanism p2 (with bundle pools to share plugins across multiple eclipse installations)
这篇关于Eclipse 优化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse 优化


基础教程推荐
- Java:带有char数组的println给出乱码 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 降序排序:Java Map 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01