I would like to type a "Tree", ex C:/Doccuments and Settings/Guest/Documents, with the expand and collapse feature. Kind of like:
- C:/
- Documents and Settings
Guest
Documents
+ Windows32
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I understand correctly, you want to use Notepadd++ like an outliner. All you need to do is add spaces at the beginning of each line, *one* for each level of depth you want. Then use Language/Python. Because the Python language uses indentation to specify blocks of code, this will give you access to the collapsing and expanding feature.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to type a "Tree", ex C:/Doccuments and Settings/Guest/Documents, with the expand and collapse feature. Kind of like:
- C:/
- Documents and Settings
Guest
Documents
+ Windows32
If I understand correctly, you want to use Notepadd++ like an outliner. All you need to do is add spaces at the beginning of each line, *one* for each level of depth you want. Then use Language/Python. Because the Python language uses indentation to specify blocks of code, this will give you access to the collapsing and expanding feature.