Bug 3353 - API - Should provide api for formatting source (1GJIWCF)
Summary: API - Should provide api for formatting source (1GJIWCF)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:53 EDT by Philipe Mulet CLA
Modified: 2002-03-27 05:32 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 Philipe Mulet CLA 2001-10-10 22:53:43 EDT
Formatter is currently being used in an illegal way (*internal*).
NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 17:11:38 EST
PRODUCT VERSION:
SDK 135

Comment 2 Philipe Mulet CLA 2002-03-26 18:03:28 EST
This is being resolved by the addition of an API on 
org.eclipse.jdt.core.ToolFactory, allowing to create an internal code formatter 
or to use the extension point also added for clients to register their own 
formatter implementation (see ICodeFormatter and ToolFactory).
Comment 3 Philipe Mulet CLA 2002-03-27 05:32:25 EST
Fixed