summaryrefslogtreecommitdiffstats
path: root/indenters/uigui_psti.ini
diff options
context:
space:
mode:
Diffstat (limited to 'indenters/uigui_psti.ini')
-rwxr-xr-xindenters/uigui_psti.ini196
1 files changed, 196 insertions, 0 deletions
diff --git a/indenters/uigui_psti.ini b/indenters/uigui_psti.ini
new file mode 100755
index 0000000..9a1acb7
--- /dev/null
+++ b/indenters/uigui_psti.ini
@@ -0,0 +1,196 @@
+[header]
+categories=General options|Spaces|Indentation|Alignments
+cfgFileParameterEnding=cr
+configFilename=psti.cfg
+fileTypes=*.sql
+indenterFileName=psti.exe
+indenterName=Pl/Sql tidy (Pl/Sql)
+inputFileName=indentinput
+inputFileParameter="-i "
+manual=http://psti.equinoxbase.com/manual.html
+outputFileName=indentoutput
+outputFileParameter="-o "
+stringparaminquotes=false
+parameterOrder=iop
+showHelpParameter=-h
+stringparaminquotes=false
+useCfgFileParameter="-ls "
+version=1.2
+
+[Disable all switches]
+Category=0
+Description="<html>Sets all switches to off.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-0|
+ValueDefault=0
+
+[Uppercase Keywords]
+Category=0
+Description="<html>Uppercase Keywords.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-uk+|-uk-
+ValueDefault=0
+
+[Capitalized Keywords]
+Category=0
+Description="<html>Capitalized Keywords.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-ck+|-ck-
+ValueDefault=0
+
+[Lowercase Keywords]
+Category=0
+Description="<html>Lowercase Keywords.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-lk+|-lk-
+ValueDefault=0
+
+[Uppercase Identifiers]
+Category=0
+Description="<html>Uppercase Identifiers.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-ui+|-ui-
+ValueDefault=0
+
+[Lowercase Identifiers]
+Category=0
+Description="<html>Lowercase Identifiers.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-li+|-li-
+ValueDefault=0
+
+[Capitalized Identifiers]
+Category=0
+Description="<html>Capitalized Identifiers.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-ci+|-ci-
+ValueDefault=0
+
+[Compactify]
+Category=1
+Description="<html>Compactify, remove redundant spaces/keep.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-c+|-c-
+ValueDefault=0
+
+[Remove Operation Spaces]
+Category=1
+Description="<html>Remove spaces around operations (+,- etcdo nothing/).</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-co+|-co-
+ValueDefault=0
+
+[Add Operation Spaces]
+Category=1
+Description="<html>Add space around operations/do nothing.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-sao+|-sao-
+ValueDefault=0
+
+[Remove Space Open Bracket]
+Category=1
+Description="<html>Remove spaces after opening brackets/keep.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-rsaob+|-rsaob-
+ValueDefault=0
+
+[Don't Remove Bracket Space]
+Category=1
+Description="<html>Don't remove spaces around brackets/do nothing.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-ncb+|-ncb-
+ValueDefault=0
+
+[Indent Size]
+Category=2
+Description="<html>Indent size in spaces or in tabs (generally).</html>"
+Enabled=true
+EditorType=numeric
+CallName="-is "
+MinVal=0
+MaxVal=1024
+ValueDefault=4
+
+[Indent Lines]
+Category=2
+Description="<html>Whether to indent strings lines.</html>"
+Enabled=true
+EditorType=boolean
+TrueFalse=-in+|-in-
+ValueDefault=1
+
+[Keep relative indentation]
+Category=2
+Description="<html>Keep the relative identation of an allowed sql/do nothing.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-rs+|-rs-
+ValueDefault=0
+
+[Indent after exception]
+Category=2
+Description="<html>Extra indentation after exception when yes/no.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-iaew+|-iaew-
+ValueDefault=0
+
+[Indent after case]
+Category=2
+Description="<html>Extra indentation after case when yes/no.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-iacw+|-iacw-
+ValueDefault=0
+
+[Indent after cursor]
+Category=2
+Description="<html>Extra indentation after cursor yes/no.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-iac+|-iac-
+ValueDefault=0
+
+[Indent comments]
+Category=2
+Description="<html>Indent standalone comments.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-isc+|-isc-
+ValueDefault=0
+
+[Indent comments special]
+Category=2
+Description="<html>Indent standalone comments in some special cases too.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-isc2+|-isc2-
+ValueDefault=0
+
+[Indent inside comments]
+Category=2
+Description="<html>Indent inside comments/do nothing.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-iic+|-iic-
+ValueDefault=0
+
+[Column alignment]
+Category=3
+Description="<html>Column like lists inside brackets.</html>"
+Enabled=false
+EditorType=boolean
+TrueFalse=-clb+|-clb-
+ValueDefault=0