Bug 3353

Summary: API - Should provide api for formatting source (1GJIWCF)
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M5   
Hardware: All   
OS: Windows 2000   
Whiteboard:

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