diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 14:05:51 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:51 +0200 |
commit | b89ae35eed6772c60980871e0a9ef1195c369403 (patch) | |
tree | fbf77773c5457bc14d1480b05d848b213c8e6e5c /development/medit/README | |
parent | 4a5a6fa95bb110bf9c8d672536d9ea9a402bfa33 (diff) | |
download | slackbuilds-b89ae35eed6772c60980871e0a9ef1195c369403.tar.gz |
development/medit: Initial import
Diffstat (limited to 'development/medit/README')
-rw-r--r-- | development/medit/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/development/medit/README b/development/medit/README new file mode 100644 index 0000000000..2b3325e52c --- /dev/null +++ b/development/medit/README @@ -0,0 +1,25 @@ +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. + +Required/Optional deps: PyGTK and Gamin, both available at slackbuilds.org + - Both PyGTK and Gamin add very useful functionality to medit, it is + recommended that you install them. + - PyGTK is auto-detected, Gamin is not. If you do not wish to have Gamin + support then remove the '--with-fam' line from the medit.SlackBuild + before building. |