This page collects things I have found useful for JEdit (a free, multi-platform text editor).
None of this is my own work, it is just a collection of links and files that others have written. It is here so I will always be able to find it.

JEdit and Stata

A page about Stata and text editors and JEdit in particular.

Here is a syntax file for text highlighting and auto-indents ( link to the page that this syntax file came from).
You need to place this file in your C:\Program Files\jEdit\modes (or where ever jedit is installed)
Then put the following line into your jedit/modes/catalog file:

<MODE NAME="stata"  FILE="stata.xml"
        FILE_NAME_GLOB="*.{do,ado,log,doh}" />

Friedrich Huebler's Stata and Autoit page

Dimitriy V. Masterov's statalist post about JEdit and AutoIt

Download Autoit

The following links contain the scripts from the links above.

  1. Use Autoit to compile this AutoIt script from Friedrich Huebler (right-click->compile script)
  2. Then save these Bean shell scripts (from Dimitriy V. Masterov) to JEdit's macro directory.

JEdit and HTML

A very useful addin for JEdit is Xilize. Xilize is similar to textile and makes it easy to write xhtml compliant webpages.

JEdit and Ruby

A Ruby plugin for JEdit