summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/template-info.xml
blob: 9afd9825deb9ecbb8e827f5b2493e12216507d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<?xml version = '1.0'?>
<tdevelop version="1">
  <tdevfilecreate>
    <sidetab active="no">
    </sidetab>
    <filetypes>
      <type ext="" name="Blank File" create="template">
        <descr>A new blank file.</descr>
      </type>
      <type ext="py" name="Python" create="template" icon="source_py">
        <descr>A new empty Python source file.</descr>
      </type>
      <type ext="rb" name="Ruby" create="template" icon="template_source">
        <descr>A new empty Ruby source file.</descr>
      </type>
      <type ext="rhtml" name="RHTML Source" create="template" icon="template_source">
	      <descr>A new empty rhtml source file.</descr>
      </type>
      <type ext="html.erb" name="HTML/ERB Source" create="template" icon="template_source">
	      <descr>A new empty html.erb source file.</descr>
      </type>
      <type ext="rxml" name="RXML Builder Template" create="template" icon="template_source">
	      <descr>A new empty rxml builder template source file.</descr>
      </type>
      <type ext="xml.builder" name="XML/Builder Template" create="template" icon="template_source">
	      <descr>A new empty rxml builder template source file.</descr>
      </type>
      <type ext="rjs" name="Ruby JavaScript" create="template" icon="template_source">
	      <descr>A new empty Ruby JavaScript template source file.</descr>
      </type>
      <type ext="js.rjs" name="Ruby/JavaScript" create="template" icon="template_source">
	      <descr>A new empty Ruby JavaScript template source file.</descr>
      </type>
	  <type ext="css" name="Cascading Style Sheet" create="template" icon="template_source">
		  <descr>A new empty cascading style sheet source file.</descr>
	  </type>
	  <type ext="js" name="JavaScript" create="template" icon="template_source">
		  <descr>A new empty JavaScript source file.</descr>
	  </type>
      <type ext="ui" name="Qt Designer" create="no" icon="widget_doc">
        <descr>
        </descr>
        <subtype ref="widget" name="Qt3 Widget" icon="widget_doc">
          <descr>A new widget.</descr>
        </subtype>
        <subtype ref="dialog" name="Qt3 Dialog" icon="widget_doc">
          <descr>A new empty Dialog box.</descr>
        </subtype>
        <subtype ref="tabdialog" name="Qt3 Tab Dialog" icon="widget_doc">
          <descr>A new empty Tab Dialog box.</descr>
        </subtype>
        <subtype ref="dialogr" name="Qt3 Dialog with Buttons (right)" icon="widget_doc">
          <descr>A new Dialog box with buttons on the right.</descr>
        </subtype>
        <subtype ref="dialogb" name="Qt3 Dialog with Buttons (bottom)" icon="widget_doc">
          <descr>A new Dialog box with buttons on the bottom.</descr>
        </subtype>
        <subtype ref="confdialog" name="Qt3 Configuration Dialog" icon="widget_doc">
          <descr>A new Configuration Dialog box.</descr>
        </subtype>
        <subtype ref="wizard" name="Qt3 Wizard" icon="widget_doc">
          <descr>A new empty Wizard dialog.</descr>
        </subtype>
        <subtype ref="mainwin" name="Qt3 Main Window" icon="widget_doc">
          <descr>A new empty main window.</descr>
        </subtype>
        <subtype ref="widget-qt4" name="Qt4 Widget" icon="widget_doc">
          <descr>A new Qt4 widget.</descr>
        </subtype>
        <subtype ref="dialog-qt4" name="Qt4 Dialog" icon="widget_doc">
          <descr>A new empty Qt4 Dialog box.</descr>
        </subtype>
        <subtype ref="mainwin-qt4" name="Qt4 Main Window" icon="widget_doc">
          <descr>A new empty Qt4 main window.</descr>
        </subtype>
        <subtype ref="dialogr-qt4" name="Qt4 Dialog with Buttons (right)" icon="widget_doc">
          <descr>A new Qt4 Dialog box with buttons on the right.</descr>
        </subtype>
        <subtype ref="dialogb-qt4" name="Qt4 Dialog with Buttons (bottom)" icon="widget_doc">
          <descr>A new Qt4 Dialog box with buttons on the bottom.</descr>
        </subtype>
      </type>
      <type ext="qrc" name="Qt4 Resource" create="template" icon="template_source">
        <descr>A new Qt4 Resource file.</descr>
      </type>
      <type ext="cpp" name="C++ Source" create="template" icon="source_cpp">
        <descr>A new empty C++ file.</descr>
      </type>
      <type ext="c" name="C Source" create="template" icon="source_c">
        <descr>A new empty C file.</descr>
      </type>
      <type ext="h" name="C/C++ Header" create="template" icon="source_h">
        <descr>A new empty header file for C or C++.</descr>
      </type>
      <type ext="php" name="PHP" create="template" icon="php">
        <descr>A new empty PHP source file.</descr>
      </type>
      <type ext="java" name="Java Source" create="template" icon="source_java">
        <descr>A new empty Java source file.</descr>
      </type>
      <type ext="ads" name="Ada Spec" create="template" icon="source_ads">
        <descr>A new empty Ada spec file.</descr>
      </type>
      <type ext="adb" name="Ada Body" create="template" icon="source_adb">
        <descr>A new empty Ada body file.</descr>
      </type>
      <type ext="F" name="Fortran Source" create="template" icon="source_f">
        <descr>A new empty Fortran source file.</descr>
      </type>
      <type ext="f" name="Preprocessed Fortran" create="template" icon="source_f">
        <descr>A new empty preprocessed Fortran file.</descr>
      </type>
      <type ext="f77" name="Fortran77 Source" create="template" icon="source_f">
        <descr>A new empty Fortran77 source file.</descr>
      </type>
      <type ext="f90" name="Fortran90 Source" create="template" icon="source_f">
        <descr>A new empty Fortran90 source file.</descr>
      </type>
      <type ext="f95" name="Fortran95 Source" create="template" icon="source_f">
        <descr>A new empty Fortran95 source file.</descr>
      </type>
      <type ext="for" name="Preprocessed Fortran" create="template" icon="source_f">
        <descr>A new empty preprocessed Fortran file.</descr>
      </type>
      <type ext="ftn" name="Fortran77 Source" create="template" icon="source_f">
        <descr>A new empty Fortran77 source file.</descr>
      </type>
      <type ext="fpp" name="Fortran Source" create="template" icon="source_f">
        <descr>A new empty Fortran source file.</descr>
      </type>
      <type ext="pl" name="Perl Script" create="template" icon="template_source">
        <descr>A new Perl script.</descr>
      </type>
      <type ext="pm" name="Perl Module" create="template" icon="template_source">
        <descr>A new perl module.</descr>
      </type>
      <type ext="pp" name="Pascal Source" create="no" icon="source_p">
        <descr/>
        <subtype ref="program" name="Pascal Program" icon="source_p">
          <descr>A new pascal program.</descr>
        </subtype>
        <subtype ref="unit" name="Pascal Unit" icon="source_p">
          <descr>A new pascal unit.</descr>
        </subtype>
      </type>
      <type ext="pas" name="Pascal Source" create="no" icon="source_p">
        <descr/>
        <subtype ref="program" name="Pascal Program" icon="source_p">
          <descr>A new pascal program.</descr>
        </subtype>
        <subtype ref="unit" name="Pascal Unit" icon="source_p">
          <descr>A new pascal unit.</descr>
        </subtype>
      </type>
      <type ext="dpr" name="Delphi Project" create="template" icon="source_p">
        <descr>A new Delphi project.</descr>
      </type>
      <type ext="l" name="flex C Source" create="template" icon="source_l">
        <descr>A new empty flex C source source file.</descr>
      </type>
      <type ext="ll" name="flex C++ Source" create="template" icon="source_l">
        <descr>A new empty flex C++ source source file.</descr>
      </type>
      <type ext="y" name="bison C Source" create="template" icon="source_y">
        <descr>A new empty bison C source source file.</descr>
      </type>
      <type ext="yy" name="bison C++ Source" create="template" icon="source_y">
        <descr>A new empty bison C++ source source file.</descr>
      </type>
      <type ext="dox" name="Doxygen Documentation Page" create="template" icon="document">
        <descr>A new empty Doxygen documentation page.</descr>
      </type>
      <type ext="hs" name="Haskell Source" create="template" icon="source_hs">
        <descr>A new empty Haskell source file.</descr>
      </type>
      <type ext="ts" name="Qt Linguist Translation" create="template" icon="template_source">
        <descr>A new empty Qt Linguist translation source file.</descr>
      </type>
    </filetypes>
  </tdevfilecreate>
</tdevelop>