PDA

View Full Version : thinBasic 1.6.0.5



ErosOlmi
16-04-2008, 14:25
Hi all.

New thinBasic version 1.6.0.5 just released both as stable and preview.
Main changes:

new tracing/debugging module integrate into thinAir. No need to add USES "TRACE" in your script to activate debugger but use F8 key in thinAir and it will invoke thinBasic in debugging mode
Oxygen module from Charles Pegge now release officially with thinBasic
many fix and improvements in DT modules


_________________________________________________
As usual, list of changes can be found in thinBasic help on-line at:
http://www.thinbasic.com/public/products/thinBasic/help/html/version_underdevelopment.htm

Download from official web site:
http://www.thinbasic.com/index.php?option=com_docman&task=cat_view&gid=19&Itemid=66
or from mirror site
http://www.thinbasic.org/public/applications/thinbasic/thinBasic_1.6.0.5.zip

Petr Schreiber
16-04-2008, 16:20
Thanks for new release Eros and Roberto,

new thinAir and new versions of modules are great.
Thanks a lot for putting TBGL & TBEM in the module list!


Petr

P.S. Little problem - if I invoke main help file from thinAir, the links to TBGL and TBEM do not work, when I launch the file from file manager then yes. Probably path problem.

RobertoBianchi
16-04-2008, 17:30
Sorry Petr, I changed the help menu adding the ThinBasic Community item but I forgot to update the chain :-[
Now the issue was fixed and in same time (as a bonus) the browser window functionality was improved.

Bye,
Roberto

Petr Schreiber
16-04-2008, 17:52
No problem Roberto,

just the thinBASIC community seems to be gray.
What do you mean by chain?

Thanks,
Petr

ErosOlmi
16-04-2008, 18:25
thinBasic 1.6.0.5 updated again.

Petr Schreiber
16-04-2008, 18:58
Thanks,

whats new in the browser window?


Petr

ErosOlmi
16-04-2008, 20:53
A last minute change that improve syncronization between code browser window with editor window.

Michael Clease
16-04-2008, 21:13
Thanks,

whats new in the browser window?


Petr



Nothing it still doesnt work for me :(

its improved, it now opens and closes again with out me closing it.(so the log reports)

Here a log, i only open it once even though it reports i opened it twice ???

RobertoBianchi
17-04-2008, 08:59
Hi Abraxas,

now every time you open or close an file a browser window is refreshed in order to reflect file that are currently opened, this is traced in the log as close and open browser window, I have to check if I can change to Refresh Browser Window.
Others Browsers' improvement are:


If you click on a function then you move the cursor outside the function, when you click on the same function on browser window the cursor will moved to the beginning of the function.
If you click on NOT AVAILABLE entry that belong to function or subroutine of script not in foreground the IDE bring to foreground the correspondent script


Bye,
Roberto

Petr Schreiber
17-04-2008, 09:38
Thanks Roberto,

works good for me :)


Petr