simonsteele / pn

Programmer's Notepad
374 stars 115 forks source link

pasting long lines will not update the vertical scrollbar #82

Closed simonsteele closed 9 years ago

simonsteele commented 9 years ago

Original issue 53 created by simonsteele on 2008-04-29T09:14:09.000Z:

What steps will reproduce the problem?

  1. open Word
  2. type =rand(1,100) and press enter to get a really long single line
  3. CTRL + A to select the line
  4. open PNotepad
  5. paste the line and watch the vertical scrollbar. it doesn't change, but it should, because we have a long line, longer than the current open window
  6. go to the long line and press END. now, the cursor is moving to the end of the line and the vertical scrollbar get's updated

What version of the product are you using? On what operating system? 2.0.9.771-devel, Windows XP Professional

simonsteele commented 9 years ago

Comment #1 originally posted by simonsteele on 2010-03-13T07:01:27.000Z:

I believe this is now resolved as we have changed the scroll length calculations to use Scintilla's improved idle handling.