Enrico Tröger

Results 281 comments of Enrico Tröger

Thanks for the detailed analysis and ideas. Some comments: - `aiosqlite` might only solve the problems partially. It seems to bundle open connections in a seperated thread to not open...

Just to be sure, @bobWinner did you mean to use CSS nesting on the gtk.css / theming? Or did you refer to the syntax highlighting of CSS files within Geany?

If there are no objections or improvement suggestions, I would like to merge to this in a week.

On my old Windows 7 VM there are items in the flags section though it looks like there are only country codes without a proper emoji icon: ![windows_emoji](https://github.com/geany/geany/assets/617017/42894597-0768-468a-b0a3-16b44c7a2e97) Note that...

If there are no objections or improvement suggestions, I would like to merge to this in a week.

Probably the first two hits: ``` src/symbols.c:1947: *tagname = g_strdup(_("unknown")); src/symbols.c:1963: cur_tag = g_strdup(_("unknown")); src/ui_utils.c:286: doc->encoding ? doc->encoding : _("unknown")); ``` The third hit shows that we probably have the...

> Damn, I was following the functions from `ui_utils.c::create_statusbar_statistics()` and was only one function call away when I gave up :-) `git grep` is your friend :). > So both...

> No wait, "likely" is correct, not "unlikely". The point I was just making Ok, good. Now I got it and also your ammendment "when I mistype "UNlikely" which I...

Do we have to convert the existing filetype to a builtin filetype? I guess the answer is yes because the `lexer_filetype` setting can only reference existing filetypes in Geany? I...