Tester Updated

I've fixed a few bugs in my personal timesaver Tester as well, and I thought it would be a good idea to publish them.

Picture 1

Changes:

  • Results are no longer trimmed of quotes and are clipped to 25 kb in length for very large results.

  • It should now be possible to watch variables inside contexts.

  • I've removed non-functioning buttons to reduce confusion on what works and what doesn't work.

  • Full result windows for function marks are now scrollable.

  • Tests can be rearranged with drag'n'drop.

  • Tester no longer crashes after creating a new project.

  • Fixed various bugs that would cause crashes.

Please note that this tool is still experimental. (But it's still a huge time saver for me, and perhaps can be that for you.) Happy

Simply 'do the link at the top of this blog post from a Rebol/View console and you're set to go. Enjoy!
|

TOOLBAR Updated

TOOLBAR has been updated to version 0.0.10. This one fixes a serious bug in the FEEL code, described in this post, so it's highly recommended to replace your current version with this one.

TOOLBAR can be found in the Download section.
|

FIELD update

My replacement for FIELD for REBOL 1.3 VID has been updated with some bug fixes and it now supports decimals and negative numbers in numeric mode.

The new FIELD now also handles passwords properly using SET-FACE and GET-FACE.

As well as FIELD, there is now also NAME-FIELD, which is appropriate for entering names, where the first letter of the word should be capitalized.

One note: I've removed the +/- key functionality from the default numeric mode, so it's possible to enter negative numbers. To enable them, use the NUMERIC-KEYS flag. Scroll-wheel however still works.

You can get it from the download section and it's called vid-field.r.

Enjoy! Happy
|