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

hiSetTextSelectAll

hiSetTextSelectAll(
w_windowId 
t_text
[ x_class ]
) 
=> t / nil 

Description

Highlights all occurrences of a specified string and resets the cursor to the top of the file.

Arguments

w_windowId

Window you want the function to act on.

t_text

Text string to search for.

x_class

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

Value Returned

t

A match is found.

nil

w_windowId is invalid, t_text is not found, or t_text is null.

Related Topics

Functions of Viewfile Window


Return to top
 ⠀
X