Re: Is there an HTML editor that's Django-aware

2011-06-02 Thread Derek
On May 31, 3:26 pm, Tom Evans wrote: > On Mon, May 30, 2011 at 2:41 PM, Jacob Kaplan-Moss wrote: > > On Monday, May 30, 2011, BobX wrote: > >> If anyone from the Django Project itself is listening then can I (very > >>

Re: Is there an HTML editor that's Django-aware

2011-05-31 Thread Kenneth Gonsalves
On Tue, 2011-05-31 at 14:26 +0100, Tom Evans wrote: > > Where do you think such information should live? That is, at what > > point in your process of learning Django would information about > > editors have been helpful? Somewhere in the tutorial, or after? > > Before? > > > > Thanks, > > > >

Re: Is there an HTML editor that's Django-aware

2011-05-31 Thread Jean-Pierre De Villiers
I would suggest a section that all that newbies can visit on the website, with links to various text editors so that they can make their own decisions depending on their own personal preference etc. Cheers JP De Villiers On Tue, May 31, 2011 at 3:26 PM, Tom Evans

Re: Is there an HTML editor that's Django-aware

2011-05-31 Thread Tom Evans
On Mon, May 30, 2011 at 2:41 PM, Jacob Kaplan-Moss wrote: > On Monday, May 30, 2011, BobX wrote: >> If anyone from the Django Project itself is listening then can I (very >> humbly) suggest that some editor recommendations would make a real >> fine

Re: Is there an HTML editor that's Django-aware

2011-05-31 Thread Simon Connah
On 31 May 2011, at 00:20, AJ wrote: > If I can give my $0.02, the content can live anywhere, but how about at least > a link to the content within the initial "setting up django environment' > section? > > This way those who are just beginning programming and Django can know what do > they

Re: Is there an HTML editor that's Django-aware

2011-05-30 Thread Mike Dewhirst
On 30/05/2011 11:41pm, Jacob Kaplan-Moss wrote: On Monday, May 30, 2011, BobX wrote: If anyone from the Django Project itself is listening then can I (very humbly) suggest that some editor recommendations would make a real fine addition to the info on the site (useful

Re: Is there an HTML editor that's Django-aware

2011-05-30 Thread AJ
If I can give my $0.02, the content can live anywhere, but how about at least a link to the content within the initial "setting up django environment' section? This way those who are just beginning programming and Django can know what do they need to do and what are the pros and cons of an

Re: Is there an HTML editor that's Django-aware

2011-05-30 Thread Jacob Kaplan-Moss
On Monday, May 30, 2011, BobX wrote: > If anyone from the Django Project itself is listening then can I (very > humbly) suggest that some editor recommendations would make a real > fine addition to the info on the site (useful to n00b's like me > anyway). That's a good

Re: Is there an HTML editor that's Django-aware

2011-05-30 Thread BobX
Again, thanks to everyone who took the time out of their schedules to jot down a quick reply to my question. I'll go away and try some of the apps suggested. :D If anyone from the Django Project itself is listening then can I (very humbly) suggest that some editor recommendations would make a

Re: Is there an HTML editor that's Django-aware

2011-05-27 Thread Doug Ballance
Everyone has different requirements, but I'm one of those strange people who don't care about having a powerful editor. I don't want completion, or auto-anything. Just something that gets out of my way and lets me work. If something complex needs to be done on occasion, that's what the shell

Re: Is there an HTML editor that's Django-aware

2011-05-27 Thread Tom Evans
On Thu, May 26, 2011 at 9:05 PM, AJ wrote: > I'd like to know why people really like Vim if it is "a piece of shit" ? > Just want to know because I try to learn it everytime and I hear great > things about it. > > We're all coprophiliacs. But seriously.. One of the

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread James Robey
VIM is exceptionally portable and "no-frills" for those who are used to it. Emacs is similarly excellent for those that are accustomed to it as well. However, you will very naturally go between many, many editors over the course of your career. This particular persons's comment brings

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Simon Connah
Vim has a "Command-T" plugin that is inspired from the Textmate functionality and should work in the same manner (to an extent). http://www.vim.org/scripts/script.php?script_id=3025 (I don't use this plugin myself though as I find NERDtree more than capable and already has all the files in an

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Jordon Wii
+1 for Kate. I've used it for everything I've done in the last 3 years (plenty), and it's got good highlighting for Django templates. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread AJ
That seems right. Thanks for your suggestions, Shawn and Steven. On Thu, May 26, 2011 at 4:18 PM, Steven Robbins wrote: > I agree with Shawn. Any powerful text editor you use will take time to get > used to and customize for your purpose (in this case editing HTML and

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Steven Robbins
I agree with Shawn. Any powerful text editor you use will take time to get used to and customize for your purpose (in this case editing HTML and handling of django templates). Stick with one editor for a few weeks and decide what additional functionality you might need. Then do some searching

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Shawn Milochik
On 05/26/2011 04:05 PM, AJ wrote: I'd like to know why people really like Vim if it is "a piece of shit" ? Just want to know because I try to learn it everytime and I hear great things about it. Ignore that comment. It's ignorant flame-bait. Don't drag that conversation on. Try anything

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread AJ
I'd like to know why people really like Vim if it is "a piece of shit" ? Just want to know because I try to learn it everytime and I hear great things about it. On Thu, May 26, 2011 at 6:57 AM, Boštjan Mejak wrote: > Vim is a piece of shit. > > -- > You received this

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread william ratcliff
Wing works well with django templates and at least in the paid version, you can debug them... On Thu, May 26, 2011 at 1:28 PM, Boštjan Mejak wrote: > What does the MTN stand for? > > -- > You received this message because you are subscribed to the Google Groups > "Django

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Boštjan Mejak
What does the MTN stand for? -- 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 django-users+unsubscr...@googlegroups.com. For more

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread delegbede
ubject: Re: Is there an HTML editor that's Django-aware Vim is a piece of shit. -- 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

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Boštjan Mejak
> > Sent from my BlackBerry wireless device from MTN MTN? -- 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: Is there an HTML editor that's Django-aware

2011-05-26 Thread delegbede
Subject: Re: Is there an HTML editor that's Django-aware Thanks a lot Simon. This is probably OT: That was helpful but I thought I could dive in again with Vim and failed (at least for now). You see, I am now used to some of the things in textmate: * quick file switching. Textmate has Cmd+T and t

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Boštjan Mejak
Vim is a piece of shit. -- 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 django-users+unsubscr...@googlegroups.com. For more

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Steven Robbins
AJ, I found these videos to be quite useful when I was learning to use vim. http://vimeo.com/user1690209/videos Steve On 26 May 2011 04:32, AJ wrote: > Thanks a lot Simon. This is probably OT: > > That was helpful but I thought I could dive in again with Vim and failed

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread Boštjan Mejak
Well, Komodo Edit does support Django syntax but it has some issues with Django template tags. Specifically, as I have tested anyway, the block tag is kind of a mistery to Komodo Edit, but that'll probably get fixed in the next version. So I strongly encourage you to use Komodo Edit. Other editors

Re: Is there an HTML editor that's Django-aware

2011-05-25 Thread AJ
Thanks a lot Simon. This is probably OT: That was helpful but I thought I could dive in again with Vim and failed (at least for now). You see, I am now used to some of the things in textmate: * quick file switching. Textmate has Cmd+T and type the file name for quick switching * a project. I

Re: Is there an HTML editor that's Django-aware

2011-05-25 Thread Matteius
I am pycharmed by pycharm. It is a very good way to edit Django models, views and templates. On May 24, 1:47 pm, shofty wrote: > why not use a python ide that is html aware? > pycharm by jetbrains is good. > > On May 24, 6:49 pm, AJ wrote: > > > > >

Re: Is there an HTML editor that's Django-aware

2011-05-24 Thread Simon Connah
On 24 May 2011, at 18:49, AJ wrote: > Simon, > > Can you please give details of plugins that you use for Python/Django in > MacVim? > > Thanks, > AJ Sure. I use this plugin collection: https://github.com/carlhuda/janus as well as this extra plugin:

Re: Is there an HTML editor that's Django-aware

2011-05-24 Thread shofty
why not use a python ide that is html aware? pycharm by jetbrains is good. On May 24, 6:49 pm, AJ wrote: > Simon, > > Can you please give details of plugins that you use for Python/Django in > MacVim? > > Thanks, > AJ > > On Tue, May 24, 2011 at 12:51 PM, Simon Connah >

Re: Is there an HTML editor that's Django-aware

2011-05-24 Thread AJ
Simon, Can you please give details of plugins that you use for Python/Django in MacVim? Thanks, AJ On Tue, May 24, 2011 at 12:51 PM, Simon Connah wrote: > > On 20 May 2011, at 21:18, Kevin Monceaux wrote: > > > On Fri, May 20, 2011 at 07:51:06AM -0400, Brian Bouterse

Re: Is there an HTML editor that's Django-aware

2011-05-24 Thread Simon Connah
On 20 May 2011, at 21:18, Kevin Monceaux wrote: > On Fri, May 20, 2011 at 07:51:06AM -0400, Brian Bouterse wrote: > >> +1 for vim > > I'll second that motion. I've tried numerous other editors and keep > sticking with vim for almost everything. I do use emacs for my e-mail > editor, with

Re: Is there an HTML editor that's Django-aware

2011-05-24 Thread Тимур Зарипов
+1 for Aptana -- it's Eclipse-based IDE, so Eclipse plugins are also available (Aptana + Mylyn in my case). On Sat, May 21, 2011 at 2:19 AM, W Craig Trader wrote: > On 05/20/2011 05:54 AM, BobX wrote: > >> Pretty obvious question, but is there any recommended HTML editor

Re: Is there an HTML editor that's Django-aware

2011-05-23 Thread Shawn Milochik
I also used TextMate for a couple of years then switched to Komodo Edit. I like it a lot more. Now I'm using Ubuntu full-time at home & work, so it's also nice to have a cross-platform tool as well. As someone mentioned last week, it's possible to write macros for Komodo in Python, which is

Re: Is there an HTML editor that's Django-aware

2011-05-23 Thread AJ
I have been using TextMate and it works fine for me. There are many keyboard shortcuts also for various Django-HTML tags. For example: type if and press TAB and you get: {%if %} {% endif %} But I recently installed the free Komodo Edit and liked the better interface and code readability. I

Re: Is there an HTML editor that's Django-aware

2011-05-23 Thread Derek
On May 20, 8:58 pm, Shawn Milochik wrote: > +1 on Komodo Edit (I use the free one for almost all of my coding). > > I don't know exactly to what extent it handles Django template tags in > HTML, but it's never tripped me up, which is something, anyway. > > Shawn Another +1 for

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread bedros
Agree, Komodo is the best source editor on the planet. I recently started writing macros (in python) for Komodo; and it's so powerful; you can also create a simple shell command pass filename (being edited) as %F, also user input as %ask. On May 20, 3:19 pm, W Craig Trader

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread W Craig Trader
On 05/20/2011 05:54 AM, BobX wrote: Pretty obvious question, but is there any recommended HTML editor that won't munch the Django template codes? I was using Amaya to form my pages, but after a couple of what-the-heck moments, I discovered that it sporadically "eats" the template codes - ones in

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Kevin Monceaux
On Fri, May 20, 2011 at 07:51:06AM -0400, Brian Bouterse wrote: > +1 for vim I'll second that motion. I've tried numerous other editors and keep sticking with vim for almost everything. I do use emacs for my e-mail editor, with Mutt as my mail client. -- Kevin http://www.RawFedDogs.net

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Shawn Milochik
+1 on Komodo Edit (I use the free one for almost all of my coding). I don't know exactly to what extent it handles Django template tags in HTML, but it's never tripped me up, which is something, anyway. Shawn -- You received this message because you are subscribed to the Google Groups

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Boštjan Mejak
Use Komodo Edit. It's free and it is the best source code editor on the planet. -- 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: Is there an HTML editor that's Django-aware

2011-05-20 Thread william ratcliff
I am not affiliated with them, but I find Wing IDE to work extremely well. William On Fri, May 20, 2011 at 11:28 AM, Graeck wrote: > http://e-texteditor.com/ > > And use TextMate's Django bundle. > > More info: http://code.djangoproject.com/wiki/TextMate > > -- > You received

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Graeck
http://e-texteditor.com/ And use TextMate's Django bundle. More info: http://code.djangoproject.com/wiki/TextMate -- 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

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Javier Guerra Giraldez
On Fri, May 20, 2011 at 4:54 AM, BobX wrote: > Platforms I've got available are Linux or Windows. Kate does it. and hence, _every_ KDE application -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Kenneth Gonsalves
On Fri, 2011-05-20 at 07:51 -0400, Brian Bouterse wrote: > +1 for vim I am trying out emacs - is pretty good for both python and django. -- regards KG http://lawgon.livejournal.com Coimbatore LUG rox http://ilugcbe.techstud.org/ -- You received this message because you are subscribed to the

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Brian Bouterse
+1 for vim On Fri, May 20, 2011 at 6:51 AM, Tom Evans wrote: > On Fri, May 20, 2011 at 10:54 AM, BobX wrote: > > Pretty obvious question, but is there any recommended HTML editor that > > won't munch the Django template codes? I was using Amaya to

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Tom Evans
On Fri, May 20, 2011 at 10:54 AM, BobX wrote: > Pretty obvious question, but is there any recommended HTML editor that > won't munch the Django template codes? I was using Amaya to form my > pages, but after a couple of what-the-heck moments, I discovered that > it

Is there an HTML editor that's Django-aware

2011-05-20 Thread BobX
Pretty obvious question, but is there any recommended HTML editor that won't munch the Django template codes? I was using Amaya to form my pages, but after a couple of what-the-heck moments, I discovered that it sporadically "eats" the template codes - ones in table definitions being particularly