1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2009 - INRIA - Allan SIMON
5 * Copyright (C) 2010 - 2011 - Calixte DENIZET
7 * This file must be used under the terms of the CeCILL.
8 * This source file is licensed as described in the file COPYING, which
9 * you should have received as part of this distribution. The terms
10 * are also available at
11 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
15 <Setting version="0.41">
17 <!-- SCINOTES configuration -->
18 <Profile name="scinotes">
22 <ScrollableUnitIncrement value="20"/>
23 <ScrollableBlockIncrement value="20"/>
24 <HorizontalWrapAllowed default="true" value="true"/>
25 <AutoIndent default="true" value="true"/>
26 <AutoColorize default="true" value="true"/>
27 <DefaultEncoding value="utf-8"/>
28 <!-- Initialized to system default at first launch -->
31 <!-- linecolor or contourcolor can be "null" to be transparent -->
32 <LineHighlighter value="false" linecolor="#e4e9f4" contourcolor="#323232"/>
34 <!-- colors to use in the left panel to indicate you're a in a function (color1)
35 or in a inner function (color2) (only available in whereami mode)-->
36 <AlternColors color1="#f6bff6" color2="#f665f6"/>
38 <!-- Activate or not the help on typing for openers such as '(', '[', '"',... -->
39 <HelpOnTypingOpeners value="true"/>
41 <!-- Activate or not the help on typing for keywords such as 'if', 'function',... -->
42 <HelpOnTypingKeywords value="true"/>
44 <!-- Restore the open files from the last session -->
45 <RestoreFiles value="true"/>
47 <!-- Line numbering : 0 is off, 1 is normal and 2 is whereami-->
48 <LineNumbering value="1"/>
50 <!-- Suppress comments when executing code with ctrl+E -->
51 <SuppressComments value="true"/>
53 <!-- * inside is a boolean to indicate if the contents between the keywords must be highlighted.
54 * included is only used when inside is true to say if keywords or open/close must be highlighted.
55 * If inside is true type can be filled or framed else it can be filled, framed or underlined.
56 * strict is only used for Keywords when inside is true, in this case the lines which contain the keywords
57 are not highlighted. -->
58 <Matching onmouseover="true">
59 <KeywordsHighlighter color="#fff3d2" inside="true" included="false" strict="true" type="filled"/>
60 <OpenCloseHighlighter color="#e40087" inside="false" included="true" type="framed"/>
64 <BackgroundColor default="#FFFFFF" value="#FFFFFF"/>
65 <ForegroundColor default="#000000" value="#000000"/>
70 <FontName default="Monospaced" value="Monospaced"/>
71 <FontSize default="14" value="14"/>
73 <MainWindowPosition x="150" y="50"/>
74 <MainWindowSize height="550" width="650"/>
76 <style name="Default">
77 <ForegroundColor default="#000000" value="#000000"/>
78 <FontStyle default="0" value="0"/>
79 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
82 <style name="Special">
83 <ForegroundColor default="#ffaa00" value="#ffaa00"/>
84 <FontStyle default="0" value="0"/>
85 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
88 <style name="Url" underline="true" defaultUnderline="true">
89 <ForegroundColor default="#0000ff" value="#0000ff"/>
90 <FontStyle default="0" value="0"/>
91 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
94 <style name="Mail" underline="true" defaultUnderline="true">
95 <ForegroundColor default="#0000ff" value="#0000ff"/>
96 <FontStyle default="0" value="0"/>
97 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
100 <style name="Constantes">
101 <ForegroundColor default="#da70d6" value="#da70d6"/>
102 <FontStyle default="0" value="0"/>
103 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
106 <style name="Operator">
107 <ForegroundColor default="#5c5c5c" value="#5c5c5c"/>
108 <FontStyle default="0" value="0"/>
109 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
112 <style name="Number">
113 <ForegroundColor default="#bc8f8f" value="#bc8f8f"/>
114 <FontStyle default="0" value="0"/>
115 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
118 <style name="FunctionKwd">
119 <ForegroundColor default="#b01813" value="#b01813"/>
120 <FontStyle default="0" value="0"/>
121 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
124 <style name="Structure">
125 <ForegroundColor default="#a020f0" value="#a020f0"/>
126 <FontStyle default="0" value="0"/>
127 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
130 <style name="Control">
131 <ForegroundColor default="#5f9ea0" value="#5f9ea0"/>
132 <FontStyle default="0" value="0"/>
133 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
136 <style name="Primitive">
137 <ForegroundColor default="#32b9b9" value="#32b9b9"/>
138 <FontStyle default="0" value="0"/>
139 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
142 <style name="Macro" underline="true" defaultUnderline="true">
143 <ForegroundColor default="#ae5cb0" value="#ae5cb0"/>
144 <FontStyle default="0" value="0"/>
145 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
148 <style name="MacroInFile" underline="true" defaultUnderline="true">
149 <ForegroundColor default="#000000" value="#000000"/>
150 <FontStyle default="0" value="0"/>
151 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
154 <style name="String">
155 <ForegroundColor default="#bc8f8f" value="#bc8f8f"/>
156 <FontStyle default="0" value="0"/>
157 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
160 <style name="ExternalVariable">
161 <ForegroundColor default="#FF0000" value="#FF0000"/>
162 <FontStyle default="0" value="0"/>
163 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
166 <style name="InputOutputArgs">
167 <ForegroundColor default="#834310" value="#834310"/>
168 <FontStyle default="1" value="1"/>
169 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
172 <style name="Identifier">
173 <ForegroundColor default="#000000" value="#000000"/>
174 <FontStyle default="0" value="0"/>
175 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
178 <style name="Comment">
179 <ForegroundColor default="#01a801" value="#01a801"/>
180 <FontStyle default="2" value="2"/>
181 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
184 <style name="WhiteInComment">
185 <ForegroundColor default="#90f790" value="#90f790"/>
186 <FontStyle default="2" value="2"/>
187 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
190 <style name="TabulationInComment">
191 <ForegroundColor default="#90f790" value="#90f790"/>
192 <FontStyle default="2" value="2"/>
193 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
196 <style name="LaTeXInComment">
197 <ForegroundColor default="#8b2252" value="#8b2252"/>
198 <FontStyle default="2" value="2"/>
199 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
202 <style name="WhiteInString">
203 <ForegroundColor default="#e9b1b1" value="#e9b1b1"/>
204 <FontStyle default="0" value="0"/>
205 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
208 <style name="TabulationInString">
209 <ForegroundColor default="#e9b1b1" value="#e9b1b1"/>
210 <FontStyle default="0" value="0"/>
211 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
215 <ForegroundColor default="#aaaaaa" value="#aaaaaa"/>
216 <FontStyle default="0" value="0"/>
217 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
220 <!-- rep can be "doublechevrons", "horizontal" or "vertical" or a single char such as "#" or "none" -->
221 <!-- value is the number of space equivalent to a tabulation -->
222 <!-- white is a boolean indicating if a \t must be inserted (false) or a sequence of whites -->
223 <style name="Tabulation" rep="doublechevrons" value="4" white="true">
224 <ForegroundColor default="#dcdcdc" value="#dcdcdc"/>
225 <FontStyle default="0" value="0"/>
226 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
230 <ForegroundColor default="#dcdcdc" value="#dcdcdc"/>
231 <FontStyle default="0" value="0"/>
232 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
235 <style name="OpenClose">
236 <ForegroundColor default="#4a55db" value="#4a55db"/>
237 <FontStyle default="0" value="0"/>
238 <!-- 0=PLAIN, 1=BOLD, 2=ITALIC, 3=BOLD+ITALIC -->
242 <!-- Paper format Section
243 The default unit is the postscript point (1/72 inch) -->
244 <PaperFormat MarginBottom="58.0" MarginLeft="57.0" MarginRight="57.0" MarginTop="57.0" height="794.0" width="613.0"/>
246 <!-- Favorite Directories Section -->
247 <favoriteDirectories>
248 </favoriteDirectories>
250 <!-- Recent Opened Files Section -->
254 <!-- Currently Open Files Section -->