Re: [Github-comments] [geany/geany] terminal persistence after crash (#2703)

2020-12-27 Thread ruminations
Closed #2703. -- 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/2703#event-4150791771

Re: [Github-comments] [geany/geany] terminal persistence after crash (#2703)

2020-12-27 Thread ruminations
27 December 2020 8 PM The good news: I've figured this out. See: https://github.com/geany/geany/issues/2708 The bad news: The bug is completely deterministic and much worse than I thought. I won't trouble you with the details of false correlations, mis-directions, confusion and frustration

[Github-comments] [geany/geany] geany lxterminal interaction (#2708)

2020-12-27 Thread ruminations
Title: geany lxterminal interaction === 27 December 2020 This is a re-issue of issue: https://github.com/geany/geany/issues/2703 that clarifies and avoids distracting discussion and false correlations. That issue will be closed momentarily. This issue

Re: [Github-comments] [geany/geany] Adds hidden preference 'always_set_from_selected' [...] (#2697)

2020-12-27 Thread elextr
Lets examine the use-case, currently all `f` does when the dialog is open, is it focuses the search pattern entry and selects its contents, it doesn't do any actions like next or prev. To get next or previous with the current pattern there are specific shortcuts (default bindings `g` and

Re: [Github-comments] [geany/geany] Adds hidden preference 'always_set_from_selected' [...] (#2697)

2020-12-27 Thread Edgar
How should we proceed here? 1. Not changing default behaviour, but adding the hidden preference with default FALSE (= **this PR**). 2. Changing default behaviour by adding the hidden preference with default TRUE (= only a _slight_ change on this PR). 3. Changing default behaviour without adding