File: simpletextviewer.adp

package info (click to toggle)
qt4-x11 4.2.1-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 146,128 kB
  • ctags: 123,845
  • sloc: cpp: 677,292; ansic: 263,139; sh: 22,972; xml: 12,936; python: 6,078; asm: 1,105; perl: 882; makefile: 355; sed: 3
file content (40 lines) | stat: -rw-r--r-- 1,825 bytes parent folder | download | duplicates (5)
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
<!DOCTYPE DCF>

<assistantconfig version="3.2.0">

<profile>
    <property name="name">simpletextviewer</property>
    <property name="title">Simple Text Viewer</property>
    <property name="applicationicon">images/handbook.png</property>
    <property name="startpage">index.html</property>
    <property name="aboutmenutext">About Simple Text Viewer</property>
    <property name="abouturl">about.txt</property>
    <property name="assistantdocs">.</property>
</profile>

<DCF ref="index.html" icon="images/handbook.png" title="Simple Text Viewer">
        <section ref="./findfile.html" title="Find File">
            <keyword ref="./index.html">Display</keyword>
            <keyword ref="./index.html">Rich text</keyword>
            <keyword ref="./index.html">Plain text</keyword>
            <keyword ref="./findfile.html">Find</keyword>
            <keyword ref="./findfile.html">File menu</keyword>
            <keyword ref="./filedialog.html">File name</keyword>
            <keyword ref="./filedialog.html">File dialog</keyword>
            <keyword ref="./wildcardmatching.html">File globbing</keyword>
            <keyword ref="./wildcardmatching.html">Wildcard matching</keyword>
            <keyword ref="./wildcardmatching.html">Wildcard syntax</keyword>
            <keyword ref="./browse.html">Browse</keyword>
            <keyword ref="./browse.html">Directory</keyword>
            <keyword ref="./openfile.html">Open</keyword>
            <keyword ref="./openfile.html">Select</keyword>

            <section ref="./filedialog.html" title="File Dialog" />
            <section ref="./wildcardmatching.html" title="Wildcard Matching" />
            <section ref="./browse.html" title="Browse" />
        </section>
        <section ref="./openfile.html" title="Open File" />
</DCF>

</assistantconfig>