Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvillegasd/intelligenttexteditor
A simple text editor with an intelligent autocomplete.
https://github.com/jvillegasd/intelligenttexteditor
autocomplete prefix-tree text-editor tree-structure
Last synced: about 2 months ago
JSON representation
A simple text editor with an intelligent autocomplete.
- Host: GitHub
- URL: https://github.com/jvillegasd/intelligenttexteditor
- Owner: Jvillegasd
- License: mit
- Created: 2017-09-17T21:02:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T12:52:18.000Z (about 7 years ago)
- Last Synced: 2023-03-10T12:24:30.974Z (almost 2 years ago)
- Topics: autocomplete, prefix-tree, text-editor, tree-structure
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntelligentTextEditor
A simple text editor with a intelligent autocomplete.It uses my own implementation of a prefix tree to autocomplete and .txt files for save all words (local database), it display the first five words of suggest words.