Version 3.1.0.14
I noticed that when the cursor is placed after the first function argument ("touchInput"), but before the comma, using Shift + Arrow key to the left selects the first argument. Perfect behavior. But when I use Shift + Backspace to delete the word that was otherwise selected ("touchInput") it deletes the whole line instead. In my opinion this is an inconsistency that can become quite annoying.
HTML Code:
writeInt(touchInput, 2);
Comment