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

ilgSetWarningMarker

ilgSetWarningMarker( 
x_line
t_description
[ w_tab ]
) 
=> t

Description

Sets the warning marker with pop-up description t_description on line x_line of the SKILL IDE editor window.

Arguments

x_line

Line number on which the warning marker needs to be set.

t_description

Description of the warning marker.

w_tab

The window ID of the SKILL IDE editor window. The default is the current tab window.

Value Returned

t

The warning marker has been set.

Examples

ilgSetWarningMarker(4 “this line is marked”)
=> t
; Sets the warning marker on line 4.

Related Topics

SKILL IDE Functions


Return to top
 ⠀
X