Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:eclipse:shortcuts [2012/09/24 18:54] 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**|| | ||
Строка 56: | Строка 55: | ||
[[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]] | [[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 & | ||
+ | |||
+ | |||
+ |