Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4763694 By: fabioz
Hi Tom, There are no plans to implement PSP like syntax (pydev is currently only oriented towards support for the python language and has no plans to support derivations of that). Now, syntax highlighting should be fairly easy to add to eclipse (there's a project that already gives HTML syntax which I think is nice: http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor which you can probably use as a base for the syntax highlighting for the html part -- and they include jsp already, so, you can take it as a base for how would the python integration act). Another option would be choosing something as turbogears or django which have actual python code and not python embedded in html (although if you have python embedded in html, I'd keep that python part to a minimum and work mostly with external modules -- using pydev -- anyways and use some other 'raw' html editor). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
