-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Create a Settings Form that will eventually have the following settings:
- "Assembly" syntax vs "Function" syntax
- Assembly is the current syntax (something like "_LDVAL var_94 6.0") and Function would be in the style of ev-as (something like "_LDVAL(var_94, 6.0)").
- "Typed" prefixes vs "Symbol" prefixes
- Typed is the current prefixes (var_, flag_, sys_) and Symbol would be in the style of ev-as (@, #, $).
- Use quotation marks for labels
- No quotation marks is the current syntax.
- Might have to do some digging into the editor if we want to use ", since those are stripped when reading the script currently.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request