Re: [Github-comments] [geany/geany] Compile errors on geany-1.37.1 and geany-plugins-1.37 (#2792)

2021-04-20 Thread elextr
If you are using a tarfile from slackware (not the tarball from the Geany website) please send the issues there, Geany does not make those. -- 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/issue

Re: [Github-comments] [geany/geany] Compile errors on geany-1.37.1 and geany-plugins-1.37 (#2792)

2021-04-20 Thread elextr
Why are you not just following the instructions in INSTALL `make install` instead of miscellaneous scripts in `build-aux`? -- 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/2792#issuecomme

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2021-04-20 Thread elextr
@andy5995 thanks, thats the expected fix as per posts above. Closing, due to no response from the OP. -- 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/938#issuecomment-823690275

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2021-04-20 Thread elextr
Closed #938. -- 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/938#event-4622149851

Re: [Github-comments] [geany/geany] Highlight function in symbol window not work (#2790)

2021-04-20 Thread zipotron
Closed #2790. -- 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/2790#event-4621215370

Re: [Github-comments] [geany/geany] Highlight function in symbol window not work (#2790)

2021-04-20 Thread zipotron
Thanks! -- 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/2790#issuecomment-823548899

Re: [Github-comments] [geany/geany-plugins] debugger (#938)

2021-04-20 Thread Andy Alt
> If you are using gtk3, install VTE like this: > > ``` > sudo apt-get install libvte-2.91-dev > ``` Solved it for me, on Debian Buster -- 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/

[Github-comments] [geany/geany] Compile errors on geany-1.37.1 and geany-plugins-1.37 (#2792)

2021-04-20 Thread slackuser0xae34
# Problems with compiling Geany 1.37.1 on Slackware 14.2: First Problem: $ /bin/sh .../geany-1.37.1/build-aux/install-sh -d .../package-geany/usr/share/geany /bin/ginstall -c -m 644 ./COPYING /home/ric/TMP/package-geany/usr/share/geany/GPL-2 /bin/mkdir -p '/home/ric/TMP/package-geany/usr/shar

Re: [Github-comments] [geany/geany] Very slow opening of files in project with many files, eventual freeze (#2791)

2021-04-20 Thread elextr
Closed #2791. -- 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/2791#event-4617880922

Re: [Github-comments] [geany/geany] Very slow opening of files in project with many files, eventual freeze (#2791)

2021-04-20 Thread elextr
Duplicate of #2649 fixed by #2747 will be in next release "soon". -- 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/2791#issuecomment-823109762

[Github-comments] [geany/geany] Very slow opening of files in project with many files, eventual freeze (#2791)

2021-04-20 Thread Sjef de Krijger
I've updated from 1.34 to 1.37.1 (Windows 7) and noticed very slow loading of the open files in a project consisting of many (around 100) files, each file is loaded one-by-one, taking longer and longer until Geany stops responding. I've checked with 1.36 and it has the same kind of issue except

Re: [Github-comments] [geany/geany-plugins] Markdown syntax highlighting confused by indented code block (#1073)

2021-04-20 Thread r0polach
Filled scintilla report: https://sourceforge.net/p/scintilla/bugs/2247/ -- 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/1073#issuecomment-823030026

Re: [Github-comments] [geany/geany-plugins] Markdown syntax highlighting confused by empty image title (#1070)

2021-04-20 Thread r0polach
In pandoc version of markdown, empty text is not only legal, but serves to distinguish paragraph images (not labeled, not indented and not automatically numbered) from figures. I agree that syntax highlighters should work on as many variants as possible. -- You are receiving this because you