EnglishРусский  

   ..

   colors.gt

   common.gt

   launch.gt

   search.gt

   settings.gt

Данный проект закрыт! Создан новый скриптовый язык с тем же именем. Всё доступно на GitHub.
Также попробуйте нашу open source кроссплатформенную программу для создания и управления скриптами.

Реклама

Инсталлятор CreateInstall
Бесплатные и коммерческие инсталляторы

source\studio\Data\settings.gt
 1 <#|settings>
 2    <general savews = 1>
 3    </general>
 4    <editor fontname = "Courier New" fontsize = 12 tabsize = 3 tabspaces = 1>
 5       <syntax>
 6          <default wrap = 0 color = i1 autoindent = 0 gutter = 0 linenum = 1 margin = 1 marginpos = 90>
 7             <list = "default,selected">
 8          </default>
 9          <gentee wrap = 1 color = i1 autoindent = 1 gutter = 0 linenum = 1 margin = 0 marginpos = 50>
10             <list = "default,selected,keyword,identifier,string,binary,comment,number,operator">
11             <wildcards>
12             *.g
13                   *.gw
14                </wildcards>
15          </gentee>
16          <cpp wrap = 0 color = i1 autoindent = 1 gutter = 1 linenum = 1 margin = 0 marginpos = 80>
17             <list = "default,selected,keyword,identifier,string,comment,number,operator">
18             <wildcards>
19             *.c
20                   *.cpp
21                   *.h
22                </wildcards>
23          </cpp>
24          <html wrap = 0 color = i0 autoindent = 0 gutter = 0 linenum = 0 margin = 0 marginpos = 80>
25             <list = "default,selected,tagname,tagattrib,string,comment,operator,macro">
26             <wildcards>
27             *.htm
28                   *.html
29                   *.xml
30                </wildcards>
31          </html>
32          <gt wrap = 1 color = i1 autoindent = 1 gutter = 1 linenum = 1 margin = 0 marginpos = 80>
33             <list = "default,selected,tagname,tagattrib,string,comment,operator,macro">
34             <wildcards>
35             *.gt
36                </wildcards>
37          </gt>
38       </syntax>
39    </editor>
40    <panels mstyle = 1 fstyle = 3>
41    </panels>
42 </settings>
Редактировать