diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
| commit | 4f2d36194b4f299aa7509d815c07121039ea833b (patch) | |
| tree | f3ded014bad3a4c76ff6a22b8726ebaab68c3d13 /mnv/runtime/tools/README.txt | |
| parent | 5b578e70c314723a3cde5c9bfc2be0bf1dadc93b (diff) | |
| download | Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.tar.gz Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.zip | |
NOISSUE change uvim folder name to mnv
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'mnv/runtime/tools/README.txt')
| -rw-r--r-- | mnv/runtime/tools/README.txt | 40 |
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] |
