forked from cfeclipse/cfeclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Keyboard Shortcuts
boughtonp edited this page Jan 19, 2012
·
2 revisions
To modify existing key bindings goto: Window
> Preferences
> General
> Keys
Printer friendly version: @Google Docs
- A nice list of general Eclipse shortcuts can be found here: http://bristle.com/Tips/Eclipse.htm
- Top 6 underused Eclipse shortcuts for CFEclipse (Mike Henke)
- CFEclipse keyboard shortcuts (John Whish)
- Ctrl+Shift+L
- Key Assist (dialog windows)
- Alt+Shift+Q
- Show View
- F1
- Tag/function reference at: [http://www.cfdocs.org](http://www.cfdocs.org)
- F5
- Refresh browser view
- F8
- Scribble pad
- Ctrl+F5
- Reload Dictionaries
- Ctrl+F6
- Switch Editor
- Ctrl+F7
- Switch View
- Ctrl+F8
- Switch Perspective
- Ctrl+Shift+M
- ColdFusion Comment ``
- Ctrl+Shift+C
- Context sensitive comment
- Ctrl+Shift+H
-
#
Pound/hash marks#
- Ctrl+'
-
'
Single quotes'
- Ctrl+"
-
"
Double quotes"
- Ctrl+Shift+O
-
<cfoutput></cfoutput>
- Ctrl+Shift+D
-
<cfdump var="##">
- Ctrl+Shift+R
-
<cfscript></cfscript>
- Ctrl+Enter
-
<br/>
- Ctrl+Shift+Space
-
- Ctrl+Shift+P
-
<p></p>
- Ctrl+I
-
<em></em>
- Ctrl+B
-
<strong></strong>
- Alt+Up or Alt+Down arrow
- Moves the current line up or down
- Ctrl+Alt+Up or Ctrl+Alt+Down arrow
- Duplicates line above or below current line
- Shift+Enter
- Insert line below current line
- Ctrl+Shift+Enter
- Insert line above current line
- Ctrl+D
- Deletes current line
- Ctrl+Delete
- Delete next word
- Ctrl+Backspace
- Delete previous word
- Ctrl+Shift+Delete
- Delete to end of line
- Ctrl+H
- Search
- Ctrl+F
- Find
- Ctrl+K
- Find next
- Ctrl+Shift+K
- Find previous
- F12
- View current page in browser
- Shift+F12
- View current page in secondary browser
- F5
- Refresh internal browser
- Shift+F5
- View current page in internal browser
- Ctrl+Shift+F5
- View project root in internal browser
- Ctrl+Shift+R
- Opens the Open Resource (while in Navigator)
- Ctrl+E
- List open files, then start typing the name and it should limit it to the ones you want
- Ctrl+F6
- Tab back through open files
- Ctrl+Shift+F6
- Tab forwards through open files
- Ctrl+M
- Maximize/Minimize Current window
- Ctrl+HOME
- Go to beginning of document
- Ctrl+END
- Go to end of document
- Ctrl+PageUp
- Go to next open document tab
- Ctrl+PageDown
- Go to previous open document tab
- Tab
- Indent code
- Shift+Tab
- Un-indent code
- Ctrl+L
- Goto line number
- Ctrl+Q
- Repeat last tag
- Ctrl+Shift+Z
- Insert Color