I currently use Notepad++ in Windows, it is based on Scintilla so the
editor is very similar to scite. The nice thing about the editor is
that it is very python friendly wrt to indentation, indentation guides
and folding. Very minimalistic and has the nice Firefox approach to
tabbing (Middle mouse click to close a file). It has syntax hilighting
and is free. http://notepad-plus.sourceforge.net/uk/site.htm

Its big advantage for me is that it has an easy plugin interface
through which i've created a plugin that can run python. The python
then has access to the editor context and content. So its easy to
create little python scripts that does things for me in the editor.
Python's become my editor scripting language.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to