PDA

View Full Version : thinAir statusbar



DirectuX
04-02-2020, 16:31
Hi,

wondering, what are the T1 , T2 ... in the thinAir statusbar ?

10130

ErosOlmi
04-02-2020, 17:06
Every time you type a char or make a change to source code it starts a tokenir that scan source code.
Actually it is used to create code browser and folding but my idea is to use for other interesting things ;)

So I'm recording time to see if parsing takes too long or is fast enough to add new feaures.
I will move such data in new window "Info" I've recently added as experiment at the bottom of the window.

DirectuX
04-02-2020, 17:15
Thanks for the explanations !

DirectuX
04-02-2020, 17:34
Every time you type a char or make a change to source code it starts a tokenir that scan source code.
So I'm recording time to see if parsing takes too long or is fast enough to add new features.

me again, sorry :oops:

What's a long time ? I'm surprised this could be an issue !
How can parsing one line ( each char : autocomplete + tooltip + at line change : brackets/quotes pairing ) be long ? (I remember VB warning for syntax error only at caret line-change, and that was years ago, when laptops where slow!)