Author: techfox9
Quick Eclipse Shortcuts ..
Wednesday, October 28th, 2009 @ 10:42 am
From http://www.ibm.com/developerworks/opensource/library/os-eclipse-master3/index.html
- — Open Type – Ctrl+Shift+T
- — Pick part of a string – select section, press Ctrl+1
- — Quick Outline – Ctrl+O
- — Enable ‘Breadcrumbs Bar’ – Alt+Shift+B
- — Code formatting – highlight, Ctrl+Shift+F
- — Watch the ‘Overview Ruler’ for errors or warnings
From the “Workbench User Guide” ..
History Navigate > Backward (Alt+Left Arrow)
Various Functions > Ctrl+3
Editor List > Ctrl+E
Global Find/Replace > Ctrl+H
Customize, View Keys / Shortcuts > Menu / General / Keys
Find a string incrementally > Edit / Incremental Find Next (Ctlr+J)
> or Find Previous (Ctrl+Shift+J)
Go to last edit location > Navigate / Go to last edit location (Ctrl+Q)
Manipulating lines > Insert new line above (Ctrl+Shift+Enter) or below (Ctrl+Enter)
> Convert to lowercase (Ctrl+Shift+Y) or uppercase (Ctrl+Shift+X)
Quick Diff (what changed while editing) > General / Editors / Text Editors / Quick Diff (Ctrl+Shift+Q)
Next / previous navigation > next = Ctrl+. , previous = Ctrl+, (plus comma)
Word completion > Alt+/. (Ctrl+. on the Mac)