Различия
Здесь показаны различия между двумя версиями данной страницы.
| Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
|
dev:eclipse:shortcuts [2012/09/24 18:45] jamis7005 |
dev:eclipse:shortcuts [2016/08/06 18:14] (текущий) denis |
||
|---|---|---|---|
| Строка 1: | Строка 1: | ||
| ====== Eclipse Shortcuts ====== | ====== Eclipse Shortcuts ====== | ||
| - | ===== Eclipse ===== | ||
| Use shortcuts list (Ctrl+Shift+L) | Use shortcuts list (Ctrl+Shift+L) | ||
| - | |Navigate|| | + | |**Navigate**|| |
| |''Ctrl-Shift-T'' | Goto to class (use capitals)| | |''Ctrl-Shift-T'' | Goto to class (use capitals)| | ||
| |''Ctrl-Shift-R'' | Goto to file| | |''Ctrl-Shift-R'' | Goto to file| | ||
| Строка 19: | Строка 18: | ||
| |''F12''| Activate editor| | |''F12''| Activate editor| | ||
| |''Ctrl+F7''| Next view| | |''Ctrl+F7''| Next view| | ||
| - | |''''|| | ||
| - | |Cursor movement|| | + | |**Search**|| |
| - | |''Alt-Shift-Up''| Escalating selection| | + | |
| - | |''Alt-Up/Down''| Move lines| | + | |
| - | |''''|| | + | |
| - | |''''|| | + | |
| - | + | ||
| - | |Search|| | + | |
| |''Ctrl+K''| Find next after Ctrl+F| | |''Ctrl+K''| Find next after Ctrl+F| | ||
| |''Ctrl+Shift+K''| Find prev after Ctrl+F| | |''Ctrl+Shift+K''| Find prev after Ctrl+F| | ||
| |''Ctrl+J''| Incremental search| | |''Ctrl+J''| Incremental search| | ||
| + | |''Ctrl+Shift+J''| Incremental search| | ||
| |''Ctrl+G''| Search declaration in workspace| | |''Ctrl+G''| Search declaration in workspace| | ||
| |''Ctrl+Alt+G''| Find text in workspace| | |''Ctrl+Alt+G''| Find text in workspace| | ||
| |''Ctrl+Shift+G''| References| | |''Ctrl+Shift+G''| References| | ||
| - | |''''|| | ||
| - | |''''|| | ||
| - | |''''|| | ||
| - | |Edit|| | + | |**Edit**|| |
| + | |''Alt-Shift-Up''| Escalating selection| | ||
| + | |''Alt-Up/Down''| Move lines| | ||
| |''Ctrl+Y''| Redo| | |''Ctrl+Y''| Redo| | ||
| - | |''Ctrl+Shift+J''| Incremental search| | ||
| |''F2''| Open tooltip description| | |''F2''| Open tooltip description| | ||
| |''Alt+/''| Word completion| | |''Alt+/''| Word completion| | ||
| Строка 55: | Строка 46: | ||
| |''Shift+Enter''| Insert line below current line| | |''Shift+Enter''| Insert line below current line| | ||
| |''Ctrl+Shift+Enter''| Insert line above current line| | |''Ctrl+Shift+Enter''| Insert line above current line| | ||
| - | |''''|| | ||
| - | |Refactoring|| | + | |**Refactoring**|| |
| |''Alt-Shift-L''| Introduce variable| | |''Alt-Shift-L''| Introduce variable| | ||
| |''Alt+Shift+R''| Rename| | |''Alt+Shift+R''| Rename| | ||
| |''Alt+C''| Extract constant| | |''Alt+C''| Extract constant| | ||
| |''Alt+Shift+M''| Extract function| | |''Alt+Shift+M''| Extract function| | ||
| - | |''''|| | ||
| - | |''''|| | ||
| - | |''''|| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | ||| | ||
| - | [[http://www.prom-auto.ru/articles/eclipse/eclipse.keys.pdf|other shortcuts]] | + | [[http://www.prom-auto.ru/articles/eclipse/eclipse.keys.pdf|other shortcuts]]\\ |
| + | [[http://www.n0sl33p.org/dev/eclipse_keys.html]] | ||
| + | |||
| + | ====== eclipse neon ====== | ||
| + | Add ''--launcher.GTK_version 2'' in ''eclipse.ini'': | ||
| + | openFile | ||
| + | --launcher.GTK_version 2 | ||
| + | --launcher.appendVmargs | ||
| + | |||
| + | Create script ''eclipse_go'': | ||
| + | export SWT_GTK3=0 | ||
| + | /home/denis/asutp/tools/eclipse/eclipse & | ||
| + | |||