-
2 Attachment(s)
thinBasic 1.11.7.0
2024.01.01 23:00 CET
by the end o Jan 2024 thinBasic version 1.12 will be out, I'm finalizing some parts I've developed and documenting them.
In the meantime have a look at this preview: https://www.thinbasic.com/projects/t...0_20231228.zip
There are many new feature and many bug fixed: https://help.thinbasic.com/index.htm...n_1_12_0_0.htm
2022.12.23 18:00 CET
Update thinBasic 1.11.7.0
Some fixes
Many new features
New thinAir theme Nord
Among other things have a look at new $() interpolate function.
Download from: https://www.thinbasic.com/downloads.html#downloads
Features: https://help.thinbasic.com/index.htm...n_1_11_7_0.htm
Developed under Windows 10
Tested under all Windows versions from Window 7 to Window 11
Still a lot of work to do especially to document new features
Will continue next weeks/months
2022.02.27 19:20 CET
Update thinBasic 1.11.7.0
Download from: https://www.thinbasic.com/downloads.html#downloads
Fixed thinAir Codetips handling
Released thinBasic 1.11.7.0
Download from: https://www.thinbasic.com/downloads.html#downloads
Features: https://help.thinbasic.com/index.htm...n_1_11_7_0.htm
Developed under Windows 10
Tested under all Windows versions from Window 7 to Window 11
Still a lot of work to do especially to document new features
Will continue next weeks/months
-
Eros did a fantastic job on bringing a whole arsenal of new modules and functionality. I am testing it for some time and find it really helpful - including the CURL wrapper, handy for REST API usage.
We also focused a lot on improving documentation of already existing functionality - more than 100 updates to topics such as OS, DT, TBASS but also for example Dialog pseudo-object in UI module and a lot of other additions here and there based on your feedback.
Then a lot of minor but handy changes such as PRINT / PRINTL able to print in multiple colors via single statement... and more and more.
Petr
-
Next weeks I will concentrate on bug fixing and finishing help topics: there are a lot of new feature still to be documented, sorry :oops:
I will try to update at least once every week in order to target a new official stable version as soon as possible.
-
Thanks for the new version,
but in the downloads page the file is thinBasic_1.11.1.0 while it is said thinBASIC version 1.11.7.0 BETA
can't check it until tonight
Edit:
i see now .. the Link on the pictire inder the title thinBASIC version 1.11.7.0 BETA is https://www.thinbasic.biz/projects/t...c_1.11.1.0.zip
but the link under the title File specifications is ... https://www.thinbasic.com/projects/t...c_1.11.7.0.zip
-
Sorry my fault: I didn't' update link connected to the image.
Now should be ok
-
2022.02.27 19:20 CET
Update thinBasic 1.11.7.0
Download from: https://www.thinbasic.com/downloads.html#downloads
Fixed thinAir Codetips handling
-
thinair still unaware of rawtext.
Usage of multiline strings - the "quoted appearance of rawtext" also is limited through thinair.
Means, thinAir will not launch a script because of errors that are none.
-
Thanks René, will try to fix.
-
-
right now it seems ok of functionality - but i would appreciate if RAWTEXT were raw text visually too and not highlighted. just as default text.
It still highlights keywords within the rawtext-sections that could be eliminated by the lexer before any comments already and it would not botherto check for any missing "if" or "next" in that region . That would make it less busy too and more responsive since these locations were out of the masses of data that are still to check.
strange fo already few weeks - the size - what about dpi-awareness? previously all was too small but now everything is way to big ?
too many manifests? if each dll has one embedded- will it add them up?
Question: is it programmatically possible to detect if a function is located within a #Region?
is it possible to determine all regions theirs starting line is located outside of functions and types? Or will it require to run the tokenizer and count the lines?
Would that work on obfuscated and bundled sccripts?