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
|
|
Creates or brings an existing panel to front.
|
|
|
|
Though you are free to create n number of panels, but still take care of left-toolbars being overburdened.
|
|
Undo one recent edit operation.
|
MenuBar->Edit->Undo
Context-menu.
|
Ctrl+Z
|
|
Undo and next 11 options are editing actions which are always carried on active edit instance or split.
|
|
Redo one recent undone edit operation
|
MenuBar->Edit->Redo
Context-menu.
|
Ctrl+R
|
|
This shortcut cannot be over-ridden.
|
|
Cuts the selected text if any.
|
MenuBar->Edit->Cut
Context-menu.
|
Del
|
|
|
|
Copies selected text onto clipboard
|
MenuBar->Edit->Copy
Context-menu.
|
Ctrl+C
|
|
This shortcut cannot be over-ridden.
|
|
Pastes the clipboard text at current cursor position.
|
MenuBar->Edit->Paste
Context-menu.
|
Ctrl+V
|
|
This shortcut cannot be over-ridden.
|
|
Selects the entire contents of active edit instance.
|
MenuBar->Edit->Select All
|
Ctrl+A
|
|
This shortcut cannot be over-ridden.
|
|
Flags if current selection mode is stream or columns.
|
|
|
|
At present only stream-selection is available. I am working hard to get column-selection working and will be available some-time in future.
|
|
Invokes Search & Replace Dialog
|
MenuBar->Edit->Find / Replace
|
Ctrl+F
|
|
|
|
Toggles a bookmark on the current line.
|
|
|
|
A visual representation of the bookmark is placed as a colored rectangle at the left of line-numbers display area and the line is also painted with same color as background. The line color is persistent and is brought to notice whenever the segment of source containing it is navigated to viewport of the editing instance.
A corresponding button on a panel in status-bar also appears with same color as that of marker and facilitates to jump to that particular bookmark line whenever clicked.
In all, one editing instance can have 6 bookmarks maximum at any given moment.
|
|
Goto Line Dialog
|
MenuBar->Edit->Goto Line
|
Ctrl+G
|
|
|
|
Reload Source
|
|
|
|
|
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
|
|
|
|
Page url:
http://hbide.vouch.info/?toolbar_-_left.htm