|
||||||||||||||||||||||||||||||||||||||||||||||||
Included in the archiv:
Required plugins and software:
Installation: Just copy all directories in the archiv to the following directories:
and add the edit-mode to your catalog-file. If you new to jEdit or you have problems with the configuration - here's a video about the configuration. (4973 kB) |
||||||||||||||||||||||||||||||||||||||||||||||||
Edit-ModeInstallation in: %programfiles%/jEdit/modes/Edit-mode entry in: %programfiles%/jEdit/modes/catalog
<MODE NAME="autoitscript" FILE="au3.xml"
FILE_NAME_GLOB="*.{au3}"/>
|
||||||||||||||||||||||||||||||||||||||||||||||||
Error Patterns for the Console-pluginPlugins / Plugins Options ... / Console / Error Patterns AutoIt runtime error: AutoIt Tidy error: Au3Check errors and warnings: |
||||||||||||||||||||||||||||||||||||||||||||||||
Commando Filesfor the console-plugin
Requires: Console-plugin |
||||||||||||||||||||||||||||||||||||||||||||||||
XInsert libraryIt includes all:
![]() ![]()
Requires: XInsert-plugin |
||||||||||||||||||||||||||||||||||||||||||||||||
ClipperIf XInsert is to complex you can use instead this (or booth): Entries for all AutoIt Keywords, Functions, Statements and UDFs: Installation in: %userprofile%/.jedit/clipper/Requires: Clipper-plugin |
||||||||||||||||||||||||||||||||||||||||||||||||
Ctags + Sidekick-plugin + CtagsSidekick-plugin:Lists all Functions, Include-Files, Global and Local Variables, Enums, Regions and Options in the Sidekick-Plugin.
Entry for the ctags.cnf:--langdef=AutoItScript
--langmap=AutoItScript:.au3.AU3
--regex-AutoItScript=/^[ \t]*func[ \t]+(.*?)[\(]/\1/Functions/i
--regex-AutoItScript=/^[ \t]*global[ \t]+(.*?)[ \t]*/\1/Global Variables/i
--regex-AutoItScript=/^[ \t]*local[ \t]+(.*?)[ \t]*/\1/Local Variables/i
--regex-AutoItScript=/^[ \t]*(local|global)?[ \t]+enum[ \t]+(.*)/\1 \2/Enum/i
--regex-AutoItScript=/^#include(.*?)(<|")(.*?)("|>)/\3/Include Files/i
--regex-AutoItScript=/^#region[ \t]*(.*?)/\1/Regions/i
--regex-AutoItScript=/^[ \t]*(Opt|AutoItSetOption)[ \t]*[\(](.*),(.*)[\)]/\2 \3/Options/i
--regex-AutoItScript=/^(.*?);#__DEBUG__/\1/Debug/i
Requires: ctags + Sidekick-plugin + CtagsSideKick-plugin |
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
Last Update: 13 Jan. 2010 Views: 13357 |
|