A very frustrating thing in the overhauled UI - when you copy and paste text from the console or the code section back into the console, the operation usually fails because of hidden characters, as shown in this example:
> print param_ipAddress
05-08 13:21:05.49 exec - SyntaxError: ("no viable alternative at character '\xa0'", ('<string>', 1, 5, 'print\xa0param_ipAddress\n'))
05-08 13:21:05.49
This is very easy to reproduce. Simply create a blank node, view the code, copy and paste any variable, say param_disable, along with print <space> into the console and press Enter.
I was using Chrome on Windows. I'm unsure if other browser/OS combinations are affected.
A very frustrating thing in the overhauled UI - when you copy and paste text from the console or the code section back into the console, the operation usually fails because of hidden characters, as shown in this example:
This is very easy to reproduce. Simply create a blank node, view the code, copy and paste any variable, say
param_disable, along withprint <space>into the console and press Enter.I was using Chrome on Windows. I'm unsure if other browser/OS combinations are affected.