c development environment

H

Helder

I use gcc to compile c/c++ code, ddd to debug and xemacs to write the
source files. Let me consider a 'Project', the set of all the c/c++
source files that belong to one c/c++ application.

As you can see, my development environment is not very complete and
integrated ;-), but it works more or less. However, something which I
really miss is a utility, where you can load in your entire project,
to do project-wide changes on the source code. E.g. rename a global
variable (function name, ...) and update it automatically on the whole
project ... Until now I do this by using the grep utility. But this is
getting more and more tedious as the design grows.

Does someone knows about such utilities. I tried 'snavigator', but it
has not the feature which I was looking for.

Thanks a lot in advance for your help!

Helder
 
?

=?iso-8859-1?q?Nils_O=2E_Sel=E5sdal?=

I use gcc to compile c/c++ code, ddd to debug and xemacs to write the
source files. Let me consider a 'Project', the set of all the c/c++
source files that belong to one c/c++ application.

As you can see, my development environment is not very complete and
integrated ;-), but it works more or less. However, something which I
really miss is a utility, where you can load in your entire project,
to do project-wide changes on the source code. E.g. rename a global
variable (function name, ...) and update it automatically on the whole
project ... Until now I do this by using the grep utility. But this is
getting more and more tedious as the design grows.

Does someone knows about such utilities. I tried 'snavigator', but it
has not the feature which I was looking for.

Thanks a lot in advance for your help!
e.g. perl -pi -e "s/mything/anewname/g" *

This is btw better discussed at comp.unix.programmer
or comp.os.linux.development.apps (or an xemacs group if that's
what you usually use)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top