Pavel

Results 225 comments of Pavel
trafficstars

> @sergeevabc Any news on when “upcoming release”, which includes this fix, will be available as a binary? These fixes are already in beta builds that you can download [from...

I mean if it's a Scintilla bug that should be reported to them or it's a problem with our patches?

> it's ignored in this implementation It's correct. I've tested and it works good except that hotkeys don't work (menu items work okay) - Ctrl+\* and Ctrl+Shift+\* do nothing.

Yes, exactly - Ctrl+8. No need for numeric keyboard's star.

One minor thing: can you change the name of hotkey in the menu from saying `*` to say `8`? Because it doesn't work on Ctrl+\* anymore so let it be...

**Bug:** Ctrl+8 doesn't add word to Find search list so F3 doesn't continue searching for this word. > Essentially this must be identical to using Ctrl+F Find dialog but with...

Please also consider this addition: when there's no word at cursor (by your definition of "word" - e.g. in `stuff |$var` where `|` = caret) seek right (Ctrl+8) or left...

> not completed yet. But you can play with it =) ... it is more tough that i thought before Actually your current implementation has given me a better explanation...

If this would help you can check the implementation of Ctrl+Space: what I want is 100% identical to what currently happens if you have a caret positioned not at a...