Skip to content

WPF based text editor with treeview navigation. Using MVVMLight. Written in C#

License

Notifications You must be signed in to change notification settings

jamesjshin/MemoEditor

 
 

Repository files navigation

MemoEditor

WPF based text editor with treeview navigation. Using MVVMLight

  • MemoEditor based on "TreeView In-place Editing in MVVM" https://treeviewinplaceedit.codeplex.com/

  • This project consists of Treeview and simple TextEdit component. The treeview represents the folders and their text files(.txt). This make simple Explorer style memo editor and manager. Easyly create *.txt memo and it is automatically saved(when change to another memo, or program exit. And also you can save file intensionally. The saved file is saved on .txt file, not a data base.

  • Screenshot

About

WPF based text editor with treeview navigation. Using MVVMLight. Written in C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%