[wingide-users] Vim mode bug 'cw'
Wingware Support
support at wingware.com
Mon Oct 10 09:39:06 MDT 2011
On 10/9/11 11:29 AM, Michael Hipp wrote:
> If I have a line like this:
> ("Print", "F8", self.print_screen),
>
> I place the cursor on the '8' and hit 'cw' it gobbles the '8",'. Vim
> only gobbles the '8' as expected.
>
> If the line instead looks like:
> ("Print", "F12", self.print_screen),
>
> I place the cursor on the '1' and hit 'cw' it only gobbles the '12'
> consistent with Vim and as expected.
>
> Wing 4.0.4-1 (rev 25076), Win7 x32, Vim 7.2.245.
This happens because there are differences in how Scintilla (the
underlying code editor widget) implements word identification and how vi
does it. I'll see if we can replace that with matching word move
behavior when in vi mode.
Thanks,
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list