Jump to content
The Uniform Server Community

Using EditPlus3 with Uniform Server


chopcow
 Share

Recommended Posts

Now that I have Uniform Server, I was excited at the prospect of being able to edit PHP code and see the parsed results by quickly clicking CTRL+B in EditPlus.

However, it doesn't work, because it doesn't default to localhost/phpfile.php

 

Anyone know of some way to configure EditPlus to get it to automatically goto localhost so I can see a preview of my parsed PHP content?

If not, how do most of you preview your PHP code. Any feedback is appreciated. Thanks.

Link to comment
Share on other sites

Start EditPlus:

 

you have to add the webroot in

Tools
>
Preferences
> "
Tools
"

 

to "
Webserver Root Directory
", click "
Add
"

 

enter:

webserver IP or host name
:
localhost

web server root directory
:
w:\www

 

that reads as:

map any file edited in
w:\www\...
to

Ctrl+B opens your preview.

 

BTW. That applies also to TopStyle and others (usually called Mapping)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...