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.
Date |
Module |
What |
ID |
Description |
Thanks to: |
|---|---|---|---|---|---|
|
|||||
2017.07.23 |
|
|
|
--- thinBasic version 1.10.1.0 --- |
|
--- |
Updated |
|
Module updated to the latest version available on thinBasic SVN server. Introduction of large arsenal of functions for state-safe programming, see more in TBGL help file |
Petr Schreiber |
|
--- |
Updated |
|
Oxygen module updated to the latest version available on thinBasic community forum here |
Charles Pegge |
|
|
Setup |
|
thinBasic Setup application: •created with Inno Script Studio 2.2.2.32 •compiled with Inno Setup Compiler version 5.5.5 |
|
|
|
Compiler |
|
thinBasic Core engine is now compiled using PB10.04 |
|
|
|
|
|
All thinBasic executables and modules are compressed with UPX 3.94 |
|
|
|
|
|
|
|
|
2017/07/23 |
NEW |
|
ServerXMLHTTPRequest.WaitForResponse function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.StatusText function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.Status function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.SetTimeouts function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.SetRequestHeader function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.Send function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.ResponseText function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.ReadyState function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.Open function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.IsObject function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.IsNothing function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.GetResponseHeader function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.GetAllResponseHeaders function added |
|
|
|
NEW |
|
ServerXMLHTTPRequest.Abort function added |
|
|
2017/07/19 |
NEW |
|
Added Zoom+, Zoom-, Zoom off to right click in editor |
|
|
2017/07/19 |
NEW |
|
cJSon_Version function added |
|
|
|
NEW |
|
cJSon_Parse function added |
|
|
|
NEW |
|
cJSon_GetObjectItem function added |
|
|
|
NEW |
|
cJSon_GetObjectItemCaseSensitive function added |
|
|
|
NEW |
|
cJSon_HasObjectItem function added |
|
|
|
NEW |
|
cJSon_GetArraySize function added |
|
|
|
NEW |
|
cJSon_GetArrayItem function added |
|
|
|
NEW |
|
cJSon_IsInvalid function added |
|
|
|
NEW |
|
cJSon_IsFalse function added |
|
|
|
NEW |
|
cJSon_IsTrue function added |
|
|
|
NEW |
|
cJSon_IsBool function added |
|
|
|
NEW |
|
cJSon_IsNull function added |
|
|
|
NEW |
|
cJSon_IsNumber function added |
|
|
|
NEW |
|
cJSon_IsString function added |
|
|
|
NEW |
|
cJSon_IsArray function added |
|
|
|
NEW |
|
cJSon_IsObject function added |
|
|
|
NEW |
|
cJSon_IsRaw function added |
|
|
|
NEW |
|
cJSon_Delete function added |
|
|
|
NEW |
|
cJSon_Print function added |
|
|
|
NEW |
|
cJSon_SetNumberValue function added |
|
|
|
NEW |
|
cJSon_GetError function added |
|
|
|
NEW |
|
cJSon_Item_GetText function added |
|
|
|
NEW |
|
cJSon_Item_GetType function added |
|
|
|
NEW |
|
cJSon_Item_GetTypeName function added |
|
|
|
NEW |
|
cJSon_Item_GetName function added |
|
|
|
NEW |
|
cJSon_Item_GetValue function added |
|
|
|
NEW Module |
|
Introduced a new module: CJSON. Ultralightweight JSON parser |
|
|
2017/07/18 |
FIX |
|
In some cases after a crash, thinAir was not saving in thinAir.ini the list of opened files to be automatically opened at next execution |
|
|
2017/07/17 |
FIX |
|
UDT elements names can now be a reserved keyword name |
|
|
2017/07/11 |
Improved |
|
Added MsgBox warning when switching from CodeMax to Scintilla editor. If one or more file was unsaved and/or some files are changed after switching ... there were the possibility to to lose source code. |
|
|
2017/07/10 |
FIX |
|
Fixed "*" tag indicator on Tab control name when file buffer is changed/saved |
|
|
|
Improved |
|
Changes SaveAll used in many points. Now file is saved only if it is changed |
|
|
|
Improved |
|
Changed File Save strategy in order to avoid file damages. A temporary file is created copying last saved file. Than this file is removed only if save goes well. |
|
|
|
FIX |
|
ADODB_Recordset.UpdateS added in help |
|
|
|
FIX |
|
ADODB_Recordset.UpdateN added in help |
|
|
|
FIX |
|
ADODB_Recordset.UpdateD added in help |
|
|
2017/07/08 |
Improved |
|
Changes Scintilla control to use font from thinAir config. |
|
|
2017/07/03 |
Improved |
|
Scintilla code editor now get Font Size from thinAir options |
|
|
|
Improved |
|
Scintilla code editor now get Font Name from thinAir options |
|