summaryrefslogtreecommitdiff
path: root/editors/fe/DESCR
diff options
context:
space:
mode:
authoragc <agc>2005-05-23 12:00:42 +0000
committeragc <agc>2005-05-23 12:00:42 +0000
commit5d080c85b44068af5094a31cf73e21c348a8a1c6 (patch)
treeab597d7f52a0695275fc157d7e250ad8cfdb0a6f /editors/fe/DESCR
parentc096ca6288da1b757d241c701b2aef87b91bd550 (diff)
downloadpkgsrc-5d080c85b44068af5094a31cf73e21c348a8a1c6.tar.gz
Initial import of fe-1.6, a folding editor with an EMACS-like command set,
into the Packages Collection. Fe is a small and easy to use folding editor. Fe allows to fold arbitrary text regions; it is not bound to syntactic units. Unlike Origami, folds are not attributed with a trailing comment, instead you can put folds before or after any text in the line, as you like. Fe has no configuration or extension language and requires no setup. Its user interface is emacs-like and it has menues for the very most important functions to help beginners. Further there is a reference card. It offers: * Regions and Emacs-like kill ring * Incremental search * Keyboard macros * Editing binary files * Multiple windows and views * Compose function for Latin 1 characters In case you can't stand the emacs interface and want ultimate flexibility, fe can easily be modified, because it is structured as an editor library with a user interface frontend, all written in C.
Diffstat (limited to 'editors/fe/DESCR')
-rw-r--r--editors/fe/DESCR22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/fe/DESCR b/editors/fe/DESCR
new file mode 100644
index 00000000000..d53310e87d3
--- /dev/null
+++ b/editors/fe/DESCR
@@ -0,0 +1,22 @@
+Fe is a small and easy to use folding editor.
+
+Fe allows to fold arbitrary text regions; it is not bound to syntactic
+units. Unlike Origami, folds are not attributed with a trailing
+comment, instead you can put folds before or after any text in the
+line, as you like.
+
+Fe has no configuration or extension language and requires no setup.
+Its user interface is emacs-like and it has menues for the very most
+important functions to help beginners. Further there is a reference
+card. It offers:
+
+ * Regions and Emacs-like kill ring
+ * Incremental search
+ * Keyboard macros
+ * Editing binary files
+ * Multiple windows and views
+ * Compose function for Latin 1 characters
+
+In case you can't stand the emacs interface and want ultimate
+flexibility, fe can easily be modified, because it is structured as an
+editor library with a user interface frontend, all written in C.