Skip to content

Commit

Permalink
Provide sticky scrolling in source editors eclipse-platform#1719
Browse files Browse the repository at this point in the history
With this change, sticky scrolling is introduced into Eclipse text editors. Sticky scrolling will keep certain source code lines visible and in a fixed position on the screen as the user scrolls down the page. This technique improves user experience by keeping information within reach at all times.

The feature can be enabled via the TextEditor settings.

Provides feature for eclipse-platform#1719 and eclipse-jdt/eclipse.jdt.ui#1364
  • Loading branch information
Christopher-Hermann committed May 28, 2024
1 parent f873dd1 commit e0d22ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,6 @@ public void dispose() {
//TODO: proper ruler handling:
//TODO handle ruler without line line number,
//TODO: ruler line number positioning,

//TODO text foreground styling on generic text editor and text editor
}

0 comments on commit e0d22ca

Please sign in to comment.