Guest David Pérez Posted December 13, 2004 Posted December 13, 2004 (edited) Hi, I'm quite new to the autoit world, and I find it quite powerful. I've made a new syntax highlighting mode for the open source editor called jEdit (www.jedit.org). This also allows you to edit autoit scripts in the Eclipse framework (http://eclipse.org) through the Syntax coloring editor plugin (http://gstaff.org/colorEditor). Hope it will be included in the next autoit3 distribution. For activate it, just copy autoit3.xml to JEDIT_BASE_DIR/modes folder, and add this entry to the catalog file named JEDIT_BASE_DIR/modes/catalog <MODE NAME="autoit3" FILE="autoit3.xml" FILE_NAME_GLOB="*.au3" /> Note: I have also posted this plugin to the jEdit community.autoit3.xml Edited December 13, 2004 by David Pérez
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now