Shortcut Keys


 

The Visual PL/B IDE Studio uses the following shortcut keys:

 

Program and File Shortcuts

Ctrl+N

New File

Ctrl+O

Open File

Ctrl+F4

Close File

Ctrl+S

Save File

F12

Save All Files

Ctrl+P

Print File

Alt+F4

Exit Program

 

File Manipulation Shortcuts

Ctrl+Z

Undo

Ctrl+Y

Redo

Ctrl+X

Cut

Ctrl+C

Copy

Ctrl+V

Paste

Ctrl+A

SelectAll

F11

Insert Stamp

 

Searching and Replacing Shortcuts

Alt+F3

Find

F3

Find Next

Shift+F3

Find Previous

Ctrl+F3

Find in Files

Ctrl+R

Replace

Ctrl+G

Go to Line

Ctrl+]

Go to matching brace. Placing the cursor on any of the parenthesis and using the Ctrl + ] will move the cursor to and select the matching parenthesis.

 

Bookmark Shortcuts

Ctrl+F11

Toggle Bookmark

F11

Next Bookmark

Shift+F11

Previous Bookmark

Alt+F11

Clear Bookmarks

 

Building and Executing Shortcuts

F7

Build

Ctrl+F7

Rebuild

Shift+F7

Build All Programs

Ctrl+Shift+F7

Rebuild All Programs

F5

Execute

F8

Debug

F9

Profile the program

 

Editor Shortcuts

Alt+Enter

Editor Options

Ctrl+Space

Toggle Auto Completion

Ctrl+H

Toggle Auto Syntax

F1

PL/B Language Help

Ctrl+Alt+T

Toggle Show Whitespace Characters

Ctrl+Shift+Space

Convert tabs to spaces in selected text

Ctrl+Shift+T

Convert spaces to tables in selected text

Ctrl+U

Convert selected text to upper case

Ctrl+Shift+U

Convert selected text to lower case

 

 



PL/B IDE Studio Help Using the Editor Writing Code