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
I mean 1.30 of course
--
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-281910302
@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
This allows plugins to detect the API version of Geany at runtime. This enables
switching behavior based on the API version (perhaps using a new feature
with a fallback for older API versions). Previously the only alternatives
were to hard-depend on a more recent Geany version or ignoring new featu
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
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
Conflicts and still discussion 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/1236#issuecomment-281866893
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
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
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
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 emai
@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:
https://github.com/geany/geany/issues/1302#issuecomment-2818616
@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
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
https://github.com/geany/geany/pull/1405.d
@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
@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
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
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
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 = gtk_combo_box_text_new_with_ent
@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
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 th
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 = gtk_combo_box_text_new_with_entry(
22 matches
Mail list logo