[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-08 Thread zizi
Komodo (I use it under Ubuntu, but it has a Win version, too) under Win Ultraedit rulez, but it's not free -- ---{ zizi }---

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-08 Thread Alex Weber
NetBeans is good and free :) I do all of my design in Dreamweaver and PHP in nuSphere so I write my JS in whatever IDE i'm using at the time :) On Oct 8, 5:14 am, zizi [EMAIL PROTECTED] wrote: Komodo (I use it under Ubuntu, but it has a Win version, too) under Win Ultraedit rulez, but it's

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-08 Thread fabiomcosta
i saw a video with netbeans in action (its there in the site) and it looked nice, with code completition for jQuery functionalities. On Oct 7, 1:13 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Friends, aptana studio, albeit a nice editor, is recently crashing all the time and now

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-08 Thread dean
I use scite its really light weight and powerful at the same time if you have ever used TextMate on the Mac then it will be familiar. Might be worth a look anyway. href=http://www.scintilla.org/;http://www.scintilla.org//a

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-07 Thread Michael Geary
I do most of my editing in Komodo. I use the commercial Komodo IDE which includes integrated debuggers for Python, Ruby, PHP, and JavaScript and a great regular expression tester, but the free Komodo Edit is very nice too. Among other things, it has syntax checking for all these languages while

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-07 Thread Alexandre Plennevaux
thanks for the tip Mike ! Komodo IDE is a bit too expensive for my purse, but i do use the free version which is good, except it does not allow code formatting AFAIK. LAb[au] _ *lab*oratory for *a*rchitecture and *u*rbanism Alexandre Plennevaux Lakensestraat 104 Rue de Laeken Brussel 1000

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-07 Thread ricardobeat
Notepad++ is a (free and) very light editor with good syntax highlighting and indentation guides. Not many extra features though. http://notepad-plus.sourceforge.net/ - ricardo On Oct 7, 4:18 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: thanks for the tip Mike ! Komodo IDE is a bit too

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-07 Thread Alexandre Plennevaux
thanks. I'm currently trying microsoft visual web developer 2008 Express. The installation is quite heavy, but it does work pretty well. i don't need all its .asp interfacing but it allows to edit javascript in a comfy environment. On Tue, Oct 7, 2008 at 10:57 PM, ricardobeat [EMAIL PROTECTED]

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-07 Thread Stefan Sturm
Take a look at NetBeans. I switch to NetBeans 6.5 a short Time ago. Greetings, Stefan 2008/10/7 Alexandre Plennevaux [EMAIL PROTECTED]: Friends, aptana studio, albeit a nice editor, is recently crashing all the time and now doesn't even want to restart. I'm looking for a good alternative,

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-07 Thread iKnowKungFoo
I haven't used it yet, but someone recommended http://www.spket.com/ to me as an alternate to Aptana. -- Adrian On Oct 7, 10:13 am, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Friends, aptana studio, albeit a nice editor, is recently crashing all the time and now doesn't even want to

[jQuery] Re: OT : javascript editor (with code formatting)

2008-10-07 Thread Erik Beeson
Not free, and probably not what you're looking for, but I can't recommend IntelliJ IDEA enough. Among a lot of other things, it has great JavaScript support with syntax highlighting, refactoring, code completion, and reformatting. --Erik On Tue, Oct 7, 2008 at 8:13 AM, Alexandre Plennevaux