Eclipse Helios (Windows)

The Rest

Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

Editor Window
Show or hide the diff column on the left (indicates changes since last save)

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

Search and Replace
Open a resource search dialog to find any class

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens Content Assist (e.g. show available methods or field names)

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

Code Information
Open class, method, or variable information (tooltip text)

F2

Code Information
Open Declaration: Jump to Declaration of selected class, method, or parameter

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

Refactoring
Move selected element to other class or file (With complete method or class selected)

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

Refactoring
Extract local variable: Create and assigns a variable from a selected expression

Alt + Shift + L

Refactoring
Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


Open Office Writer 3 (Linux)
Compile file
Building Projects

Ctrl + F8


KDevelop (Linux)
Compile file
Building Projects

Ctrl + F8


Access 2010 (Windows)
Turn on Move mode
Manage Access Features - Select and move Fields or Columns

Ctrl + Shift + F8


Inpage (Windows)
To move downward baseline of selected text
For formatting

Ctrl + F8


Open Office Impress (Linux)
Fit text to frame.
Function Keys

Ctrl + Shift + F8


Total Commander 8 (Windows)
Display directory tree
Main Shortcuts

Ctrl + F8


Total Commander 8 (Windows)
Cycle through separate directory tree states: one tree, two trees, off
Main Shortcuts

Ctrl + Shift + F8


Access 2010 (Windows)
Turn on Resize mode for the active window when it is not maximized; press the arrow keys to resize the window
Manage Access Features - Manage Windows

Ctrl + F8


Evernote (Windows)
Toggle display of note editing toolbar
Main Application Shortcuts - Change View and Display

Ctrl + F8


Smartplant Review (Windows)
Surface Measurement
Function Keys

Ctrl + F8


Smartplant Review (Windows)
New Measurement Collections
Function Keys

Ctrl + Shift + F8


Evernote (Windows)
Toggle display of note editing toolbar
Note Editor

Ctrl + F8


Access 2010 (Windows)
Turn on Move mode
Working with Text and Data - Select and move Fields or Columns

Ctrl + Shift + F8


Oracle SQL Developer 4 (Windows)
Compile
PL/SQL Editor

Ctrl + F8


Oracle SQL Developer 4 (Windows)
Compile for Debug
PL/SQL Editor

Ctrl + Shift + F8


UltraEdit (Windows)
Toggle Tag List
View Menu

Ctrl + F8


Adobe Illustrator CS5 (Windows)
Show/hide Info panel
Function Keys

Ctrl + F8


Texmaker 4.0.2 (Windows)
Restore previous session
"File" menu

Ctrl + Shift + F8


Access 2010 (Windows)
Turn on Resize mode for the active window when it is not maximized; press the arrow keys to resize the window
Working with Text and Data - Manage Windows

Ctrl + F8


Microsoft PowerPoint 2010 (Windows)
When a document window is not maximized, perform the Size command (on the Control menu for the window). Press the arrow keys to resize the window and when finished, press ESC.
Microsoft Office basics applicable to PowerPoint 2007

Ctrl + F8


IntelliJ (Linux)
Toggle breakpoint
Debugging

Ctrl + F8


IntelliJ (Linux)
View breakpoints
Debugging

Ctrl + Shift + F8


IntelliJ (Windows)
Toggle breakpoint
Debugging

Ctrl + F8


IntelliJ (Windows)
View breakpoints
Debugging

Ctrl + Shift + F8


NetBeans 8 (Windows)
Toggle breakpoint
Debugging

Ctrl + F8


NetBeans 8 (Windows)
New breakpoint
Debugging

Ctrl + Shift + F8


Gwenview (Linux)
Move an image.
30 Shortcuts for Gwenview (Linux)

Ctrl + F8


Access 2010 (Windows)
Turn on Move mode
Working with Access Views - Select and move Fields or Columns

Ctrl + Shift + F8


FL Studio (Windows)
Open Plugin Picker
Window Navigation

Ctrl + F8


Axialis IconWorkshop (Windows)
Check for updates...
Help Menu

Ctrl + F8


Microsoft Excel 2013 (Windows)
Perform size command for workbook windows which are not maximzed
Manage Multiple Workbooks

