REG Variables desperately wanna get their names back
-
I just compiled the latest version, no timeouts - great.
But I unfortunately found something new that is kind of a big deal under certain circumstances. It seems that reg variables somehow lost their name property and will adapt the name from other variables. See the image below. I can still print values from the arrays In this 3 line example but I just had the problem with an external table when setting table points from an array that was a reg variable - the reg just completely disappeared in the watch table on init. (and there was no data to access anymore) -
@ps ah yes, that was just a typo in one of the last commits.
The advantage is that it will show your comments in the autocomplete if you're using the
/**
comment type:/** This comment will be shown in the `Autocomplete`. Press Escape and stand back in awe.. */ reg myValues = [1, 2, 3, 4, 5];
-
@Christoph-Hart haha thanks for the fix!