Re: [Github-comments] [geany/geany] api: new function geany_api_version (#1406)

2017-02-22 Thread elextr
Agree with the use-case. If its in the API shouldn't it be marked `GEANY_API_SYMBOL` ? -- 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/pull/1406#issuecomment-281911433

Re: [Github-comments] [geany/geany] api: new function geany_api_version (#1406)

2017-02-22 Thread Thomas Martitz
@b4n @codebrainz @elextr This is a trivial change and doesn't affect l10n, so I'd like this for 1.29. -- 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/pull/1406#issuecomment-281909889

Re: [Github-comments] [geany/geany] Always load the default builtin color scheme as fallback (#1186)

2017-02-22 Thread elextr
Moved to 1.31 -- 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/pull/1186#issuecomment-281869704

Re: [Github-comments] [geany/geany] Add utils_get_real_path() and use it (#1224)

2017-02-22 Thread elextr
Moved to 1.31 -- 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/pull/1224#issuecomment-281868370

Re: [Github-comments] [geany/geany] WIP: Windows (and Linux) spawn fixes (#1300)

2017-02-22 Thread elextr
Conflicts and still WIP, moved to 1.31 -- 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/pull/1300#issuecomment-281864018

Re: [Github-comments] [geany/geany] Fix loading the default open encoding option (#1326)

2017-02-22 Thread elextr
Unresolved questions, moved to 1.31 -- 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/pull/1326#issuecomment-281862745

Re: [Github-comments] [geany/geany] Spawn real self in "New Window" feature (#446)

2017-02-22 Thread elextr
Still work in progress, moved to 1.31 -- 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/pull/446#issuecomment-281862382

Re: [Github-comments] [geany/geany] Start porting to GSettings (#1257)

2017-02-22 Thread Matthew Brush
Also some of the editor settings and others which are hacked to work for projects and general have very weird code I couldn't easily understand in order to untangle. I think that was the only real challenge. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] Port Windows installer to NSIS 3.x (#1302)

2017-02-22 Thread elextr
@eht16 is this gonna be your last minute windows change for 1.30 or should we move the milestone to 1.31? :wink: -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Start porting to GSettings (#1257)

2017-02-22 Thread Matthew Brush
@kugel- not sure, it's a lot of (simple) work to finish all the settings, I kind of stopped until I got confirmation that I wasn't wasting my time. It's basically a proof of concept at this point. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

[Github-comments] [geany/geany] updated it.po (#1405)

2017-02-22 Thread Giuseppe
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1405 -- Commit Summary -- * updated it.po -- File Changes -- M po/it.po (5) -- Patch Links -- https://github.com/geany/geany/pull/1405.patch

Re: [Github-comments] [geany/geany-plugins] Less recursive Autotools (#164)

2017-02-22 Thread Thomas Martitz
@b4n are you still working on this? -- 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/164#issuecomment-281818413

Re: [Github-comments] [geany/geany] Start porting to GSettings (#1257)

2017-02-22 Thread Thomas Martitz
@codebrainz what's the status on this? -- 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/pull/1257#issuecomment-281805238

Re: [Github-comments] [geany/geany] Always emit the project-save signal when writing project file (#1400)

2017-02-22 Thread Thomas Martitz
LGTM -- 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/pull/1400#issuecomment-281804751

Re: [Github-comments] [geany/geany-plugins] treebrowser: Don't change directory on project save (#536)

2017-02-22 Thread Frank Lanitz
Merged #536. -- 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/536#event-972924479

Re: [Github-comments] [geany/geany] Fix search history filling on GTK >= 3.20 (#1404)

2017-02-22 Thread elextr
elextr commented on this pull request. > @@ -641,27 +643,27 @@ static void create_replace_dialog(void) label_replace = gtk_label_new_with_mnemonic(_("Replace wit_h:")); gtk_misc_set_alignment(GTK_MISC(label_replace), 0, 0.5); - entry_find =

Re: [Github-comments] [geany/geany] Fix search history filling on GTK >= 3.20 (#1404)

2017-02-22 Thread Colomban Wendling
@gmc-holle great, thanks for testing! -- 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/pull/1404#issuecomment-281602605

Re: [Github-comments] [geany/geany] Fix search history filling on GTK >= 3.20 (#1404)

2017-02-22 Thread gmc-holle
I suffered from this issue in Geany 1.29 that the search (and replace) combo boxes did not anymore. Thanks for this patch! It works great again and - that's the important thing - I can use them again and I need them quite a lot ;) -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany] Fix search history filling on GTK >= 3.20 (#1404)

2017-02-22 Thread Colomban Wendling
b4n commented on this pull request. > @@ -641,27 +643,27 @@ static void create_replace_dialog(void) label_replace = gtk_label_new_with_mnemonic(_("Replace wit_h:")); gtk_misc_set_alignment(GTK_MISC(label_replace), 0, 0.5); - entry_find =