aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/files/text/wizard.json
blob: 11e0577a2de2bb9e58755c7bd75eff65b7d623bd (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
{
    "version": 1,
    "supportedProjectTypes": [ ],
    "id": "F.EmptyText",
    "category": "U.General",
    "trDescription": "Creates an empty file.",
    "trDisplayName": "Empty File",
    "trDisplayCategory": "General",
    "iconText": "txt",
    "platformIndependent": true,
    "enabled": "%{JS: [ %{Plugins} ].indexOf('TextEditor') >= 0}",

    "pages" :
    [
        {
            "trDisplayName": "Location",
            "trShortTitle": "Location",
            "typeId": "File"
        },
        {
            "trDisplayName": "Project Management",
            "trShortTitle": "Summary",
            "typeId": "Summary"
        }
    ],
    "generators" :
    [
        {
            "typeId": "File",
            "data":
            {
                "source": "file.txt",
                "target": "%{TargetPath}",
                "openInEditor": true
            }
        }
    ]
}