On Tue, 28 Mar 2006 15:02:46 -0800 Robert Roessler <[EMAIL PROTECTED]> wrote:
>Scaracco wrote: >> I use SciTE mostly for PHP development and I was looking for a method >> to see the generated html code of a php file I'm editing. I run a >> local webserver (Apache). I want to run this via the "Go" command >> (F5). My approach is to give the full path of the file to a batch >> file (html.bat) that >> [snipped lots of work] > >Why not have a local browser access the .php on your local Apache, >then tell your browser you want to see the HTML source of the >resulting page? Even if you then copy and paste the generated source >into SciTE, this still sounds easier... :) That could be done via the go command, maybe something like: mozilla http://mydevsite/myfile.php maybe it is possible to tell Mozilla something like 'open composer window' (rtfm) and one other issue ist to modify the local file path to path used in get-request to apache. But that can be done via sed or some s||| replacements in a perl codeline. So, it shoulb be possible to view the resulting code via the go command. ervin > >Robert Roessler >[EMAIL PROTECTED] >http://www.rftp.com >_______________________________________________ >Scite-interest mailing list >[email protected] >http://mailman.lyra.org/mailman/listinfo/scite-interest -- Ervin Peters Auf dem Steinberge 14 D-99425 Taubach +49 172 2043926 _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
