Minor IDE annoyance (horizontal scrolling)

Kevin

Well-Known Member
Licensed User
Longtime User
I can't recall if this always happened or not:

When editing a particularly long line enough to require that the scrolling code area be widened, it doesn't automatically re-adjust itself. In other words, if you add a bunch of text to the line you cannot scroll far enough to the right to see the entire line. Also, it doesn't automatically scroll horizontally so you end up typing blind.

The way I have found to fix it is to slightly adjust the overall width of the entire IDE window which resets the scroll bar.
 

barx

Well-Known Member
Licensed User
Longtime User
I too have noticed this, again not sure if it has always done it.
 

Kevin

Well-Known Member
Licensed User
Longtime User
If I recall correctly, this was supposed to have been fixed in a recent update but the problem is still there.

To duplicate:

1) Find a long line of code.
2) Slide the horizontal scroll bar all the way to the right.
3) Start typing near the end of the code line but not at the end (such as in the middle of a sentence in a message box function).
4) When the new text you are typing extends past the right edge of the code pane it does not scroll with it so you end up typing blindly.
 

Kevin

Well-Known Member
Licensed User
Longtime User
Ah, okay. I do remember reading about that now.

No big deal anyway (on the current issue), though hopefully it is an easy fix.
 
Top