Re: Django HTML Editor

2008-06-20 Thread James Matthews
Code completion is not about knowing or not knowing a language well. It saves time when you don't have to type in all the method/function/class/variable names. On Thu, Jun 19, 2008 at 9:22 AM, Gene Campbell <[EMAIL PROTECTED]> wrote: > > I just wrote that I use jEdit and although it's not

Re: Django HTML Editor

2008-06-19 Thread Gene Campbell
I just wrote that I use jEdit and although it's not great, I don't care. But, now after reading this thread, I'm starting to care. I'm learning python and django at the same time, and having some handy "code intelligence" would be nice - linking method usages to defs and code completion. I

Re: Django HTML Editor

2008-06-18 Thread Tai
I've been using jEdit for years as well. O. Rutherford has created Django and Djagno+HTML modes available on his personal site. The status says that they are not committed, and that he has split the original Django mode. http://www.rutherfurd.net/jedit/modes/index.html#django Cheers, Tai On

Re: Django HTML Editor

2008-06-16 Thread Daniel Hepper
There is a Dreamweaver Extension for Django template editing. http://store1.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail=en_us=1557518 Never tried it though, it was mentioned here on the list yesterday. Am Sonntag, den 15.06.2008, 12:36 +0200 schrieb James Matthews: > Thanks for

Re: Django HTML Editor

2008-06-15 Thread Ngu Soon Hui
Thanks everyone. So far what I can see is that there are a lot of editors that are either 1) Free 2) WYSIWYG 3) Support Django template But unfortunately non of them meets all the three criteria. Any more takers? On Jun 14, 2:06 pm, Ngu Soon Hui <[EMAIL PROTECTED]> wrote: > I want a

Re: Django HTML Editor

2008-06-15 Thread James Matthews
Thanks for this post! I am now trying Komodo Edit out. On Sun, Jun 15, 2008 at 8:23 AM, Gene Campbell <[EMAIL PROTECTED]> wrote: > > jEdit - I've used it for years; it is good but not great for django. > But, it's just a killer editor, I don't care. > > > On Sun, Jun 15, 2008 at 3:42 AM, mario

Re: Django HTML Editor

2008-06-15 Thread Gene Campbell
jEdit - I've used it for years; it is good but not great for django. But, it's just a killer editor, I don't care. On Sun, Jun 15, 2008 at 3:42 AM, mario <[EMAIL PROTECTED]> wrote: > > Hi, > > Have you tried using TinyMCE. It works and is compatible with Django > Templates including bundled

Re: Django HTML Editor

2008-06-14 Thread mario
Hi, Have you tried using TinyMCE. It works and is compatible with Django Templates including bundled templates such as flatpages, etc. The URL is http://tinymce.moxiecode.com/?id=powered_by_tinymce_mini. Also check out Bill De Hora web site,

Re: Django HTML Editor

2008-06-14 Thread Peter Melvyn
> I want a free HTML editor that is compatible with Django template's > syntax. I just want to edit my Django power application's HTML faster. > When I say compatible, I mean that the editor shouldn't screw up all > the Django template's tags and variables. If you are on Windows, you can try

Re: Django HTML Editor

2008-06-14 Thread oliver
Hi, I can really recommend e-editor (text mate clone for windows), uses the same textmate bundles so it knows django and django html. light weight and quick and good support. http://www.e-texteditor.com/ On Jun 14, 7:36 am, Ngu Soon Hui <[EMAIL PROTECTED]> wrote: > Forgot to mention, it would

Re: Django HTML Editor

2008-06-14 Thread Oscar Carlsson
I would go for Textmate (haven't tried E tho) even if it costs some money - it's a superb text editor! There are a few plugins for VIM that are very useful (especially http://tinyurl.com/cm4nm) for this kind of editing, but Textmate is a lot better. Oscar On Sat, Jun 14, 2008 at 1:19 PM,

Re: Django HTML Editor

2008-06-14 Thread Bradley Wright
On Jun 14, 7:06 am, Ngu Soon Hui <[EMAIL PROTECTED]> wrote: > I want a free HTML editor that is compatible with Django template's > syntax. I just want to edit my Django power application's HTML faster. > When I say compatible, I mean that the editor shouldn't screw up all > the Django template's

Re: Django HTML Editor

2008-06-14 Thread Andre Meyer
Hi You might wanna take a look at Komodo Edit.It supports Django templates. It's not WYSIWYG, though. cheers André On Sat, Jun 14, 2008 at 8:36 AM, Ngu Soon Hui <[EMAIL PROTECTED]> wrote: > > Forgot to mention, it would be

Re: Django HTML Editor

2008-06-14 Thread Ngu Soon Hui
Forgot to mention, it would be definitely helpful if there is a WYSIWYG editor available. Thanks On Jun 14, 2:06 pm, Ngu Soon Hui <[EMAIL PROTECTED]> wrote: > I want a free HTML editor that is compatible with Django template's > syntax. I just want to edit my Django power application's HTML