We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
szyszka already has constants: NAME, EXT, etc, and accessed in the form $(XXX). It would be great if users can define their own constants.
NAME
EXT
$(XXX)
Suggestion:
User Constants
Rules
CONST_NAME="value"
example:
MY_CONST1="lorem ipsum" MY_CONST2="dolor sit amet" MY_CONST3="consectetur adipiscing elit"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
szyszka already has constants:
NAME
,EXT
, etc, and accessed in the form$(XXX)
. It would be great if users can define their own constants.Suggestion:
User Constants
button in theRules
sectionUser Constants
child window. It appears if user clicksUser Constants
button.User Constants
field in the form of text area inUser Constants
child window.CONST_NAME="value"
, and separated with newline.example:
The text was updated successfully, but these errors were encountered: