Enrico Tröger
Enrico Tröger
Please welcome a new way to build Geany and Geany-Plugins for Windows in the CI. What's in here: - the workflow job to checkout Geany and Infrastructure repositories - use...
This adds `_`, `case` and `match` to the Python keywords list. `_` seems not very useful but also won't hurt I guess. It will be highlighted as keyword when used...
Support changing the log level to the desired value easily. For example, this is useful to suppress progress messages but keep logging warnings and errors.
With some HTML like: ```html @ matched text Some text which is missing. ``` only the text of the `a` tag is matched but not the text beyong (the HTML...
### Issue description When using `pipenv lock` after installing `social-auth-core` and `defusedxml` will result, at the time of writing, in a `Pipfile.lock` with `defusedxml==0.8.0rc1`. I intentionally did *not* use the...
Fix logic for the condition to issue a warning about the deprecated '--cron' argument in the "send_mail" command. The "retry_deferred" command seems to have already the correct check. P.S.: great...
Instead of using a dated version of "cppcheck" from the runner image, we download the latest release of "cppcheck" and build it. As building it takes a few minutes, the...
This is a left-over from #3219 and should have been removed already. Fixes #3627.
I just made the background color for selections a little darker so that it is different from the foreground color. Closes #70. 
If no explicit installation directory was specified and an existing, Geany installation was found, then use its installation directory. Closes #1321.