On Thursday 01 September 2016 12:52:31 Martin Schreiber wrote:
> The left buttons are for triggering a "run" in row or subtree. The right
> 'ED' buttons are for setting up the "run" options for the row.
> The source file path is combined of 'File Path' column from root to leaf.
> The 'Enabled/Caption' column can be set in edit mode by pressing Enter.
>
The not resolved macros are supplied on the MSErun commandline in the example
so I can use the same *.mrp on different targets.
>From README.TXT:
"
MSErun is a unit test and program group compile tool.
Command line paramers:
--macrogroup=<n>
Use 'Macros'-'Active group' number <n>, <n> = 1..6.
--macrodef=<name>,<value>{,<name>,<value>}
Macro definition, will be overridden by 'Macros'. Example:
--macrodef=MAC1,abc,MAC2,def
defines ${MAC1} with value 'abc' and ${MAC2} with value 'def'.
--fontalias=<alias>,<fontname>[,<fontheight>[,<fontwidth>[,<options>[,<xscale>]
[,<ancestor>]]]]
Change the used fonts. <alias> can be stf_default, stf_menu or mseide_source.
Predefined macros:
${FILE} the file path of the current item.
Macro functions:
${MAC_IFDEF(macroname)} returns the macro value if defined.
${MAC_IFDEF(macroname,notdefinedvalue)} returns the macro value if defined,
notdefinedvalue otherwise.
${MAC_IFDEF(macroname,notdefinedvalue,definedvalue)}
returns definedvalue if macroname is defined, notdefinedvalue otherwise.
Environment macros:
${ENV_VAR(variablename)} returns the macro value if defined.
${ENV_VAR(variablename,notdefinedvalue)} returns the variable value if
defined,
notdefinedvalue otherwise.
${ENV_VAR(variablename,notdefinedvalue,definedvalue)}
returns definedvalue if variablename is defined, notdefinedvalue otherwise.
File path macros, format is ${FILE_*(fileparameter)} or
${FILE_*("fileparameter")}:
FILE_MSE convert to MSE format.
FILE_SYS convert to sys format.
FILE_PATH absolute path.
FILE_FILE no trailing path delimiter.
FILE_DIR trailing path delimiter.
FILE_NAME no directory part.
FILE_NAMEBASE no directory and no name extension part.
FILE_EXT file name extension.
FILE_NONAME directory part only.
FILE_NOEXT no file name extension.
"
Martin
------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk