Eclipse Template Editor plugin

From Chunk Java Template Engine

(Difference between revisions)
Jump to: navigation, search
Tom McClure (Talk | contribs)
(Created page with "Installing the plugin: # Download the plugin jar from google code. # Find your Eclipse installation's "dropins" folder and copy the plugin jar into that folder. #* On OSX, this ...")
Newer edit →

Revision as of 19:24, 27 May 2011

Installing the plugin:

  1. Download the plugin jar from google code.
  2. Find your Eclipse installation's "dropins" folder and copy the plugin jar into that folder.
    • On OSX, this is /Applications/eclipse/dropins/
  3. Restart Eclipse.
  4. In Eclipse Preferences, find settings panel for File Associations. Should be in
    • General -> Editors -> File Associations
  5. Click the Add... button and add *.chtml
    • Select *.chtml and click the other "Add..." button down by the "Associated Editors" list below.
    • From the list of "Internal Editors" (make sure "External Programs" is not checked), scroll down and select
      • "HTML Chunk Template Editor"
  6. Repeat step 5 for *.cxml (and whatever other extensions you wish to use for your templates).
  7. (Optional) Add "HTML Chunk Template Editor" to the list of available editors for *.html files. I make it the default but of course this is up to you.