![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
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) After you have installed all files, you have to run the macro "Macros/AutoIt/Update UDFs". It updates the edit-mode, XInsert and Clipper files to your installed UDFs. |
||||||||||||||||||||||||||||||||||||||||||||||||
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: %appdata%/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/iInstallation in: %ProgramFiles%\jEdit\ctags.cnf Requires: ctags + Sidekick-plugin + CtagsSideKick-plugin Installation of ctags in: %ProgramFiles%\ctags\ |
||||||||||||||||||||||||||||||||||||||||||||||||
|
Last Update: 04 Mär. 2017 Views: 45027 |