[wingide-users] Horizontal cursor positioning
Wingware Support
support at wingware.com
Fri Dec 30 14:26:46 MST 2011
On 12/28/11 8:58 AM, Campbell McKellar-Basset wrote:
> With the following text (||=cursor)
>
> widget = StringWidget(
> label = ||_("Serial No"),
> )
>
> if I press enter, I end up with this:
>
> widget = StringWidget(
> label =
> ||_("Serial No"),
> )
>
> Pressing the up arrow then, returns my cursor to the beginning of the
> previous line, instead of using the same horizontal position (which is
> universal finger memory, not?).
>
> Can I fix this with a setting somewhere (auto-editing is as much
> turned off as I can get it)?
This does seem odd. I don't think there's a setting that affects this
other than maybe turning off the Editor > Indentation > Auto-Indent
preference. I'll look into fixing it so the auto-indent here does
positioning correctly when going up or down.
Thanks for pointing this out.
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list