corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 <!DOCTYPE html>
2  
3 <html lang="en">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>Ace Kitchen Sink</title>
7 <meta name="author" content="Fabian Jakobs">
8 <!--
9 Ace
10 version 1.2.6
11 commit
12 -->
13  
14 <link rel="stylesheet" href="demo/kitchen-sink/styles.css" type="text/css" media="screen" charset="utf-8">
15 <script async="true" src="https://use.edgefonts.net/source-code-pro.js"></script>
16  
17 <link href="./doc/site/images/favicon.ico" rel="icon" type="image/x-icon">
18 </head>
19 <body>
20 <div id="optionsPanel" style="position:absolute;height:100%;width:260px">
21 <a href="http://c9.io" title="Cloud9 IDE | Your code anywhere, anytime">
22 <img id="c9-logo" src="demo/kitchen-sink/logo.png" style="width: 172px;margin: -9px 30px -12px 51px;">
23 </a>
24 <div style="position: absolute; overflow: hidden; top:100px; bottom:0">
25 <div style="width: 120%; height:100%; overflow-y: scroll">
26  
27 <table id="controls">
28 <tr>
29 <td>
30 <label for="doc">Document</label>
31 </td><td>
32 <select id="doc" size="1">
33 </select>
34 </td>
35 </tr>
36 <tr>
37 <td >
38 <label for="mode">Mode</label>
39 </td><td>
40 <select id="mode" size="1">
41 </select>
42 </td>
43 </tr>
44 <tr>
45 <td>
46 <label for="split">Split</label>
47 </td><td>
48 <select id="split" size="1">
49 <option value="none">None</option>
50 <option value="below">Below</option>
51 <option value="beside">Beside</option>
52 </select>
53 </td>
54 </tr>
55 <tr>
56 <td >
57 <label for="theme">Theme</label>
58 </td><td>
59 <select id="theme" size="1">
60  
61 </select>
62 </td>
63 </tr>
64 <tr>
65 <td>
66 <label for="fontsize">Font Size</label>
67 </td><td>
68 <select id="fontsize" size="1">
69 <option value="10px">10px</option>
70 <option value="11px">11px</option>
71 <option value="12px" selected="selected">12px</option>
72 <option value="13px">13px</option>
73 <option value="14px">14px</option>
74 <option value="16px">16px</option>
75 <option value="18px">18px</option>
76 <option value="20px">20px</option>
77 <option value="24px">24px</option>
78 </select>
79 </td>
80 </tr>
81 <tr>
82 <td>
83 <label for="folding">Code Folding</label>
84 </td><td>
85 <select id="folding" size="1">
86 <option value="manual">manual</option>
87 <option value="markbegin" selected="selected">mark begin</option>
88 <option value="markbeginend">mark begin and end</option>
89 </select>
90 </td>
91 </tr>
92 <tr>
93 <td >
94 <label for="keybinding">Key Binding</label>
95 </td><td>
96 <select id="keybinding" size="1">
97 <option value="ace">Ace</option>
98 <option value="vim">Vim</option>
99 <option value="emacs">Emacs</option>
100 <option value="custom">Custom</option>
101 </select>
102 </td>
103 </tr>
104 <tr>
105 <td >
106 <label for="soft_wrap">Soft Wrap</label>
107 </td><td>
108 <select id="soft_wrap" size="1">
109 <option value="off">Off</option>
110 <option value="40">40 Chars</option>
111 <option value="80">80 Chars</option>
112 <option value="free">Free</option>
113 </select>
114 </td>
115 </tr>
116  
117 <tr><td colspan="2">
118 <table id="more-controls">
119 <tr>
120 <td>
121 <label for="select_style">Full Line Selection</label>
122 </td><td>
123 <input type="checkbox" name="select_style" id="select_style" checked>
124 </td>
125 </tr>
126 <tr>
127 <td>
128 <label for="highlight_active">Highlight Active Line</label>
129 </td><td>
130 <input type="checkbox" name="highlight_active" id="highlight_active" checked>
131 </td>
132 </tr>
133 <tr>
134 <td >
135 <label for="show_hidden">Show Invisibles</label>
136 </td><td>
137 <input type="checkbox" name="show_hidden" id="show_hidden" checked>
138 </td>
139 </tr>
140 <tr>
141 <td >
142 <label for="display_indent_guides">Show Indent Guides</label>
143 </td><td>
144 <input type="checkbox" name="display_indent_guides" id="display_indent_guides" checked>
145 </td>
146 </tr>
147 <tr>
148 <td >
149 <label for="show_hscroll">Persistent HScroll</label>
150 </td><td>
151 <input type="checkbox" name="show_hscroll" id="show_hscroll">
152 <label for="show_hscroll">VScroll</label>
153 <input type="checkbox" name="show_vscroll" id="show_vscroll">
154 </td>
155 </tr>
156 <tr>
157 <td >
158 <label for="animate_scroll">Animate scrolling</label>
159 </td><td>
160 <input type="checkbox" name="animate_scroll" id="animate_scroll">
161 </td>
162 </tr>
163 <tr>
164 <td >
165 <label for="show_gutter">Show Gutter</label>
166 </td><td>
167 <input type="checkbox" id="show_gutter" checked>
168 </td>
169 </tr>
170 <tr>
171 <td >
172 <label for="show_print_margin">Show Print Margin</label>
173 </td><td>
174 <input type="checkbox" id="show_print_margin" checked>
175 </td>
176 </tr>
177 <tr>
178 <td >
179 <label for="soft_tab">Use Soft Tab</label>
180 </td><td>
181 <input type="checkbox" id="soft_tab" checked>
182 </td>
183 </tr>
184 <tr>
185 <td >
186 <label for="highlight_selected_word">Highlight selected word</label>
187 </td>
188 <td>
189 <input type="checkbox" id="highlight_selected_word" checked>
190 </td>
191 </tr>
192 <tr>
193 <td >
194 <label for="enable_behaviours">Enable Behaviours</label>
195 </td>
196 <td>
197 <input type="checkbox" id="enable_behaviours">
198 </td>
199 </tr>
200 <tr>
201 <td >
202 <label for="fade_fold_widgets">Fade Fold Widgets</label>
203 </td>
204 <td>
205 <input type="checkbox" id="fade_fold_widgets">
206 </td>
207 </tr>
208 <tr>
209 <td >
210 <label for="elastic_tabstops">Enable Elastic Tabstops</label>
211 </td>
212 <td>
213 <input type="checkbox" id="elastic_tabstops">
214 </td>
215 </tr>
216 <tr>
217 <td >
218 <label for="isearch">Incremental Search</label>
219 </td>
220 <td>
221 <input type="checkbox" id="isearch">
222 </td>
223 </tr>
224 <tr>
225 <td >
226 <label for="highlight_token">Show token info</label>
227 </td>
228 <td>
229 <input type="checkbox" id="highlight_token">
230 </td>
231 </tr>
232 <tr>
233 <td >
234 <label for="read_only">Read-only</label>
235 </td>
236 <td>
237 <input type="checkbox" id="read_only">
238 </td>
239 </tr>
240 <tr>
241 <td >
242 <label for="scrollPastEnd">Scroll Past End</label>
243 </td>
244 <td>
245 <input type="checkbox" id="scrollPastEnd" checked>
246 </td>
247 </tr>
248 <tr>
249 <td colspan="2">
250 <input type="button" value="Edit Snippets" onclick="env.editSnippets()">
251 </td>
252 </tr>
253 </table>
254 </td></tr>
255 </table>
256  
257 <a href="http://ace.c9.io">
258 <img id="ace-logo" src="demo/kitchen-sink/ace-logo.png" style="width: 134px;margin: 46px 0px 4px 66px;">
259 </a>
260 <div><a target="_test" href="./lib/ace/test/tests.html"
261 style="color: whitesmoke; text-align: left; padding: 1em;">tests</a>
262 </div>
263 </div>
264 </div>
265 </div>
266 <div id="editor-container"></div>
267  
268  
269  
270  
271 <script src="src/ace.js" data-ace-base="src" type="text/javascript" charset="utf-8"></script>
272 <script src="src/keybinding-vim.js"></script>
273 <script src="src/keybinding-emacs.js"></script>
274 <script src="demo/kitchen-sink/demo.js"></script>
275 <script type="text/javascript" charset="utf-8">
276 require("kitchen-sink/demo");
277 </script>
278  
279  
280 </body>
281 </html>