We have just uploaded 2.5.0.5 to the servers. It has a number of minor enhancements as well as bug fixes.
The download URL is the same as for 2.5.
2.5.0.5
- Code Window: Pulldown function list cleaned up and sorts properly.
- Code Window: Right click and Find now opens Find with current selection.
- Controls: ComboBox, Select now have a .text property.
- Controls: ComboBox, Select with empty initial list fixed.
- Controls: ComboBox, Select: Changing .ListIndex calls _onchange, _onclick.
- Controls: Controls now have a .Visible property.
- Controls: Label now has Caption property.
- Controls: TextBox, TextArea controls now have .text property.
- Docs: Handbook and Language Reference updated.
- Runtime: CSng() uses more digits of precision.
- Samples: Now opens complex pathnames properly.
- Translator: Dim a(5):s=a(b.c+1) gets proper brackets.
- Translator: Empty function args now default to empty string.
- Translator: Function variable names now initialized as empty strings.
- Translator: Internal function Format() renamed to fix potential conflict.