Ctrl + F8


Access 2010 (Windows)
Turn on Resize mode for the active window when it is not maximized; press the arrow keys to resize the window
Working with Access Views - Manage Windows

Ctrl + F8


Access 2010 (Windows)
Turn on Move mode
The Rest - Select and move Fields or Columns

Ctrl + Shift + F8


Microsoft Excel 2010 (Windows)
Perform size command for workbook windows which are not maximzed.
Manage Multiple Workbooks

Ctrl + F8


Console2 (Windows)
New tab 7
30 Shortcuts for Console2 (Windows)

Ctrl + F8


Access 2010 (Windows)
Turn on Resize mode for the active window when it is not maximized; press the arrow keys to resize the window
The Rest - Manage Windows

Ctrl + F8


Adobe Illustrator CC (Windows)
Show/hide Info panel
Function Key Shortcuts

Ctrl + F8


FileMaker Pro (Windows)
Halt Script command
Script Debugger (Pro Advanced Only)

Ctrl + F8


JetBrains PyCharm (Windows)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains PyCharm (Windows)
View Breakpoints
Debugging

Ctrl + Shift + F8


JetBrains RubyMine (Windows)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains RubyMine (Windows)
View Breakpoints
Debugging

Ctrl + Shift + F8


JetBrains RubyMine (Linux)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains RubyMine (Linux)
View Breakpoints
Debugging

Ctrl + Shift + F8


JetBrains PhpStorm (Windows)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains PhpStorm (Windows)
View Breakpoints
Debugging

Ctrl + Shift + F8


JetBrains PhpStorm (Linux)
Toggle Breakpoint
Debugging

Ctrl + F8


JetBrains PhpStorm (Linux)
View Breakpoints
Debugging

Ctrl + Shift + F8


Adobe Dreamweaver (Windows)
Check Links Sitewide
Site Management

Ctrl + F8


Corel WordPerfect X8 (Windows)
Margins
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F8


HTML-Kit (Windows)
Preview as You Type
87 Shortcuts for HTML-Kit (Windows)

Ctrl + F8


Corel Draw X8 (Windows)
Convert text
Font Formatting

Ctrl + F8


Corel PhotoPaint X6 (Windows)
Brush Settings
Dockers

Ctrl + F8


Corel Draw X8 (Windows)
Convert text state
Text Formatting

Ctrl + F8


Corel Quattro Pro X8 (Windows)
Separates Group into Individual Cells
Function Keys

Ctrl + F8


Corel Ventura 10 (Windows)
Spelling
General Shortcuts

Ctrl + F8


WinSCP 5 (Windows)
Sort files in the active panel by owner (remote panel only)
File Panels

Ctrl + F8


XYplorer (Windows)
Show Catalog
Function key Shortcuts

Ctrl + F8


Jetbrains CLion (Windows)
Toggle breakpoint
Debugging

Ctrl + F8


Jetbrains CLion (Windows)
View breakpoints
Debugging

Ctrl + Shift + F8


Scottrade (Windows)
Sell Short Limit At Bid
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + F8


Soundforge (Windows)
Toggle auto snap to grid
Data Window

Ctrl + F8


Soundforge (Windows)
Toggle auto snap to event edges
Data Window

Ctrl + Shift + F8


Teamcenter (Windows)
Switch between Open Perspective
Miscellaneous Shortcuts

Ctrl + F8 / Ctrl + Shift + F8


MPS 2017 (Windows)
Toggle breakpoint at the current line
Running and Debugging

Ctrl + F8


MPS 2017 (Windows)
View/manage all breakpoints
Running and Debugging

Ctrl + Shift + F8


Siemens NX 11 (Windows)
Reset Orientation
View Menu

Ctrl + F8


GOM Player (Windows)
16:9 (HDTV)
Aspect Ratio

Ctrl + F8


Xamarin Studio (MonoDevelop) (Windows)
Rebuild All
Project

Ctrl + F8


Libreoffice Writer (Windows)
Field shadings on / off
Function Keys

Ctrl + F8


Libreoffice Writer (Windows)
Block selection mode
Function Keys

