I added support for loading/saving settings via a `GKeyFile`
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#issuecomment-1522541119
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/c1522541119(a)github.com>
@asifamin13 pushed 1 commit.
f176f5c7713be823f03a172393361b8a8fd61e9f Bracket Colors: Support user defined colors (#5)
--
View it on GitHub:
https://github.com/geany/geany-plugins/pull/1221/files/7bef4fd162d61057ed8dā¦
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/push/13425766112(a)github.com>
so, my use-case this time is to make the `execute` command in geany to use a terminal which has [iterm image protocol](https://wezfurlong.org/wezterm/imgcat.html?h=image) support (like wezterm)
currently, geany opens with conhost, and conhost doesn't support that.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3303#discussioncomment-5695527
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3303/comments/5695527(a)github.com>
## Abstract
You can't replace the license templates such as "gpl" with your own ones.
## Steps to reproduce
1. `echo "test template" > ~/.config/geany/templates/test`
1. `sed -i 's/{gpl}/{test}/' ~/.config/geany/templates/fileheader`
1. (Re-)open Geany
1. File ā New (with template) ā main.c
## Expected behavior
```
/*
* ...
* test template
*/
```
## Actual behavior
```
/*
* ...
* {test}
*/
```
--
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/1391