~ubuntu-branches/debian/jessie/universalindentgui/jessie

« back to all changes in this revision

Viewing changes to indenters/uigui_jsppp.ini

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-04-29 10:50:58 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090429105058-7xj26rwxxnir1tr7
Tags: 1.0.2-1
* New upstream release:
  - The default editor font type is now Monospace instead of Courier.
    (Closes: #483873)
* Add 01_disable_check_for_update.diff patch:
  Automatic check for update is disabled by default. (Closes: #514999)
* Bump debian/compat to 7.
* Update debian/control:
  - Set Thomas Schweitzer as maintainer and myself as uploader.
    (Closes: #483068)
  - Bump debhelper build-dependency to 7.
  - Bump Standards-Version to 3.8.1. No changes needed.
  - Update recommended beautifier list.
  - Update description to list all supported beautifiers.
* Update debian/copyright:
  - Add PerlTidy.pm and JsDecoder.js missing copyrights.
* Cleanup debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[header]
 
2
categories=General options
 
3
cfgFileParameterEnding=" "
 
4
configFilename=
 
5
fileTypes=*.jsp|*.html|*.xml
 
6
indenterFileName=jsppp
 
7
indenterName=JSPPP (JSP)
 
8
inputFileName=indentinput
 
9
inputFileParameter=
 
10
manual=http://jsppp.sourceforge.net/
 
11
outputFileName=indentinput
 
12
outputFileParameter=none
 
13
stringparaminquotes=false
 
14
parameterOrder=pio
 
15
showHelpParameter=-h
 
16
stringparaminquotes=false
 
17
useCfgFileParameter=
 
18
version=0.5.2a
 
19
 
 
20
[Spaces]
 
21
Category=0
 
22
Description="<html>If spaces is true, spaces, not tabs, will be used to indent the lines.</html>"
 
23
EditorType=boolean
 
24
TrueFalse=|--tabs
 
25
ValueDefault=1
 
26
 
 
27
[Number of spaces]
 
28
Category=0
 
29
Description="<html>If spaces are used for indenting, NUMSPACES is the number of spaces to use per indent level.</html>"
 
30
Enabled=true
 
31
EditorType=numeric
 
32
CallName="--spaces="
 
33
MinVal=0
 
34
MaxVal=999
 
35
ValueDefault=2
 
36
 
 
37
[Line length]
 
38
Category=0
 
39
Description="<html>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.</html>"
 
40
Enabled=false
 
41
EditorType=numeric
 
42
CallName="--length="
 
43
MinVal=1
 
44
MaxVal=9999
 
45
ValueDefault=120
 
46
 
 
47
[Tabsize]
 
48
Category=0
 
49
Description="<html>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.</html>"
 
50
Enabled=false
 
51
EditorType=numeric
 
52
CallName="--tab-size="
 
53
MinVal=0
 
54
MaxVal=999
 
55
ValueDefault=8
 
56
 
 
57
[Punctuation]
 
58
Category=0
 
59
Description="<html>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=".</html>"
 
60
Enabled=false
 
61
CallName=PUNCTUATION=
 
62
EditorType=string
 
63
ValueDefault=",.!?"
 
64
 
 
65
[Loose or tight spacing]
 
66
Category=0
 
67
Description="<html>Use loose or tight spacing.</html>"
 
68
Enabled=true
 
69
EditorType=multiple
 
70
Choices="--loose-spacing|--tight-spacing"
 
71
ChoicesReadable="Loose spacing|Tight spacing"
 
72
ValueDefault=0
 
73
 
 
74
[Backup file]
 
75
Category=0
 
76
Description="<html>Leave a backup file, which will be overwritten on a second run, or leave no backup file at all.</html>"
 
77
Enabled=true
 
78
EditorType=multiple
 
79
Choices="--engage-safety|--disengage-safety"
 
80
ChoicesReadable="Leave backup file|Leave NO backup file"
 
81
ValueDefault=1