myeclipse2013 Installation freemarker IDE

myeclipse2013 Installation freemarker IDE

(A) open http://sourceforge.net/projects/freemarker-ide/files/  download the latest version now when I downloaded the latest version is: freemarker-ide-0.9.14

(B) to unzip the folder into hudson.freemarker_ide_0.9.14 MyEclipse install directory under plugins

  Found freemarker-2.3.6.jar package is under freemarker_ide_0.9.14 earlier version,

Replace it with a new freemarker-2.3.20.jar, the MANIFEST.MF in the Bundle-ClassPath also changed freemarker-2.3.20.jar

Then find \ configuration \ org.eclipse.equinox.simpleconfigurator \ bundles.info files in the MyEclipse install directory,

At the end of the file add a line configuration code:

freemarker_ide, 0.9.14, File: / MyEclipse install directory /plugins/freemarker_ide_0.9.14/,4,false

My personal:

freemarker_ide,0.9.14,file:/D:/ProgramFile_win10/myeclipse/plugins/freemarker_ide_0.9.14/,4,false

(Note that "," is divided into four)

 

(Three) and then restart MyEclipse will automatically be prompted to install the plug.
(D) If the installation is successful, the window - FreeMarker Editor, a new content appears> Preferences tree left column
> Editors - - (e) in General> Settings * under way to open the File Associations .ftl : Freemarker Editor as Default, click OK.

(F) If all goes well, open .ftl file, the code will be highlighted, as well as automatically prompts Oh!

@. Posted 2017-04-06 11:44 small day yy_sina read ( ... ) Comments ( ... ) edit collections
Published 42 original articles · won praise 4 · Views 4627

Guess you like

Origin blog.csdn.net/lucasxt/article/details/90259605