Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-text-dev] Formatter Deprecations


Hi Kai,

I'm reworking my SQL text editor formatter to use ContextBasedFormattingStrategy.  Should the following format method be depricated;  I assumed that the method was valid, however it was never called.  

 /**
   * @see org.eclipse.jface.text.formatter.IFormattingStrategy#format(String,
   *      boolean, String, int[])
   */
  public String format(String content, boolean isLineStart,
      String indentation, int[] positions)



Thanks,
Scott Fairbrother
Eclipse/WebSphere Studio Jumpstart Team
607 Pinewood Dr
Apex , NC 27502

Voice : 919-367-9345  TL:  223-7851

The Java Developer's Guide to Eclipse - http://www.aw.com/catalog/academic/product/1,4096,0321159640,00.html?type=PRE
WebSphere Studio - http://www.ibm.com/software/ad/adstudio
Ready for WebSphere Studio partner program - http://www.developer.ibm.com/websphere/ready.html

Back to the top