Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiUnselectTextAll

hiUnselectTextAll
w_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

w_windowId

Window you want the function to act on.

t_text

Text to be unselected.

x_class

Group of selections. Values range from 0 to MAX_INT. The default value is 0.

Value Returned

t

The text is unselected.

nil

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

Functions of Viewfile Window


Return to top
 ⠀
X