1.4.0:
* The plugin now also ships with a version for the REALbasic Windows IDE.
* Did a few minor internal tweaks.
1.3.4:
* Fixed a problem where the copy protection could cause
unwanted nag on the new REALbasic 5.0.
* Did preliminary tests on REALbasic 5.0 which the plugin passed
with good results. (1.3.2 also passes it except for the
nag in the copy protection).
1.3.2:
* The MaskEditField will now let Escape, Return and Enter keys go
unfiltered so Cancel and Default buttons will operate correctly in
dialogs.
1.3:
* The MaskEditField will now respect the ReadOnly property if
it is set to true.
* Fixed a problem with the mask getting shorter if backspace
was pressed when only part of the text in the control was selected.
1.2.2:
* Fixed a problem with the backspace key in certain cases.
* Fixed more problems with the Value setter property.
1.2.1:
* Fixed a glitch in the Value setter property.
1.2:
* Improved unicode support.
* Added a Value read and write property which gets or sets
the text value without masking constants.
* Added support for \ meta tag which enables usage of
reserved mask characters as constants. For example
then a # sign can now be used as a constant if a \ is put in front of it.
* Added support for A to Z characters only masks.
* Optimized key filtering for speed.
* The getter for the Mask property now works.
1.0:
* The Initial version.