scStopIgnoreAllProperties

Typecommand
Dictionarylibrary.smartcrumbsvcw
LibrarySmartCrumbsVCW
Syntax
scStopIgnoreAllProperties <pLongId>, [<pIgnoreInCascade>]
Associationscom.livecode.library.smartcrumbsvcw
Summary

This command keeps all properties tracked

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Parameters
NameTypeDescription
pLongId

The long id of the object

pIgnoreInCascade
  • "children": to indicate if it applies to the children of the object that have this property.
  • "type": to specify that it applies to all objects of this type on the stack owned by the object passed in the first parameter
Example
# Stop ignoring changes to the values of all button properties
scStopIgnoreAllProperties the long id of button 1,
# Stop ignoring changes to the all properties of group and all child objects.
scStopIgnoreAllProperties the long id of group"fotter", "children"
# Stop ignoring all changes to the all properties of the fields in this stack.
scStopIgnoreAllProperties the long id of field "table1", "type"
RelatedCommand: scExportObject, scImportMainStack, scIgnoreProperty, scIgnoreAllProperties, scStopIgnoreProperty, scStopIgnoreAllProperties, scCreatePlugin, scInstallPlugin, scUninstallPlugin, scEnabledPlugin, scDisabledPlugin, scSetPluginSetting, scCleanTrash, scResetObjectCache, scCleanTrash, scResetObjectCache
Function: scIgnoreProperties, scListPlugins, scGetPluginSetting, scGetGUID, scGetPathLog, scGetGUID
Description

Use the scStopIgnoreAllProperties command to tell the SmartCrumbsVCW library to stop ignoring property value changes that it was told to ignore using the scIgnoreProperty command or the scIgnoreAllProperties command.

Tagsversion control