summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-29vfs: export the WuiVfsNode classShulhan
2021-08-29response: make the message field to be requiredShulhan
2021-08-29editor: make the lines field become publicShulhan
2021-08-29vfs: add handler OpenNode to WuiVfsOptionsShulhan
2021-08-29notif: make the notification position to fixedShulhan
2021-08-29vfs: add content_type to WuiVfsNodeInterface and use single mod_timeShulhan
2021-08-29editor: always decode the node content from base64Shulhan
2021-08-29vfs: simplify the handlers on WuiVfsOptionsShulhan
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-28vfs: rename all fields and variables to use snake caseShulhan
2021-08-28notif: implement component for notificationShulhan
2021-08-27vfs: rename onClickPath to OpenPathShulhan
2021-08-27editor: add handler to save the contentShulhan
2021-08-27vfs: add parameter is_dir to OnClickNode handlerShulhan
2021-08-23vfs: fix the path when clicking crumb's pathShulhan
2021-08-23vfs: use different background color for directoryShulhan
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-15vfs: make the is_dir field on IVfsNode to be optionalShulhan
2021-08-12editor: add event handler for OnSelectionShulhan
2021-08-12vfs: add event OnClickNodeShulhan
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
2021-07-26vfs: implement virtual file system explorerShulhan