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

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3334@github.com>