-
Notifications
You must be signed in to change notification settings - Fork 210
[StickyScrolling] Introduce enhancement point #2756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[StickyScrolling] Introduce enhancement point #2756
Conversation
Can this share a lot of code with the folding range? |
907344a
to
536aa91
Compare
I guess it would be possible to use folding annotations by default (if present, otherwise use indentation as done currently) and still allow overriding the sticky scrolling functionality? |
@mickaelistria: We would like to finish this early when master opens up again. |
b5eec35
to
e5662e3
Compare
No updates or comments for a long time. So we will merge this change if there are no concerns in the next days/weeks as there is now also a JDT implementation: eclipse-jdt/eclipse.jdt.ui#1851 Need to check if a isEnabled() method needs to be added |
a35a6d8
to
d293f16
Compare
In order to implement editor/language specific sticky lines provider, a new extension point is introduced.
d293f16
to
2cb7045
Compare
testCreateAndRunWorkbench (RcpTestSuite PlatformUITest) is unrelated and documented in #1517 Regarding: testCancellingWhenRunning (org.eclipse.jface.text.tests.reconciler.FastAbstractReconcilerTest) |
I guess not, but not 100% sure. I will try to start the build again... |
2cb7045
to
6bf6639
Compare
bfeb6c6
into
eclipse-platform:master
In order to implement editor/language specific sticky lines provider, a new extension point is introduced.
See issues:
The idea is that the package of the extension point is internal in the first place.
If both implementation works as expected, the API is most probably stable and we can change to package of the extension point to public usage.