Re: Recommended Editor/IDE

2007-04-30 Thread Todd O'Bryan
Does anybody have a sense of how hard it would be to add code completion support for Django to Pydev? I think the problem is that there are some many instance variables and functions that are computed on the fly, rather than being declared in the classes' init functions. Todd On Mon, 2007-04-30

Re: Recommended Editor/IDE

2007-04-30 Thread G.J. Souverein
2007/4/30, Sat <[EMAIL PROTECTED]>: > > > Hi, > > Is there a recommended editor or IDE for windows that is django savvy? > Ideally, I am looking for one that handles bundles/snippets for django > as well as syntax highlighting and code completion for django and > python. > > Thanks in advance for y

Re: Recommended Editor/IDE

2007-04-30 Thread raminf
I've been using a mix of Eclipse with PyDev to do Django work. It works well except for Django code completion (none of the IDEs seem to support it well enough to be useful). I've also had pretty good luck with Komodo, but with Eclipse you can also do front-end javascript development with Aptana i

Re: Recommended Editor/IDE

2007-04-30 Thread Jason McVetta
Another vote for Eclipse + PyDev + Subclipse. Not mentioned by the others: it's easy to run the Django development server inside the PyDev debugger. On 4/29/07, Sat <[EMAIL PROTECTED]> wrote: > > > Hi, > > Is there a recommended editor or IDE for windows that is django savvy? > Ideally, I am loo

Re: Recommended Editor/IDE

2007-04-30 Thread [EMAIL PROTECTED]
I use Gvim on Windows. You can find indentation and syntax highlighting files on vim.org as well as SnippetEmu, a Textmate-like snippet system for Vim. I don't use SnippetEmu, so I can't comment on it, but I don't think it has Django snippets out of the box, so you'll have to write them yourself

Re: Recommended Editor/IDE

2007-04-30 Thread Filipe Correia
This is a recurring topic, I think you'll find valuable information on this thread: http://groups.google.com/group/django-users/browse_frm/thread/9bb9f42090ed316e If you're developing on windows, I advise you to try pyscripter: http://pyscripter.googlepages.com/ Haven't yet tried it myself, but p

Re: Recommended Editor/IDE

2007-04-30 Thread Jarek Zgoda
James Bennett napisaƂ(a): >> Is there a recommended editor or IDE for windows that is django savvy? >> Ideally, I am looking for one that handles bundles/snippets for django >> as well as syntax highlighting and code completion for django and >> python. > > I believe ActiveState's Komodo IDE can

Re: Recommended Editor/IDE

2007-04-30 Thread Sidi Mohamed ELAATIFI
Hi, Now I'm using Eclipse(PyDev,Aptana,Subeclipse) it's very productive. But if you are looking for bundles/snippets you can use Scribes on Gnome (but there is no django template language support) You can try with vim there is a support for django template language On 4/30/07, Sat <[EMAIL PROTE

Re: Recommended Editor/IDE

2007-04-29 Thread jyunderwood
I like using Eclipse with PyDev, Subclipse, and Aptana. On Apr 29, 9:32 pm, Sat <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a recommended editor or IDE for windows that is django savvy? > Ideally, I am looking for one that handles bundles/snippets for django > as well as syntax highlighting and

Re: Recommended Editor/IDE

2007-04-29 Thread James Bennett
On 4/29/07, Sat <[EMAIL PROTECTED]> wrote: > Is there a recommended editor or IDE for windows that is django savvy? > Ideally, I am looking for one that handles bundles/snippets for django > as well as syntax highlighting and code completion for django and > python. I believe ActiveState's Komodo

Recommended Editor/IDE

2007-04-29 Thread Sat
Hi, Is there a recommended editor or IDE for windows that is django savvy? Ideally, I am looking for one that handles bundles/snippets for django as well as syntax highlighting and code completion for django and python. Thanks in advance for your help. Sat --~--~-~--~~