I use UE for taking all sorts of notes, usually in a tree/outline format. For example:
I have created a language in the "wordfile.txt" file called "Text" and I use it to control highlighting to make my notes easier to read, etc. I would REALLY like to take advantage of Code Folding to collapse and expand trees like the one above.
Is there any way to setup Code Folding to automatically put the [-] whenever there's an indented child line? Is there some way to configure it in "wordfile.txt" to do this?
Here's what I'd like to do:
Many thanks to anyone that can help figure this out!
x_hobbes
Code: Select all
MyList
Animal
Cat
Dog
Husky
Yellow Lab
Golden Retriever
Elephant
Food
Italian
Pizza
Baked Ziti
American
Cheeseburger
Hotdog
Place
New York
San Diego
Chicago
...
I have created a language in the "wordfile.txt" file called "Text" and I use it to control highlighting to make my notes easier to read, etc. I would REALLY like to take advantage of Code Folding to collapse and expand trees like the one above.
Is there any way to setup Code Folding to automatically put the [-] whenever there's an indented child line? Is there some way to configure it in "wordfile.txt" to do this?
Here's what I'd like to do:
Code: Select all
[-] MyList
[-] Animal
Cat
[-] Dog
Husky
Yellow Lab
Golden Retriever
Elephant
[-] Food
[-] Italian
Pizza
Baked Ziti
[-] American
Cheeseburger
Hotdog
[-] Place
New York
San Diego
Chicago
...
x_hobbes