Hi Herbert,
Taking a look at this problem - I find the wxWindow description of
wxWindow::LineUp
wxWindow::LineDown
is:
"This is just a wrapper for ScrollLines()"
There is nothing specific to Wx::StyledTextCtrl that I can see to
override this - so calling ->LineUp is the same as ->ScrollLines(-1).
So as far as I can see, it works as described in the docs?
Let me know if I have misread something.
Best Regards
Mark
On 08/02/2012 02:35, herbert breunung wrote:
hai devs (mark :))
great work,
but i found 2 small issues in Wx::STC
->LineUp and ->LineDown actually foreward to ->LineScrollUp and ...
the scroll functions work fine and do the same as the other that suppose to
just move the caret.
blessings
herbert