eclipse-platform / eclipse.platform.ui

Eclipse Platform
https://projects.eclipse.org/projects/eclipse.platform
Eclipse Public License 2.0
81 stars 188 forks source link

[Sticky Scrolling] Umbrella issue #2152

Open Christopher-Hermann opened 3 months ago

Christopher-Hermann commented 3 months ago

This Issue documents all know issues in the sticky scrolling feature with priorties.

High

Low

To be checked

twwwt commented 1 month ago

Doesn't work so well when one uses a code format where opening braces of a block begin on a new line: workspace-os_-_polyde-cli_src_main_java_org_polyde_cli_Polyde_java_-_Eclipse_IDE.pdf For such formats the previous line should also be sticky to provide sufficient context.

What is more, the horizontal indentation doesn't seem to align perfectly when using tabs for indentation.

BeckerWdf commented 1 month ago

Doesn't work so well when one uses a code format where opening braces of a block begin on a new line: workspace-os_-polyde-cli_src_main_java_org_polyde_cli_Polyde_java-_Eclipse_IDE.pdf For such formats the previous line should also be sticky to provide sufficient context.

What is more, the horizontal indentation doesn't seem to align perfectly when using tabs for indentation.

I think this is the same issue as reported in https://github.com/eclipse-platform/eclipse.platform.ui/issues/1950.