List of Eclipse custom keys: Difference between revisions

From Elvanör's Technical Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Custom keys I use in Eclipse:
Custom keys I use in Eclipse:


* F3: Navigation->Next Editor (displays a list of opened files)
* F3: Incremental Find Next
* F4: Navigation->Next Editor (displays a list of opened files)
* F6: Maximize / Restore
* F6: Maximize / Restore
* F7: Format / Format Document (adding correct tabs, etc).
* F7: Format / Format Document (adding correct tabs, etc).
Line 9: Line 10:
* Control + NumKey 8: Toggle Comment
* Control + NumKey 8: Toggle Comment
* Control + NumKey Enter: Next (jump to next annotation)
* Control + NumKey Enter: Next (jump to next annotation)
* Control + D: Search->Text->Project (find occurences of selected text)
* Control + D: Search->Text->Project (find occurences of selected text)
* Control + G: Search->Text->File (find occurences of selected text)
* Control + G: Search->Text->File (named "Find Text In File" in preferences dialog, find occurences of selected text)
* Control + F: Incremental Find Next
* Control + F: Open Search Dialog
* Shift + Control + F: Find/Replace dialog
 
* Control + K: SVN Commit
* Control + U: SVN Update


* Shift + Control + F: Find/Replace dialog
* Control + Enter: Word Completion
* Control + AntiSlash (\): Content Assist

Revision as of 14:30, 18 April 2008

Custom keys I use in Eclipse:

  • F3: Incremental Find Next
  • F4: Navigation->Next Editor (displays a list of opened files)
  • F6: Maximize / Restore
  • F7: Format / Format Document (adding correct tabs, etc).
  • Control + NumKey 4: Shift Left
  • Control + NumKey 6: Shift Right
  • Control + NumKey 8: Toggle Comment
  • Control + NumKey Enter: Next (jump to next annotation)
  • Control + D: Search->Text->Project (find occurences of selected text)
  • Control + G: Search->Text->File (named "Find Text In File" in preferences dialog, find occurences of selected text)
  • Control + F: Open Search Dialog
  • Shift + Control + F: Find/Replace dialog
  • Control + K: SVN Commit
  • Control + U: SVN Update
  • Control + Enter: Word Completion
  • Control + AntiSlash (\): Content Assist