This is the follow-up PR for #3488 and #3039 to seperate the code for 
generating the ctags format into a commonly used helper module and to use the 
ctags format also for the global PHP tags.

Works fine so far.

I noticed the return type (`typeref` in ctags speak) for symbols is not parsed 
correctly and so not displayed in the calltip.
This hasn't been a problem for Python as there is no return type 
information available. But for PHP it is.

Maybe this is related to #3049? @techee
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3512

-- Commit Summary --

  * Add helper script for generating ctags files in Python
  * Generate PHP global tags in ctags format

-- File Changes --

    M data/tags/std.php.tags (18624)
    M scripts/create_php_tags.py (39)
    M scripts/create_py_tags.py (31)
    A scripts/create_tags_helper.py (70)

-- Patch Links --

https://github.com/geany/geany/pull/3512.patch
https://github.com/geany/geany/pull/3512.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3512
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3...@github.com>

Reply via email to