Show Likes

This section allows you to view all posts where this member received or gave a like to.

1
Off-topic / Re: PHP IDE for windows
[Unknown] « on June 25th, 2011, 11:25 AM »
Quote from Dragooon 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?
Microsoft Visual Studio 2008 Shell + Phalanger

There's also 2010 Shell and a new Phalanger, haven't bothered myself to install yet.  I actually use Visual Studio (C++, etc.) whereas Shell is the free, trimmed down version.  I have no need for 2010 as yet.
Quote from Dragooon on June 24th, 2011, 11:14 AM
I can't live without function assist :o.
Hmm, I actually hate that feature.  People who like it have suggested Aptana Studio to me.  I'm not sure it's not Java... supposedly it's good, though.  I guess it has git integration too.  I'm not a fan of SCM guis, though.
Quote from Nao/Gilles on June 24th, 2011, 07:14 PM
"Super Text Search" for multi-file searches.
I just use grep most often (or git grep or svngrep or what have you.)  If my editor couldn't do it well, I can't imagine using a separate program than command line.

Visual Studio also has multi-file regular expression replace.  That's how I always changed the copyright statements in every file back in the day, actually.  Ah, good times.  I can't even remember if it ended up with /**/, //, or ## anymore...

-[Unknown]
2
Off-topic / Re: PHP IDE for windows
[Unknown] « on June 25th, 2011, 09:57 PM »
Quote from Arantor on June 25th, 2011, 12:04 PM
Actually, so does Notepad++ ;)
Well, I'm extremely picky with my editors.  I use the following features constantly, so it needs to:

1. Have multi-file, regular expression, search and replace.
2. When I press Home, go alternatively to the gutter or first non-white char (using another key, like ⌘ Command - ←.)
3. Support Ctrl-Tab and Ctrl-# to switch tabs (like Firefox, Chrome, DOS edit.com, etc.)
4. Allow line bookmarks that I can easily cycle through (good for marking areas of work and then toggling through.)
5. Color constructs, functions, variables, operators, strings, and numbers each differently.
6. Not interfere with my indentation if I don't want it to (e.g. Visual Studio may insert them, but if I still type them, it doesn't get two... some editors have no option to disable this.)
7. Large file editing (xml, txt, etc.) of 20 MB+.
8. Multiple tabs referencing the same file (concurrent editing, split view or not) with proper undo support.
9. Support/highlighter for JS, CSS, D, PHP, C/C++, XML, HTML.
10. Support for Ctrl-Insert, Shift-Insert, Shift-Delete since I still use them.
11. Pluggable tools (such as jslint) and/or "build" events with direct click on error message -> go to line.
12. Doesn't require me to learn a new meta language (hello, vim.)

The main thing I'm missing from Visual Studio is breakpoints, since I don't actually use Phalanger.  Meh.

Anyway, somehow, I've been unable to find an editor other than Visual Studio that meets my expectations, including any editor on Linux.  I think BBEdit for Mac was reasonably close.
Quote from Dragooon on June 25th, 2011, 12:53 PM
I love argument assist in IDEs, only because I keep forgetting them.
Phalanger doesn't provide this (or my version doesn't.)  I just use php.net/xyz when I forget.  I think Jcx's VS.php (also for Visual Studio, but not free) should have that feature.  I used to use it, but there were some bugs and perf issues that drove me away.  It's probably gotten better since then.
Quote from Nao/Gilles on June 25th, 2011, 07:21 PM
Btw unknown, did Pete give you svn access yet?
Yes, I have read access.  I've poked around a little bit.

-[Unknown]
3
Off-topic / Re: PHP IDE for windows
[Unknown] « on July 18th, 2011, 08:54 AM »
It seems like Cloud9 is doing pretty well against my list.  Still missing many features, but pretty impressive.

-[Unknown]