1. About [PR #1017 ](https://github.com/geany/geany/pull/1017): 1.32 is likely
to be without AutoIt support?
2. How can I use tags-file? I added ```~/.config/geany/tags/autoit.au3.tags```
and try
```
# format=pipe
Abs||(expression)|
ACos||(expression)|
Asc||("char")|
AscW||("char")|
ASin||(expression)|
Assign||("varname", "data" [, flag = 0])|
ATan||(expression)|
```
but it doesn't work. I clean second and third fields:
```
# format=pipe
Abs|||
ACos|||
AdlibRegister|||
AdlibUnRegister|||
Asc|||
AscW|||
ASin|||
Assign|||
ATan|||
```
but it doesn't work too. I was looking in manual and HACKING, but I didn't find
solution.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/967#issuecomment-340241313