Toolbar:Edits - Top

  Previous topic Next topic  

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.

 

ui_toolbar-edits-top

 

Button

Invokes

Alternate

Shortcut

Public

Method

Description

btn_panels

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.

btn_undo

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.

btn_redo

Redo one recent undone edit operation

MenuBar->Edit->Redo

Context-menu.

Ctrl+R


This shortcut cannot be over-ridden.

btn_cut

Cuts the selected text if any.

MenuBar->Edit->Cut

Context-menu.

Del



btn_copy

Copies selected text onto clipboard

MenuBar->Edit->Copy

Context-menu.

Ctrl+C


This shortcut cannot be over-ridden.

btn_paste

Pastes the clipboard text at current cursor position.

MenuBar->Edit->Paste

Context-menu.

Ctrl+V


This shortcut cannot be over-ridden.

btn_selectall

Selects the entire contents of active edit instance.

MenuBar->Edit->Select All

 

Ctrl+A


This shortcut cannot be over-ridden.

btn_selection_mode

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.

btn_findinfiles

Invokes Search & Replace Dialog

MenuBar->Edit->Find / Replace

Ctrl+F



btn_bookmark

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.

btn_goto

Goto Line Dialog

MenuBar->Edit->Goto Line

Ctrl+G




Reload Source


 



 

 

Button

Invokes

Alternate

Shortcut

Public

Method

Description

btn_l_linedown

Current Line Down

Main Menu->Edit->Line->Current Line Down

Ctrl+Sh+Dn

 


btn_l_lineup

Current Line Up

Main Menu->Edit->Line->Current Line Up

Ctrl+Sh+Up

 


btn_l_linedel

Delete Current Line

Main Menu->Edit->Line->Delete Current Line

Ctrl+Del

 


btn_l_linedup

Duplicate Current Line

Main Menu->Edit->Line->Duplicate Current Line

Ctrl+D

 


btn_l_toupper

Converts to Upper Case


 

 


btn_l_tolower

Converts to Lower Case


 

 


btn_l_invert

Inverts Case


 

 


btn_l_linecomment

Single Line Comment

Main Menu->Edit->Block->Single Line Comment

Ctrl+Sh+/

 


btn_l_streamcomment

Stream Comment

Main Menu->Edit->Block->Stream Comment

Ctrl+Sh+Q

 


btn_l_indentright

Indents One Column Right

Main Menu->Edit->Block->Indent Right

Ctrl+Tab

 


btn_l_indentleft

Indents One Column Left

Main Menu->Edit->Block->Indent Left

Ctrl+Sh+Tab

 


btn_l_sgl2dbl

Single Quotes to Double

Main Menu->Edit->Block->Single Quotes to Double

 

 


btn_l_dbl2sgl

Double Quotes to Single

Main Menu->Edit->Block->Double Quotes to Single

 

 


 

Page url: http://hbide.vouch.info/?toolbar_-_left.htm