diff options
author | Martin Lefebvre <dadexter@slackadelic.com> | 2010-05-11 14:05:52 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:52 +0200 |
commit | a6e6f4427a1345cf13803661317c7674046b5f51 (patch) | |
tree | f39eb6f0a447f453c8df8f5ba3af82d48aeff075 /development/motor/README | |
parent | c0c524017f4b784a90a87526aa7e604810c3c213 (diff) |
development/motor: Initial import
Diffstat (limited to 'development/motor/README')
-rw-r--r-- | development/motor/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/motor/README b/development/motor/README new file mode 100644 index 0000000000000..fe2218f0a3716 --- /dev/null +++ b/development/motor/README @@ -0,0 +1,7 @@ +Motor is a text mode based programming environment for Linux. It +consists of a powerful editor with syntax highlight feature, project +manager, makefile generator, gcc and gdb front-end, etc. Deep CVS +integration is also provided. A symbol browser is provided to make it +easier to move between various definitions in the source, and the +regexper tool helps you to create and debug regular expressions. + |