Current Version: 0.69 (28.8.10)            Page updated: 31.8.10

EvenMore


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


EvenMore is a textviewer for the Amiga written in AmigaE. 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'

NEWS


31/8/10
Generic plugin will now use an execlist for the file buffer.
Wordwrapping plugin was wrapping long lines once too many.

28/8/10
Modified Arc2Text plugin to use an exec list for the file buffer.

19/8/10
Wasn't freeing exec list nodes properly after changing code to allow plugins to use exec lists.
Modified wordwrapping plugin to allow it to use and produce exec lists instead of a standard memory block.

10/8/10
Updated Guide2Text plugin to use an exec list for the file buffer.
Optimised Guide2Text plugin conversion routine. Copy routine for non-command characters in the guide file should be faster now.

2/8/10
Fixed bug which stopped hyperlinks to files outside the EvenMore path from working.
Amended EvenMore data objects to allow it to handle exec lists as file buffers instead of a standard memory block. This will enable files to be loaded much quicker through plugins, etc. without having to worry about allocating enough memory beforehand.
Enabled parsebuffer() and getlines() functions to scan through execlists. Optimised code for these routines so hopefully they should be faster too.
Amended clipboard, printing and file saving routines so they will work with exec lists.
Modified file search function to send results to the main window, using an exec list as a file buffer.
Modified Dir2Text plugin to use an exec list as buffer, instead of a standard memory block.

20/7/10
Sped up various parts of the code by moving ListItem() functions out of loops and replacing them with static lists.

17/7/10
FileTypes.plugin now uses less memory, and doesn't have to scan all of filetypes.txt if a match is found.

8/7/10
Fixed memory allocation problems in Arc2Text which would cause it to lose file information if you browsed more than one LHA archive.

Fixed bug in EvenMore which sometimes prevented more than one plugin processing a file.

Updated HTML2Text plugin to open files viewed through the LHA plugin.