How to configure Eclipse to display cursor coordinates?

I can't figure out how to get Eclipse to show the coordinates of the cursor. I can get Eclipse to show line numbers next to each line, but that is not what I want.

Thanks,

ilyia

+7
source share
2 answers

This seems to be a “bug” that probably won't be fixed. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=391731

+2
source

At least in Java and XML editors, Eclipse 3.6 shows the row and column of the cursor on the window toolbar without the need to configure anything.

0
source

All Articles