Eclipse text editors has this nice vertical rulers at both sides where bookmarks and annotations are shown with little dots, so that you navigate real quick to the line. I've got to do something similar, but not with the text editor, - with some large list or a table. How would you go about it? Is there anything in eclipse RCP I can re-use? Or just take Canvas and start drawing stuff with SWT wizardry? I really don't want to reinvent the wheel, having a model would be real great. There must be something which already exists..
Can anyone give me a direction where to dig?