[Github-comments] [geany/geany] Lua autocomplete for geany and some suggestions regarding tags (#1888)

Matthew Brush notifications at xxxxx
Fri Jun 29 07:59:32 UTC 2018


You might be able to escape the newlines with `\\n` or maybe using the ASCII code like `\x0A` or such, but I've never tried it.

If it doesn't work and you're motivated to fix it, you could probably easily improve this by changing [this line](https://github.com/geany/geany/blob/1.33.0/src/tagmanager/tm_source_file.c#L233) and/or the one two below to check against only _unescaped_ newlines, instead of all of them.

-- 
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/1888#issuecomment-401279441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180629/41147f63/attachment.html>


More information about the Github-comments mailing list