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
