aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.d.ts
AgeCommit message (Expand)Author
2023-10-24all: fix all linter warnings from tsc and eslintShulhan
2021-10-20editor: export the ClearSelection methodShulhan
2021-08-29editor: make the lines field become publicShulhan
2021-08-29editor: simplify the Open methodShulhan
2021-08-28editor: listen on key Escape on document to clear selectionShulhan
2021-08-28all: use the WuiResponseInterface for non-void return typeShulhan
2021-08-28all: refactoring to follow the coding style in READMEShulhan
2021-08-27editor: add handler to save the contentShulhan
2021-08-23editor: remove the SaveFile field from EditorShulhan
2021-08-22editor: add method GetContentShulhan
2021-08-15editor: add method to get file and selection rangeShulhan
2021-08-12editor: add event handler for OnSelectionShulhan
2021-07-31editor: pressing escape key will clear the selectionShulhan
2021-07-31editor: implement redo functionality using CTRL+rShulhan
2021-07-29editor: handle undo with CTRL+ZShulhan
2021-07-27editor: fix enter and support for backspaceShulhan
2021-07-26editor: init the style sheet using javascript and add support for tabShulhan
2021-07-26editor: add support to move arrow up and down between textShulhan
2021-07-26all: implement editorShulhan