Results 1 to 4 of 4

Thread: thinAir statusbar

  1. #1

    Question thinAir statusbar

    Hi,

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

    aCapture.PNG
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    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.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #3
    Thanks for the explanations !
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  4. #4

    Question

    Quote Originally Posted by ErosOlmi View Post
    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

    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!)
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

Similar Threads

  1. problem with statusbar sizegrip
    By martin in forum thinBasic General
    Replies: 12
    Last Post: 12-07-2009, 12:35

Members who have read this thread: 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •