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

User Defined Language Operator Styling #14837

Open
marksy95 opened this issue Mar 7, 2024 · 0 comments
Open

User Defined Language Operator Styling #14837

marksy95 opened this issue Mar 7, 2024 · 0 comments

Comments

@marksy95
Copy link

marksy95 commented Mar 7, 2024

N++ Expression.txt

I have a UDL for Ignition's Expression Language. It seems to be working fine, but when I break this expression into multiple lines it wants to style the "-1)" differently and I'm not sure which style rule it's using.

I moved the "-" operator to the Operators 2 group but that did not change anything.

Expected Behavior

I expected to be able to move the "-1)" portion to a new line and it stay formatted correctly.

case({Root Container.visibleTier2},

1,0,-1)

image

Actual Behavior

case({Root Container.visibleTier2},

1,0,

-1)

image

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