Hi,
I'm afraid we need to remove the Webkit-related plugins (Webhelper,
Markdown Preview) from the Windows installer.
This is because Webkit itself is going to be removed from MSYS2:
https://github.com/Alexpux/MINGW-packages/issues/4318
For the upcoming release we could ship the previous version of Webkit
along with the locally cached old version of ICU (i.e. we will ship ICU
61 *and* 62 in the installer).
But I personally would prefer removing the plugins from the Windows
installer immediately for the reasons mentioned in
https://github.com/Alexpux/MINGW-packages/issues/4318#issuecomment-436443226
and to prevent us from shipping two ICU versions which bloats the
Windows installer even more.
If there are no objections, I will remove all Webkit-related settings
from the Windows installer next week.
Regards,
Enrico
Greetings,
I would like to introduce myself by proposing a new feature for Geany.
When dealing with large bibliography files with lots of Bibtex items I was
missing an overview of the entries in the sidebar of the editor. Recently,
I got so annoyed of scrolling around in my files that I decided to do
something.
The result I'd like to propose is a ctags parser which is a modified
version of the tex-parser already present. So far, the new bibtex parser
parses the entry types listed here:
https://en.wikipedia.org/wiki/BibTeX#Entry_types It extracts and aggregates
their identifiers.
I modified some of the other source files so that the identifiers are now
listed in the sidebar of the editor.
If you would like to have a look, please see the branch in my git-fork:
https://github.com/TwlyY29/geany/tree/bibtex-parser
I will be happy to create a pull request there if you are interested.
Best
Mirco