view indenters/uigui_hindent.ini @ 451:b8b84231a6d1

[add] Feature Request ID 1867562 : Added support for the HTML indenter hindent. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@686 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sat, 24 May 2008 11:15:49 +0000
parents
children 1d5cee30433f
line wrap: on
line source

[%20header]
categories=Basic Options
cfgFileParameterEnding=cr
configFilename=
fileTypes=*.htm|*.html
indenterFileName=hindent
indenterName=hindent
inputFileName=indentinput
inputFileParameter=
manual=http://linux.com.hk/penguin/man/1/hindent.html
outputFileName=
outputFileParameter=stdout
parameterOrder=pio
showHelpParameter=-v
stringparaminquotes=false
useCfgFileParameter=
version=1.1.2-7

[Case]
Category=0
Description="<html>Forces all tags to lowercase.  By default, hindent forces all tags to uppercase.</html>"
EditorType=boolean
TrueFalse=-c|
Value=0
ValueDefault=0


[Flow]
Category=0
Description="<html>Prints just tags without any data between the tags. Damages the HTML in a big way, so save a copy of your original HTML. This option helps you follow the HTML code flow visually.</html>"
EditorType=boolean
TrueFalse=-f|
Value=0
ValueDefault=0

[Indent level]
CallName="-i "
Category=0
Description="<html>Set indentation to this many character spaces per code nesting level. If set to 0, no indentation is done (all output is left-justified).</html>"
EditorType=numeric
Enabled=false
MaxVal=9999
MinVal=0
Value=4
ValueDefault=4

[List tags]
Category=0
Description="<html>Causes hindent to print a complete list of tags that it recognizes to stdout, and exits.</html>"
EditorType=boolean
TrueFalse=-l|
Value=0
ValueDefault=0

[Strict]
Category=0
Description="<html>Multiple tags per line are broken out onto separate lines. Can damage the HTML in minor ways by drawing an extra space character in certain parts of the web page, so save a copy of your original HTML. This option helps you follow the HTML code flow visually, especially with computer-generated HTML that comes out all on one line.</html>"
EditorType=boolean
TrueFalse=-s|
Value=0
ValueDefault=0

[Tab stop]
CallName="-t "
Category=0
Description="<html>Set the number of spaces that a tab character occupies on your system.  Defaults to 8, but some people prefer expanding tabs to 4 spaces instead.  If set to 0, no tabs are output (spaces used to indent lines).</html>"
EditorType=numeric
Enabled=false
MaxVal=9999
MinVal=0
Value=4
ValueDefault=8