| 1 | * Eclipse code formatter plugin |
| 2 | Format your java and javascript using the MOLGENIS Eclipse formatting, follow instructions here: |
| 3 | https://github.com/krasa/EclipseCodeFormatter#instructions |
| 4 | |
| 5 | * Reformat macro |
| 6 | Reformat code on save: |
| 7 | http://stackoverflow.com/questions/946993/intellij-reformat-on-file-save |
| 8 | |
| 9 | * Eclipse shortcuts |
| 10 | File --> Settings --> Keymap |
| 11 | select Eclipse keymap (this one works with "ctrl" instead of "command", a mac-style keymap is available on the internet, I'll see if i can locate it on my machine) |
| 12 | |
| 13 | * LiveEdit plugin (cannot get this to work, seems to work only with "javascript debug mode". which cannot be used for a maven/jetty project...) |
| 14 | File --> Settings --> Plugins |
| 15 | Search for the LiveEdit plugin |