Rajat
Rajat

Reputation: 34128

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

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

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

How can I prompt eclipse to actually open a new tab in the browser itself with the php page. I know it can be done by "external tools", just dont know how exactly to configure it.

Upvotes: 1

Views: 4052

Answers (1)

roy
roy

Reputation:

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

enjoy ;) Roy

Upvotes: 1

Related Questions