It should actually say something like "Add compatibility with libgit2 0.99" or something like that -- if anything.
--
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/commit/8925be5a831182c421655b6986e59…
Same here, this change happens on each release and has no impact on users or developers. It's just housekeeping.
--
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/commit/8925be5a831182c421655b6986e59…
Having a system without rst2html:
```
checking for rst2html... no
checking for rst2html.py... no
configure: error: Documentation enabled but rst2html not found.
You can explicitly disable building of the HTML manual with --disable-html-docs,
but you then may not have a local copy of the HTML manual.
```
but ./configure -help tells, it's auto:
```
--enable-html-docs generate HTML documentation using rst2html
[default=auto]
--enable-pdf-docs generate PDF documentation using rst2pdf
[default=auto]
--enable-api-docs generate API documentation using Doxygen
[default=auto]
```
--
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/2628
In my snippets file I have:

when I tab on uy and uz I do indeed get a superscript y or z - which is excellent. But the snippet does not remove the preceding space before uz (uy has none) and so I then have to manually go back and delete the excess space each time:

Please could you make it possible for snippet names to start with a space to alleviate this tedious error prone process?
--
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/2626