[Github-comments] [geany/geany] Add keywords to the autocompletion list (#1146)

Jiří Techet notifications at xxxxx
Fri Jul 22 17:43:11 UTC 2016


Construct a dummy TMTag array containing keywords, filter them similarly
to workspace and global tags and show them together with normal tags
in the autocomplete popup.

Could probably be optimized by not doing all the stuff all the time but
the CPU time spent on this is probably just a noise compared to all the
TM stuff.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Add keywords to the autocompletion list

-- File Changes --

    M src/editor.c (24)
    M src/highlighting.c (20)
    M src/highlighting.h (2)
    M tagmanager/src/tm_workspace.c (6)
    M tagmanager/src/tm_workspace.h (2)

-- Patch Links --

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

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1146
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160722/13b529e8/attachment.html>


More information about the Github-comments mailing list