Text editor with advanced formatting for viewing

trading_tom

Estimable
Jul 1, 2014
2
0
4,510
Hi,

I need a special way for formatting display of text files.

Let's pretend I have the following semantics of text files:


{Headline 1

Text 1 text 1 text 1

{Headline 2

Text 2 text 2 text 2}

Text 3 text 3 text 3
}

{Headline 3
Text 4 text 4 text 4}



Now, I would like:

1. The text within braces to be able to be contracted or expanded.
2. All of lines beginning with opening brace to be highlighted. with bold font and yellow color.
3. To have a separate docked window with links to all of the lines beginning with opening braces while maintaining their structure, so in this case:

- Headline 1
(--tab--) - Headline 2
- Headline 3

4. Not sure if this would be possible, but that would be ideal: for all of the body text to be slightly indented to the right side.


Number 1 OR 2 I can achieve in Notepad++, but not both in the same time.
Number 3 I think can be achieved with defining function list (with opening brace as a function), but how to do this?

What app to use and how to do this? (I use Windows system).

Thanks.
 

trading_tom

Estimable
Jul 1, 2014
2
0
4,510



OK, and what about only the first 2? Would there be any simpler solution then just programming the whole thing?