<< Click to Display Table of Contents >> Navigation: What's new > 2006 - version history > Version 1.0.9.3 |
Release date: 2006.03.10
Date |
Area/Module |
What |
Description |
Thanks to: |
---|---|---|---|---|
2006.03.10 |
thinAir |
Improve |
Left margin click and double click, Function list improved. |
|
thinAir |
Add |
Tools: Command prompt, Computer Explorer |
||
2006.03.09 |
Core |
Add |
||
2006.03.04 |
Core |
Improve |
Some more speed improvement substituting function calling with inline code in numeric Get/Set value |
|
2006.03.03 |
thinAir |
Fix |
Configuration parameters now saved |
|
thinAir |
Fix |
Font selection: now shows only non proportional fonts |
Psch |
|
2006.03.02 |
Core |
Improve |
We have introduced a sort of automatic resource cleaning in case of DWORD variable used to reference resources like Fonts.
Imagine you are using a Font for a RichEdit32 field. You should do something like: Dim hFont As DWORD = Font_Create("Courier New", 9) SendMessage hEdit, %WM_SETFONT, hFont, 0 At the end of the script programmer is responsible to clean allocated resources using something like: DeleteObject hFont Now you can add RESOURCE just after your variable declaration like: Dim MyVar As DWORD RESOURCE thinBasic will keep track of MyVar to be a resource reference and will try to release resource automatically when MyVar will be deallocated.
|
Psch |
2006.02.28 |
Core |
Fix |
Little speed improvement during startup |
|
2006.02.26 |
Core |
Fix |
REGEXPR$ not reporting correct Starting and Len info |
|
2006.02.25 |
thinCore |
Fix |
Bug in DIM when declaring more than one array on the same line. Example: Dim A(10), B(30) As Long |
Psch |
2006.02.24 |
thinCore |
Add |
Started to parse TYPE structures. Not possible to dimension personalized variables yet. |
|
thinAir |
Add |
Introduced option dialog |