Recent Topics

1 Aug 21, 2007 00:15    

I have a setup with a few freeware / open source programs that allow me to search for (mostly) variables and functions within the B2evo code files. Combined with the info from the [url=http://doc.b2evolution.net/]b2evolution API documentation[/url] I am getting quite skilled in searching what I need.

My question is if anybody managed to get the whole thing integrated in an IDE like [url=http://www.eclipse.org/pdt/index.php]Eclipse PDT[/url] or [url=http://devphp.sourceforge.net/]dev PHP[/url] or similar freeware or [url=http://www.zend.com/products/zend_studio]Zend Studio[/url] (paid) or [url=http://www.nusphere.com/]PhpED - Nusphere[/url] (paid) in such a way they have access to (all) variables and functions?

My current setup consists of [url=http://www.ghisler.com/]Total Commander[/url] for searching files by name and strings within files and [url=http://notepad-plus.sourceforge.net/nl/site.htm]Notepad++[/url] for search within files. A combination I find fast and easy, but combersome because Total Commander only gices a list of files that I must inspect individually with Notepad++. Does any of you have an improvement over this combination?

2 Aug 24, 2007 15:57

I use Dreamweaver CS3 although the functionality has been the same pretty much since Dreamweaver MX. Anyway in that you can select a folder on the right, and in your search dialog, chose 'Search selected files' and that will search (or replace) whatever you want. So I use that to search for variables or functions whatever (that I know what they are), and to discover what I have access to I use the tech docs.

You only really need to look at the tech docs once, find the function whatever, copy it's documentation from it's source file into your plugin or skin whatever, and you are set cruising along easy street.

3 Sep 20, 2007 15:08

I've found source similar to Zend Studio - Codelobster Php Edition 1.3. (www.codelobster.com). Free.
Convinient interface. Possible to handle windows. All functions of text editor for work with code.

- Hightlights paired tags and brackets.
And useful detail here - all unclosed paired elements are marked with red color - helps to find minor errors in code quickly.

- Find & Replace - for searching variables, functions, classes within the whole project.

Also it's possible to find declaration for function, class with short key.

- intelligent autocomplete for php and html, context and dynamic php, Mysql, HTML help.

- Debugger

4 Sep 21, 2007 02:17

gvim+grep rules!

Yeah, I even write my love letters in vim :-)

5 Sep 21, 2007 10:43

Austriaco wrote:

gvim+grep rules!

Yeah, I even write my love letters in vim :-)

I'm using bluefish on Linux and vi too ;-)

6 Sep 22, 2007 22:57

I'm using NuSphere phpED. It's not perfect, but it parses all the project definitions + associated phpDoc in the code automatically and can generally jump to any declaration in a matter of a right click.

I think Zend Studio does the basically the same but I can't stand it's narrow line spacing.

7 Oct 04, 2007 18:00

I'm using Quanta Plus on Debian GNU/Linux. Quanta Plus is a fantastic web development editor that has PHP function autocomplete and also tooltips.

A must-have.
http://quanta.kdewebdev.org/

8 Oct 09, 2007 13:40

I am trying now in [url=http://www.eclipse.org/pdt/index.php]Eclipse PDT[/url] and although I am "experiencing a steep learning curve" what I have seen so fas looks promising. It's got debug from Zend, preview through WAMP server (a project is located at the www directory from WAMP) and I have access to all functions and variables.

Once I have sorted things out I will write a manual type of guide for the community.

9 Oct 09, 2007 14:19

Hmm not again.. lolz. You reminded me of the software I used a year or two ago that searches the insides of the files and find what you are looking for, even programming codes.

I will try to search for this application again, though it'll be hard. When I last searched for that application, I wasn't able to find it. Usually my search string is "Search inside file download". Search results really changes great these past years, and I wasn't keeping centralized bookmarks when I first found that great tool.

Sigh... I used to use that when I'm adding add-ons for IPB before they started charging...


Form is loading...