Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 71412 - [format] Indention policy needs indent 1 if indent on column passes maximum line width
Summary: [format] Indention policy needs indent 1 if indent on column passes maximum l...
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-04 15:35 EDT by Matt Ray CLA
Modified: 2009-08-30 02:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Ray CLA 2004-08-04 15:35:27 EDT
Eclipse still goes past the maximum line width with column wrapping.  So code like

public void Abcdefghijklmnopqrstuvwxyz( int abcdef, int ghijk, int lmnop, int
qrstuv)

becomes 

public void Abcdefghijklmnopqrstuvwxyz( int abcdef, 
                                        int ghijk, 
                                        int lmnop, 
                                        int qrstuv)

even if it still goes past the maximum line width.

Switching to indent 1 to avoid the maximum line width would be preferrable.

like:

public void Abcdefghijklmnopqrstuvwxyz( 
  int abcdef, int ghijk, int lmnop, int qrstuv)

Thanks.
Comment 1 Philipe Mulet CLA 2005-04-07 09:44:19 EDT
Deferring post 3.1
Comment 2 Denis Roy CLA 2009-08-30 02:20:40 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.