Dec 132017
 
A folding text editor.
File PCFOLDED.ZIP from The Programmer’s Corner in
Category Word Processors
A folding text editor.
File Name File Size Zip Size Zip Type
FOLDED.DOC 39281 13842 deflated
FOLDED.EXE 111166 40114 deflated
FOLDED.FDO 301 153 deflated
README 2578 1323 deflated
README.PC 837 523 deflated
TODO 2070 1069 deflated
TODO.F 62 47 deflated

Download File PCFOLDED.ZIP Here

Contents of the README file


FOLDED 0.9a Initial Release

After you read this note, I strongly recommend that you at least scan
through the documentation file (folded.doc) before using the editor.
FOLDED is very easy to use, but some of the concepts may be different
than those you are used to in 'vi' or 'emacs' style of editors.

This is the first release of FOLDED and, as such, please use it with
care (i.e. don't do 8 hours worth of typing without a single save). This
version has survived some rigorous testing by myself and I have used it
for a month on my BSD 4.2 system without a crash, but I am sure there will
be some surprises no matter how much I test it out. For the 1.0 release,
I will be going through the code and putting in extra 'crash prevention'
routines (and more signal and out of memory traps). At that time I will
also be adding some better code documentation.

This version could use improvements in the following areas:

1) MGR support (mouse and font selection). Note, I think I have the
current version hardcoded for high resolution Sun workstations. I
don't have access to a Sun anymore, so can't check much out.
2) Better screen management. Slow terminal users are going to hate the
way I do things. Also, I have to improve the way ctrl characters are
handled (and in a related vein, how terminals like my Wyse 50 utilize
reverse video...the terminal takes up a screen position just to turn
reverse video/bold on or off.)
3) Alternate way of handling Tabs. Currently, files are detabified on
input and optionally retabified on output. Works great unless you
are editing a shar'ed Makefile which has X's at the beginning of
each line :-(.
4) Keybinding routine...I just haven't made up my mind as to the best
way to allow keybindings. I may put that off until the version that
allows mode toggling (i.e. vi-like dual mode to emacs like single mode).
5) Edit buffer<->shell toggling. I need to learn more about pty's or pipes
before I try this.
6) Macro capability...maybe external program usage as well as multi-key
training.
7) Some sort of easy to use regular expression parsing on searches and
replaces. Any suggestions?

I am sure there are other things...let me know if you have any suggestions.

COMPILING:

To compile folded, change the Makefile and config.h to reflect your system.
By default, things will compile to BSD 4.2/4.3. Check out the comments in
the Makefile and config.h for more info.

-Todd Burkey
[email protected]


 December 13, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)