jEdit Community - Resources for users of the jEdit Text Editor

Commando files

Data files used by the Commando feature of the Console plugin. The Commando feature allow tou to define and configure a GUI for using command line tools using XML data.


AutoIt Commando Files (au3_commando.zip v7 by Thorsten Willert)
Submitted by Thorsten Willert on Monday, 23 July, 2007 - 16:13
Four commando files for AutoIt:
  • au3_run: Runs the au3-file in the current buffer (ANSI or Unicode).
  • au3_check: Checks the syntax of the au3-file in the current buffer.
  • au3_compiler: Compiles the au3-file in the current buffer to an exe-file.
    The compiler-UI is like the "AutoIt Script to EXE Converter".
  • au3_tidy: Starts the Tidy.exe for the current buffer.
  • au3_AutoItWrapper: Starts the AutoItWrapper.exe for the current buffer.
  • au3_Obfuscator: Starts the Obfuscator.

Edit-Mode for AutoIt
Screenshots and additions for Ctags /Sidekick, Clipper, XInsert and some macros are on my homepage.

Updated on 01/28/2009 - 14:34
Downloads: 1473

AVRA AVR Assembler compiler (avra.xml v0.1 by Bernd Klein)
Submitted by BerndKlein on Sunday, 5 February, 2006 - 16:52
Include this file into your Console-folder structure and you can compile avr-assembler files out from jEdit.

You need a proper installation of the avra assembler !

To get the latest version of avra, please go to: http://avra.sourceforge.net/
Current version 1.1.0 - Build 372

Version: 0.1
If something is missing, please contact me via mail

Updated on 02/05/2006 - 16:52
Downloads: 1716

AVRdude download utility (avrdude.xml v0.1 by Bernd Klein)
Submitted by BerndKlein on Thursday, 9 February, 2006 - 07:27
Include this file into your Console-folder structure and you can download avr assembler hex files to your avr-board via avrdude

You need a proper installation of avrdude 5.0.x !


This file provides:
-> device-selection
-> programmer type ( I'm using parallel port, i didn't check if other types are working well)
-> writing to memory types (flash, eeprom, etc)
-> write/read from device
-> go into avr-terminalmode
-> erase flash before write

Version: 0.1

I only tested this file under Ubuntu Breezy Badger, it should be work on other distris too, but maybe not under windows

Your avrdude installation needs user access-rights to use the parallel-port, to get these rights for avrdude you should set the s-bit for avrdude
sudo chmod +s [path_to_your_avrdude_binary]/avrdude

If you get the below error-message:

avrdude: can't open device "/dev/parport0": No such file or directory
avrdude: failed to open parallel port "/dev/parport0


you have to include the kernel-module ppdev into your kernel. Easiest way to do this is to include the modules in you /etc/modules file:

sudo echo "ppdev" >>/etc/modules

After the next reboot the parallelport modules should be loaded automatically :-).
To include the module during "live" do this:
sudo modprobe ppdev

After this work, avrdude should be run without any errors


If something is missing, please contact me via mail

Updated on 02/09/2006 - 07:27
Downloads: 1753

BlitzMax Compiler Commando (bmk.xml v0.2 by Noel R. Cower)
Submitted by Noel Cower on Monday, 10 January, 2005 - 05:46
Allows you to compile BMX files and optionally execute the output when finished. Checking to see if an error has occurred and cancelling execution isn't included.

Updated on 01/10/2005 - 05:53
Downloads: 1846

BMK MakeMods Commando (makeMods.xml v0.2 by Noel R. Cower)
Submitted by Noel Cower on Tuesday, 11 January, 2005 - 00:49
This commando is used to call makemods for BMK without the hassle of going to a command prompt to do it.

Updated on 01/11/2005 - 00:49
Downloads: 1830

BMK SyncMods Commando (syncMods.xml v0.2 by Noel R. Cower)
Submitted by Noel Cower on Tuesday, 11 January, 2005 - 00:50
This commando is used to call syncmods for BMK without the hassle of going to a command prompt to do it.

Updated on 01/11/2005 - 00:50
Downloads: 1739

CCS-C (CCS-C.xml v1.1 by Paul Hutchinson)
Submitted by Paul Hutch on Sunday, 3 July, 2011 - 15:45
A commando file to compile C code for Microchip PIC micro-controllers using the Custom Computer Services PIC C compiler. Options and defaults are based on CCS "C" Version 4.121 and the February 2011 edition of the reference manual. It has only been tested with the PCM flavor of the compiler, but according to the users manual it should work for the PCB, PCH and SXC flavors as well. Version 1.1 Adds quoting to handle spaces in path names.

Updated on 07/05/2011 - 20:55
Downloads: 1328

coffeescript commando file (coffee.xml v0.1 by monkstone)
Submitted by monkstone on Friday, 4 November, 2011 - 16:08
A commando file to make it easy to compile/run coffeescript from jEdit, unless you are using linux, you will need to edit your path to coffee.

Updated on 11/04/2011 - 16:12
Downloads: 1088

Commando File for Context Free (cfdg.xml v0.17 by monkstone)
Submitted by monkstone on Wednesday, 21 October, 2009 - 16:17
My first commando file, allows me to run cfdg from within jedit. You will need to tune it for your system, available options are crop size, choice of svg or png output. Default output filename is as the input rule, with appropriate extension (ie "png" or svg" depending on chosen output format) is added when run the command (ie hit OK button). Updated version as of 10 July 2012, now includes -Q option for quicktime movies output, depends on release version of CF3 with compiled in ffmpeg support on linux.

Updated on 03/30/2013 - 09:17
Downloads: 3078

Commando File For Ruby Processing (rp5.xml v0.15 by monkstone)
Submitted by monkstone on Thursday, 5 November, 2009 - 10:48
A commando file that allows you to use the current buffer to run the applet, watch the applet (allows live editing via 'watch'), or export it as either an app (via a combo-box chooser). You can also choose to create a new ruby processing sketch, to edit. However as yet you need to use the file manager to open the newly created sketch in the editor, so its not useful. Live edit via 'watch' updates the sketch on save. Just removed the 'rp5 live' option it never worked from jEdit. Modified to cope with crappy paths with spaces, as like windoes do. Default is now to run with system jruby, to use jruby-complete radio-button select that option. New 'version' option available fom ruby-processing-2.5.0 reports version, processing root and whether jruby-complete has been installed,

Updated on 07/18/2014 - 06:08
Downloads: 3051

There are 480 downloads in our database
User login
Browse archives
« April 2024  
MoTuWeThFrSaSu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82349
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293