
roopurt18
-
Posts
3,746 -
Joined
-
Last visited
Never
Posts posted by roopurt18
-
-
Nusphere Phped is the one for me. Actually, i am very surprised that it isnt included in the survey. It is more fast than eclipse and zend studio, serves more customizing options(customizing auto-complete times makes coding really fast), it has real good project management capabilities.
http://www.nusphere.com/products/phped.htm
Earlier in the thread I mentioned that I use this IDE as well. The only other IDE that compared in terms of speed was Zend 5.5, which was the version before ZendEclipse.
There is one thing that PHPED does that drives me insane to no end though. When it auto-completes a function it puts the caret between the parens, which is fine. But when you type the closing paren yourself it adds an extra paren instead of just overwriting the existing one. I tried to find a setting that controls this but couldn't.
Example:
file_get_contents(|); // # Typed: file_get_cont<space> file_get_contents('foo'|); // # Typed: 'foo' file_get_contents('foo')|); // #typed: ) // and now there's two closing parents
-
I used FileZilla for awhile, but I noticed (for whatever reason) uploading files made with Notepad++, added two newlines, so my code that is on the site, is spaced to hell and too annoying to compress again (macros won't help much in this case), I switched to FlashFXP, very similar and works great.
Were you transferring in binary, ascii, or auto?
-
Try Javascript the definitive guide from O'Reilly
Excellent book.
-
I've used eclipse and netbeans both in addition to IDEs written in C or C++.
I'm going to have to agree with keldorn that Java-based IDEs are slow in general and can become completely unusable in large projects or when large files are opened.
I've also noticed that Java applications tend to have worse performance on Windows than they do on Linux.
For what it's worth, I still use netbeans at home because it's free. I also use eclipse at work to design reports.
-
-
Not related to editors, but you folks shouldn't be using FTP to transfer your livelihood around. Use SSH.
-
Other - PhpEd from nuSphere.
vim is nice as well.
-
Found this while doing some mod_rewrite, thought it could help others.
http://www.ilovejackdaniels.com/mod_rewrite_cheat_sheet.png
Worthy of sticky?!
Updated URL:
Which PHP Editor do you think is the best? [v2]
in Miscellaneous
Posted
I have NB 6.8 Beta at home and it works correctly with parens. I haven't noticed one way or the other with quotes; if I remember I'll check tonight.