Summary: | leave scroll position of Application window alone | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
Component: | Output Views | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Smirl
2003-11-23 21:39:49 UTC
Application output window is a simple listbox. If you select the line, listbox will show it. If you only scroll, but don't make a selection, the previously selected line (usually the first one) will be selected. Does the listbox control support the save/restore of scroll position? If not a simple fix would be as each line gets appended to the send, move the selection to the last line appended. At least that way it would stay scrolled to the current output instead of the old output. I doubt we should work around listbox scroll/focus handling. But afaik your suggested fix is already implemented (app output scrolls to the end if there are new lines and user didn't scrolled it before). Feel free to reopen if I've misunderstood you. |