Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 able 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.

like image 758
1.21 gigawatts Avatar asked Feb 24 '23 19:02

1.21 gigawatts


2 Answers

  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)"
like image 198
Alex_M Avatar answered Mar 06 '23 09:03

Alex_M


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.

like image 38
Kantawala Aliasgar Avatar answered Mar 06 '23 08:03

Kantawala Aliasgar