nb3 : GUI : Rename Node : NO number first
I'd like to rename nodes with numbers (like their default names do, too). When I rename a node with a number as first letter the error message in the screenshot below appears.
It might be useful to either change this behave (appreciated!) – or to mention this 'no-number-demand-at-first' in the according message.
- rename_node_NOTnumberfirst.jpg 40.8 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 02 Dec, 2013 09:50 AM
Node names are like variable names. Therefore, just as in other programming languages, we don't support numbers as first characters. If we're going to support expressions in the future, the expression parser will get confused. You're right in that it might be mentioned beforehand.
Best,
F
Support Staff 2 Posted by Frederik De Ble... on 02 Dec, 2013 09:52 AM
I've just commited a fix for this.