开发者

How would I show an HTML page in Eclipse at Design Time?

When I'm writing crappy code in eclipse and I'm looking at a website for help I am constantly flipping back and forth between the browser and eclipse. To help me write crappy code faster is there a way to have a View that has a web page in it? I need to be a开发者_C百科ble to set the URL and if I'm navigating around the site have a button to have it return to the original URL. So a URL Address box and 1 favorite link.

BTW I'm not a Eclipse plugin developer.


  1. menu: window / show view / other ...
  2. enter browser in the search box on top
  3. select internal web browser

i would recommend you to install the web development tools

  1. menu: help / install new software
  2. select the software site for your eclipse installation (in my case it's "Helios - http://download.eclipse.org/releases/helios")
  3. enter "web" in the search bar (and wait a little bit) and select "Eclipse Web Developer Toos" and "Web Page Edtior (Optional)"


Just open your HTML file with web page editor. This will open in view where you can view the html code as well as the design it is going to create at run time.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