Re: [Github-comments] [geany/geany] JSON syntax highlighting (#384)

2020-02-07 Thread elextr
@MikePryadko you can help by: 1. upgrade to the current version built from source (not that I think its any better, but its a prerequisite for the next step, and reporting problems on very old versions on closed issues is rarely effective) 2. write the C code to make JSON a full filetype so you

Re: [Github-comments] [geany/geany-plugins] [WIP] commander: fixed deprecated gtk3 calls (#865)

2020-02-07 Thread LarsGit223
I don't see a good solution for this. The gtk people keep on deprecating stuff. At the moment I will not continue work on this - I more tend to wait until gtk2 support is dropped and only one version needs to be supported. -- You are receiving this because you are subscribed to this thread. Rep

Re: [Github-comments] [geany/geany-plugins] cppcheck: Set Geany include path for it to find header files (#947)

2020-02-07 Thread Colomban Wendling
Merged #947 into master. -- 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/pull/947#event-3018740610

Re: [Github-comments] [geany/geany] JSON syntax highlighting (#384)

2020-02-07 Thread Mike Pryadko
Hi everyone! I can't understand: is THAT ![geany_json](https://user-images.githubusercontent.com/31248040/74051160-858be680-49e8-11ea-9cb5-f1d5a1c68f5b.png) a "good" highlighting..?? Version (from ubuntu repository): ![geany_version](https://user-images.githubusercontent.com/31248040/74051325-c683f

Re: [Github-comments] [geany/geany-plugins] [WIP] commander: fixed deprecated gtk3 calls (#865)

2020-02-07 Thread Colomban Wendling
I really don't like this PR: too much code, too much copy, and all this for getting rid of deprecation warnings -- where this code actually has to support the deprecated API. > **Edit:** I also just noticed the `G_GNUC_*_IGNORE_DEPRECATIONS` macro, maybe > tricky stuff could be wrapped directly

Re: [Github-comments] [geany/geany-plugins] cppcheck: Set Geany include path for it to find header files (#947)

2020-02-07 Thread Colomban Wendling
b4n commented on this pull request. > @@ -0,0 +1,18 @@ +dnl taken from Autoconf's m4sh.m4, GPLv3+ +m4_ifndef([AS_VAR_COPY], [ +m4_define([AS_VAR_COPY], +[AS_LITERAL_WORD_IF([$1[]$2], [$1=$$2], [eval $1=\$$2])]) +]) I'm not totally sure about this part: it might not be needed, and if it is I'm

[Github-comments] [geany/www.geany.org] Add hint about SEPA and EUR (#21)

2020-02-07 Thread Frank Lanitz
You can view, comment on, or merge this pull request online at: https://github.com/geany/www.geany.org/pull/21 -- Commit Summary -- * Add hint about SEPA and EUR -- File Changes -- M page_content/about/donate.md (2) -- Patch Links -- https://github.com/geany/www.geany.org/pull/21.pa

Re: [Github-comments] [geany/www.geany.org] Add account holder to bank transfer information (#20)

2020-02-07 Thread Frank Lanitz
While rethinking we should at least point out it's SEPA. -- 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/www.geany.org/pull/20#issuecomment-583289176