aboutsummaryrefslogtreecommitdiff
path: root/editor/editor.js
AgeCommit message (Expand)Author
2024-10-03editor: allow inserting tab on editorShulhan
2024-09-15all: commit all generate JavaScript filesShulhan
2021-08-29all: remove and ignore generate JavaScript filesShulhan
2021-08-29editor: make the lines field become publicShulhan
2021-08-29editor: always decode the node content from base64Shulhan
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-31all: add license file and headersShulhan
2021-07-29editor: handle undo with CTRL+ZShulhan
2021-07-27editor: fix paste to plain textShulhan
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