Re: [PHP] Is there a decent design app ?

2011-11-26 Thread Robert Williams
On Nov 25, 2011, at 16:18, "Andreas" wrote: > Like you have /foo.css and for some reason or another you move it to > /lib/css and rename it to bar.css. > Now it'd be nice if an IDE was aware of all the references within a site > and update the affected urls. Check out PhpStorm from JetBrains. I

Re: [PHP] Is there a decent design app ?

2011-11-26 Thread Tamara Temple
Andreas wrote: > Is there a decent design app that can automatically update links > within the pages of a php site whenever a referred file gets moved or > renamed? > > Like you have /foo.css and for some reason or another you move it to > /lib/css and rename it to bar.css. > Now it'd be nice if

Re: [PHP] Is there a decent design app ?

2011-11-25 Thread muad shibani
you can use find and replace feature in some IDEs to accomplish your task .. Dreamweaver do the job but with links inside HTML code On Sat, Nov 26, 2011 at 2:17 AM, Andreas wrote: > Hi > > Is there a decent design app that can automatically update links within > the pages of a php site whenever

[PHP] Is there a decent design app ?

2011-11-25 Thread Andreas
Hi Is there a decent design app that can automatically update links within the pages of a php site whenever a referred file gets moved or renamed? Like you have /foo.css and for some reason or another you move it to /lib/css and rename it to bar.css. Now it'd be nice if an IDE was aware of al