damulhan / MemoEditor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MemoEditor

WPF based text editor with treeview navigation. Using MVVMLight

  • A MemoEditor; left file explorer is based on "TreeView In-place Editing in MVVM" article

  • This project consists of Treeview and simple TextEdit component. The treeview represents the folders and textedit represents their text files(.txt). These result in simple MS Windows Explorer style memo editor. Easily create *.txt(.html) memo and it is automatically saved when tree focus moves to another node, or program exits, or also by clicking save button. The saved file is saved on a .txt file, not on a database.

  • Screenshot

About

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

License:GNU General Public License v2.0


Languages

Language:C# 99.7%Language:CSS 0.2%Language:JavaScript 0.1%