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

elextr notifications at github.com
Mon Apr 25 00:37:50 UTC 2022


I tried it in the same place as described above, typing `c` ctrl+space gives `count` first, yay, and other more likely things near the top.

But it introduces a problem when continuing typing with the autocomplete list open, when adding `o` instead of leaving the `count` entry highlighted the highlight is moved to the `code` entry further down the list, then adding `u` closes the autocomplete list.  Ctrl+space brings it back much reduced as expected.   It would seem that with continued typing the selection is purely alphabetic (selecting `code` over `count`) and/or it doesn't include the current entry.  Is this selection done by us or Scintilla?  If its Scintilla maybe we need https://www.scintilla.org/ScintillaDoc.html#SCI_AUTOCSETORDER set to custom?

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

Message ID: <geany/geany/pull/3175/c1107953061 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220424/4f485219/attachment.htm>


More information about the Github-comments mailing list