Jim Steil
jim.steil at customcall.com
Fri Dec 23 12:40:22 EST 2005
I know that I can use any number of different editors that are 'Ok' for the job, or even 1/2 of the job. What I'm looking for is ONE editor that is good at both Python and HTML (syntax highlighting, code completion, etc) all in one tool. The way I've got my stuff coded, there isn't one bit of python in my HTML pages and only a tiny bit of HTML in my Python scripts that I'm passing back to the HTML template. I'd like to be able to setup something like a 'project' in an IDE that let me click on any of the files there and edit them. I'd like to be able to preview the html as I build it without having to jump to a browser. I'd like to drag-n-drop some html tags onto a palette and have it generate code. But, I don't want to use something as bulky as Eclipse. Any ideas. I appreciate the input already given, but am looking for something a bit more all-encompassing. -Jim Jim Steil VP of Application Development CustomCall Data Systems (608) 274-3009 x286 Gregory (Grisha) Trubetskoy wrote: > > > On Fri, 23 Dec 2005, Roberto Sanchez wrote: > >> Vim would fit the bill nicely. You can even customize your syntax >> highlighting, which have done for when I am editing PSPs. > > Yep, lots of folks use vim. I use emacs - the Python mode is great. It > doesn't do anything special for PSP, just treats it like HTML, but I > consider that a feature because it discourages you from putting too > much code inside a PSP file ;) > > Grisha > . > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20051223/76cb0948/attachment.html
|