Skip to content

Commit bbfbe27

Browse files
authored
Add features and license.
1 parent e6da26a commit bbfbe27

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,27 @@
22
A high performace text editor.
33

44
_Hello DIGEdit :rose:, hello world!_
5+
6+
# Background
7+
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.
8+
9+
# Screenshots
10+
![cpp](https://github.com/kingToolbox/DIGEdit/blob/master/images/screenshots/cpp.png)
11+
![rfc](https://github.com/kingToolbox/DIGEdit/blob/master/images/screenshots/rfc.png)
12+
13+
# Features
14+
- Support huge files upto TBytes. (1GB limitation for 0.8)
15+
- Support very long lines upto GBytes. (100MB limitation for 0.8)
16+
- Support vscode syntaxes. (Currently only support cpp, python, rfc, and more is coming)
17+
- Support vscode themes.
18+
- Configurable fold, pair, indent, outline, complete, mark and so on.
19+
- Snippet.
20+
- Word wrap.
21+
- Hex edit.
22+
- Column edit.
23+
- Multilines edit.
24+
- Search and replace in folders.
25+
- High performance.
26+
27+
# License
28+
Free for personal use.

0 commit comments

Comments
 (0)