Difference between revisions of "IDE Window: Toolbar Config"

From Free Pascal wiki
Jump to navigationJump to search
Line 9: Line 9:
 
You may rearrange Toolbar items with "Move Up" and "Move Down" buttons.
 
You may rearrange Toolbar items with "Move Up" and "Move Down" buttons.
 
Hint: to append an item at the end, clear selection first.
 
Hint: to append an item at the end, clear selection first.
 +
 +
{{IDE Window}}

Revision as of 17:46, 6 October 2015

About

Editor Toolbar is shown above source editor, it has few buttons by default: "Configure Toolbar", "Jump Back", "Jump Forward".

You can toggle it by menu item "View - Editor ToolBar".

Toolbar Configuration dialog

"Add" button inserts a command before the selected item of the Toolbar. If none is selected, the item will be appended at the end of the Toolbar. You may rearrange Toolbar items with "Move Up" and "Move Down" buttons. Hint: to append an item at the end, clear selection first.

Template:IDE Window