Hi About a year ago submitted a pascal editor to the list. Attached is an updated version. Most of the changes are in the search section.
One improvement I think you will like: added a "Identifier" option to the search menu. This checks the character just before, and the character just after, (if any), to see if they are not in [ A..Z, a..z, 0..9, _ ]. Handy for searching for a short identifier in a long program.
Enjoy Russ
Russell Whitaker wrote:
About a year ago submitted a pascal editor to the list. Attached is an updated version. Most of the changes are in the search section.
One improvement I think you will like: added a "Identifier" option to the search menu. This checks the character just before, and the character just after, (if any), to see if they are not in [ A..Z, a..z, 0..9, _ ]. Handy for searching for a short identifier in a long program.
Would you like me to add it to contrib/misc on the web site?
Frank
On Tue, 11 Mar 2003, Frank Heckenbach wrote:
Russell Whitaker wrote:
About a year ago submitted a pascal editor to the list. Attached is an updated version. Most of the changes are in the search section.
One improvement I think you will like: added a "Identifier" option to the search menu. This checks the character just before, and the character just after, (if any), to see if they are not in [ A..Z, a..z, 0..9, _ ]. Handy for searching for a short identifier in a long program.
Would you like me to add it to contrib/misc on the web site?
Yes, that would be nice. Also, if last year's version is there you can discard it.
Thanks, Russ