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/uigui_jsppp.ini | 81 ----------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100755 indenters/uigui_jsppp.ini (limited to 'indenters/uigui_jsppp.ini') diff --git a/indenters/uigui_jsppp.ini b/indenters/uigui_jsppp.ini deleted file mode 100755 index 53c886c..0000000 --- a/indenters/uigui_jsppp.ini +++ /dev/null @@ -1,81 +0,0 @@ -[header] -categories=General options -cfgFileParameterEnding=" " -configFilename= -fileTypes=*.jsp|*.html|*.xml -indenterFileName=jsppp -indenterName=JSPPP (JSP) -inputFileName=indentinput -inputFileParameter= -manual=http://jsppp.sourceforge.net/ -outputFileName=indentinput -outputFileParameter=none -stringparaminquotes=false -parameterOrder=pio -showHelpParameter=-h -stringparaminquotes=false -useCfgFileParameter= -version=0.5.2a - -[Spaces] -Category=0 -Description="If spaces is true, spaces, not tabs, will be used to indent the lines." -EditorType=boolean -TrueFalse=|--tabs -ValueDefault=1 - -[Number of spaces] -Category=0 -Description="If spaces are used for indenting, NUMSPACES is the number of spaces to use per indent level." -Enabled=true -EditorType=numeric -CallName="--spaces=" -MinVal=0 -MaxVal=999 -ValueDefault=2 - -[Line length] -Category=0 -Description="The length, in bytes (JSPPP does not yet support Unicode input, no one has asked for it yet) of the soft line length limit. JavaScript, long element names, attributes, etc., that cannot be broken up will end up over the limit if they have already been indented too far." -Enabled=false -EditorType=numeric -CallName="--length=" -MinVal=1 -MaxVal=9999 -ValueDefault=120 - -[Tabsize] -Category=0 -Description="The default number of spaces per tab is 8. This number is used to determine how much of the line has been used by a tab." -Enabled=false -EditorType=numeric -CallName="--tab-size=" -MinVal=0 -MaxVal=999 -ValueDefault=8 - -[Punctuation] -Category=0 -Description="PUNCTUATION is a list of characters which should be handled specially after an anchor tag. If there is whitespace after a link tag but before one of these characters then the whitespace is removed. To have no special characters, use the line "PUNCTUATION="." -Enabled=false -CallName=PUNCTUATION= -EditorType=string -ValueDefault=",.!?" - -[Loose or tight spacing] -Category=0 -Description="Use loose or tight spacing." -Enabled=true -EditorType=multiple -Choices="--loose-spacing|--tight-spacing" -ChoicesReadable="Loose spacing|Tight spacing" -ValueDefault=0 - -[Backup file] -Category=0 -Description="Leave a backup file, which will be overwritten on a second run, or leave no backup file at all." -Enabled=true -EditorType=multiple -Choices="--engage-safety|--disengage-safety" -ChoicesReadable="Leave backup file|Leave NO backup file" -ValueDefault=1 -- cgit v1.2.1