NO

Author Topic: Window shifts to right of source whenever I scroll up or down  (Read 2211 times)

tpekar

  • Guest
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! :(

Offline DMac

  • Member
  • *
  • Posts: 272
Re: Window shifts to right of source whenever I scroll up or down
« Reply #1 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.
No one cares how much you know,
until they know how much you care.

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: Window shifts to right of source whenever I scroll up or down
« Reply #2 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.
---
Stefan

Proud member of the UltraDefrag Development Team