overleaf/services/web/app/views/project/editor/editor.jade

30 lines
899 B
Text
Raw Normal View History

div.full-size(
ng-show="ui.view == 'editor'"
layout="pdf"
resize-on="layout:main:resize"
)
.ui-layout-center
2014-06-28 08:25:06 -04:00
.loading-panel(ng-show="!editor.sharejs_doc || editor.opening")
i.fa.fa-spin.fa-refresh
|   Loading...
2014-06-26 11:39:52 -04:00
#editor(
ace-editor,
ng-show="!!editor.sharejs_doc && !editor.opening"
theme="settings.theme",
keybindings="settings.mode",
font-size="settings.fontSize",
auto-complete="settings.autoComplete",
spell-check-language="project.spellCheckLanguage",
highlights="onlineUserCursorHighlights[editor.open_doc_id]"
show-print-margin="false",
sharejs-doc="editor.sharejs_doc",
last-updated="editor.last_updated",
cursor-position="editor.cursorPosition",
goto-line="editor.gotoLine",
resize-on="layout:main:resize,layout:pdf:resize",
annotations="pdf.logEntryAnnotations[editor.open_doc_id]"
)
.ui-layout-east
include ./pdf