[Github-comments] [geany/geany] Incomplete CSS autocompletion (#572)

LarsGit223 notifications at xxxxx
Wed Mar 21 18:37:52 UTC 2018


@scriptum: I uploaded a new tag file to the Geany Wiki so maybe you want to try that. Simple auto-completion worked for me using that file.

The file you mentioned seems to have a flaw. That auto-completion is not working with that file has IMHO the following reasons:
- it is written in the pipe format
- the pipe format automatically imports all tags as function prototypes (```tm_tag_prototype_t```), see https://github.com/geany/geany/blob/master/src/tagmanager/tm_source_file.c#L334
- but the tag-manager-parser only allows struct, class and variable tags for CSS, see https://github.com/geany/geany/blob/master/src/tagmanager/tm_parser.c#L171 (didn't check this point in detail, just an informed assumption)

IMHO the issue here is caused by the tags file you used, not Geany itself.

-- 
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/572#issuecomment-375052247
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180321/33809a76/attachment.html>


More information about the Github-comments mailing list