* * HELP & MANUAL PREMIUM PACK 4 DEMO VERSION * *
This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
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