Bug 33000 - Code Formatter: Line Splitting for import-statement
Summary: Code Formatter: Line Splitting for import-statement
Status: RESOLVED DUPLICATE of bug 7224
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-25 11:21 EST by Christof Marti CLA
Modified: 2003-02-25 14:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christof Marti CLA 2003-02-25 11:21:59 EST
Maximum Line Width is 80. E.g., in the JavaEditor the code formating yields
results like:

import org
	.eclipse
	.jdt
	.internal
	.ui
	.javaeditor
	.selectionactions
	.GoToNextPreviousMemberAction;

which looks a bit strange.
Comment 1 Olivier Thomann CLA 2003-02-25 14:43:30 EST
Duplicate of bug 7224. This will be fixed in 2.2.

*** This bug has been marked as a duplicate of 7224 ***