Removing space between cells Follow
Hello,
When I have a construct in an editor, like the following:
Xmax : SignedBit [ NBits ]
is it possible to remove the spaces that come before and after the square brackets?
Thanks,
Kevin
Please sign in to leave a comment.
Hello, Kevin,
We have editor styles for this task. You need to use PUNCTUATION_LEFT/RIGHT styles. Take a look at the ArrayAccessExpression's editor from the base language.
Regards,
Konstantin
Worked great.
Thanks!
Kevin