Hi
I am developing an application in Windows environment. I was used to program under linux with Kdevelop and I do miss a feature in the Dev-c++ now.
In Kdevelop I can collapse all the functions in my code even the loops and if statements. So when I collapsed all the functions in my code I had a good overview of the code structure.
It is possible to set up Dev-c++ to support such a feature? (or) Is there any other API which has that feature?
This is the most important feature which I miss.
Thanks for any suggestion.
Regards