Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop Eclipse-Kepler from showing live preview of html pages

Does any one know how to close the live preview of html pages?

in Kepler version of eclipse,
when i open a html page or a jsp page,
it displays the live preview alongside my code in Design tab.

This reduces my system performance and Eclipse starts Not Responding.

After few hours of working, eclipse keeps on displaying some random errors,

  1. Null pointer Reference
  2. No more handlers (and few more)

Is there a way to stop eclipse-kepler from displaying the live preview of html pages??

like image 519
harvish Avatar asked Dec 26 '22 11:12

harvish


1 Answers

You have to change the editor associated with html files. You can do it ad-hoc in the contextual menu of the file "Open With" and choose other editor

In a permanent way: Preferences -> General -> Editors -> File associations

like image 52
polypiel Avatar answered Mar 02 '23 18:03

polypiel