Ctrl + Shift + F8


Vegas Pro 14 (Windows)
Snap to grid
Timeline and Track List

Ctrl + F8


Titanium (Windows)
Switch Perspective
Quick Access

Ctrl + F8


RStudio (Windows)
Sync editor & pdf preview
Views

Ctrl + F8


CuteFTP (Windows)
Open/close the Quick Connect toolbar
General

Ctrl + F8


Vivaldi
Tile horizontally
Tab

Ctrl + F8


Wordfast Pro (Windows)
Next Perspective
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + F8


IRONCAD (Windows)
Activate the internal software renderer (Only active is all documents are closed)
Camera Function Keys Assignment

Ctrl + F8


Wordfast Pro (Windows)
Previous Perspective
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Shift + F8


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the marquee
View Menu

Ctrl + F8


Xyplorer
Show Catalog
Window Menu

Ctrl + F8


Cobalt (Windows)
Ind 8
70 Shortcuts for Cobalt (Windows)

Ctrl + F8


Battlezone 98 Redux
Group weapon
Weapons

Ctrl + F8


RStudio
Sync Editor & PDF Preview
Views

Ctrl + F8


SuperMemo (Windows)
Download Remote Images reffered to HTML Components
129 Shortcuts for SuperMemo (Windows)

Ctrl + F8


Altium Designer (Windows)
Run simulation to a specified time
VHDL Editor Shortcuts

Ctrl + F8


Nuclide (Linux)
Shows the process launch UI where you will choose the process on which you would like to debug (e.g., a Node process, etc.)
Debugger

Ctrl + F8


Siemens NX
Reset orientation
View menu

Ctrl + F8


Nimbus Capture (PC)
Pause or resume record
Global

Ctrl + F8


Tibia
(Attack) Sudden death
Action bar

Ctrl + F8


Evernote for Windows
Side List View
Application-wide

Ctrl + F8


PyCharm 2018.2
Toggle breakpoint at the current line.
Running and debugging

Ctrl + F8


Adobe Illustrator
Show/hide Info panel
Function keys

Ctrl + F8


CorelDRAW Graphics Suite 2018
Convert
General

Ctrl + F8


Heroes of the Storm
Save a camera location
General

Ctrl + F8


Metapad
Untabified
Convert selected

Ctrl + F8


PDF-XChange Editor
Show/Hide all toolbars and menus
General

Ctrl + F8


LightWave 3D
Image processing
Layout: General

Ctrl + F8


IntelliJ IDEA (Windows, Linux)
Toggle breakpoint
Debugging

Ctrl + F8


GoldWave
Stops recording.
Main Window

Ctrl + F8


NetBeans
Toggle breakpoint
Debugging

Ctrl + F8


LibreOffice Writer
Field shadings on / off
Function keys

Ctrl + F8


LibreOffice Calc
Highlights cells containing values
Function keys

Ctrl + F8


WordPerfect X8
Margins
Formatting

Ctrl + F8


FileMaker
Halt Script command
FileMaker Pro Advanced: Script Debugger

Ctrl + F8


Microsoft Access 2016
Turn on Resize mode for the active window when it is not maximized (press the arrow keys to resize the window, and then, to apply the new size, press Enter)
Navigate in the Access workspace

Ctrl + F8


GOM Player
16:9 (HDTV)
Aspect ratio

Ctrl + F8


Microsoft Excel 2016
Performs the Size command when a workbook is not maximized
Function keys

Ctrl + F8


WinSCP
Sort files in the active panel by owner (remote panel only)
File panels

Ctrl + F8


DOSBox
Increase frameskip
General

Ctrl + F8


Android Studio
Toggle breakpoint
Debugging

Ctrl + F8


HeidiSQL
Automatically reformat disordered SQL in active editor to make it more readable
SQL

Ctrl + F8


Opera
Toggle address bar
Bars

Ctrl + F8


Open Office Impress (Windows)
Fit text to frame.
Function Keys

Ctrl + Shift + F8


Microsoft Excel 2007 (Windows)
Performs the Size command (on the Control menu for the workbook window) when a workbook is not maximized.
Function keys in Excel 2007

Ctrl + F8