[Github-comments] [geany/geany] Enable local variable and function parameter tag reporting for C/C++ (PR #3175)

elextr notifications at github.com
Tue Apr 26 01:22:05 UTC 2022


> SCI_AUTOCSHOW documentation doesn't seem to mention anything about this index

Well its an implementation detail internal to Scintilla, nothing the user sees, so no need to mention it here.  

It only relates to the value set by the `SCI_AUTOCSETORDER` function, so thats where its mentioned.

I just put `SSM(sci, SCI_AUTOCSETORDER, 2, 0);` before the call to `SCI_AUTOSHOW` at editor.c:604 and it indeed seemed to fix the problem.

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

Message ID: <geany/geany/pull/3175/c1109198758 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220425/9c861d93/attachment.htm>


More information about the Github-comments mailing list