msipos / syntaxic

Open source text editor: Syntaxic
https://syntaxiceditor.com
GNU Lesser General Public License v2.1
12 stars 1 forks source link

Api suggestions #27

Closed nblackburn closed 9 years ago

nblackburn commented 9 years ago

An ever-growing list of API suggestions.

Syn.getRow(document); // get the current row.
Syn.getColumn(document); // get the current column.
Syn.getDocumentType(document); // get the document type (e.g lua).
msipos commented 9 years ago

Thanks! Added in 0.9.3, will provide a build in the next day or so.