nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Sun, 17 Nov 2019 17:51:13 +0100
branchv_0
changeset 26 32824e833b89
parent 11 663e3c9fe7ef
permissions -rw-r--r--
compute proper width of strings (characters might be wider than 1 column on display) Before: $ echo hello 🐭 | relpipe-in-csv wide string | relpipe-out-tabular wide: ╭─────────────────╮ │ string (string) │ ├─────────────────┤ │ hello 🐭 │ ╰─────────────────╯ Record count: 1 After: $ echo hello 🐭 | relpipe-in-csv wide string | relpipe-out-tabular wide: ╭─────────────────╮ │ string (string) │ ├─────────────────┤ │ hello 🐭 │ ╰─────────────────╯ Record count: 1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     3
    <type>org.netbeans.modules.cnd.makeproject</type>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     4
    <configuration>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     5
        <data xmlns="http://www.netbeans.org/ns/make-project/1">
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     6
            <name>relpipe-out-tabular.cpp</name>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
     7
            <c-extensions/>
3
9a4062b12fc9 DemoHandler (not an actual tabular handler)
František Kučera <franta-hg@frantovo.cz>
parents: 0
diff changeset
     8
            <cpp-extensions>cpp</cpp-extensions>
5
911ec74cce33 tabular handler, based on the prototype code
František Kučera <franta-hg@frantovo.cz>
parents: 3
diff changeset
     9
            <header-extensions>h</header-extensions>
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    10
            <sourceEncoding>UTF-8</sourceEncoding>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    11
            <make-dep-projects/>
11
František Kučera <franta-hg@frantovo.cz>
parents: 5
diff changeset
    12
            <sourceRootList>
František Kučera <franta-hg@frantovo.cz>
parents: 5
diff changeset
    13
                <sourceRootElem>.</sourceRootElem>
František Kučera <franta-hg@frantovo.cz>
parents: 5
diff changeset
    14
            </sourceRootList>
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    15
            <confList>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    16
                <confElem>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    17
                    <name>Debug</name>
11
František Kučera <franta-hg@frantovo.cz>
parents: 5
diff changeset
    18
                    <type>0</type>
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    19
                </confElem>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    20
                <confElem>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    21
                    <name>Release</name>
11
František Kučera <franta-hg@frantovo.cz>
parents: 5
diff changeset
    22
                    <type>0</type>
0
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    23
                </confElem>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    24
            </confList>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    25
            <formatting>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    26
                <project-formatting-style>false</project-formatting-style>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    27
            </formatting>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    28
        </data>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    29
    </configuration>
f3c48d58d591 empty project
František Kučera <franta-hg@frantovo.cz>
parents:
diff changeset
    30
</project>