Re: [Github-comments] [geany/geany] Is there an easy way to increase line spacing? (#1592)

2021-06-15 Thread Wrawller117
@elextr Could you be kind enough to show me the video of your settings please ? There must be something I am doing wrong. You can use ctrl+alt+shift+r to start the recording which will be saved in your videos dir. You can rename the extension from "webm" to "mp4" for GitHub to detect it. --

Re: [Github-comments] [geany/geany] Is there an easy way to increase line spacing? (#1592)

2021-06-15 Thread elextr
WFM, as soon as I uncomment those two lines and save filetypes.common it applies. -- 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/1592#issuecomment-861995469

Re: [Github-comments] [geany/geany] Is there an easy way to increase line spacing? (#1592)

2021-06-15 Thread Wrawller117
Thank you so much for the response but is this what you mean? https://user-images.githubusercontent.com/63629630/122148108-a7686980-ce77-11eb-953b-eb8a69e0ff4e.mp4 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://gi

Re: [Github-comments] [geany/www.geany.org] Bye bye IRC @ Freenode, RIP. (#30)

2021-06-15 Thread elextr
LGTM (as far as my limited understanding of the website stuff goes) -- 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/www.geany.org/pull/30#issuecomment-861940533

Re: [Github-comments] [geany/geany] Is there an easy way to increase line spacing? (#1592)

2021-06-15 Thread elextr
@Wrawller117 did you also uncomment the `[settings]` heading? -- 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/1592#issuecomment-861933272

Re: [Github-comments] [geany/geany] Is there an easy way to increase line spacing? (#1592)

2021-06-15 Thread Wrawller117
My apologies, but am I doing something wrong ? It doesn't seem to be working properly. I even tried uncomenting [styling] but no luck there either. ![Screenshot from 2021-06-16 05-46-41](https://user-images.githubusercontent.com/63629630/122139833-7aac5600-ce67-11eb-82fe-1e0ba7349516.png) --

Re: [Github-comments] [geany/geany] Is there an easy way to increase line spacing? (#1592)

2021-06-15 Thread Wrawller117
My apologies but am I doing something wrong? It does not seems to be having any effect. ![Screenshot from 2021-06-16 05-46-41](https://user-images.githubusercontent.com/63629630/122139323-57cd7200-ce66-11eb-9daf-0820efd257fb.png) -- You are receiving this because you are subscribed to this thr

Re: [Github-comments] [geany/geany-plugins] geniuspaste plugin missing TLS certificate verification (#1078)

2021-06-15 Thread Enrico Tröger
> > On Linux there's usually a central cert-db, but not sure there's such on > > Windows. > > I'm pretty sure that's not true. Or it just depends on how you define "central cert-db". Usually there is a system wide certificate store with common public root certificates and this store is install

[Github-comments] [geany/www.geany.org] Bye bye IRC @ Freenode, RIP. (#30)

2021-06-15 Thread Enrico Tröger
You can view, comment on, or merge this pull request online at: https://github.com/geany/www.geany.org/pull/30 -- Commit Summary -- * Bye bye IRC @ Freenode, RIP. -- File Changes -- M README.dev.md (1) M README.md (1) M docker/Dockerfile (2) M docker/local_settings.docker.

Re: [Github-comments] [geany/geany] Cannot execute build command (#2803)

2021-06-15 Thread Andy Alt
> I am unable to use execute(F5), I get the message: > `06:38:20: Cannot execute build command "xterm -e "/bin/sh > /tmp/geany_run_script_Z4MN20.sh"": No such file or directory. Check the > Terminal setting in Preferences` > > the terminal is not set to xterm, in the preferences I have: > > `/u

Re: [Github-comments] [geany/geany-plugins] geniuspaste plugin missing TLS certificate verification (#1078)

2021-06-15 Thread Michael Catanzaro
> On Linux there's usually a central cert-db, but not sure there's such on > Windows. I'm pretty sure that's not true. > What's the recommended way to handle TLS validation on Windows? The recommended way is to do nothing. Just use the default GTlsDatabase. [That's implemented here](https://g

Re: [Github-comments] [geany/geany-plugins] 1.37.0 fails to build on Manjaro using gcc 11.1.0 (#1082)

2021-06-15 Thread elextr
There was a performance fix (geany #2747) that was going to trigger a 1.37.2 if not a 1.38 but it hasn't happened yet, so I guess plugins need to be done too. @b4n ? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://gi

[Github-comments] [geany/geany-plugins] 1.37.0 fails to build on Manjaro using gcc 11.1.0 (#1082)

2021-06-15 Thread Andy Alt
The last release (1.37.0) fails to building on Manjaro with gcc 11.1.0. The problem is fixed with this already-merged patch: https://github.com/geany/geany-plugins/commit/ad50d3ed2ddfe11cd07954786b96725602fb4ddd by @xyproto So it might be time for a new release. -- You are receiving this bec

Re: [Github-comments] [geany/geany] docbuild breaks if incorrect version of rst2html is installed (#2819)

2021-06-15 Thread Andy Alt
Closed #2819. -- 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/2819#event-4889558621

Re: [Github-comments] [geany/geany-plugins] geniuspaste plugin missing TLS certificate verification (#1078)

2021-06-15 Thread nomadbyte
It's quite trivial to change GeniusPaste to call `soup_session_new_with_options()` instead of the current `soup_session_async_new_with_options()`, the resulting object is still the `SoupSession`, and it seems that the plugin is in fact doing a **synchronous** send. We can implement the queue'ed