Python Commando File (python.xml v1.0 by Charles Dominguez)
Submitted by
cfd on
Saturday, 10 July, 2004 - 02:14
A commando file to run
Python scripts from within jEdit. Invokes the system interpreter (not Jython) on the current buffer. Provides a UI to set all options supported by the current release of the Python interpreter. Error patterns that work with Python are specified in the comments at the start of the file.
Ruby Commando File (ruby.xml v1.0 by Christophe Grandsire)
Submitted by
Tsela on
Friday, 2 July, 2004 - 07:27
A simple yet complete Ruby commando file, allowing you to run your Ruby scripts directly from jEdit. It has run, check syntax and debug options. It also handles safety (tainted checks) and warning levels, and allows you to set command-line arguments to your scripts, among other things.
make Commando File (make.xml v1.1 by Jeff Jackowski)
Submitted by
jeffj on
Sunday, 25 January, 2004 - 23:24
Invokes make from the current buffer's directory. Works on Linux and with Cygwin.
VC++ v7.1 (.NET) Commando File (VC++.xml v2 by Jeff Jackowski)
Submitted by
jeffj on
Sunday, 25 January, 2004 - 23:21
Invokes the compiler from MS Visual C++ v7. Has several options for figuring out the solution and project names based on path, or can be entered manually. The solution and project files must already exist. The path to DEVENV.EXE must not contain spaces or must be in the PATH enviornment variable. The error list plugin works pretty well with the output.
VB Script Commando File (vbscript.xml v0.1 by Nathan Jones)
Submitted by
NathanJones on
Tuesday, 13 January, 2004 - 10:43
A simple VB Script commando file. This will allow the current buffer to be run in the windows scripting host.
Perl Comando File (perl.xml v1.0 by pcause)
Submitted by
pcause on
Saturday, 27 December, 2003 - 14:59
A simple Perl commando file. Has compile and run options and you can set arguments.