IDE AutoCase on
Posted: Thu Mar 15, 2018 10:23 pm
I have a request for updating the IDE a little bit.
Two things:
1. The functions and Array name has the same color. This is for search in the source code a problem. Of typing a function as array or vise versa.
2. That is more annoying the AutoCase of variables, Procedures etc. When there is a word typed and the complete word match to some thing why not auto case correction.
e.g. Global GameIsRunning. And later in the code i insert Gameisrunning. The Auto case could solve this by correting the Case setting.
Function or keyword missing:
In the if statment the "then" is missing. I come from Blitz3D where this is in the code. This is handy if you just want a one line comparresing e.g. If a = #True THEN ProcedureReturn Would be nice.
Two things:
1. The functions and Array name has the same color. This is for search in the source code a problem. Of typing a function as array or vise versa.
2. That is more annoying the AutoCase of variables, Procedures etc. When there is a word typed and the complete word match to some thing why not auto case correction.
e.g. Global GameIsRunning. And later in the code i insert Gameisrunning. The Auto case could solve this by correting the Case setting.
Function or keyword missing:
In the if statment the "then" is missing. I come from Blitz3D where this is in the code. This is handy if you just want a one line comparresing e.g. If a = #True THEN ProcedureReturn Would be nice.