|
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 covercd 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).
|
Amiga Computing (Mar-97) - cover disk
'even though this is an early version it is very good'
|
|
Amiga Format (May-99) - PD select
'easy to use and highly functional'
|
|
Amiga Format (Dec-99) - PD select
'EvenMore has a toolbox bursting with features'
|
|
Amiga Format (Chr-99) - cover disk
'EvenMore comes armed with a barrage of additional
features'
|
|
NEWS
31/12/09
Removed patternStringF module and replaced with my own RawDoFmt() code.
25/12/09
Fixed bug which stopped formatting plugins from ever being launched.
Updated wordwrapping plugin so it
will return as soon as it finds a line longer than 100 characters, rather
than scanning the entire file.
20/12/09
Modified exec list sorting to receive a list length variable, so it doesn't
need to be counted first. Also modified Dir2Text plugin to accept this.
Was freeing information bar pattern data by mistake when launching an
external program.
Pär Boberg has updated his Swedish catalog file following the changes made
to the preferences.
7/12/09
Added two new escape code sequences. ESC[52m will set the displayed font
in EvenMore to the user selected font, while ESC[53m will set the displayed
font to the default system font. This will allow plugins such
as the Generic2Text plugin to switch to a uniform system font when viewing
hexadecimal files. It could also be used for AmigaGuide files to correctly
display tab characters in lines, although this may need a bit of thought.
There may be a few bugs still to iron out with this.
Updated Generic2Text plugin to use the system font when viewing hexadecimal
files.
|