index
:
pakakeh.ts
dev
main
Web user interface components built with TypeScript.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor.js
Age
Commit message (
Expand
)
Author
2024-10-03
editor: allow inserting tab on editor
Shulhan
2024-09-15
all: commit all generate JavaScript files
Shulhan
2021-08-29
all: remove and ignore generate JavaScript files
Shulhan
2021-08-29
editor: make the lines field become public
Shulhan
2021-08-29
editor: always decode the node content from base64
Shulhan
2021-08-29
editor: simplify the Open method
Shulhan
2021-08-28
editor: listen on key Escape on document to clear selection
Shulhan
2021-08-28
all: use the WuiResponseInterface for non-void return type
Shulhan
2021-08-28
all: refactoring to follow the coding style in README
Shulhan
2021-08-27
editor: add handler to save the content
Shulhan
2021-08-23
editor: remove the SaveFile field from Editor
Shulhan
2021-08-22
editor: add method GetContent
Shulhan
2021-08-15
editor: add method to get file and selection range
Shulhan
2021-08-12
editor: add event handler for OnSelection
Shulhan
2021-07-31
editor: pressing escape key will clear the selection
Shulhan
2021-07-31
editor: implement redo functionality using CTRL+r
Shulhan
2021-07-31
all: add license file and headers
Shulhan
2021-07-29
editor: handle undo with CTRL+Z
Shulhan
2021-07-27
editor: fix paste to plain text
Shulhan
2021-07-27
editor: fix enter and support for backspace
Shulhan
2021-07-26
editor: init the style sheet using javascript and add support for tab
Shulhan
2021-07-26
editor: add support to move arrow up and down between text
Shulhan
2021-07-26
all: implement editor
Shulhan