07-03-2010, 05:49 PM
I keep multiple .qml files that are specific to various areas of programming. This really helps cut down on clutter from carrying over to new projects. I like how this makes me rethink things, I'm more likely to rewrite a code instead of copying and pasting. Usually I come up with something a little tighter and concise.
You could export folders and then delete what's in your tree. Then as you need things just import them.
You could export folders and then delete what's in your tree. Then as you need things just import them.