Current Version: 0.73 (12.1.12)            Page updated: 20.1.12

EvenMore


Islam, Israel and the end times... Prophecy news updated daily


EvenMore is a textviewer for the Amiga written in AmigaE and ECX. This is my first project on the Amiga and I have been developing it since 1996. I decided to start programming EvenMore because I wanted to learn to program on the Amiga. I didn't like any of the textviewers that were available, they had a lot of functions but weren't very much to look at. So I decided to write my own textviewer.

An early version of EvenMore (v0.33 I think) appeared on the coverdisk of Amiga Computing (RIP) and several versions (v0.49 most recently, I think) appeared on the cover CD of CU Amiga (RIP) and Amiga Format (RIP).

EvenMore is freeware. This means you can use EvenMore as much as you like without having to pay anything. I do not expect anything in return, but if you do want to show your appreciation for it, you could send me your comments.

As you may have noticed, I have uploaded the new EvenMore archive to the website. You can be sure the latest EvenMore will be available here (Since sometimes I take breaks from programming, there may be times when there aren't new updates of EvenMore).

BoingAmiga Computing (Mar-97) - cover disk
'even though this is an early version it is very good'

BoingAmiga Format (May-99) - PD select
'easy to use and highly functional'

BoingAmiga Format (Dec-99) - PD select
'EvenMore has a toolbox bursting with features'

BoingAmiga Format (Chr-99) - cover disk
'EvenMore comes armed with a barrage of additional features'

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.