Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-07-18 Thread elextr
@codinghedgehog-python what did you change? The recommended fix [above](https://github.com/geany/geany/issues/2502#issuecomment-627789435) doesn't change font sizes, just adds a few pixels to the spacing to fit the underscores. -- You are receiving this because you are subscribed to this threa

Re: [Github-comments] [geany/geany] [Bug] Geany doesn't "remember" font size when new file is created (#2552)

2020-07-18 Thread elextr
Also see #2502 pinned at the top of the issues for a workaround to the missing underscores. -- 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/2552#issuecomment-660562391

Re: [Github-comments] [geany/geany] [Bug] Geany doesn't "remember" font size when new file is created (#2552)

2020-07-18 Thread Matthew Brush
Works for me on Ubuntu and Windows. Can you provide more information like: * Operating system and version * Geany and GTK/GLib version (first few lines of `Help->Debug Messages`) * Steps to reproduce * Whether the problem occurs using a clean config dir (`geany -c /tmp/deleteme`) -- You are rece

[Github-comments] [geany/geany] [Bug] Geany doesn't "remember" font size when new file is created (#2552)

2020-07-18 Thread codinghedgehog-python
The title says it all. It would be nice if I could open new file in Geany and wouldn't have to adjust the font size every time. The bug is now more notable than ever since people have to adjust font size to see underscores. -- You are receiving this because you are subscribed to this thread. Re

[Github-comments] [geany/geany] Multiline editing ? (feature request) (#2551)

2020-07-18 Thread codinghedgehog-python
The only thing that I really miss in Geany is multiline editing. Can it be implemented anytime soon ? Geany became my editor to-go and it would be awesome being able to edit multiple lines at the same time. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-07-18 Thread codinghedgehog-python
The workaround works but makes the font size super large. I can read my code from 5 metres away XD. So if I'm getting this right the only way to have it working normally like it used to, is to either go back to Ubuntu 18.04 or to install previous release of Geany. Correct ? -- You are receivin

Re: [Github-comments] [geany/geany] Context menu update (#2550)

2020-07-18 Thread Matthew Brush
@eht16 I was initially going to suggest making this a plugin - being unaware of the addons feature - but: * It's a very small, simple and common feature that seems to be appropriate as a core feature. * It would probably require more m4/bash/boilerplate code than [the entirety of the patch](ht

Re: [Github-comments] [geany/geany] Context menu update (#2550)

2020-07-18 Thread Ru Uba
Just two things in addition to @eht16 comments > the Addons plugin already has a similar feature > (https://plugins.geany.org/addons.html#copy-file-path). The functionality is > a menu item in the Tools instead of the notebook tab menu but additionally > provides a keyboard shortcut. I didnt e

Re: [Github-comments] [geany/geany] Context menu update (#2550)

2020-07-18 Thread Ru Uba
@SavSanta pushed 1 commit. 1d1cb2b14d62199a669565e0e71e42e80509de27 Merge differential patch for utf8 locale paths -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/2550/files/27e81be203db302785ee7bef49cb4c010fd01f83..1

Re: [Github-comments] [geany/geany] Context menu update (#2550)

2020-07-18 Thread Enrico Tröger
I've got two remarks: - the Addons plugin already has a similar feature (https://plugins.geany.org/addons.html#copy-file-path). The functionality is a menu item in the `Tools` instead of the notebook tab menu but additionally provides a keyboard shortcut. - since this PR would add three addition