ActiveState Powered by ActiveState

ActiveState Community


Project hierarchy

Posted by beaubert on 2008-07-01 11:06

Hi all,

I'm wondering if it's possible to class different projects like that:

Python
-> PythonProject1
--->file1
--->file2
--->subfolder1
----->file3
-> PythonProject2
--->file4
--->file5
--->subfolder2
----->file5
Cpp
->CppProject1
->CppProject2

I'm only able to define PythonProject1, PythonProject2, CppProject1 and CppProject2 but not to organize the way I want (with different categories)

Any ideas?

Thanks you
Francois

ToddW | Tue, 2008-07-01 12:28

Komodo does not provide any specific sorting order for the projects themselves, they are only ever listed in the order that they were opened. I don't have any good ideas for how to control this sort order, it would seem it would require some Python hacking to get this functionality... in the "koKPFTreeView.py" file.

You could always log a feature request and it may get looked at for the Komodo 5 project refactoring work:
http://bugs.activestate.com/enter_bug.cgi?product=komodo

Cheers,
Todd

beaubert | Tue, 2008-07-01 15:16

Thanks for your answer Todd.
I will make a feature request ...

Francois

-->