summaryrefslogtreecommitdiff
path: root/mnv/runtime/tools/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/runtime/tools/README.txt')
-rw-r--r--mnv/runtime/tools/README.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/mnv/runtime/tools/README.txt b/mnv/runtime/tools/README.txt
new file mode 100644
index 0000000000..bd45f37d45
--- /dev/null
+++ b/mnv/runtime/tools/README.txt
@@ -0,0 +1,40 @@
+Some tools that can be used with MNV:
+
+blink.c: C program to make the cursor blink in an xterm.
+
+ccfilter*: C program to filter the output of a few compilers to a common
+ QuickFix format.
+
+efm_filter.*: Perl script to filter compiler messages to QuickFix format.
+
+efm_perl.pl: Perl script to filter error messages from the Perl interpreter
+ for use with MNV quickfix mode.
+
+mve.* Awk script to filter error messages to QuickFix format.
+
+pltags.pl: Perl script to create a tags file from Perl scripts.
+
+ref: Shell script for the K command.
+
+preproc_indent.mnv:
+ Fix preprocessor indentation in MNV's C source code.
+
+shtags.*: Perl script to create a tags file from a shell script.
+
+mnv132: Shell script to edit in 132 column mode on vt100 compatible
+ terminals.
+
+mnvm: Shell script to start MNV on a DEC terminal with mouse
+ enabled.
+
+mnvspell.*: Shell script for highlighting spelling mistakes.
+
+mnv_vs_net.cmd: MS-Windows command file to use MNV with MS Visual Studio 7 and
+ later.
+
+xcmdsrv_client.c: Example for a client program that communicates with a MNV
+ server through the X-Windows interface.
+
+unicode.mnv MNV script to generate tables for src/mbyte.c.
+
+[xxd can be found in the src directory]