[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
promising: I am using this now
* Aptana - already mentioned, but works nicely on the Mac too.  I am
exploring this one, but while very powerful it is clunky compared to
Coda.  The main draw would be the ability to interact with FireBug
(which I haven't got working).

oliver



[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 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 something sophisticated enough that can have intellisense
 with jQuery or my own objects in external js files?

I the ability to extend your editor yourself with touring-complete languages 
is sophisticated enough for you, the two above are for you.

Christof


[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 like Aptana or Visual Studio, but still a
decent editor (as it does have a lot of features and loads quickly).

On Aug 1, 7:00 pm, 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 goes.  Mainly all they do is syntax
 highlighting and formatting.

 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?

 Thanks,
 Matt



[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 of
choice.  Thanks to those offering similar solutions.  I'm looking more for
an IDE that can understand the link between several js files and assist with
intelligent Intellisense / Snippet like features.

If anyone else has others to offer keep them coming!
Thanks,
Matt


[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 goes.  Mainly all they do is syntax
 highlighting and formatting.

 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?

 Thanks,
 Matt




-- 
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com


[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 develop my ColdFusion and have lately been
playing around with Aptana - works great for my CSS and I noticed it has
jQuery support I think:

http://www.aptana.com/

Jim


[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: 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 develop my ColdFusion and have lately been
 playing around with Aptana - works great for my CSS and I noticed it has
 jQuery support I think:

 http://www.aptana.com/

 Jim



[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 or
higher).  Spket currently supports Ext, jQuery, and YUI with features like
code completion.  I tried Aptana a while ago and its support for jQuery was
lacking at the time.  This may have changed, but since I found Spket, I am
going to stick with it for a while.  

Mark D. Lincoln
 
Mark D. Lincoln, Vice President of Product Development
Eye On Solutions, LLC
(866) 253-9366x101
www.eyeonsolutions.com
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Penner
Sent: Wednesday, August 01, 2007 2:01 PM
To: jQuery (English)
Subject: [jQuery] Good Javascript editor or IDE?


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 goes.  Mainly all they do is syntax
highlighting and formatting.

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?

Thanks,
Matt



[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 IDEA.

-GTG

On 8/1/07, Glen Lipka [EMAIL PROTECTED] wrote:

 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/) 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 or
  higher).  Spket currently supports Ext, jQuery, and YUI with features
  like
  code completion.  I tried Aptana a while ago and its support for jQuery
  was
  lacking at the time.  This may have changed, but since I found Spket, I
  am
  going to stick with it for a while.
 
  Mark D. Lincoln
 
  Mark D. Lincoln, Vice President of Product Development
  Eye On Solutions, LLC
  (866) 253-9366x101
  www.eyeonsolutions.com
  -Original Message-
  From: jquery-en@googlegroups.com [mailto: [EMAIL PROTECTED] On
  Behalf Of Matt Penner
  Sent: Wednesday, August 01, 2007 2:01 PM
  To: jQuery (English)
  Subject: [jQuery] Good Javascript editor or IDE?
 
 
  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 goes.  Mainly all they do is syntax
  highlighting and formatting.
 
  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?
 
  Thanks,
  Matt
 
 



[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/) 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 or
 higher).  Spket currently supports Ext, jQuery, and YUI with features like
 code completion.  I tried Aptana a while ago and its support for jQuery
 was
 lacking at the time.  This may have changed, but since I found Spket, I am
 going to stick with it for a while.

 Mark D. Lincoln

 Mark D. Lincoln, Vice President of Product Development
 Eye On Solutions, LLC
 (866) 253-9366x101
 www.eyeonsolutions.com
 -Original Message-
 From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Matt Penner
 Sent: Wednesday, August 01, 2007 2:01 PM
 To: jQuery (English)
 Subject: [jQuery] Good Javascript editor or IDE?


 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 goes.  Mainly all they do is syntax
 highlighting and formatting.

 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?

 Thanks,
 Matt




[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 it as a standalone application or as an Eclipse
 plug-in.  Needless to say, you need Java installed (version 1.4.2 or
 higher).  Spket currently supports Ext, jQuery, and YUI with features like
 code completion.  I tried Aptana a while ago and its support for jQuery was
 lacking at the time.  This may have changed, but since I found Spket, I am
 going to stick with it for a while.

 Mark D. Lincoln

 Mark D. Lincoln, Vice President of Product Development
 Eye On Solutions, LLC
 (866) 253-9366x101
 www.eyeonsolutions.com
 -Original Message-
 From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Matt Penner
 Sent: Wednesday, August 01, 2007 2:01 PM
 To: jQuery (English)
 Subject: [jQuery] Good Javascript editor or IDE?


 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 goes.  Mainly all they do is syntax
 highlighting and formatting.

 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?

 Thanks,
 Matt




-- 
Duncan I Loxton
[EMAIL PROTECTED]


[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?
  Is there something sophisticated enough that can have intellisense
  with jQuery or my own objects in external js files?

 I use Eclipse/CFEclipse to develop my ColdFusion and have lately been
 playing around with Aptana - works great for my CSS and I noticed it has
 jQuery support I think:

 http://www.aptana.com/

 Jim



[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 can preview in tab or split-screen, or teach it
to preview a file using a different address, for when I'm running
Apache + PHP and want it to preview through URL rather than
Filesystem.  I hear Firebug is very useful with Komodo Edit but
thankfully development with jQuery is so smooth I rarely have to
debug!  I haven't tried Aptana yet, has anyone tried both and think I
should make the switch?

On Aug 1, 1:47 pm, Duncan [EMAIL PROTECTED] wrote:
 +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 it as a standalone application or as an Eclipse
  plug-in.  Needless to say, you need Java installed (version 1.4.2 or
  higher).  Spket currently supports Ext, jQuery, and YUI with features like
  code completion.  I tried Aptana a while ago and its support for jQuery was
  lacking at the time.  This may have changed, but since I found Spket, I am
  going to stick with it for a while.

  Mark D. Lincoln

  Mark D. Lincoln, Vice President of Product Development
  Eye On Solutions, LLC
  (866) 253-9366x101
 www.eyeonsolutions.com
  -Original Message-
  From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
  Behalf Of Matt Penner
  Sent: Wednesday, August 01, 2007 2:01 PM
  To: jQuery (English)
  Subject: [jQuery] Good Javascript editor or IDE?

  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 goes.  Mainly all they do is syntax
  highlighting and formatting.

  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?

  Thanks,
  Matt

 --
 Duncan I Loxton
 [EMAIL PROTECTED]



[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Sean Catchpole
vi