[PHP] Outlinin block of code

2003-11-26 Thread Uros
Hello! Anybody know any good PHP ide with support of code outlining like Visual .NET. On the left side where are usualy line numbers is + and you can group functions, classes or custom defined blocks of code. -- Best regards, Uros mailto:[EMAIL PROTECTED] -- PHP

Re: [PHP] Outlinin block of code

2003-11-26 Thread Chris Boget
Anybody know any good PHP ide with support of code outlining like Visual .NET. On the left side where are usualy line numbers is + and you can group functions, classes or custom defined blocks of code. Visual Slick Edit. It is by far the best IDE I've run across. It's both versatile and

Re: [PHP] Outlinin block of code

2003-11-26 Thread David T-G
Uros -- ...and then Uros said... % % Hello! Hi! % % Anybody know any good PHP ide with support of code outlining like Visual % .NET. I don't know from V.NET, but ... % % On the left side where are usualy line numbers is + and you can group % functions, classes or custom defined blocks

Re: [PHP] Outlinin block of code

2003-11-26 Thread Curt Zirzow
* Thus wrote David T-G ([EMAIL PROTECTED]): % % On the left side where are usualy line numbers is + and you can group % functions, classes or custom defined blocks of code. ... vim does a nice job folding, which sounds like what you describe. I tend to use foldmarkers and be picky, but

Re: [PHP] Outlinin block of code

2003-11-26 Thread Burhan Khalid
Uros wrote: Hello! Anybody know any good PHP ide with support of code outlining like Visual .NET. On the left side where are usualy line numbers is + and you can group functions, classes or custom defined blocks of code. SciTE [ http://www.scintilla.org ] (also has intellisense, and is free)

Re: [PHP] Outlinin block of code

2003-11-26 Thread rouvas
On Wednesday 26 November 2003 20:23, Burhan Khalid wrote: Uros wrote: Hello! Anybody know any good PHP ide with support of code outlining like Visual .NET. vim 6.xx can do it -Stathis On the left side where are usualy line numbers is + and you can group functions, classes or