For D and Python, we try to read the calltip from the constructor method (e.g. 
"__init__" for Python) instead of from the class tag itself. If we 
don't find a matching constructor method tag, now we continue looking at 
the class tag itself.

This is useful for global tags where the constructor signature might be defined 
on the class tag itself.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Use constructor method calltip only if available

-- File Changes --

    M src/editor.c (14)

-- Patch Links --

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

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

Message ID: <geany/geany/pull/[email protected]>

Reply via email to