Jump to content

AutoIt3 Ctags for Boxer Text Editor.


Recommended Posts

Boxer: http://www.boxersoftware.com/

I don't know how many of you are using it, but it's my 'editor of choice'.

I added the following to ...\Boxer\Ctags\ctags.cnf, and it works for

the functions in your 'au3' files (I imagine it would work for older

files by just changing the '.au3' extension).

--langdef=AutoIt3

--langmap=AutoIt3:.au3

--regex-AutoIt3=/^[ ]*Func[ ]([a-zA-Z0-9_]+)/\1/f,function/i

I tried to add support for 'Opt' and '#include', but those aren't

showing up, not sure why.

--regex-AutoIt3=/^[ ]*Opt[ ]*\(/\1/o,option/i

Opt('MustDeclareVars', 1) <-- example

'Opt' can have a space after it, but doesn't have to.

--regex-AutoIt3=/^[ ]*#include[ ]+/\1/i,include/i

#include <IE.au3> <-- example

'#include' must have a space after it (I believe).

If anyone can get those last two (or others) to work, I'd appreciate it, but I can

live without them.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...