Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] vertical ruler problem

Stefaan,

From the Eclipse FAQ: Unless you are actively contributing to an Eclipse project, have a vested interest in the topic, or have special expertise to contribute, you should simply /read/ the archive for the mailing list and /ask questions/ on the corresponding newsgroups.

Having said, that, there is currently no way to dynmically change the width of the annotation ruler column from the outside. In an editor you control, you could override AbstractDecoratedTextEditor#createAnnotationRulerColumn and provide your own implementation that allows resizing.

Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=25793 which is currently being worked on and provides an extension point for ruler columns.

HTH, tom

There is currenlty no way to do this

Stefaan Vleeschouwer wrote:
hi all,

I'm looking for a way to change the width of the vertical ruler on the
left where the annotations are displayed. I need to change this at
runtime.
a bit like how the colum in which the linenumbers are displayed
expands if your projects exeeds 99 lines to accomodate line 100 if you
get what I mean :-)
I need this to accomodate largers icons for specific annotations

does anyone have an idea how I can do this?

cheers,
Stefaan
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top