Edit Toolbar

alt text

alt textList Properties / Methods - Displays a drop-down list in the code window that contains all the properties and methods available for the object that precedes the period (.).
alt textList Constants - Displays a drop-down list in the code window that contains all the constants that are valid choices for the property that precedes the equal sign (=).
alt textQuick Info - Provides the syntax for a variable, method, function or procedure based on the location of your position.
alt textParameter Info - Displays a popup in the code window containing information about the parameters of the function in which the pointer is located.
alt textComplete Word - Accepts the characters that the editor has automatically appended as you were typing.
alt textIndent - Shifts all the lines (in the current block) to the next tab stop. No shortcut key by default but you could add one.
alt textOutdent - Shifts all the lines (in the current block) to the previous tab stop. No shortcut key by default but you could add one.
alt textToggle Breakpoint - Toggles the insertion of a breakpoint at the current line.
alt textComment Block - Adds the comment character ( ' ) to the beginning of each line in the current selection.
alt textUnComment Block - Removes the comment character ( ' ) from the beginning of each line in the current selection.
alt textToggle Bookmark - Toggles the insertion of a bookmark on or off for the active line.
alt textNext Bookmark - Moves the focus to the next bookmark in the bookmark stack.
alt textPrevious Bookmark - Moves the focus to the previous bookmark in the bookmark stack.
alt textClear All Bookmarks - Removes all the breakpoints from the active project (or all projects ??).

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext