Christopher Hermann

Results 46 comments of Christopher Hermann

> Can this share a lot of code with the folding range? Instead of a new dedicated provider API, could it be implemented through reconciler and annotations (just like Folding)...

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...

> @Christopher-Hermann: Could this be related to your change? I guess not, but not 100% sure. The test was never failing before when I introduced the sticky scrolling. In this...

Yes, the issue is already know. Good news: I'm already working on an extension point so that every language can provide specific Sticky-Scrolling calculation. Bad news: I assume it will...

Fixed with #2756 and https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/2149

@fedejeanne I saw that you introduced the fix that enables to navigate from the last to the first tab: ``` loopToFirstOrLastItem(folder, forward); traversalDirection = translateToTraversalDirection(!forward); ``` Maybe you can have...