c++ - Any hierarchical, tree-like editor for general use? -



c++ - Any hierarchical, tree-like editor for general use? -

i using c++ editor write downwards general notes, i.e. utilize code blocks { } , multi-line comments /**/ organize text in hierarchical way. editors allow collapse/uncollapse such blocks, allowing view parts of text interested in.

e.g.:

{ /// title { /// contents // 1. introduction // 2. basic concepts // 3. strategies // 4. key words } { /// 1. introduction /* 1 time upon time... */ /* paragraph... */ } other chapters... }

this approach works quite well. readable text editor, , offers tree construction find great.

however not rich in terms of features, compared classic word processor.

do know of tool allows organize text file in hierarchical way, without polluting text much, remains readable when examined directly?

useful features be, e.g., links other parts of text , other documents; links web; ...

thank you!

you may find org-mode or outline-mode of emacs helpful. unfortunately, learning curve emacs steep. i've read somewhere org-mode beingness ported vim now, not sure how usable is.

if not hung on text files, may find mind-mapping tools (such freemind) useful. there number of freely available mind-mapping tools, may need farther research until find 1 suits you.

c++ text tree editor hierarchy

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -