hiUnselectTextAll
hiUnselectTextAllw_windowId[t_text] [x_class] ) =>t / nil
Description
Unselects all occurrences of the selected text that match with the specified pattern t_text and class x_class in the viewfile. If the search pattern t_text is not specified, unselects all occurrences of the selected text of all classes. If the class x_class is not specified, unselects all occurrences of the selected text that match with the specified pattern t_text. Afterwards, the cursor position is reset to the top of the file. If an empty string is passed for t_text, and x_class is specified, unselects all strings selected in that class
Arguments
|
Group of selections. Values range from |
Value Returned
|
w_windowId is invalid, no selected text matches with the specified text and class, or nothing is selected. A warning is also issued. |
Related Topics
Return to top