blob: 7fe953acbbfa39336db89623501dad415ae0cbbb (
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
|
<?xml version="1.0" encoding="utf-8"?>
<scinotes title="Scinotes">
<body>
<scinotes-preferences restart-reopen="true" add-line-termination="true" number-of-recently-open="5" encoding="utf-8" eol="" scinotes="true" cmd="" macro="" external-cmd="true" complete-at-eol="false"/>
</body>
<display title="_(Display)">
<body>
<scinotes-display highlight-current-line="false" current-line-color="#FACADE" show-line-numbers="true" wrap-lines="true" keywords-colorization="true" highlight-brackets="true" brackets-color="#E40087" brackets-highlightment="Framed" brackets-onmouseover="true" highlight-keywords="true" keywords-color="#FFF3D2" keywords-highlightment="Filled" keywords-onmouseover="true" whereami="true" tab-size="4" tab-representation="chevrons" use-spaces="true" indent-size="4" automatic-indent="true" auto-complete-openers="true" auto-complete-keywords="true" background-color="#FFFFFF" caret-color="#000000"/>
</body>
</display>
<header title="_(Header)">
<body>
<scinotes-header enable="false"><![CDATA[// Copyright (C) {$current-year} - Corporation - Author
//
// About your license if you have any
//
// Date of creation: {$current-date}
//
]]></scinotes-header>
</body>
</header>
<autosave title="_(Autosave)">
<body>
<scinotes-autosave enable="true" save-every="5" automatic-delete="true" append-filename="true" append-with="~" replace-with="tmp" source-flag="true" single-directory=""/>
</body>
</autosave>
</scinotes>
|