This section allows you to view all posts where this member received or gave a like to.
1
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?
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.
I can't live without function assist :o.
"Super Text Search" for multi-file searches.
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
Actually, so does Notepad++ ;)
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.
I love argument assist in IDEs, only because I keep forgetting them.
Btw unknown, did Pete give you svn access yet?
-[Unknown]
3
It seems like Cloud9 is doing pretty well against my list. Still missing many features, but pretty impressive.
-[Unknown]
-[Unknown]