Title: Selection bug Post by: Jon on December 12, 2007, 08:58:13 am Win32Pad has a problem in selecting text enclosed with single quotes.
I shall try to use the forum colouring tool to display the result. If I double-click a word, it is selected - correct. test -> test If I double-click a word in double-quotes, it is selected - correct. "test" -> "test" But if I double-click a word in single-quotes, the final quote only is selected - incorrect. 'test' -> 'test' Other tests: test" -> test" - correct. "test -> "test - correct. test' -> test' - incorrect. 'test-> 'test - incorrect. Title: Re: Selection bug Post by: Jon on March 16, 2008, 06:20:11 pm Has anybody been able to confirm this bug?
I encounter it often, since I tend to double-click words I want to replace. Title: Re: Selection bug Post by: Gena01 on March 17, 2008, 10:18:08 am Has anybody been able to confirm this bug? I encounter it often, since I tend to double-click words I want to replace. It's on my TODO list. Sorry I've been quite occupied lately. Gena01 Title: Re: Selection bug Post by: Jon on March 17, 2008, 11:06:17 am Thanks Gennady, I was afraid that this topic had been missed.
Sorry for making the TODO list longer for you! |