@b4n Big thanks for having a look at the patch! I'll check your comments and your implementation if the popup and will update the patch (probably tomorrow).
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/406#issuecomment-185401577
> @@ -951,7 +951,7 @@ static void load_settings(guint ft_id, GKeyFile *config, GKeyFile *configh)
> {
> ft->lang = tm_source_file_get_named_lang(result);
> if (ft->lang < 0)
> - geany_debug("Cannot find tag parser '%s' for custom filetype '%s'.", result, ft->name);
> + geany_debug("Cannot find tags parser '%s' for custom filetype '%s'.", result, ft->name);
@b4n Thanks for noticing - I forgot to push the fix. Will squash it with the original commit if you find the changes alright.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/582/files#r53229684
The code generating the warnings reported here no longer exist, so the report itself is obsolete. Further discussion on it might not, though.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/546#issuecomment-185327429
I committed a simpler version not altering brace_match(), which was actually not needed as `sci_find_matching_brace()` is just fine. Also, for now only handle `<>` to avoid possible false-positives.
The CUDA filetype part was already fixed in 9365110c4c0fa23c99cb9b79149f68f4049e342e (#830, #831).
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/496#issuecomment-185325210
> @@ -7228,7 +7228,7 @@
> <object class="GtkMenuItem" id="goto_tag_declaration1">
> <property name="visible">True</property>
> <property name="can_focus">False</property>
> - <property name="label" translatable="yes">Go to T_ag Declaration</property>
> + <property name="label" translatable="yes">Go to Symbol Dec_laration</property>
This still needs fixing :)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/582/files#r53187043