From 425e16ad894fd23d7c5b061acffba6cd04a1b1db Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Apr 2023 20:47:44 +0900 Subject: Added code to load last open file or an example or an untitled file. Signed-off-by: Michele Calgaro --- indenters/__TODO/uigui_tidy.ini | 612 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 612 insertions(+) create mode 100755 indenters/__TODO/uigui_tidy.ini (limited to 'indenters/__TODO/uigui_tidy.ini') diff --git a/indenters/__TODO/uigui_tidy.ini b/indenters/__TODO/uigui_tidy.ini new file mode 100755 index 0000000..1341d45 --- /dev/null +++ b/indenters/__TODO/uigui_tidy.ini @@ -0,0 +1,612 @@ +[header] +categories="HTML, XHTML, XML|Diagnostics|Pretty Print|Character Encoding|Miscellaneous" +cfgFileParameterEnding=cr +configFilename=htmltidy.cfg +fileTypes=*.html|*.htm +indenterFileName=tidy +indenterName=(HTML) Tidy +inputFileName=indentinput +inputFileParameter= +manual=http://tidy.sourceforge.net/docs/tidy_man.html +outputFileName=indentoutput +outputFileParameter="-o " +parameterOrder=poi +showHelpParameter=-h +stringparaminquotes=false +useCfgFileParameter="-q -config " +version=2007-05-24 + +[Quiet] +Category=4 +Description="This option specifies if Tidy should output the summary of the numbers of errors and warnings, or the welcome or informational messages." +EditorType=boolean +Enabled=true +TrueFalse=quiet:yes|quiet:no +ValueDefault=1 + +[Uppercase tags] +Category=0 +Description=This option specifies if Tidy should output tag names in upper case. The default is no, which results in lower case tag names, except for XML input, where the original case is preserved. +EditorType=boolean +Enabled=false +TrueFalse=uppercase-tags:yes|uppercase-tags:no +ValueDefault=0 + +[accessibility-check] +CallName=accessibility-check: +Category=1 +Description="This option specifies what level of accessibility checking, if any, that Tidy should do. Level 0 is equivalent to Tidy Classic's accessibility checking. For more information on Tidy's accessibility checking, visit the Adaptive Technology Resource Centre at the University of Toronto." +EditorType=numeric +Enabled=true +MaxVal=3 +MinVal=0 +ValueDefault=0 + +[add-xml-decl] +Category=0 +Description="This option specifies if Tidy should add the XML declaration when outputting XML or XHTML. Note that if the input already includes an declaration then this option will be ignored. If the encoding for the output is different from 'ascii', one of the utf encodings or 'raw', the declaration is always added as required by the XML standard." +EditorType=boolean +Enabled=false +TrueFalse=add-xml-decl:yes|add-xml-decl:no +ValueDefault=0 + +[add-xml-space] +Category=0 +Description="This option specifies if Tidy should add xml:space='preserve' to elements such as
,