Re: IDE for Django and Ext JS

2009-07-29 Thread Brandon
I've had a lot of success with Aptana + PyDev. Aptana is basically Eclipse without the JDK, so it's much lighter, and the 1.5 version is 64bit - much faster than 1.4.x No template language support, but you get code assist for everything else. You can also create Python runtimes for debuging, whic

Re: IDE for Django and Ext JS

2009-07-29 Thread Vasil Vangelovski
There's not much benefit in using an IDE like eclipse or netbeans for Python and JS, they are also slow enough to counter productivity. I'd rather waste those CPU cycles for playing random noises in the background. --~--~-~--~~~---~--~~ You received this message be

Re: IDE for Django and Ext JS

2009-07-29 Thread Hank Gay
There's a well-reviewed [Python plugin](http://plugins.intellij.net/plugin/?id=631) for IntelliJ, though the Django front is not as promising. On Wed, Jul 29, 2009 at 12:06 PM, jvivs wrote: > > My development pattern at this point consists of Aptana + PyDev for > python and Textmate with Django b

Re: IDE for Django and Ext JS

2009-07-29 Thread jvivs
My development pattern at this point consists of Aptana + PyDev for python and Textmate with Django bundles for templating. I'm used to writing javascript in Intellij IDEA, so I really wish they would get their crap together and implement python/django support. Barring that, Aptana's pretty dece

Re: IDE for Django and Ext JS

2009-07-29 Thread Wiiboy
I use Kate for all my stuff, because, although not an IDE, it is one hell of text editor. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googleg

Re: IDE for Django and Ext JS

2009-07-29 Thread esatterwh...@wi.rr.com
You might look at Aptana Studio. It's another off shoot of eclipse, but built for web dev. Does all the nice code complete for HTML, Javascript and now even has a JSON editor. Also comes with support for Javascript libraries ( Ext Being one of them ), so it comes built with code completion and do

Re: IDE for Django and Ext JS

2009-07-29 Thread Ismail Dhorat
There are a few options: - Komodo Edit - Eclipse with plugin - WingIDE - TextMate (Mac) with django bundle - Coda (Mac) with Django extensions - Netbeans Python EA I have looked at all of these, and found Netbeans the best fit for me since i wanted something that worked on all platforms (Win, Ma

Re: IDE for Django and Ext JS

2009-07-29 Thread Alexandru Nedelcu
On Tue, 2009-07-28 at 20:20 +0200, Jonas Obrist wrote: > Maybe a good question would be is there any IDE that supports the django > template language? I use Emacs with * django-html-mode: http://code.djangoproject.com/wiki/Emacs * yasnippets: http://code.google.com/p/yasnippet/ It really

Re: IDE for Django and Ext JS

2009-07-28 Thread Austin Gabel
WingIDE is awesome. It handles HTML pretty well too. On Tue, Jul 28, 2009 at 8:09 PM, Ovnicraft wrote: > > > 2009/7/28 bedros <2bed...@gmail.com> > > >> I use komodo edit for all my code development; my favorite feature is >> open remote file (using ssh) I can edit a file on a remote server w

Re: IDE for Django and Ext JS

2009-07-28 Thread Ovnicraft
2009/7/28 bedros <2bed...@gmail.com> > > I use komodo edit for all my code development; my favorite feature is > open remote file (using ssh) I can edit a file on a remote server with > ssh access. very nice, I don't have to sync my local machine with > remote server anymore. > > > Regards, > > -B

Re: IDE for Django and Ext JS

2009-07-28 Thread bedros
I use komodo edit for all my code development; my favorite feature is open remote file (using ssh) I can edit a file on a remote server with ssh access. very nice, I don't have to sync my local machine with remote server anymore. Regards, -Bedros On Jul 28, 4:35 pm, Sam Lai wrote: > There's a

Re: IDE for Django and Ext JS

2009-07-28 Thread Sam Lai
There's also the free Komodo Edit (and the more featureful Komodo IDE) from ActiveState, which supports python and the django template language among other things, and is cross-platform too. 2009/7/29 Jamie : > > On the mac, there's textmate (an editor, not an IDE), which has a > language plugin

Re: IDE for Django and Ext JS

2009-07-28 Thread Javier Guerra
On Tue, Jul 28, 2009 at 1:20 PM, Jonas Obrist wrote: > Maybe a good question would be is there any IDE that supports the django > template language? any KDE editor would, since all of them use the Kate KPart, which has a Django template highlither. i usually start with just Kate for the python c

Re: IDE for Django and Ext JS

2009-07-28 Thread Jamie
On the mac, there's textmate (an editor, not an IDE), which has a language plugin architecture, and a couple of django-specific plugins that do syntax highlighting, one for django apps, one for django templates. On Jul 28, 2:20 pm, Jonas Obrist wrote: > Maybe a good question would be is there an

Re: IDE for Django and Ext JS

2009-07-28 Thread Luke Seelenbinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't know of an extension for Eclipse. I really hope somebody will develop one soon. As far as Netbeans django template handling, I've heard they have a beta version. Haven't tried it yet though. Luke S. Jonas Obrist wrote: > Maybe a good questio

Re: IDE for Django and Ext JS

2009-07-28 Thread Jonas Obrist
Maybe a good question would be is there any IDE that supports the django template language? Because I use eclipse (pydev+webtools) but I really dislike it that it complains about my HTML files being invalid because of the django tags. Also a highlighting mode might reduce the amount of errors

Re: IDE for Django and Ext JS

2009-07-28 Thread Luke Seelenbinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I personally use Eclipse w/ PyDEV and web dev tools. I absolutely love it. I tried netbeans a while ago, and didn't see an advantage to switch to it. That being said, IDEs are really a matter of personal preference, I know of a lot of people that jus

IDE for Django and Ext JS

2009-07-28 Thread Amir Habibi
Hi All, What development environment do you suggest for Django and Ext JS based large projects? Is Netbeans the best choice out there? Thanks Amir --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gro