Skip to content
New issue

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

[FEATURE REQUEST] User defined constant feature #114

Open
the-liquid-metal opened this issue Oct 23, 2024 · 0 comments
Open

[FEATURE REQUEST] User defined constant feature #114

the-liquid-metal opened this issue Oct 23, 2024 · 0 comments

Comments

@the-liquid-metal
Copy link

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:

  1. Add User Constants button in the Rules section
  2. Add User Constants child window. It appears if user clicks User Constants button.
  3. Add User Constants field in the form of text area in User Constants child window.
  4. valid format is CONST_NAME="value", and separated with newline.

example:

MY_CONST1="lorem ipsum"
MY_CONST2="dolor sit amet"
MY_CONST3="consectetur adipiscing elit"
@the-liquid-metal the-liquid-metal changed the title [FEATURE REQUEST] user defined constant feature [FEATURE REQUEST] User defined constant feature Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant