AddOns installieren (nach jeder
Neuinstallation von Eclipse):
| Feature | URL |
|---|
| Resouce Bundle Editor | Eclipse Marketplace... |
| SVN Client | https://download.eclipse.org/technology/subversive/4.8/release/latest/ |
| SVN Connector | https://osspit.org/eclipse/subversive-connectors/ |
In den Einstellungen (Windows - Preferences):
| Menu Windows - Preferences | Label | Value |
|---|
| Java - Installed JREs | Search | C:\Programme\Java |
| General - Editors - Text Editors - Spelling | Enable spell checking | false |
| General - Workspace | Text file encoding | UTF-8 |
| General - Workspace | New Text file line delimiter | Unix |
| General - Workspace - Build | Save automatically before manual build | true |
| Java | Refactoring Java Code Save all modified resources automaticaly prior to refactoring | true |
| Java | Refactoring Java Code Rename in editor without dialog | true |
| Java - Code Style - Clean Up | Show profile selection... | false |
| Java - Code Style - Organize Imports | Number of static imports needed... | 1 |
| Java - Compiler - Task Tags | Task Tags | ADDNEW, FIXME |
| Java - Editor - Content Assist | Insertion | Completion overrides |
| Java - Editor - Typing | In String Literals Escape Text when pasting... | false |
| Run/Debug - Launching | Save required dirty editors | always |
Eclipse-Java-Warnings (Windows - Preferences - Java - Compiler - Errors/Warnings):
| Chapter | Einstellung | E/W/I |
|---|
| Potential programming problems | Serializable Class without serialVersionUID | Ignore |
| Potential programming problems | Resource leak | Ignore |
Nach Änderungen "Errors/Warings":
rm -f ~/workspace/*/.settings/org.eclipse.jdt.core.prefs
Eclipse-Hotkeys (Windows - Preferences - General - Keys):
| Binding | Command | When |
|---|
| § | Quick Fix | In Dialogs and Windows |
| Shift+Ctrl+P | Clean Up | Editing Java Source |
| Shift+Alt+K | Extract Constant | Editing Java Source |
| F4 | Open Type Hierarchie | In Dialogs and Windows |
| F11 | Debug | Editing Java Source |
| F11 | Run Ant Build | Editing Ant Buildfiles |
| F12 | Preferences | In Dialogs and Windows |
Eclipse "Search and Replace" (ctrl+F):
Eclipse search & replace Editor