How do I open a new browser tab in Eclipse PDT?

When I run a PHP script in Eclipse, I can select different browsers to render my page and get different results.

But the results are still displayed in the browser output window in the eclipse itself.

How can I get eclipse to actually open a new tab in the browser itself using a php page. I know it can be done with "external tools", I just don't know how exactly to set it up.

+1


a source to share


1 answer


In the main menu -> Windows -> Preferences -> General -> Browser -> select the external browser radio button and preferred browser.



enjoy;) Roy

+1


a source







All Articles