Re: Your IDE of choice

2009-01-12 Thread Wes Winham
I still really like WingIDE (in VIM mode). If you think it's worth throwing some cash down, I don't think it can be beat. -Wes On Jan 6, 3:32 pm, Ovnicraft wrote: > 2009/1/6 Berco Beute > > > > > On Jan 6, 2:35 pm, Pigletto wrote: >

Re: Your IDE of choice

2009-01-08 Thread Nikolay Panov
You may also try Rope. Theyr auto-completion is better than pysmell too. Have a nice day, Nikolay. On Fri, Jan 9, 2009 at 01:23, Marco Buttu wrote: > > On Wed, 2009-01-07 at 13:06 +, Adam Stein wrote: > >> I have omnicomplete working (haven't used it too much

Re: Your IDE of choice

2009-01-08 Thread Marco Buttu
On Wed, 2009-01-07 at 13:06 +, Adam Stein wrote: > I have omnicomplete working (haven't used it too much yet). I have > this > in my $HOME/.vimrc file: ... > Also, I have vim starting automatically importing the Django db. I > have > a little script (below) that will automatically find my

Re: Your IDE of choice

2009-01-08 Thread Santiago
kdevelop its a great ide... but i dont see it for python in general... 2009/1/9 raj : > > what about kdevelop in linux? > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Your IDE of choice

2009-01-07 Thread raj
what about kdevelop in linux? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to

Re: Your IDE of choice

2009-01-07 Thread Vitaly Babiy
Hey for gedit you should try my plug in http://github.com/vbabiy/gedit-openfiles/tree/master Vitaly Babiy On Wed, Jan 7, 2009 at 10:08 AM, don ilicis wrote: > > > 2009/1/7 Kenneth Gonsalves > >> >> On Tuesday 06 Jan 2009 5:18:57 pm HB wrote: >> >

Re: Your IDE of choice

2009-01-07 Thread joeygartin
Textmate with Python/Django bundles is very visually nice, but without code completion (and a few other tools) is just a pretty screen. Eclipse/PyDev would be nice, but it does seem to have a lot of little issues that are annoying. I have used IntelliJ for Java (and a couple of Rails projects)

Re: Your IDE of choice

2009-01-07 Thread Adam Stein
etc) > > > > >> - Netbeans (ex-NBPython) it is excellent (very good sql support - > > > > >> some > > > > >> issues with memory consume - I didn't get debugger work 100% with > > > > >> django) > > > > >> - Orac

Re: Your IDE of choice

2009-01-07 Thread Oscar Carlsson
for python > > > >> is still too new and I think that django support is still to come. > > > >> - Eric4: screenshots are very beautiful bu I couldn't get to install > > > >> it in my ubuntu box (too many precedences and too complicated for a > >

Re: Your IDE of choice

2009-01-07 Thread Cowmix
Add to your list: * native 'scp'/'ftp' ability * Cross platform (Linux, MAC, WIN32) Bernard wrote: > I use Komodo IDE 5 everyday for every Python/Django/PHP/Drupal > projects at work and damn it works well. > > What I love about it: > > * Key bindings(shortcuts) for almost everything > *

Re: Your IDE of choice

2009-01-07 Thread don ilicis
2009/1/7 Kenneth Gonsalves > > On Tuesday 06 Jan 2009 5:18:57 pm HB wrote: > > What is your favorite IDE for coding Django projects? > > geany > > -- > regards > KG > http://lawgon.livejournal.com > > > > me too and also gedit / vim

Re: Your IDE of choice

2009-01-07 Thread Bernard
this add-on does it : http://community.activestate.com/xpi/morekomodo On Jan 6, 3:19 pm, "Vitaly Babiy" wrote: > Bernard does komodo have a open files function (open file in project based > on file name search) like there is text mate or gedit with plugin >

Re: Your IDE of choice

2009-01-07 Thread Adam Stein
t;> > > >> Have a great year 2009 everyone ! > > >> > > >> On Jan 6, 9:02 am, "Trivedi, Apaar" <apaar.triv...@nymag.com> wrote: > > >> > > >> > I use Eclipse with PyDev and PyDev extensions. I really like it, but I >

Re: Your IDE of choice

2009-01-06 Thread Kenneth Gonsalves
On Tuesday 06 Jan 2009 5:18:57 pm HB wrote: > What is your favorite IDE for coding Django projects? geany -- regards KG http://lawgon.livejournal.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Your IDE of choice

2009-01-06 Thread backdoc
screen + vim is very powerful. That's what I use, too. Too bad the learning curve is so steep. On Jan 6, 6:52 am, Tim Chase wrote: > > What is your favorite IDE for coding Django projects? > > screen + vim + pdb + bash > [+ lynx/dillo/firefox/epiphany for

Re: Your IDE of choice

2009-01-06 Thread bedros
I'm very happy with Komodo Edit 5.0 for editing python SyncroSVN client for subversion; not free, but it's cheap and worth the money; very happy with it. http://www.syncrosvnclient.com/ multi-platform and intuitive interface On Jan 6, 12:32 pm, Ovnicraft wrote: >

Re: Your IDE of choice

2009-01-06 Thread elithrar
I primarily use TextMate on OS X - before that, I used Coda but it didn't have a plugin architecture back then (for Django templates). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Your IDE of choice

2009-01-06 Thread Ovnicraft
2009/1/6 Berco Beute > > On Jan 6, 2:35 pm, Pigletto wrote: > > > So, Netbeans is currently my IDE of choice. Good svn integration, > > faster than eclipse and komodo, stable, nice markup highlighting. > > +1 > I'm using SciTe and emacs for simple, single

Re: Your IDE of choice

2009-01-06 Thread Berco Beute
On Jan 6, 2:35 pm, Pigletto wrote: > So, Netbeans is currently my IDE of choice. Good svn integration, > faster than eclipse and komodo, stable, nice markup highlighting. +1 I'm using SciTe and emacs for simple, single file editing. I've used pydev for a while but eclipse's

Re: Your IDE of choice

2009-01-06 Thread Vitaly Babiy
Bernard does komodo have a open files function (open file in project based on file name search) like there is text mate or gedit with plugin (gedit-openfiles). Vitaly Babiy On Tue, Jan 6, 2009 at 3:10 PM, Bernard wrote: > > I use Komodo IDE 5 everyday for every

Re: Your IDE of choice

2009-01-06 Thread Bernard
I use Komodo IDE 5 everyday for every Python/Django/PHP/Drupal projects at work and damn it works well. What I love about it: * Key bindings(shortcuts) for almost everything * Simple subversion integration so I don't have to switch to another window to commit something. * Search & Replace ,

Re: Your IDE of choice

2009-01-06 Thread Vitaly Babiy
Brain do you find it a little slow? Vitaly Babiy On Tue, Jan 6, 2009 at 12:00 PM, Brian wrote: > > For Python/Django I tend to like Komodo's Editor, as I am a fan of > auto-complete and $free. > > > --~--~-~--~~~---~--~~ You received this

Re: Your IDE of choice

2009-01-06 Thread Brian
For Python/Django I tend to like Komodo's Editor, as I am a fan of auto-complete and $free. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Your IDE of choice

2009-01-06 Thread Vitaly Babiy
9:02 am, "Trivedi, Apaar" <apaar.triv...@nymag.com> wrote: > >> > >> > I use Eclipse with PyDev and PyDev extensions. I really like it, but > I > >> > prefer the eclipse sort of IDE's. > >> > >> >

Re: Your IDE of choice

2009-01-06 Thread Santiago
;Trivedi, Apaar" <apaar.triv...@nymag.com> wrote: >> >> > I use Eclipse with PyDev and PyDev extensions. I really like it, but I >> > prefer the eclipse sort of IDE's. >> >> > ____ >> >> > From: django-users@googlegroups.

Re: Your IDE of choice

2009-01-06 Thread martyn
o:django-us...@googlegroups.com] On Behalf Of Damien Hou > > Sent: Tuesday, January 06, 2009 8:43 AM > > To: django-users@googlegroups.com > > Subject: Re: Your IDE of choice > > > TextMate with Django and Django Templates bundles is pretty neat > > > On Tue, Jan 6, 200

Re: Your IDE of choice

2009-01-06 Thread roberto
rom: django-users@googlegroups.com > [mailto:django-us...@googlegroups.com] On Behalf Of Damien Hou > Sent: Tuesday, January 06, 2009 8:43 AM > To: django-users@googlegroups.com > Subject: Re: Your IDE of choice > > TextMate with Django and Django Templates bundles is pretty

RE: Your IDE of choice

2009-01-06 Thread Trivedi, Apaar
-users@googlegroups.com Subject: Re: Your IDE of choice TextMate with Django and Django Templates bundles is pretty neat On Tue, Jan 6, 2009 at 7:48 PM, HB <hubaghd...@gmail.com> wrote: Hey, What is your favorite IDE for coding Django projects? Any ideas about PyDev and ActiveState Komo

Re: Your IDE of choice

2009-01-06 Thread Damien Hou
TextMate with Django and Django Templates bundles is pretty neat On Tue, Jan 6, 2009 at 7:48 PM, HB wrote: > > Hey, > What is your favorite IDE for coding Django projects? > Any ideas about PyDev and ActiveState Komodo IDE? > Thanks. > > > -- Best Regards, Damien

Re: Your IDE of choice

2009-01-06 Thread Pigletto
> I really like PyScripterhttp://pyscripter.googlepages.com/, its very > fast and has many, many features. Interesting but Windows only... -- Maciej Wisniowski --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Your IDE of choice

2009-01-06 Thread Pigletto
> What is your favorite IDE for coding Django projects? Netbeans -> see http://wiki.netbeans.org/Python > Any ideas about PyDev and ActiveState Komodo IDE? PyDev uses Eclipse so you must be prepared for huge amount of hangups, strange exceptions, lost workspaces, unpredictable behaviour etc.

Re: Your IDE of choice

2009-01-06 Thread bruno desthuilliers
On 6 jan, 12:48, HB wrote: > Hey, > What is your favorite IDE for coding Django projects? emacs (+ecb + python-mode + nxhtml-mode + javascript-mode + quite a lot of other plugins) > Any ideas about PyDev and ActiveState Komodo IDE? No.

Re: Your IDE of choice

2009-01-06 Thread David Marko
I really like PyScripter http://pyscripter.googlepages.com/ , its very fast and has many, many features. They even have a small readme for Django debugging, here http://pyscripter.googlepages.com/django David http://www.tcl-digitrade.com --~--~-~--~~~---~--~~

Re: Your IDE of choice

2009-01-06 Thread Nikolay Panov
You can try to read this one: http://code.djangoproject.com/wiki/Emacs Have a nice day, Nikolay. On Tue, Jan 6, 2009 at 15:59, HB wrote: > > Does it supports Django templates? or just Python code? editing? > > On Jan 6, 2:46 pm, "James Matthews"

Re: Your IDE of choice

2009-01-06 Thread sagi s
Pydev works pretty well, including visual debugging of the test server + test suite On Jan 6, 1:48 pm, HB wrote: > Hey, > What is your favorite IDE for coding Django projects? > Any ideas about PyDev and ActiveState Komodo IDE? > Thanks.

Re: Your IDE of choice

2009-01-06 Thread HB
Does it supports Django templates? or just Python code? editing? On Jan 6, 2:46 pm, "James Matthews" wrote: > Yes it is however i still find it to be very powerful and i really like it! > > On Tue, Jan 6, 2009 at 2:00 PM, Nikolay Panov wrote: > > >

Re: Your IDE of choice

2009-01-06 Thread Tim Chase
> What is your favorite IDE for coding Django projects? screen + vim + pdb + bash [+ lynx/dillo/firefox/epiphany for browsing] [+ sqlite3/mysql/psql for console database access] > Any ideas about PyDev and ActiveState Komodo IDE? Not tried either here. -tim

Re: Your IDE of choice

2009-01-06 Thread James Matthews
Yes it is however i still find it to be very powerful and i really like it! On Tue, Jan 6, 2009 at 2:00 PM, Nikolay Panov wrote: > > Emacs (23, +Rope, +auto-complete.el), indeed. > > Have a nice day, >Nikolay. > > > > On Tue, Jan 6, 2009 at 14:48, HB

Re: Your IDE of choice

2009-01-06 Thread Nikolay Panov
Emacs (23, +Rope, +auto-complete.el), indeed. Have a nice day, Nikolay. On Tue, Jan 6, 2009 at 14:48, HB wrote: > > Hey, > What is your favorite IDE for coding Django projects? > Any ideas about PyDev and ActiveState Komodo IDE? > Thanks. > > >

Re: Your IDE of choice

2009-01-06 Thread HB
But Python support in NetBeans is still under development, right? On Jan 6, 1:50 pm, "James Matthews" wrote: > Netbeans or WingIDE for me. > > On Tue, Jan 6, 2009 at 1:48 PM, HB wrote: > > > Hey, > > What is your favorite IDE for coding Django

Re: Your IDE of choice

2009-01-06 Thread James Matthews
Netbeans or WingIDE for me. On Tue, Jan 6, 2009 at 1:48 PM, HB wrote: > > Hey, > What is your favorite IDE for coding Django projects? > Any ideas about PyDev and ActiveState Komodo IDE? > Thanks. > > > -- http://www.goldwatches.com/ http://www.jewelerslounge.com/

Your IDE of choice

2009-01-06 Thread HB
Hey, What is your favorite IDE for coding Django projects? Any ideas about PyDev and ActiveState Komodo IDE? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send