Personnally, all options are shut down for me : auto-indent, auto-completion, case correction, debugger etc...
It just stays the highlighting system, and the [Control]+[I] options : this modifies the source exactly when I want.
There is the whole syntax command too, in the bar system.
Finally... I keep 2 or 3 options, but all that modifies automatically the code has been removed. I think these options are good when we want to discover a new version, new features, or when we are beginners. But, once we know the basis, it could be more useless than useful.
I see what rory-games is talking about : a "multi-concatenated" string source code line.
Code:
A$ = "Name : " + Name$ + Chr(9) + "Hobby : " + Hobby$ + Chr(9) + "Etc..."
I suggest, that,
this system, this automatic one, should execute this source code modifying, only if assertions.
I suggest, that,
these assertions, should be as booleannally true, if
Code:
CountString(SourceCodeLine$, Chr(34) ) <= 2
I have a question :
How could I know, howmany bytes must be allocated to load file datas of the IDE source code ?
Thank you