mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 20:38:16 +02:00
EditorMacroScript: Allow skipping self-test. --skip-tests=MacroScript
This commit is contained in:
parent
4e9d8b173f
commit
fc11d80277
@ -9,7 +9,7 @@ uses
|
||||
// LCL
|
||||
Dialogs,
|
||||
// IdeIntf
|
||||
SrcEditorIntf, IDEOptionsIntf, IDEOptEditorIntf,
|
||||
SrcEditorIntf, IDEOptionsIntf, IDEOptEditorIntf, IDEUtils,
|
||||
// MacroScript
|
||||
EMScriptMacro, EMSSelfTest, EMSIdeOptions, EMSStrings;
|
||||
|
||||
@ -29,6 +29,9 @@ begin
|
||||
|
||||
if not EMSSupported then {%H-}exit;
|
||||
|
||||
if GetSkipCheckByKey('MacroScript') or GetSkipCheckByKey('All') then
|
||||
exit;
|
||||
|
||||
conf := GetEMSConf;
|
||||
try
|
||||
conf.Load;
|
||||
|
Loading…
Reference in New Issue
Block a user