Bastl
Bastl

Reputation: 1471

mark long lines in eclipse

In some editors, overlong lines are marked. e.g. by a vertical bar after column 80, or by shading everything after column 80.

Can I do this in eclipse?

Upvotes: 16

Views: 3822

Answers (2)

sdfor
sdfor

Reputation: 6458

eclipse: Window > Preferences > General > Editors > Text Editors: show print margin [checkbox] And: print margin column [...]

Upvotes: 27

Goibniu
Goibniu

Reputation: 2231

You could use the checkstyle plugin Download site here

Upvotes: 0

Related Questions