You are not logged in.
Sometimes I catch myself thinking about creating a patch to an app or another, but I always end giving up after untaring the sources. It doesn't need to be a really big project to me get lost among the headers and others source files.
Do you use some kind of app to help in this kind of task? Is there any good method for studing the source of an already existing project?
I tried to google it, but I couldn't think of good keywords.
(lambda ())
Offline
Geany's new File Browser plugin is quite handy. You just have to turn it on in the plugin manager. Give it a try.
Offline
Vim + ctags + projects plugin + TlistToggle ........... Try it..... most probably that will be more than enough for most of the projects. ctags + ctrl ] makes browsing code a pleasure.....
Offline