organizing and new DbgView.script Q-Dir.script PreviousFilesRecovery.script

This commit is contained in:
Homes32
2020-10-23 22:37:13 -05:00
parent 11aef7e96a
commit c9197e4caf
29 changed files with 1050 additions and 72 deletions

View File

@@ -213,16 +213,7 @@ System,Cursor,Normal
// Related........: btn_AdvancedOptions
// ===============================================================================================================================
[ToggleAdvancedOptions]
System,SetLocal
ReadInterface,Visible,%ScriptFile%,Interface,cb_AutoRunProcMon,%state%
If,%state%,Equal,False,Begin,
If,Question,"WARNING!#$x#$xAdvanced options are intended for expert users only!#$x#$xModifying advanced options without knowing what you are doing can cause permanent damage to your project and may result in unexpected behavior and/or build failures.#$x#$xAre you sure you want to continue?",Set,%Toggle%,True
Else,Set,%Toggle%,False
End
Else,Set,%Toggle%,False
WriteInterface,Visible,%ScriptFile%,Interface,cb_AutoRunProcMon,%Toggle%
System,EndLocal
Message,"There are no advanced options available for this script."
[#ShowScriptInfo#]
// ===============================================================================================================================