[jQuery] Re: Good Javascript editor or IDE?

2007-08-04 Thread oliver
I realize that you already noted that you are an MS shop, Matt, but if you ever leave the dark side, here are some Mac suggestions: * BBEdit (editor) + Interarchy or Transmit (SFTP) - GREAT editor and really good file transfer programs * Coda - all-in-one web editing environment, new but slick and

[jQuery] Re: Good Javascript editor or IDE?

2007-08-03 Thread Gordon
At work I do most of my development in Dreamweaver 8 and use FireFox with the FireBug plugin for testing/debugging/optimization etc. I also use EditPlus 2 when I just need a small lightweight editor to quickly edit something. i've heard that the CS3 version of Dreamweaver has much more advanced

[jQuery] Re: Good Javascript editor or IDE?

2007-08-03 Thread Dragan Krstic
HomeSite anyone? It is shame that Macromedia totally ignored. They didn't put anything new for more than 5 yrs. Yeah, it still lives in Dreamweaver coding enviroment, and when I'm using DW, 90% of time I spent there. -- Dragan Krstić krdr http://krdr.ebloggy.com/

[jQuery] Re: Good Javascript editor or IDE?

2007-08-02 Thread Matt Penner
Thanks for all the great suggestions. I used IntelliJ at a previous job and loved it. Unfortunately we're a MS house here and I doubt I could get the request approved. :) I'll check out Aptana's latest as well as Spket. I use Notepad++ for quick and easy edits so that's my general text editor

[jQuery] Re: Good Javascript editor or IDE?

2007-08-02 Thread raphpell
I know only good IDE : PSPad and Context.

[jQuery] Re: Good Javascript editor or IDE?

2007-08-02 Thread Sam Collett
I use Programmer's Notepad 2 (http://www.pnotepad.org/) and have even created some jQuery text clips (amongst others - http://www.texotela.co.uk/pn2/textclips/) for it. Although, as I am familiar with the jQuery API and have Visual Studio I don't use the clips much. It's not a full-blown IDE lik

[jQuery] Re: Good Javascript editor or IDE?

2007-08-02 Thread Christof Donat
Hi, > What recommendations on JavaScript editors or IDEs does anyone have? gvim, or emacs whichever fits your needs more ;-) Just to have brought up two alternatives to those IDEs packed with special features for everything and everyone but don't adapt to your speciffic needs. > Is there some

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Sean Catchpole
vi

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Erik Beeson
We use IntelliJ IDEA. I haven't used anything else, so I don't know how it compares, but it works great for us. When a new developer comes in using Eclipse, we give them an IDEA license, and they've all eventually converted :) It even does selector completion in text strings, which is great for wri

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread njsuperfreak
THE IDE ROCKS! I tried the plugin for eclipse and it seems there are a few glitchs I encountered I totally recomend the IDE great FTP Support as well, only real thing it lacks is the CSS color visual. On Aug 1, 4:47 pm, Duncan <[EMAIL PROTECTED]> wrote: > +1 for Aptana, I use it as a plugin f

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread polyrhythmic
I develop PHP + HTML + CSS + JS + jQuery, and I use Komodo Edit. It has the Mozilla engine, can use firefox extensions, and is free. It does not offer debugging for all those languages, but it understands them well and interestingly I've found the CSS auto-completion to be the most useful. You

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread njsuperfreak
Wow that's a fabulious plugin I was using JSEclipse good find!! On Aug 1, 2:13 pm, "Priest, James (NIH/NIEHS) [C]" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Matt Penner [mailto:[EMAIL PROTECTED] > > What recommendations on JavaScript editors or IDEs does anyone have?

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Duncan
+1 for Aptana, I use it as a plugin for Eclipse. On 8/2/07, Mark D. Lincoln <[EMAIL PROTECTED]> wrote: > > Matt, > > I just discovered Spket IDE (http://www.spket.com/). It was recommended by > someone on the Ext (http://extjs.com/) forums and so far, I would say it is > great! You can install

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Ganeshji Marwaha
i use IDEA for my server-side development... It is too good for java. I noticed that it actually had pretty neat support for js and css as well. i dont know how it compares to other IDEs made specifically for client side development. But, when i last tried aptana, i didnt get much to leave my cozy

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Glen Lipka
I use WeBuilder 2007. Jack Slocum had suggested checking out Idea IntelliJ last week at the conference. Glen On 8/1/07, Mark D. Lincoln <[EMAIL PROTECTED]> wrote: > > > Matt, > > I just discovered Spket IDE (http://www.spket.com/). It was recommended > by > someone on the Ext (http://extjs.com/

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Mark D. Lincoln
Matt, I just discovered Spket IDE (http://www.spket.com/). It was recommended by someone on the Ext (http://extjs.com/) forums and so far, I would say it is great! You can install it as a standalone application or as an Eclipse plug-in. Needless to say, you need Java installed (version 1.4.2 o

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Alex Ezell
+1 for Aptana, quickly becoming a great IDE. I'm on Mac, so I do most of text-editing in TextMate, but occasionally I need something more IDE-oriented and pop over to Aptana. /alex On 8/1/07, Priest, James (NIH/NIEHS) [C] <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > From: Mat

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: Matt Penner [mailto:[EMAIL PROTECTED] > What recommendations on JavaScript editors or IDEs does anyone have? > Is there something sophisticated enough that can have intellisense > with jQuery or my own objects in external js files? I use Eclipse/CFEclipse to

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Aaron Heimlich
I highly recommend you check out Aptana (http://www.aptana.com) On 8/1/07, Matt Penner <[EMAIL PROTECTED]> wrote: > > > I've just started developing with jQuery in the last month. I usually > use VS 2005 or Notepad++ for my JavaScript. It's features are pretty > much nil as far as intellisense g