Open
Description
Currently, the Eclipse build console automatically scrolls to the bottom when new output is generated. While this is useful in many cases, it becomes problematic when:
- A user wants to review previous logs while the build is still running.
- The console keeps scrolling down, making it difficult to inspect errors or warnings in real-time.
An auto-scroll lock (similar to what many terminal applications offer) would allow users to pause automatic scrolling and manually control the viewport.
Suggestion
Auto-scroll lock should work like the one that is implemented in Run/Debug console: when user scrolls up, it automatically locks the output scroll.