PDT Eclipse to auto upload on save

前端 未结 7 529
情歌与酒
情歌与酒 2020-12-17 04:55

I am migrating from a Dreamweaver forced working environment to a free-of-choice one. That said I must say I was rather enthusiastic about being able to use Dreamweaver PDT.

相关标签:
7条回答
  • 2020-12-17 05:47

    As my answer in THIS question :

    This is my suggestion and it is not quick way to do this, but very customizable. In eclipse you can set external tools.That means, you can set a php/java script file as external program and send some params that eclipse gives you(${resource_loc} ${project_name} ${resource_path}). So with script file you can login to SSH or FTP or what ever you want and sync your file or project with remote system. Just in External Tools Configuration window in eclipse you must set Location to /usr/bin/php and in Arguments, you can set script path with eclipse variables as script args. At last you should assign some short key to external program IF Possible.

    0 讨论(0)
提交回复
热议问题