treeview(nevermind)
Posted: Wed Mar 23, 2005 5:25 pm
It would be pretty useful if the document selector was a TreeView with folders, so documents in workspaces could be more organized. Like, instead of this:
Compile.bat
Index.html
Link.bat
MainSource.cpp
MainSource.h
OtherSource1.cpp
OtherSource1.h
OtherSource2.cpp
OtherSource2.h
SideBar.html
Readme.txt
...it could be like this:
Commands
- Compile.bat
- Link.bat
Documentation
- Index.html
- SideBar.html
- Readme.txt
Headers
- MainSource.h
- OtherSource1.h
- OtherSource2.h
Sources
- MainSource.cpp
- OtherSource1.cpp
- OtherSource2.cpp
Compile.bat
Index.html
Link.bat
MainSource.cpp
MainSource.h
OtherSource1.cpp
OtherSource1.h
OtherSource2.cpp
OtherSource2.h
SideBar.html
Readme.txt
...it could be like this:
Commands
- Compile.bat
- Link.bat
Documentation
- Index.html
- SideBar.html
- Readme.txt
Headers
- MainSource.h
- OtherSource1.h
- OtherSource2.h
Sources
- MainSource.cpp
- OtherSource1.cpp
- OtherSource2.cpp