Pelles C forum

Pelles C => General discussions => Topic started by: tpekar on April 18, 2014, 03:54:35 PM

Title: Window shifts to right of source whenever I scroll up or down
Post by: tpekar on April 18, 2014, 03:54:35 PM
For some reason every time I try to move up or down on the IDE window it shifts the window to the right of my source statements and I have to use the scroll bar at the bottom to shift it left to where my source statements are.  I have never encountered this before and wonder why it is doing this.  Can anyone enlighten?  Thanks in advance! :(
Title: Re: Window shifts to right of source whenever I scroll up or down
Post by: DMac on April 18, 2014, 06:11:49 PM
If the cursor is near the end of a statement and you arrow down.  The cursor will jump down one line and move to the end of the next statement.  This is a design feature that has been a part of the IDE as long as I have used it.  If I want to scan through lines of code while arrowing down I make sure to move the cursor to the beginning of a statement and then arrow down.
Title: Re: Window shifts to right of source whenever I scroll up or down
Post by: Stefan Pendl on April 18, 2014, 08:31:08 PM
... I have to use the scroll bar at the bottom to shift it left to where my source statements are.

You can use the HOME or POS1 key to move the cursor to the beginning of the line.