Dragooon

  • I can code! Really!
  • polygon.com has to be one of the best sites I've seen recently.
  • Posts: 1,841
PHP IDE for windows
« on June 23rd, 2011, 03:57 PM »
I'm looking for a new PHP IDE for windows, preferably native(Java ones don't work as beautifully), I've been using phpDesigner but am thinking of moving on. What would you guys suggest?
The way it's meant to be

DoctorMalboro

  • I like rounded borders.
  • Posts: 316
Re: PHP IDE for windows
« Reply #1, on June 23rd, 2011, 04:02 PM »
I use Rapid PHP 2010 and it works like charm, I also liked Netbeans, but I think Java is in it (MAJOR PITA)...

PantsManUK

  • [me=PantsManUK]would dearly love to dump SMF 1.X at this juncture...[/me]
  • Posts: 174
Re: PHP IDE for windows
« Reply #2, on June 23rd, 2011, 05:15 PM »
Both NetBeans and Zend Studio are based on Eclipse, and therefore Java. Personally, I put up with the Java and use Zend Studio (and have for many, many years...), other IDEs tend to confuse me :)
« What is this thing you hoomans call "Facebook"? »

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: PHP IDE for windows
« Reply #3, on June 23rd, 2011, 05:23 PM »
I still use Notepad++. Don't see a need for this IDE malarky.
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

Dragooon

  • I can code! Really!
  • polygon.com has to be one of the best sites I've seen recently.
  • Posts: 1,841
Re: PHP IDE for windows
« Reply #4, on June 23rd, 2011, 05:31 PM »
I found PHPEdit (phpedit.com) and it seems very nice so far, has all the features of PHPDesigner with a nicer UI. Although it doesn't support git but windows' support for git sucks anyway.
Quote from Arantor on June 23rd, 2011, 05:23 PM
I still use Notepad++. Don't see a need for this IDE malarky.
The main use for IDE for me is function arguements, I got over 100 PHP file includes and it is sometime annoying to open a file to view its arguements. An IDE automatically reads all of them and shows while you're typing(Or atleast should in my book).

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670
Re: PHP IDE for windows
« Reply #5, on June 23rd, 2011, 11:59 PM »
I use Geany. Not an IDE, but it does all I want. My favorite feature is automatically stripping trailing whitespace on save. Only thing I miss is find and replace in multiple files but for that I can fire up N++ under Wine (and it works too)
A confident man keeps quiet.whereas a frightened man keeps talking, hiding his fear.

Aaron

  • Posts: 356
Re: PHP IDE for windows
« Reply #6, on June 24th, 2011, 12:10 AM »
I honestly just use vim most of the time. Steep learning curve, but quite the tool once you've gotten used to it, really. :)
"The entire British Empire was built on cups of tea … and if you think I'm going to war without one, mate, you're mistaken."

CJ Jackson

  • I got myself a new iPad, a different world to the iPhone!
  • Posts: 241
Re: PHP IDE for windows
« Reply #7, on June 24th, 2011, 12:37 AM »
Quote from Aaron on June 24th, 2011, 12:10 AM
I honestly just use vim most of the time. Steep learning curve, but quite the tool once you've gotten used to it, really. :)
Very useful skill, especially for maintaining FreeBSD system, it uses vim as default text editor :) but it not something I would use for PHP though. :lol:

I use NetBeans IDE for PHP, I gotta love the fact that it can generate setters and getters for properties in a class, I find that feature quite useful, especially for building Object Relational Mapping.

Eros

  • I has a thought. Be afraid.
  • Posts: 56
Re: PHP IDE for windows
« Reply #8, on June 24th, 2011, 05:08 AM »
Quote from Aaron on June 24th, 2011, 12:10 AM
I honestly just use vim most of the time. Steep learning curve, but quite the tool once you've gotten used to it, really. :)
Is it really worth it? I've always found nano sufficient. >.>
18+ Roleplay Forum <- hopefully running Wedge when it is ready.

Yaoi RP Forum <- hopefully running Wedge when it is ready.

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: PHP IDE for windows
« Reply #9, on June 24th, 2011, 10:41 AM »
I only tried PHPEdit, something like six months ago, to test the PHP trace/debugging process, and liked it a lot. But it was too 'heavy' for my use (took too long to launch, etc.) Although I guess I could try again with my new computer eheh...

Still, I'm definitely a Notepad2 guy. I also use Notepad++ from time to time, especially now that I lost my custom syntax coloring in Notepad2 (I never exported my custom stuff so now I'm lost because I can't retrieve it again... >_<)

Dragooon

  • I can code! Really!
  • polygon.com has to be one of the best sites I've seen recently.
  • Posts: 1,841
Re: PHP IDE for windows
« Reply #10, on June 24th, 2011, 11:14 AM »
It still takes quite a while to load, but I'm fine with it. My only quirk with it is that it doesn't support git(Only CVS/SVN). I sent them an e-mail and they created an issue for it, so it'll be a while. I can't live without function assist :o.

snoopy-virtual

  • Posts: 152
Re: PHP IDE for windows
« Reply #11, on June 24th, 2011, 11:49 AM »
Quote from live627 on June 23rd, 2011, 11:59 PM
I use Geany. Not an IDE, but it does all I want. My favorite feature is automatically stripping trailing whitespace on save. Only thing I miss is find and replace in multiple files but for that I can fire up N++ under Wine (and it works too)
Great idea to use N++ under Wine. Never thought of that. I need to try it.

I work normally with 2 computers. One with gedit (in Ubuntu) and the second one with N++ (in W7). Mainly because I miss also the "find and replace in multiple files" option in gedit and do that with the W7 computer searching inside the linux one via LAN.

The good things about working with 2 computers is I try to have always a copy of all my work in both (in case one of them have a problem) and also I can edit images with Photoshop instead of Gimp if I need to.

The bad thing about this set-up is I have problems every now and then either with samba (in linux) or the windows firewall, so it's not easy to search into the other computer all the time.

Firing N++ under Wine in the linux computer when there are lan connection problems would sort that out.

dorje

  • Krabi krabong: the wedge of martial arts. :P
  • Posts: 97
Krabi Krabong & programming :D

Nao

  • Dadman with a boy
  • Posts: 16,082
Re: PHP IDE for windows
« Reply #13, on June 24th, 2011, 07:14 PM »
Quote from snoopy-virtual on June 24th, 2011, 11:49 AM
I work normally with 2 computers. One with gedit (in Ubuntu) and the second one with N++ (in W7). Mainly because I miss also the "find and replace in multiple files" option in gedit and do that with the W7 computer searching inside the linux one via LAN.
Under Windows, I'd recommend "Bk ReplaceEm" for multi-file replacements, and "Super Text Search" for multi-file searches.
They have lousy UIs (being old, outdated programs), but otherwise I like them.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: PHP IDE for windows
« Reply #14, on June 24th, 2011, 07:17 PM »
N++ can do find/replace in multiple files too...?