Menu

NppExec

2007-05-04
2012-11-14
  • Nobody/Anonymous

    I have been playing with the NppExec code to get it to play nicely with cygterm.  In particular, process execution and managment there after, as well as correcting the output, to not display uneeded \n's.  This has been tricky as one solution fixs cygterm, but breaks command.exe and vice versa.

    Anyone else working on this or have any suggestions?

     
    • Nobody/Anonymous

      I have already found a little bug in NppExec plugin. When I try to execute php script using php.exe file localed in C:\Program Files\VertrigoServ\Php\php.exe -l $(FULL_CURRENT_PATH) the console give me this communicate:

      C:\Program Files\VertrigoServ\Php\php.exe -l C:\Program Files\VertrigoServ\www\all\pewuesz_light\class\AuthClass.php
      Process started >>>
      Could not open input file: C:\Program<<< Process finished.
      ================ READY ================

      probably problem is in the space mark by "Program Files", Someone could fix that.

      by the way good work

      regards!

       
      • Mieszko Lassota

        Mieszko Lassota - 2007-05-17

        replace
        C:\Program Files\VertrigoServ\Php\php.exe -l $(FULL_CURRENT_PATH)

        with
        C:\Program Files\VertrigoServ\Php\php.exe -l "$(FULL_CURRENT_PATH)"

         
MongoDB Logo MongoDB