Length of current selection in Eclipse
Posted
by Grzegorz Oledzki
on Stack Overflow
See other posts from Stack Overflow
or by Grzegorz Oledzki
Published on 2010-05-28T11:09:42Z
Indexed on
2010/05/28
11:11 UTC
Read the original article
Hit count: 269
eclipse
Do you know any easy way to know what is the length of current selection in Eclipse? I.e. I select a line fragment and would like to know how many characters are there?
Usually I count them manually, but that's stupid. When being desperate I move to the start, check the column number, move to the end, check the column number, subtract, think a minute if I should add 1 or not... and my selection is lost.
© Stack Overflow or respective owner