schRemoveIgnoreProp
schRemoveIgnoreProp(
t_name
)
=> t / nil
Description
Removes the specified ignore property from the registered ignore property set. You can view the registered ignore properties in the Ignore Properties tab by clicking Options – Editor.
Arguments
|
Name of the property to be removed from ignore property set, such as |
Value Returned
Examples
Returns t if removal is successful. If the property does not exist in the registered ignore property set, the function returns nil.
schRemoveIgnoreProp( "nlAction" )
Return to top