Results 1 to 8 of 8

Thread: thinAir

  1. #1

    thinAir

    Quote Originally Posted by Petr Schreiber View Post
    In the meantime - I looked into some issues in this thread. I have to admit I am not able to replicate :https://www.thinbasic.com/community/...ll=1#post95668
    https://www.thinbasic.com/community/...ll=1#post95669
    [I]Petr
    For the second : You're right ! there's no bug BUT, in fact, when you have the debug display and when your script is running without any output , you have no way to tell if it is running : there is no visual feedback from the debugger to tell you that it has restarted processing the script ! BUG → Feat

    For the first : How can I help ?
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  2. #2
    Display refreshment bug, similar to this above first bug :

    In the toolbar :

    after running a script with F5 (the green arrow), the stop square turns red, allowing to kill the script execution with F5 too. This is true if thinAir was not maximised with F12. But, if you maximize thinAir, then launch the script, then de-maximize thinAir, the square's look isn't refreshed.

    Bonus : Tooltip for the square is "Execute script" — expected something else.
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  3. #3
    @DirectuX try testing the secret version thinBasic_1.11.7.0.zip, but it needs the Visual C++ Redistributable Packages for Visual Studio 2015
    https://www.microsoft.com/en-us/down....aspx?id=48145
    until Eros have the time to release, Italy seems working again but with big caution.

  4. #4

    Thumbs up

    Thanks for the tip Primo !
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  5. #5
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    You hackers , the build of 1.11.7.0 is not up to date and may contain some errors, please be careful using it.

    We added a lot of more fixes to thinAir since this build, I would suggest to wait for official release


    Petr
    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

  6. #6

    Cool

    Thanks for the warning Petr,

    yoda.jpg
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  7. #7
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    ah ah we have hackers here.
    But it was not that difficult to follow the version pattern

    Anyway, yes we are testing to create our own Scintilla Edit Control lexer for thinBasic compiling Scintilla directly from it c++ sources using Visual Studio 2019.
    At the moment Scintilla supports natively many programming languages each of which has it own lexers inside scintilla source code.
    A lexer in Scintilla is a sort of parser, syntax highlighter, folding, options, ... al together aimed to handle a specific programming language and its features.

    There are some Basic like lexers in Scintilla (Freebasic, Blitz Basic, Pure Basic, VB, Power Basic) but each of them has something more and something less of what is needed for thinBasic.

    thinAir is actually using old Power Basic lexer developed in 2004.
    It is the lexers that is most closed to thinBasic language but it is very limited and I had to develop many options directly in thinAir.
    This is not wrong but very inefficient due to additional function calling overloading.

    We had the idea to create our own lexer and if we will create something enough good ... we will try to convince Scintilla projects to include in one of the next updates.
    So far we just tried to compile Scintilla from its sources using Visual Studio 2019 and I was able to do it without any modification at first try.

    So seems working. Will check if I left some unnecessary runtime in compilation.
    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

  8. #8
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,525
    Rep Power
    170
    Quote Originally Posted by ErosOlmi View Post
    a...
    A lexer in Scintilla is a sort of parser, syntax highlighter, folding, options, ... al together aimed to handle a specific programming language and its features.

    There are some Basic like lexers in Scintilla (Freebasic, Blitz Basic, Pure Basic, VB, Power Basic) but each of them has something more and something less of what is needed for thinBasic.

    thinAir is actually using old Power Basic lexer developed in 2004.
    It is the lexers that is most closed to thinBasic language but it is very limited and I had to develop many options directly in thinAir.
    This is not wrong but very inefficient due to additional function calling overloading.
    just for ideas to snnop in - i dont know if you did alreadycheck synwrite? it has a few features tha no one will need - for example synchronized typin with as many cursors as you like - but i prefer more screen and do the classic cut'n paste thing. I'm certain its built upon scite too but the developer did not continue a while ago and went to Kuda-project, also a text-editor. But synwrite was the much better project. I do not understand why he left it. Anyway it has many good features. Screen or window splitting, i stopped to count maybe 16 or more partitions . Menu and toolbars completely customizable. the lexer very smart- you could throw all other languages out if you like. And it provides keyword-based lexer mix or change, example oxygen basic, after the keyword O2Basic: it will load additional the o2 basic lexer. And also you could make it detect tb-keyword USES- check what follows and load the keywords of the module additionally. Its 50 times easier to configure than notepad++ but i am not sure if its lacking 64bit or just a configuration problem because it crashed sometimes - but for sure not that often as thinair currently. I already use more npp than thinair to code . the lexer for that i have finished since months but am still fighting the autocomplete/codetip-combination since months also. SYNWRITE . have a look if you never had... Also the ability to implement own tools (real toolbars infact ) or ability to turn the menus upside down - make them XP.alike flyouts or rotating drums... i better stop typing na lang
    I think there are missing some Forum-sections as beta-testing and support

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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