Re: [Github-comments] [geany/geany] "make check" unittests fail on Windows (#2677)

2020-12-11 Thread elextr
Maybe Geany's repository should gave a `.gitattributes` setting line endings in any case, so we don't accidently commit `crlf` from a windows user's PR. The repository settings override the user `core.autocrlf` setting (or lack of it). -- You are receiving this because you are subscribed to th

Re: [Github-comments] [geany/geany-plugins] commander: hidpi scaling? (#1044)

2020-12-11 Thread Colomban Wendling
Currently it's hard-coded to a 500×200 default size, and if resized the new size doesn't survives a Geany restart. There's 3 things I could do: 1. adapt that default size to the display scale (which is *not* the DPI) 2. adapt to the height of a line, but that's tricky to compute 3. allow configu

Re: [Github-comments] [geany/geany-plugins] vimode: e command not working as expected (#1043)

2020-12-11 Thread NumenHackerCracker
Closed #1043. -- 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-plugins/issues/1043#event-4101937177

Re: [Github-comments] [geany/geany-plugins] vimode: e command not working as expected (#1043)

2020-12-11 Thread NumenHackerCracker
Nvm, I am an idiot, this issue is already listed on the geany plugins page -- 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-plugins/issues/1043#issuecomment-743375549

Re: [Github-comments] [geany/geany] "make check" unittests fail on Windows (#2677)

2020-12-11 Thread Colomban Wendling
> This is actually interesting as there seem to be CRCRLF line endings, maybe > this is part of the problem. Hum :thinking: Could that be Git trying to be smart and convert LF to CRLF or something like that? -- You are receiving this because you are subscribed to this thread. Reply to this ema

[Github-comments] [geany/geany-plugins] commander: hidpi scaling? (#1044)

2020-12-11 Thread Mike Blumenkrantz
I recently started using a 4k setup, doubling my font dpi, and noticed that the commander popup is still the same size as with a lower resolution, meaning that it can only show 2 entries. Any chance this could be scaled a bit? -- You are receiving this because you are subscribed to this thread.

Re: [Github-comments] [geany/geany] "make check" unittests fail on Windows (#2677)

2020-12-11 Thread Enrico Tröger
> From what I understood, when you change line endings from CRLF to LF in the > test, this diff goes away. But then it means that the CRLFs in the test are > the cause of the missing tags and there's some problem with parsing. You are completely right. I was somewhat confused because the generat

Re: [Github-comments] [geany/geany] more toolbar elements in the Customize Toolbar (#2690)

2020-12-11 Thread elextr
> Or, is there a tutorial how to add elements in the Customize Toolbar? Afraid its the code. > By the way, the White Spaces are too small and nearly invisible. The whitespace dots are drawn by Scintilla which has an option for changing the size but Geany does not use it. Somebody could add an

[Github-comments] [geany/geany] more toolbar elements in the Customize Toolbar (#2690)

2020-12-11 Thread ralf3u
It would be so perfect to have those elements in the Customize Toolbar, so one could place them in the toolbar for a fast access: - Show Line Endings - Show White Space - Line Wrapping - Show Line numbers - Hide/show menu bar (or even more perfect: menu-symbol, like in Firefox) Or, is there a tu