summaryrefslogtreecommitdiffstats
path: root/development/medit/README
diff options
context:
space:
mode:
author dsomero2010-05-21 05:33:16 +0200
committer David Somero2010-05-21 07:50:53 +0200
commit108661efe94a7da47184604ed112049b3596d5ea (patch)
treecd1b47bd44c5ed5ed9b43edfba55ad00bcbe0618 /development/medit/README
parent065e7e9e29d2e6d5e14af8f4228e35c593419297 (diff)
downloadslackbuilds-108661efe94a7da47184604ed112049b3596d5ea.tar.gz
development/medit: Removed (build failure)
This appears related to glibc-2.11.x changes
Diffstat (limited to 'development/medit/README')
-rw-r--r--development/medit/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/development/medit/README b/development/medit/README
deleted file mode 100644
index aa3ed63fcc..0000000000
--- a/development/medit/README
+++ /dev/null
@@ -1,18 +0,0 @@
-medit the text editor
-
-Started originally as a simple built-in editor component in GGAP, it grew up
-to a real text editor.
-
-The intention now is to make it a useful programming and around-programming
-text editor.
-
-Features
- * Configurable syntax highlighting.
- * Configurable keyboard accelerators.
- * Multiplatform - works both on unix and windows.
- * Plugins: can be written in C or Python.
- * Configurable tools available from the main and context menus. They can
- be written in Python, or it can be a shell script, or in MooScript -
- simple builtin scripting lanugage.
- * Regular expression search/replace, grep and find frontends, builtin file
- selector and whatnot.