How to enable html editor in eclipse JUNO for phonegap app?

I am using eclipse JUNO as Android Developer Tools , I am developing a PhoneGap app so I need mobile html but it does not highlight html syntax. So how to include your own syntax ** and suggestions enter image description herefor html syntax. **

+3


source to share


2 answers


Thanks Every body I got my answer to form this link I summarized

In Eclipse Juno Go ..

Step1: Help => Install New Software ..

Step2: Select the Juno repository ( http://download.eclipse.org/releases/juno/ ) from the "Work With:" menu:

Step 3. In the search box, enter "web" to filter the results and select "Web Page Editor":

Step4: Click Next:

Step 5. Accept the terms and click "Finish":



Step7: you can see it - just click OK:

Step8: Click Yes when ready:

If the color of the html files doesn't change (only black) you should go

step9: Window => Settings Menu as shown:
Then for both * .htm and * .html

Step 10: Click "HTML Editor" in the window below and click "Default" and "OK" to apply.

Now open the HTML
editor Check the Eclipse HTML editor

enter image description here

+1


source


Eclipse Juno has html tags by default.

Try File-> New -> file -> FileName.html -> Finish.Now try pasting your code into that file.



Use Ctrl + Space for suggestions.

enter image description here

+2


source







All Articles