Created attachment 9848 Update search field with selected text When a portion of text is selected and the search feature invoked by Control-F, the search field in the search bar is initialized with this portion of text. But if one selects a new portion of text and types again Control-F, the search field is not updated accordingly. Shouldn't that be changed? Unless I miss something, the modification would be straightforward.
Related to https://bugzilla.xfce.org/show_bug.cgi?id=5905 Also affects the separate "Replace" dialog.
Created attachment 9849 0001-Update-search-field-with-selected-text.patch Fixed.
Looks ok to me, and tested it's working. I will push it once I have permissions to do so on Gitlab.
Merged in https://gitlab.xfce.org/apps/mousepad/-/commit/e5997e77d3071d1bcd132c7d3505224bd7ab5d06
I should have created my account on gitlab.xfce.org before, sorry. I just did it: is it possible to transfer the commit to my new identity : 138-Tamaranch@users.noreply.gitlab.xfce.org Thanks.
> is it possible to transfer the commit to my new identity As far I know it's not possible without doing a force push.
Well, since this is the very last commit, I think it suffices to do a git commit --amend --author="Tamaranch <138-Tamaranch@users.noreply.gitlab.xfce.org>"
Oh yes, this is a remote repository, sorry. So probably not possible without doing a force push, as you said. It's not a big deal, I've changed my identity for my other currently proposed patches, and I will use the good one in the future.