overleaf/services/web/public/coffee/ide/editor
Brian Gough 2ed934120c Fix display of annotations when switching files in ace editor
The annotations (error markers) were not preserved when switching
between files.  The setAnnotations method was being called before the
document is ready -- when the document is attached to ace the content
is deleted and reinserted, which caused the annotations to be removed.
To fix the problem we set the annotations after attaching.
2015-04-08 14:39:39 +01:00
..
controllers remove underscore from pollSavingStatus 2015-03-19 14:22:22 +00:00
directives Fix display of annotations when switching files in ace editor 2015-04-08 14:39:39 +01:00
sharejs Use Ace in no-conflict mode 2014-07-16 11:07:18 +01:00
Document.coffee Send source of update to doc updater and allow external updates to be ignored in UI 2014-10-16 11:27:10 +01:00
EditorManager.coffee Wrap calls to localStorage in an exception handler 2015-02-12 11:32:27 +00:00
ShareJsDoc.coffee Send source of update to doc updater and allow external updates to be ignored in UI 2014-10-16 11:27:10 +01:00