A printable cheat sheet for the Eclipse SDK
Eclipse Version | Windows & Linux | |
---|---|---|
ODT | ||
4.30 | odt | |
4.17 / 4.18 | odt | |
4.14 / 4.15 / 4.16 | odt | |
4.13 | odt | |
4.9 / 4.10 / 4.11 / 4.12 | odt | |
4.8 | odt | |
4.7 | 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
)