Note that "local" variables seem to be local for the given file and not local within a certain function so mapping them to `tm_tag_local_var_t` isn't appropriate.
At the moment autocompletion doesn't work - this is caused by
https://github.com/universal-ctags/ctags/pull/3697
which I add to this PR if it gets merged upstream. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3460
-- Commit Summary --
* autoit: use local/global variable tags
-- File Changes --
M src/tagmanager/tm_parser.c (5) M tests/ctags/simple.au3.tags (6)
-- Patch Links --
https://github.com/geany/geany/pull/3460.patch https://github.com/geany/geany/pull/3460.diff
By the way, I'm wondering whether we shouldn't use the filetype-specific wordchars here
https://github.com/geany/geany/blob/7af6eafc0525bfafc8bdb2fbd29452b5f5409f56...
instead of the hardcoded `GEANY_WORDCHARS` macro.
@techee pushed 1 commit.
50e4f69b37535a8780baa1d9500d954aebbbd5a8 Autoit: drop $ from variable names
I've just added the upstreamed patch dropping the `$` from variable names. From my point of view this PR is ready to get merged.
@techee pushed 2 commits.
0562f8edbcc2481b230e8f75c0df38db6d167238 autoit: use local/global variable tags c62b87955c8ed52f0425f61b2b8e828dd5f273db Autoit: drop $ from variable names
Merged #3460 into master.
github-comments@lists.geany.org