A printable cheat sheet for the Eclipse SDK
| Eclipse Version | ODT | |
| 4.6 | odt | |
| 4.5 | odt | |
| 4.4 | odt | |
| 4.3 | odt | |
| 3.8 | odt | |
| 3.7 | odt | |
| 3.6 | odt | |
| 3.7 M3 | odt |
The contents of these cheat sheets is gathered as follows:
- Download and run a pristine Eclipse SDK in a new workspace
- Open the preferences dialog and go to the page General > Keys
- Save the keyboard shortcuts by hitting the Export CVS... button
- Sort the file (
cat FILE | sort > SORTED_FILE) - Diff to last versions ASCII to get the differences to edit the effective shortcut cheatsheet file (
diff -y oldfile newfile)