-
Notifications
You must be signed in to change notification settings - Fork 5
/
MATLAB Snippets.prj
123 lines (123 loc) · 6.02 KB
/
MATLAB Snippets.prj
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="1438619341" file="C:\work\repo\github\snippets\MATLAB Snippets.prj" location="C:\work\repo\github\snippets" name="MATLAB Snippets" target="target.mlapps" target-name="Package App">
<param.appname>MATLAB Snippets</param.appname>
<param.authnamewatermark>Pavel Trnka</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company />
<param.icon>${PROJECT_ROOT}\MATLAB Snippets_resources\icon_24.png</param.icon>
<param.icons>
<file>${PROJECT_ROOT}\MATLAB Snippets_resources\icon_48.png</file>
<file>${PROJECT_ROOT}\MATLAB Snippets_resources\icon_24.png</file>
<file>${PROJECT_ROOT}\MATLAB Snippets_resources\icon_16.png</file>
</param.icons>
<param.summary>Code snippets for the Matlab editor.</param.summary>
<param.description>Code snippets for the Matlab editor. Adding the app to the Quick Access Toolbar allows you to trigger it by a keyboard shortcut (e.g. ALT+1). Features:
<ul>
<li>snippets can contain tabstops with default values (placeholders)</li>
<li>any tabstop value can be mirrored on multiple locations in the snippet</li>
<li>variables containing currently selected text, currently edited filename, etc. can be used</li>
<li>regular expression replacement can be used</li>
</ul>
Snippets definition uses syntax compatible with <a href="https://code.visualstudio.com/docs/editor/userdefinedsnippets">Visual Studio Code</a> and <a href="https://macromates.com/manual/en/snippets">Textmate</a>.</param.description>
<param.screenshot>${PROJECT_ROOT}\graphics\screenshot01.png</param.screenshot>
<param.version>1.0</param.version>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.output>${PROJECT_ROOT}</param.output>
<param.guid>8bfd37e6-10e5-4889-84a4-6c68df10c1c1</param.guid>
<unset>
<param.company />
<param.version />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.output />
</unset>
<fileset.main>
<file>${PROJECT_ROOT}\insertSnippet.m</file>
</fileset.main>
<fileset.depfun>
<file>${PROJECT_ROOT}\+Snippet\+Element\Array.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Element\Regexp.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Element\Tabstop.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Element\TabstopMultiChoice.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Element\Text.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\clipBoard.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\date.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\dayName.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\dayNameShort.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\directory.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\fileName.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\fileNameBase.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\filePath.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\hour.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\lineIndex.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\lineNumber.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\minute.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\month.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\monthName.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\monthNameShort.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\second.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\selectedText.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\userName.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\year.m</file>
<file>${PROJECT_ROOT}\+Snippet\+Variable\yearShort.m</file>
<file>${PROJECT_ROOT}\+Snippet\Element.m</file>
<file>${PROJECT_ROOT}\+Snippet\Snippet.m</file>
<file>${PROJECT_ROOT}\dialogs\insertSnippetAboutDlg.m</file>
<file>${PROJECT_ROOT}\dialogs\insertSnippetOptionsDlg.m</file>
<file>${PROJECT_ROOT}\utils\addToFavorites.m</file>
<file>${PROJECT_ROOT}\utils\editor\clearWordAtCaretPosion.m</file>
<file>${PROJECT_ROOT}\utils\editor\getActiveEditor.m</file>
<file>${PROJECT_ROOT}\utils\editor\getLineAtCaretPosition.m</file>
<file>${PROJECT_ROOT}\utils\editor\getWordAtCaretPosition.m</file>
<file>${PROJECT_ROOT}\utils\findjobj_fast.m</file>
<file>${PROJECT_ROOT}\utils\findMatchingClosingBracket.m</file>
<file>${PROJECT_ROOT}\utils\getAppID.m</file>
<file>${PROJECT_ROOT}\utils\regexp\decomposeRegexpPlaceholder.m</file>
<file>${PROJECT_ROOT}\utils\regexp\textMate2regexprep.m</file>
</fileset.depfun>
<fileset.resources>
<file>${PROJECT_ROOT}\favoriteCallback.txt</file>
<file>${PROJECT_ROOT}\graphics</file>
<file>${PROJECT_ROOT}\insertSnippetOptions.mat</file>
<file>${PROJECT_ROOT}\matlabSnippets.html</file>
<file>${PROJECT_ROOT}\snippets</file>
<file>${PROJECT_ROOT}\utils\formatting</file>
</fileset.resources>
<fileset.package />
<build-deliverables>
<file location="C:\work\repo\github" name="snippets" optional="false">C:\work\repo\github\snippets</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2019b</root>
<toolboxes>
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</toolbox>
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>