Re: A better "manage.py shell" with syntax highlighting and multiline editing.

2014-10-13 Thread Aaron C. de Bruyn
That's awesome! Thanks. -A On Mon, Oct 13, 2014 at 8:35 AM, Jonathan S wrote: > Hi all, > > Two weeks ago I released the python-prompt-toolkit library with the > "ptpython" REPL. That is a nice python interactive shell with decent > multiline editing, syntax h

A better "manage.py shell" with syntax highlighting and multiline editing.

2014-10-13 Thread Jonathan S
Hi all, Two weeks ago I released the python-prompt-toolkit library with the "ptpython" REPL. That is a nice python interactive shell with decent multiline editing, syntax highlighting and autocompletion. For a list of all the features, see: http://github.com/jonathanslenders/pyt

Re: Syntax highlighting using vim

2014-06-27 Thread carlos
om/-DffF8O-GKkI/U61Av1sa6QI/AEM/iLTf1sXawkc/s1600/Sk%C3%A6rmbillede+2014-06-27+kl.+11.54.46.png> > Hi everybody. > > I have recently started to use django and I really enjoy it. However, I > can't seem to achieve the optimal syntax highlighting using vim. I > installed the

Syntax highlighting using vim

2014-06-27 Thread Christopher Schenk
<https://lh3.googleusercontent.com/-DffF8O-GKkI/U61Av1sa6QI/AEM/iLTf1sXawkc/s1600/Sk%C3%A6rmbillede+2014-06-27+kl.+11.54.46.png> Hi everybody. I have recently started to use django and I really enjoy it. However, I can't seem to achieve the optimal syntax highlighting u

Re: syntax highlighting for template files and file suffix

2011-08-23 Thread Tom Evans
On Tue, Aug 23, 2011 at 12:09 PM, Gelonida N wrote: > Hi, > > I'm rather new to Django and just start working with a little more with > templates. > > I wondered how to make a distinction between html files and html templates. > > Shall I used different suffixes or is the directory location enough

Re: syntax highlighting for template files and file suffix

2011-08-23 Thread Paul Schewietzek
With vim, you can ':setfiletype htmldjango' for django templates (on Debian 6 at least). Hope that helps. 2011/8/23 Herman Schistad > On Tue, Aug 23, 2011 at 13:09, Gelonida N wrote: > > I'm rather new to Django and just start working with a little more with > > templates. > > > > I wondered

Re: syntax highlighting for template files and file suffix

2011-08-23 Thread Herman Schistad
On Tue, Aug 23, 2011 at 13:09, Gelonida N wrote: > I'm rather new to Django and just start working with a little more with > templates. > > I wondered how to make a distinction between html files and html templates. > > Shall I used different suffixes or is the directory location enough. > > If I

syntax highlighting for template files and file suffix

2011-08-23 Thread Gelonida N
Hi, I'm rather new to Django and just start working with a little more with templates. I wondered how to make a distinction between html files and html templates. Shall I used different suffixes or is the directory location enough. If I don't have different file suffixes, how do you teach your

Re: Beta testers for a syntax highlighting widget

2010-01-04 Thread Bill Freeman
r templates.) The few of them that want to edit in html mode could well benefit from syntax highlighting, auto indent, etc. But they probably want to switch back and forth between code view and how it looks view, as people to with kupu, TinyMCE, etc., and they still will want to be able to edit

Re: Beta testers for a syntax highlighting widget

2010-01-03 Thread aditya
Anyone? Limited testing will do, I just want to make sure I haven't overlooked something. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send em

Beta testers for a syntax highlighting widget

2010-01-02 Thread aditya
Hi Django users, I'm working on a widget similar to the popular django-tinyMCE widget. I'm not a big fan of WYSIWYG editors, I prefer looking at the code...so I've created django-editarea, which provides live syntax highlighting plus a bunch of other features like line numbering and

Syntax highlighting

2007-04-28 Thread Ivan Sagalaev
I am developing a non-intrusive javascript syntax highlighter for use in blogs. Recently I've added support for highlighting Django templates and now I feel it can be indeed useful for people writing about Django. Check it out: http://softwaremaniacs.org/soft/highlight/en/ --~--~-~--~-

Re: Kate syntax highlighting for django html templates.

2006-09-23 Thread Matthew Marshall
I'd be glad to maintain it for kate! I just uploaded a new version. It highlights mismatched block/for/if/etc tags as errors. (Something I tend to do a lot.) I also changed the priority to 9, so that it doesn't compete for the html extention. (Sorry it took me so long to reply... I've been pr

Re: Kate syntax highlighting for django html templates.

2006-09-02 Thread Joseph Wenninger
Hi ! The highlighting description looks okay. If you are willing to maintaing it and to contribute it to the Kate project, we (the Kate developers) would be interested in putting it into: 1) the highlighting description update system 2) the base distribution for KDE 4 Just let me or [EMAIL P

Re: Kate syntax highlighting for django html templates.

2006-09-01 Thread Adrian Holovaty
On 8/25/06, Matthew Marshall <[EMAIL PROTECTED]> wrote: > I got sick of kate highlighting my django template vars/tags as errors, > so I put this together. It highlights tags, vars, filters, and > comments. You can also use Ctrl+[Shift+]D to [un]comment using {% > comment %}{% endcomment %}. > >

Kate syntax highlighting for django html templates.

2006-08-26 Thread Matthew Marshall
I got sick of kate highlighting my django template vars/tags as errors, so I put this together. It highlights tags, vars, filters, and comments. You can also use Ctrl+[Shift+]D to [un]comment using {% comment %}{% endcomment %}. It's really pretty simple, but I thought it was worth sharing. Ge

Re: Vim users - syntax highlighting for Django templates

2006-04-18 Thread Rudolph
Also have a look at: http://code.djangoproject.com/wiki/UsingVimWithDjango Rudolph --~--~-~--~~~---~--~~ 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@googlegroup

Re: Vim users - syntax highlighting for Django templates

2006-04-17 Thread aaloy
2006/4/17, Jeroen Ruigrok van der Werven : > For those of you who use vim, please see > > http://www.vim.org/scripts/script.php?script_id=1487 > > for some lovely syntax highlighting files by Dave Hodder. > > Thanks Dave, you were faster than me. :D > Thank you for the li

Vim users - syntax highlighting for Django templates

2006-04-17 Thread Jeroen Ruigrok van der Werven
For those of you who use vim, please see http://www.vim.org/scripts/script.php?script_id=1487 for some lovely syntax highlighting files by Dave Hodder. Thanks Dave, you were faster than me. :D -- Jeroen Ruigrok van der Werven --~--~-~--~~~---~--~~ You received