|
From: Slava P. <sl...@je...> - 2003-08-05 21:02:53
|
Hi, Are you using folding with this file? I think I know what the problem is, look at the BUG line: On Mon, Aug 04, 2003 at 11:52:57AM -0400, Harpreet Singh wrote: > [error] JEditTextArea: BUG: > screenLine=-1,visibleLines=43,physicalLine=183,firstPhysicalLine=116,lastPhysicalLine=181 The text area thinks that line 183 should be visible, but its not, in fact line 181 is the last visible line. So somewhere its not scrolling enough. -- Slava Pestov |