Release date: 2009.01.04
General
|
|
|
|
---
|
Help file
|
Starting from this release, thinBasic list of changes will be organized by module/date and not only by date. This new organization will let you quickly identify which area of interest has been updated
|
|
|
Core Module changes
|
|
|
|
2009.01.02
|
Improved
|
INPUTBOX$ function substituted by an home made version able to handle different EU languages and using standard window font
|
Petr Schreiber
|
2008.12.22
|
Fix
|
Problem in functions execution optimization: functions executed more than once and having no local variables and no parameters but just STATIC variables were generating a GPF.
|
Petr Schreiber
|
2008.12.21
|
Add
|
CHS function added to invert the sign of a numeric expression
|
Michael Clease, Petr Schreiber
|
2008.12.18
|
Fix
|
Impossibility to pass UNION variables as function parameter. Now possible.
|
Thomas
|
|
Fix
|
Dim WhatEverVariable = ... syntax caused a GPF during parsing.
Problem was caused by the fact that a Variant variable was created but default
value was not passed correctly. Now fixed.
|
Thomas
|
2008.12.14
|
Improved
|
Improved script pre-parsing phase flow control structures checking.
Now during pre-parsing the following pairs structures will be checked for incorrect or missing pair: IF/END IF, FOR/NEXT, WHILE/WEND, SELECT CASE/END SELECT.
|
efly2020
|
|
Exe Module changes
INI Module changes
|
|
|
|
2008.12.10
|
Improved
|
INI_GetSectionKeyList function improved. It is now possible to indicate a specific separator for section key names
|
Big Jon
|
2008.12.10
|
Improved
|
INI_GetSectionsList function improved. It is now possible to indicate a specific separator for section names
|
Big Jon
|
2008.12.10
|
Improved
|
INI_GetKey function improved. Default value is now optional
|
|
|
Tracing Module changes (ie thinDebugger)
|
|
|
|
2008.12.29
|
Add
|
Added a more easy way to show variable content. A specific control (textbox, grid, ...)will be used depending on the variable type. More improvements soon
|
|
2008.12.20
|
Fix
|
When selecting a special stack level, corresponding variables were now shown
|
Thomas
|
|
Improved
|
Debugger is now able to show STATIC variables.
|
Thomas
|
2008.12.20
|
Fix
|
GPF when closing debug window with the execution cursor over a break point with an UNION or TYPE variable
|
Thomas
|
2008.12.18
|
Fix
|
Parameters passed BYREF in user defined subs or functions were causing
random GPF when in debugging session
|
Thomas
|
|
UI (User Interface) Module changes