Replies: 1 comment
-
Feel free to open a pull request for this 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The form feed character (0xc in ASCII) is sometimes used to divide source code into logical units. Emacs allows to easily jump between them with the shortcuts C-[ and C-]. Unfortunately, as of 3.4.2, in GDScript, if one attempts to insert a form feed character into a file, one gets an error like this:
Due to the fact that it would positively affect anyone who uses these characters, the fact that it doesn't affect in any way people who don't use them, and the fact that it is an easy thing to implement, I propose that these characters be treated the same as newlines in GDScript source code.
Beta Was this translation helpful? Give feedback.
All reactions