Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

pteSetSearchMatchCase

pteSetSearchMatchCase(
t_matchCaseType
t_panelName
[ w_windowId ]
)
=> t / nil

Description

Specifies whether search is case-sensitive or case-insensitive.

Arguments

t_matchCaseType

If set to sensitive, the casing of the search string is considered. If set to insensitive, the casing of the search string is ignored.
Default: insensitive

t_panelName

Name of the Palette panel.
Valid values: Layers, Objects, and Grids

w_windowId

ID of the window containing the Palette that you want to update.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The specified option was set.

nil

The command was unsuccessful.

Examples

Sets the search function to perform case-sensitive search in the Layers panel:

pteSetSearchMatchCase("sensitive" "Layers")

Sets the search function to perform case-insensitive search in the Grids panel in the window with ID 2:

pteSetSearchMatchCase("insensitive" "Grids" window(2))

Return to top
 ⠀
X