[Github-comments] [geany/geany-plugins] GeanyLua: get selected filename (#786)

elextr notifications at xxxxx
Sun Oct 28 21:09:36 UTC 2018


@Skif-off the library is to hold stuff that is to be shared between several plugins but is not needed by Geany itself.  

What @codebrainz meant is that before that library the only way to share stuff was to put it in Geany itself even if Geany didn't use it.

Unfortunately since `glspi_selfile()` depends on a new version of Geany with `utils_tidy_path()` exported, adding `glspi_selfile()` to the library would mean the library and all plugins that used the library (not many so far) would depend on the Geany version.  But I am not sure that the library checks the Geany version anyway.

So in general its probably not a good idea to add it to the library until thats fixed.

-- 
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-plugins/issues/786#issuecomment-433741655
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181028/d6b82a0a/attachment.html>


More information about the Github-comments mailing list