Re: What IDE are you using?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: What IDE are you using?

From: <jussij@zeusedit.com>
Date: Tue Oct 25 2005 - 03:19:44 CEST

> When you have multiple people if not teams working on the
> same project, its a bloody pain in the ass to have to look
> up what some tool, in some other department called a fanction
> and what parameters it takes.

One option is to use the ctags utility to create a tags database,
allowing searches like this to be done in a matter of seconds and
many text editors have the ability to search tag files.

A second option would be to integrate the doxygen documentation
utility into some sort of nightly build process. This would
create for you a fully indexable list of the functions and
variables that make up your project.

This list could be navigated using nothing but a standard web
browser, but you could also convert the HTML into something
like a HtmlHelp file. That then makes it possible to search
you index from within your favourite text editors.

Zeus integrates to both of these tools and the searching is
hardly painful. I would suggest that in some cases it might
even be faster than your IDE ;)

Jussi Jumppanen
Author: Zeus for Windows IDE
http://www.zeusedit.com
Received on Mon Nov 21 02:49:10 2005