Current Version: 0.74 (30.1.12)            Page updated: 31.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

Fixed bug in wordwrapping plugin. Would seek past the end of a file if it did not end in a linefeed.

Replaced assembler RawDoFmt() code for generating the information bar text with ECX StringF() command, so that it will compile for MorhpOS.

Removed most of the references to AmigaE modules that did not have ECX equivalents, so it will compile better on MorphOS.

Disabled iconify gadget in MorphOS version. This had the wrong imagery for MorphOS, as MorphOS's images are controlled by MUI and not the system. May be reimplimented if I manage to create an MUI interface for EvenMore. Also disabled OpenURL in MorphOS as I do not have the correct modules for ECX to compile these.

Word wrapping plugin was not displaying the remainder of text from a line after the wrapped lines had been printed.

If you changed from a borderless window to a window with scroll bars, the borderless window gadgets weren't freed correctly.

Plugins wouldn't launch properly if there was a space in the name of the volume if the disk, e.g. Ram Disk:.

Was calling exception handler from exception requester code, which generated an endless loop.

Will handle opening an empty file.

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

Things still needing done...

Need to look at developing an MUI interface for the main program.

Reqtools requesters will need to be replaced with MUI requesters.