Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » 80 Characters guilde line
80 Characters guilde line [message #302476] Fri, 21 April 2006 09:24 Go to next message
Eclipse UserFriend
Originally posted by: phunni.gmail.com

Is anyone aware of a plugin or a setting that can add a guideline at 80
characters?

I'd like to keep my code lines at less that 80 characters and this wuold
be realyl useful...
Re: 80 Characters guilde line [message #302477 is a reply to message #302476] Fri, 21 April 2006 09:50 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.bettsockentraeger.de

This is a default in Eclipse.
Just use the printmargin column. Go to preferences ->
General->Editors-TextEditors

Activate "Show print margin" and enter the desired number of characters
in "Print margin column".
When you format your code the formatter will try to break each line
before the print margin column. Do note that lines that cannot be broken
up will spread over the print margin.

Regards
Stefan

Paul Hunnisett wrote:
> Is anyone aware of a plugin or a setting that can add a guideline at 80
> characters?
>
> I'd like to keep my code lines at less that 80 characters and this wuold
> be realyl useful...
>
Previous Topic:Create Working Set from Project References
Next Topic:[Intro part]Making an intro part for my RCP application...
Goto Forum:
  


Current Time: Thu Mar 28 22:22:19 GMT 2024

Powered by FUDForum. Page generated in 0.02331 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top