[Github-comments] [geany/geany] LaTeX autocompletion not working for macros (#1000)

Marcelo Garlet Millani notifications at xxxxx
Sun Apr 17 16:44:45 UTC 2016


I disagree. The line you mentioned indeed leads to a problem, namely that `\macroname\macroname` is treated as a single word, but that is a different problem.

In my opinion, the best solution for both problems would be to patch the geanylatex plugin to autocomplete the word `macro` with `macroname` only if it is preceded by a `\`. Then removing the `\` from `wordchars` where you mentioned would make geany correctly recognize `\macroname\macro` as `macro`, and the latex plugin would be able to autocomplete it.

If this solution is acceptable, I could implement it.

---
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/issues/1000#issuecomment-211054166
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160417/701555a7/attachment.html>


More information about the Github-comments mailing list