l10nelw / winger

Window Manager: A Firefox web extension for switching windows, moving tabs between windows, and more
https://addons.mozilla.org/firefox/addon/winger/
GNU General Public License v3.0
53 stars 6 forks source link

Setting to allow searching based on window title #35

Closed Lej77 closed 7 months ago

Lej77 commented 11 months ago

Currently Winger only filters the popup based on window names, so if you haven't named any window the filter feature can't be used. This PR adds a setting to allow searching window titles for unnamed windows. This is especially useful when combined with other addons that set window names in the window title, such as Other Window or Tab Count in Window Title, which should be possible after #31 is fixed.

l10nelw commented 10 months ago

Thanks for this @Lej77. I had envisioned search to always work on window titles whenever there is no window name - so no need for it to be toggleable, just straightforward baseline usefulness. Let me work on this PR if that's alright.

Lej77 commented 10 months ago

Of course you can make changes to this PR, I think that should already be allowed as well.

l10nelw commented 7 months ago

Resolved v2.5.0. Thanks