com.aptana.ide.editor.js.formatting
Class HTMLCodeFormatterOptions

java.lang.Object
  extended by com.aptana.ide.editor.js.formatting.HTMLCodeFormatterOptions

public class HTMLCodeFormatterOptions
extends java.lang.Object

Author:
Pavel Petrochenko

Field Summary
 boolean doFormatting
           
 java.lang.String formatterTabChar
          formatterTabChar
 int tabSize
          tabSize
 
Constructor Summary
HTMLCodeFormatterOptions()
           
HTMLCodeFormatterOptions(java.util.Map map, org.eclipse.core.resources.IProject project)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatterTabChar

public java.lang.String formatterTabChar
formatterTabChar


tabSize

public int tabSize
tabSize


doFormatting

public boolean doFormatting
Constructor Detail

HTMLCodeFormatterOptions

public HTMLCodeFormatterOptions()

HTMLCodeFormatterOptions

public HTMLCodeFormatterOptions(java.util.Map map,
                                org.eclipse.core.resources.IProject project)
Parameters:
map -
project -