Page 8 of 24 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 236

Thread: thinBasic 1.11.x.x

  1. #71
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,817
    Rep Power
    10
    thinBasic 1.11.3.0 released for ALPHA TESTING

    DOWNLOAD URL: https://www.thinbasic.biz/projects/t...c_1.11.3.0.zip

    Not yet finisched but there is something to test.
    Beta version will follow
    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

  2. #72
    Member DirectuX's Avatar
    Join Date
    Oct 2018
    Location
    France
    Posts
    417
    Rep Power
    55
    Thanks for the improvements !

    Alpha testing :

    HScroll bar : i see no change

    UDT : I have a simple code that worked with previous beta. It doesn't work any more. Can share.

    SWICH : Fix confirmed (fast test)

    Code completion : still appears while typing comment. Code tip too. Or is it something else ?

    Null char at end of script : looks ok

    RAWTEXT :
    uses "CONSOLE"
    
    dim myStr as String
    
    
    
    
    ' this is NEAR OK :                 thinAir code coloring is inadequat
    myStr = RawText
    7 CHARS
    END RawText
    
    PrintL len(myStr) ' 7 chars = OK
    
    
    ' this is not OK
    myStr = RAWTEXT
    "this is a sign: ' , and this is another sign: " "
    END RAWTEXT
    
    PrintL myStr
    
    waitkey
    
    ok, I just remembered you set the second part as a new issue.

    first part was reported as issue #599
    Last edited by DirectuX; 03-02-2020 at 22:13.
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  3. #73
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,153
    Rep Power
    736
    I did few tests on my PC:
    - horizontal scroll bars behave differently, but still not 100% correct
    - BEFORE - there was intense flicker
    - NOW - IF I move it fast, it works okay to move between start and end of line, if I move it slow, it sometimes does nothing at all

    - user tools menu now handles up to 20 tools in total (up to 17 from thinAir_Tools_Usr.ini)
    - user tools respect the thinAir_Tools_Usr.ini, excellent!

    DirectuX, I see no code completion in comments on my PC



    Petr
    Last edited by Petr Schreiber; 03-02-2020 at 21:13.
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  4. #74
    Member DirectuX's Avatar
    Join Date
    Oct 2018
    Location
    France
    Posts
    417
    Rep Power
    55
    Quote Originally Posted by Petr Schreiber View Post
    I did few tests on my PC:
    - horizontal scroll bars behave differently, but still not 100% correct
    - BEFORE - there was intense flicker
    - NOW - IF I move it fast, it works okay to move between start and end of line, if I move it slow, it sometimes does nothing at all

    - user tools menu now handles up to 20 tools in total (up to 17 from thinAir_Tools_Usr.ini)
    - user tools respect the thinAir_Tools_Usr.ini, excellent!

    DirectuX, I see no code completion in comments on my PC



    Petr

    Hi Petr


    scroll bars :

    never seen flicker
    screenshot : scroll.jpg

    code completion :
    screenshots : autocomplete.jpg & tooltip.jpg
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  5. #75
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,817
    Rep Power
    10
    Updated again https://www.thinbasic.biz/projects/t...c_1.11.3.0.zip
    Horizontal scroll bars should work better now.
    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

  6. #76
    Member DirectuX's Avatar
    Join Date
    Oct 2018
    Location
    France
    Posts
    417
    Rep Power
    55
    Quote Originally Posted by ErosOlmi View Post
    Updated again https://www.thinbasic.biz/projects/t...c_1.11.3.0.zip
    Horizontal scroll bars should work better now.
    The scoll bar still doesn't allow to scroll to the end of the right. It stops before. Then to go further , the arrow must be clicked. Then, coming back to the left is stopped before the start of the screen. Again , arrow is required to show the beginning.

    It behaves as if the scroll bar wasn't aware of the text width, but the arrows was.
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  7. #77
    Member DirectuX's Avatar
    Join Date
    Oct 2018
    Location
    France
    Posts
    417
    Rep Power
    55
    Remark : in thinAir nPage seems to never change whatever the larger of the script. (see nPage on this picture)
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  8. #78
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,817
    Rep Power
    10
    Quote Originally Posted by DirectuX View Post
    The scoll bar still doesn't allow to scroll to the end of the right. It stops before. Then to go further , the arrow must be clicked. Then, coming back to the left is stopped before the start of the screen. Again , arrow is required to show the beginning.

    It behaves as if the scroll bar wasn't aware of the text width, but the arrows was.
    Scintilla Edit control uses a default 2000 column width: https://www.scintilla.org/ScintillaD...SETSCROLLWIDTH

    As a work around I've added an option in theme file in order to improve width.
    Change it into Default.theme.xml to a value like 6000 like the following
    <item name = "scroll.width">6000</item> <!-- max hor scrollbar width. 0 to use default -->
    
    Maybe I will find a clever way to adjust based on current script max width.
    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

  9. #79
    Member DirectuX's Avatar
    Join Date
    Oct 2018
    Location
    France
    Posts
    417
    Rep Power
    55

    Question

    can't we just enable SCI_SETSCROLLWIDTHTRACKING ?
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  10. #80
    Member DirectuX's Avatar
    Join Date
    Oct 2018
    Location
    France
    Posts
    417
    Rep Power
    55

    Thumbs up

    Quote Originally Posted by ErosOlmi View Post
    Change it into Default.theme.xml to a value like 6000 like the following
    <item name = "scroll.width">6000</item> <!-- max hor scrollbar width. 0 to use default -->
    
    This works as expected ! Thanks Eros
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

Page 8 of 24 FirstFirst ... 67891018 ... LastLast

Members who have read this thread: 1

Posting Permissions

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