ANCIT / liquidhtmlide

IDE for Creating Themes using Liquid HTML
Eclipse Public License 2.0
0 stars 0 forks source link

Add Context menu called "Html Preview" on html Editor. #8

Open mahesh-msk opened 6 years ago

mahesh-msk commented 6 years ago

When right click on html editor show an context menu option called "Html Preview". By clicking on that 1.we have to open Dialog with the browse widget. 2.get the html code and replace all the liquid html code with some static values and pass the proper html code to browser to view the html preview.

akash811 commented 6 years ago

Approach to Issue 8

1) I'll create an context menu by name "Open with Browser" or HTML Preview on a html file. 2) I'll create a dialog class with Browser in it. 3) Will call up the dialog class in a Browser Handler. 4) Once I'm done with above i'll approach on how i'll fetch html code from the editor and replacing liquid html code with some static values.