Any plans to implement a sublime text like code map (the zoomed out view of the source code that acts as a scroll bar)? Any pointers on how to do this?
Thanks,
Dan
Any plans to implement a sublime text like code map (the zoomed out view of the source code that acts as a scroll bar)? Any pointers on how to do this?
Thanks,
Dan
We don't have plans for that in the WinForms SyntaxEditor. You could possibly override renderer methods that draw the scrollbars to do custom rendering for the scrollbars. To get a general idea of the code appearance, you could iterate the document tokens when drawing the scrollbar. My only concern would be that for larger documents, this could be a performance drag.
Please log in to a validated account to post comments.