From: Bernard D. <bde...@us...> - 2019-12-11 13:14:42
|
Aaaargh! This is a nasty bug! Nothing to do with quick find in particular, this is a flaw in the core when it parses the arguments of a command looking for a -w option. A very simple way to reproduce this in the Tcl shell: ``` «» search -- -w 0 Error: search unable to find specified window 0 ``` Thank you for catching this, it's amazing it was not discovered earlier. I'll fix it. --- ** [tickets:#224] Quicksearch can't find -west** **Status:** open **Created:** Tue Dec 10, 2019 09:42 PM UTC by Joachim Kock **Last Updated:** Tue Dec 10, 2019 09:42 PM UTC **Owner:** nobody Try to search for the string "-west" in quicksearch (Ctrl-S). As soon as you type the "w", the search exits with the error message "can't find window". (There is surely some missing end-of-flags double-dash missing somewhere...) --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |