overleaf/services/web/public/coffee/ide/editor
Alasdair Smith 9fa85400b3 HighlightedWordManager is more naive about tracking position
We are relying entirely on Ace's tracking of markers with the anchor trick.
This means that we don't have to apply changes to ensure that the word manager
data structure tracks which row the highlights are on. This is traded off
against slightly less efficient searching/removing
2018-05-18 11:29:27 +01:00
..
components Replace word with suggestion and learn word 2018-05-18 11:29:27 +01:00
controllers Extract rich text code to module 2018-03-23 12:37:16 +00:00
directives HighlightedWordManager is more naive about tracking position 2018-05-18 11:29:27 +01:00
sharejs Clean up change listeners on sharejs 2018-03-22 16:32:25 +00:00
AceShareJsCodec.coffee
Document.coffee
EditorManager.coffee Extract spellMenu component and use when showing spell suggestions 2018-05-18 11:29:27 +01:00
ShareJsDoc.coffee