Forum Moderators: coopster

Message Too Old, No Replies

PHP editor?

         

ajs83

10:12 pm on Aug 5, 2005 (gmt 0)

10+ Year Member



Is there such a program that will allow me to put in php code and it will count the open { and let me know that I need to close X amount?

jatar_k

12:06 am on Aug 6, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



try this search [google.com]. There are a bunch of threads about it

dreamcatcher

8:49 am on Aug 6, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try Crimson Editor:

[crimsoneditor.com...]

or jEdit:

[jedit.org...]

They don`t actually count the braces, but they have brace matching. If you keep your code indented then you should be ok anyway. I always find that typing an opening and closing brace together is an easy way of remembering to close your braces. Type an open and close brace then type in between them.

dc

chrisjoha

10:33 am on Aug 6, 2005 (gmt 0)

10+ Year Member



I use [phpeclipse.de...]

prometeus

4:55 pm on Aug 6, 2005 (gmt 0)

10+ Year Member



If you start each function or control structure like this
{
}
Then you'll never be in trouble...
Really if you stick to it it really saves you a lot of pain.

ps. I use zend.... :)