xojo-format-code icon indicating copy to clipboard operation
xojo-format-code copied to clipboard

-varname converts to - varname

Open jcowgar opened this issue 10 years ago • 0 comments

We should be able to detect when it is a negate operator vs. minus, i.e.

result = -result

should keep the - right against the variable name, but currently it formats to

result = - result

jcowgar avatar Oct 03 '14 09:10 jcowgar