You are not logged in.

#1 2009-01-27 20:20:57

andre.ramaciotti
Member
From: Brazil
Registered: 2007-04-06
Posts: 649

Coding for a big already existing project

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

#2 2009-01-28 12:48:26

r6
Member
From: Melbourne
Registered: 2008-07-02
Posts: 156

Re: Coding for a big already existing project

Geany's new File Browser plugin is quite handy. You just have to turn it on in the plugin manager. Give it a try. smile

Offline

#3 2009-01-28 13:08:57

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: Coding for a big already existing project

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.....


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

Board footer

Powered by FluxBB