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

2020-12-21 Thread Edgar
> Perhaps I'm missing the use case for not wanting the search text to be > updated. Well, I also personally don't see a use case for it, but on the other side, I don't see that many users complained. Also there must be a reason why the search phrase is (seems intentionally?) not updated in the

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

2020-12-21 Thread Matthew Brush
> If I understand your patch correct, it would change the default behaviour to > do exactly that what my PL does, but per default and without a hidden > preference. Correct. > ...but I think a hidden preference may be better than changing the default > behaviour without allowing users to fall

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

2020-12-21 Thread Edgar
@codebrainz Correct, intention is **1**. I closed the old PR because of the branch issue **and** because I changed the PL to also apply to _Search > Find in Files_. If I understand your patch correct, it would change the default behaviour to do exactly that what my PL does, but per default and

Re: [Github-comments] [geany/geany] Transparent search/replace dialogs when out of focus (#2698)

2020-12-21 Thread Matthew Brush
Closed #2698. -- 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/2698#event-4137383980

Re: [Github-comments] [geany/geany] Transparent search/replace dialogs when out of focus (#2698)

2020-12-21 Thread Matthew Brush
@etkaar nice work. > Should we then close this issue or link it to a specific "tutorial page"? If you're willing, I would suggest to post a [HowTo on the wiki](https://wiki.geany.org/howtos/start). -- You are receiving this because you are subscribed to this thread. Reply to this email directl

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

2020-12-21 Thread Matthew Brush
I thought due to [this comment](https://github.com/geany/geany/pull/2695#issuecomment-748722240) the request for an option was dropped? I think all this started over not closing #2693 as a duplicate of #758 and not reading the discussion there. Key points (duplicated across issues): 1) The goal

Re: [Github-comments] [geany/geany] Suppress "... was not found" message (#2699)

2020-12-21 Thread Edgar
Closed #2699. -- 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/2699#event-4137113112

[Github-comments] [geany/geany] Suppress "... was not found" message (#2699)

2020-12-21 Thread Edgar
Is there a way to suppress the "... was not found" message? I would rather like to only have the "Search for:" highlighted (which already happens) instead of _additionally_ getting and needing to interact with this dialog. --- ![Screenshot from 2020-12-21 19 05 58](https://user-images.githubuse

Re: [Github-comments] [geany/geany] Transparent search/replace dialogs when out of focus (#2698)

2020-12-21 Thread Edgar
Way more easy then I initially thought – I was not aware that I can use CSS since it is the first time at all I work with GTK: Add at the end of _Tools > Configuration Files > geany.css_: ``` /* make search dialogs transparent if out of focus */ #GeanyDialogSearch:backdrop { background-c

Re: [Github-comments] [geany/geany] Transparent search/replace dialogs when out of focus (#2698)

2020-12-21 Thread elextr
See also https://www.geany.org/manual/current/index.html#customizing-geany-s-appearance-using-gtk-3-css -- 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/2698#issuecomment-748907097

Re: [Github-comments] [geany/geany] Transparent search/replace dialogs when out of focus (#2698)

2020-12-21 Thread elextr
Its preferred that styling for everything but the editing window be done with GTK CSS. I'm no expert, but I believe it can specify differing settings from states like focussed etc. Not sure about transparency, but maybe opacity will work. Probably best to read the GTK docs/tutorials etc and t

[Github-comments] [geany/geany] Transparent search/replace dialogs when out of focus (#2698)

2020-12-21 Thread Edgar
I am used to have the Find/Replace dialogs opened all the time and would like to have an option to make it a little bit transparent (50% or something) while out of focus. I believe there is no such preference yet implemented. I think it can be also a useful feature for other users, so I think ab

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

2020-12-21 Thread elextr
> (but the .html is not transferred to GitHub because it is not part of the > GitHub repository). Ahh yeah, you are right, we took it out, so only the `geany.txt` is needed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2020-12-21 Thread Edgar
@elextr Yes, the next time I should better use Comment and not delete it. I deleted it because I in the meanwhile found out that _geany.html_ is automatically updated when I edit _geany.txt_. I made a new Pull Request (#2697) and think now all is correct (but the .html is not transferred to Git

Re: [Github-comments] [geany/geany] Search for selected text when pressing [Ctrl]+[F] (#2693)

2020-12-21 Thread elextr
Reopened #2693. -- 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/2693#event-4135102103

Re: [Github-comments] [geany/geany] Search for selected text when pressing [Ctrl]+[F] (#2693)

2020-12-21 Thread elextr
Don't close until the PR is merged, see [github docs](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) for how to make it happen automatically when the merge happens. -- You

Re: [Github-comments] [geany/geany] Search for selected text when pressing [Ctrl]+[F] (#2693)

2020-12-21 Thread Edgar
Closed because of pending Pull Request: #2697 -- 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/2693#issuecomment-748866968

Re: [Github-comments] [geany/geany] Search for selected text when pressing [Ctrl]+[F] (#2693)

2020-12-21 Thread Edgar
Closed #2693. -- 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/2693#event-4135081562

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

2020-12-21 Thread elextr
@etkaar did you make your query about the docs on a commit that you have now deleted? Anyway, edit `geany.txt`, `geany.html` is generated from it by rest2html but is kept in the repository so its available to repository (and tarball) users without needing rest2html. It would be appreciated if

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

2020-12-21 Thread Edgar
See issue #2693. Adds hidden preference 'always_set_from_selected' (editable in the various preferences) which always updates the search phrase in search dialogs with selected text after reopening the dialog (esp. using shortcuts), since default behaviour is to insert selected text as search ph

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

2020-12-21 Thread Edgar
@elextr Short question: How do I update the docs? By manually editing both _geany.txt_ and _geany.html_ or is there a another way? -- 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/pull/2695#issu

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

2020-12-21 Thread Edgar
@etkaar pushed 0 commits. -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/geany/geany/pull/2695/files/30b2a5c2e81801c36a324b649ecf7c8b57aed37d..d2740f21feb84b6f951398c6f683674b2b56bfed

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

2020-12-21 Thread Edgar
Closed #2695. -- 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/pull/2695#event-4134789904

Re: [Github-comments] [geany/geany] How to have a filename extension recognized as another (#2694)

2020-12-21 Thread abdulbadii
Closed #2694. -- 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/2694#event-4134404724

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

2020-12-21 Thread Edgar
> The name of the option always_set_from_selected suggested it was automatic, > but having had a chance to look at the PR code it appears to only happen on > ctrl-f (or whatever the search shortcut is set to). Correct, the update of "Search phrase:" with the selected text only happens on the "r