Jump to content

roopurt18

Staff Alumni
  • Posts

    3,746
  • Joined

  • Last visited

    Never

About roopurt18

  • Birthday 03/11/1980

Contact Methods

  • Website URL
    http://www.rbredlau.com

Profile Information

  • Gender
    Male
  • Location
    California, southern

roopurt18's Achievements

Advanced Member

Advanced Member (4/5)

0

Reputation

  1. I got this with quotes in NB 6.8. I can swear to Rasmus it wasn't working this way in 6.7 and below. 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.
  2. 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
  3. Were you transferring in binary, ascii, or auto?
  4. Excellent book.
  5. 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.
  6. Can we add PhpED from NuSphere? It's a very nice IDE. http://www.nusphere.com/products/index.htm
  7. Not related to editors, but you folks shouldn't be using FTP to transfer your livelihood around. Use SSH.
  8. Other - PhpEd from nuSphere. vim is nice as well.
  9. 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: http://www.addedbytes.com/mod_rewrite_cheat_sheet.png
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.