├── README.md └── images └── screenshots ├── cpp.png ├── readme.md └── rfc.png /README.md: -------------------------------------------------------------------------------- 1 | # WindEdit 2 | A high performace text editor for huge file and long line. 3 | 4 | _Hello WindEdit :rose:, hello world!_ 5 | 6 | **If you want a high performance SSH/Telnet/Serial/Shell client, you can try [WindTerm](https://github.com/kingtoolbox/windterm).** 7 | 8 | # Background 9 | When developing [WindTerm](https://github.com/kingToolbox/WindTerm), I need a colored text component, so WindEdit was created as a by-product. Hope it is a good by-product. 10 | 11 | # License 12 | Completely FREE for commercial and non-commercial use without limitations. 13 | 14 | # Source Code 15 | 16 | Since WindEdit is just a by-product of WindTerm, and all the source code is shared with WindTerm, if you have any source code requirements, please visit [WindTerm](https://github.com/kingtoolbox/windterm). 17 | 18 | Please note that neither WindTerm nor WindEdit is a **partial** open source project. 19 | 20 | # Introduction 21 | See [Intro Videos](https://kingtoolbox.github.io/) 22 | 23 | # Screenshots 24 | ![cpp](https://github.com/kingToolbox/DIGEdit/blob/master/images/screenshots/cpp.png) 25 | ![rfc](https://github.com/kingToolbox/DIGEdit/blob/master/images/screenshots/rfc.png) 26 | 27 | # Features 28 | - Support huge files upto TBytes. 29 | - Support huge files containing billions of lines of text. 30 | - Support very long lines upto GBytes. 31 | - Support vscode syntaxes. (Currently only support cpp, python, rfc, and more is coming) 32 | - Support vscode themes. 33 | - Configurable fold, pair, indent, outline, complete, mark and so on. 34 | - Snippet. 35 | - Word wrap. 36 | - Hex edit. 37 | - Column edit. 38 | - Multilines edit. 39 | - Search and replace in folders. 40 | - High performance. 41 | -------------------------------------------------------------------------------- /images/screenshots/cpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingToolbox/WindEdit/7d42e4272e9873bcf6045bb760b74740ec4482a7/images/screenshots/cpp.png -------------------------------------------------------------------------------- /images/screenshots/readme.md: -------------------------------------------------------------------------------- 1 | Screenshots of cpp and rfc. 2 | -------------------------------------------------------------------------------- /images/screenshots/rfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kingToolbox/WindEdit/7d42e4272e9873bcf6045bb760b74740ec4482a7/images/screenshots/rfc.png --------------------------------------------------------------------------------