diff options
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-x | js/ninja.reel/ninja.html | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 3c4a4537..a9dba720 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -196,6 +196,14 @@ | |||
196 | } | 196 | } |
197 | }, | 197 | }, |
198 | 198 | ||
199 | |||
200 | "editorViewOptions": { | ||
201 | "prototype": "js/code-editor/ui/code-editor-view-options.reel[CodeEditorViewOptions]", | ||
202 | "properties": { | ||
203 | "element": {"#": "editorViewOptions"} | ||
204 | } | ||
205 | }, | ||
206 | |||
199 | "panelContainer": { | 207 | "panelContainer": { |
200 | "prototype": "js/panels/PanelContainer.reel", | 208 | "prototype": "js/panels/PanelContainer.reel", |
201 | "properties": { | 209 | "properties": { |
@@ -311,6 +319,10 @@ | |||
311 | } | 319 | } |
312 | }, | 320 | }, |
313 | 321 | ||
322 | "codeEditorController": { | ||
323 | "prototype": "js/controllers/code-editor-controller[CodeEditorController]" | ||
324 | }, | ||
325 | |||
314 | "owner": { | 326 | "owner": { |
315 | "prototype": "js/ninja.reel", | 327 | "prototype": "js/ninja.reel", |
316 | "properties": { | 328 | "properties": { |
@@ -336,12 +348,16 @@ | |||
336 | "newFileController": {"@": "newFileController"}, | 348 | "newFileController": {"@": "newFileController"}, |
337 | "coreIoApi": {"@": "coreIoApi1"}, | 349 | "coreIoApi": {"@": "coreIoApi1"}, |
338 | "documentBar": {"@": "documentBar"}, | 350 | "documentBar": {"@": "documentBar"}, |
351 | "editorViewOptions": {"@": "editorViewOptions"}, | ||
339 | "ioMediator": {"@": "ioMediator"}, | 352 | "ioMediator": {"@": "ioMediator"}, |
340 | "timeline": {"@": "timeline"}, | 353 | "timeline": {"@": "timeline"}, |
341 | "mainMenuController": {"@": "mainMenuController"}, | 354 | "mainMenuController": {"@": "mainMenuController"}, |
355 | "codeEditorController": {"@": "codeEditorController"}, | ||
342 | "rightPanelContainer": {"#": "rightPanelContainer" }, | 356 | "rightPanelContainer": {"#": "rightPanelContainer" }, |
343 | "panelSplitter": {"@": "splitter3"}, | 357 | "panelSplitter": {"@": "splitter3"}, |
344 | "timelineSplitter": {"@": "splitter4"} | 358 | "timelineSplitter": {"@": "splitter4"}, |
359 | "toolsSplitter": {"@": "splitter2"}, | ||
360 | "optionsSplitter": {"@": "splitter1"} | ||
345 | } | 361 | } |
346 | } | 362 | } |
347 | } | 363 | } |
@@ -399,7 +415,8 @@ | |||
399 | <section id="timelineResizer" class="timelineResizer resizeBar"></section> | 415 | <section id="timelineResizer" class="timelineResizer resizeBar"></section> |
400 | <section id="stateBar"> | 416 | <section id="stateBar"> |
401 | <section id="documentBarContainer"> | 417 | <section id="documentBarContainer"> |
402 | <div id="documentBar" class="documentBar"><a href="#">HTML</a></div> | 418 | <div id="documentBar" class="documentBar" style="display:block"><a href="#">HTML</a></div> |
419 | <div id="editorViewOptions" class="editorViewOptions" style="display:none"><a href="#">HTML</a></div> | ||
403 | </section> | 420 | </section> |
404 | </section> | 421 | </section> |
405 | 422 | ||