TSMaster
TSMaster copied to clipboard
[C Script Editor] Improve editor
The editor has many backogroud:
-
Text is too big
-
There is no suggestions (when I start a word and I type Ctrl + Space, no suggestions)
-
When script is running, I cannot edit text.
-
When I type True, variable is undefined (it requires true), but text is highlighted in blue as if it was a keyword (keyword should be case sensitive)
-
When I click somewhere, cursor is not set at the end of the line, even if the line is blank
-
Text is never aligned with tabulations...
-
Globally, something similar to notepad++ would be welcome
-
Text is too big default size is modified from 14 to 12 now. You can also change this size in settings.
-
There is no suggestions (when I start a word and I type Ctrl + Space, no suggestions) currently not supported
-
When script is running, I cannot edit text. when script is running, code is write protected to prevent inconsistency
-
When I type True, variable is undefined (it requires true), but text is highlighted in blue as if it was a keyword (keyword should be case sensitive)
-
When I click somewhere, cursor is not set at the end of the line, even if the line is blank Editor style: caret is default spanned
-
Text is never aligned with tabulations... editor style: TAB is replaced by space
-
Globally, something similar to notepad++ would be welcome We will improve this in the future