Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

ilgFoldLine

ilgFoldLine( 
[ x_column ]
[ x_row ]
) 
=> t / nil

Description

Folds a document block in SKILL IDE at (x_column x_row) where (x_column x_row) is the location of an opening parenthesis. If this function is called without arguments, the current cursor location is used for computing (x_column x_row).

Arguments

x_column

Column coordinates of the opening parenthesis '('.

x_row

Row coordinates of the opening parenthesis '('.

Value Returned

t

The document block was successfully folded.

nil

The fold of document block was unsuccessful.

Examples

[-]defun(test (x y "xx")
"test function"
x + y
4 )
ilgFoldLine(6 1)
=> t

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X