Left toolbar in-fact is composed of two toolbars-in-one. The upper part is comprised of "Panel Buttons" corresponding to user created panels to host editing instances, and the lower part is comprised of actions specific to lines and block selections. The "Panels" toolbar is expected to grow downwards corresponding the number of panels.
Button |
Invokes |
Alternate |
Shortcut |
Public Method |
Description |
Current Line Down |
Main Menu->Edit->Line->Current Line Down |
Ctrl+Sh+Dn |
|
||
Current Line Up |
Main Menu->Edit->Line->Current Line Up |
Ctrl+Sh+Up |
|
||
Delete Current Line |
Main Menu->Edit->Line->Delete Current Line |
Ctrl+Del |
|
||
Duplicate Current Line |
Main Menu->Edit->Line->Duplicate Current Line |
Ctrl+D |
|
||
Converts to Upper Case |
|
|
|||
Converts to Lower Case |
|
|
|||
Inverts Case |
|
|
|||
Single Line Comment |
Main Menu->Edit->Block->Single Line Comment |
Ctrl+Sh+/ |
|
||
Stream Comment |
Main Menu->Edit->Block->Stream Comment |
Ctrl+Sh+Q |
|
||
Indents One Column Right |
Main Menu->Edit->Block->Indent Right |
Ctrl+Tab |
|
||
Indents One Column Left |
Main Menu->Edit->Block->Indent Left |
Ctrl+Sh+Tab |
|
||
Single Quotes to Double |
Main Menu->Edit->Block->Single Quotes to Double |
|
|
||
Double Quotes to Single |
Main Menu->Edit->Block->Double Quotes to Single |
|
|