treedoc.jpg - TreeDoc: Tree Structured Editor Using C# - Free Source Code

TreeDoc: Tree Structured Editor Using C# – Free Source Code

Posted on

treedoc - TreeDoc: Tree Structured Editor Using C# - Free Source Code

TreeDoc is a tree structured editor. In a standard textual content editor you simply begin writing. In a tree editor you first create a node that has a label then you definitely put textual content into the node. The nodes collectively create a doc. After a doc is created it may be exported as a standard textual content file. It can be saved and used as a tree structured file.

Simply as a daily editor is sweet for a lot of duties, a tree structured editor is sweet for a lot of duties. A tree editor makes an excellent PIM (private data supervisor). The nodes will let you manage data in a means that’s straightforward to search out issues. A tree editor is an effective technique to manage a doc. When writing a paper you write the define after which fill within the particulars.

The primary purpose TreeDoc was written was to make it simpler to supply an excellent assist file for different packages. It’s not as highly effective as a Microsoft chm (compiled assist) file or a gaggle of html information however it’s a lot simpler to create. The assistance window is a particular learn solely model of the editor. The assistance dialog “TreeHelpDlg” can be utilized in any C# program.

All of the code for TreeDoc is in C#. It was written for C# 2005. It is going to in all probability compile and run beneath any newer model of C#. It was examined with SharpDevelop and practically all of it may very well be saved as VB.web. TreeDoc is a conveyable program that may be run from any folder or a USB reminiscence system. The TreeDoc file is a specifically formatted textual content file. The formatting permits two TreeDoc information to be in contrast utilizing Winmerge.

TreeDoc supply is launched beneath the MIT license by PineTreeJoe LLC.