Recent history

Boing Filetypes plugin wasn't updated for new plugin format. This could possibly have caused errors.
Boing Created a basic directory browsing plugin, dir2text.plugin. You can click on a directory or file on the screen to open. I had to make several changes to the executable to allow you to open a directory and not a file.
Boing Added right to left text rendering for languages that read from right to left. Updated preference plugin to give this option in the Text page.
Boing Tidied up highlighting and scrolling, including in the Right to left option
Boing Removed enforcer hit from plugin sort code. Thanks to Krister Skrtic for help on this.
Boing Hopefully removed enforcer hits from plugins. The format of all the plugins was not uniform, and this may have caused problems. I downloaded the WinUAE that now includes enforcer, and this helped a lot in getting this fixed. I was also treating a NIL value as an object in the plugin code by mistake.
Boing Removed enforcer hit from gadget info code. If you moved the mouse outside the window it would cause a hit.
Boing Some plugins such as Guide2Text, MSWord2Text and others, were expecting
   wrong number of arguments from executable, causing enforcer hits.
Boing Plugins assumed a file was opened, but with modifications to allow
   directory browsing, this was not the case. All plugins have been updated to
   fix this error.
Boing Fixed bug in sort code for plugins and directory browser. I think it was
   sorting a node with no name attached.
Boing Fixed bug. Was not freeing horizontal scroll gadget on window close.
Boing Reworked exec list sorting code. This could have been causing a crash.
Boing Fixed bug. Loading another configuration file would free gadget icons twice.