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

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

public class HTMLCodeFormatterOptions
extends java.lang.Object

Author:
Pavel Petrochenko

Field Summary
 java.util.HashSet allwaysWrap
          allwayswrapTags
 boolean doFormatting
          do formatting
 java.lang.String formatterTabChar
          formatterTabChar
 java.util.HashSet notWrappingTags
          notWrappingTags
 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


notWrappingTags

public final java.util.HashSet notWrappingTags
notWrappingTags


allwaysWrap

public final java.util.HashSet allwaysWrap
allwayswrapTags


doFormatting

public boolean doFormatting
do formatting

Constructor Detail

HTMLCodeFormatterOptions

public HTMLCodeFormatterOptions()

HTMLCodeFormatterOptions

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