MorphOS conversion news
Re-wrote Eml2Text plugin as this
did not work with the changes to the HTML2Text plugin.
Fixed
bug in HTML2Text plugin. Was
checking line length every time a character was parsed in the file, causing
a massive slowdown.
HTML2Text plugin will now check for XML as well as HTML in the head of the file.
StarWriter52Text plugin will now output its buffer to an object list.
Fixed bug in the Generic2Text plugin that stopped the hexadecimal
mode and executable mode from working.
ProWrite2Text plugin will now output it's buffer to an object list. It will
also not scan for commands which are not interpreted by EvenMore.
Sped up HTML
plugin by not scanning for commands not interpreted
Fixed
broken file recognition in MSWord2Text
plugin
The plugin system has been
completely redesigned for EvenMore 0.73. You will need to delete all your
old plugins, and copy across these new ones. The new plugins are executable
files which create their own message ports for communication with EvenMore.
Should be much faster than the old library system I was using before.
Have
removed the exec list file memory allocation system and replaced it with my
own linked object lists. As a result opening files and sorting directory
lists should be much faster.
Things still needing done...
Some
68k assembler code needs replaced with the appropriate functions to enable
compilation of a native MorphOS version.
Need to look at
developing an MUI interface for the main program.