Skip to content

Commit

Permalink
Add features and license.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingToolbox committed Jun 1, 2019
1 parent e6da26a commit bbfbe27
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,27 @@
A high performace text editor.

_Hello DIGEdit :rose:, hello world!_

# Background
When developing my software, I need a colored text component, so DIGEdit was created as a by-product. Hope it is a good by-product.

# Screenshots
![cpp](https://github.com/kingToolbox/DIGEdit/blob/master/images/screenshots/cpp.png)
![rfc](https://github.com/kingToolbox/DIGEdit/blob/master/images/screenshots/rfc.png)

# Features
- Support huge files upto TBytes. (1GB limitation for 0.8)
- Support very long lines upto GBytes. (100MB limitation for 0.8)
- Support vscode syntaxes. (Currently only support cpp, python, rfc, and more is coming)
- Support vscode themes.
- Configurable fold, pair, indent, outline, complete, mark and so on.
- Snippet.
- Word wrap.
- Hex edit.
- Column edit.
- Multilines edit.
- Search and replace in folders.
- High performance.

# License
Free for personal use.

0 comments on commit bbfbe27

Please sign in to comment.