Armel Asselin: > > Should "ShowAll" set linesInDisplay == linesInDoc when wrapping is > > disabled? > > Or is there a way to invalidate the linesInDisplay count? > after thinking about that a bit, yes it should : if there is no line array, > there should be identity between these two quantities and ShowAll does not > do that. I did the fix here and it works as expected.
OK, you just added a bool wrapping parameter to ShowAll and set linesInDisplay = linesInDoc if false? Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
