Site updates: Eclipse plugin installation instructions.
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/81386c77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/81386c77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/81386c77 Branch: refs/heads/asf-site Commit: 81386c772c6971becbe63ebbff3f129a7a8a87b5 Parents: 9c22eec Author: ddekany <[email protected]> Authored: Sat Apr 23 11:28:53 2016 +0200 Committer: ddekany <[email protected]> Committed: Sat Apr 23 11:28:53 2016 +0200 ---------------------------------------------------------------------- editors.html | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/81386c77/editors.html ---------------------------------------------------------------------- diff --git a/editors.html b/editors.html index 5b91360..ba00c1a 100644 --- a/editors.html +++ b/editors.html @@ -68,16 +68,29 @@ ga('send', 'pageview'); macro names and bean property names.</td> - <td><p>Part of the JBoss Tools Project. Install like this: In - Eclipse, "Help" / "Eclipse - Marketplace...", search for "JBoss Tools", - "Install". A tree of checkboxes will appear, uncheck - all (by unchecking the root) except "FreeMarker IDE". - (On older Eclipse you may have to use the <a href="http://tools.jboss.org/downloads/">JBoss Tools - download page</a> instead.)</p><p>If the plugin comes - with a different FreeMarker version than the one your application - uses, it will mark the usage of too fresh language features as - errors, or the other way around. To fix this, find + <td><p>This is developed as part of the JBoss Tools + Project.</p><p>Currently (2016-04-23, FreeMarker 2.3.24) + it's highly recommended to install the nightly version instead of + the official stable. For that, in Eclipse, go to + "Help" / "Install New Software...", and + copy-paste + http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-freemarker_master/latest/all/repo/ + into the "Work with" field. Then expand the check box + tree appearing below, and select "FreeMarker IDE" + only, then "Next", "Next", + "Finish". This version works for Eclipse Mars too + (probably even for Luna), despite that it's in the Neon branch of + JBoss IDE.</p><p>Official stable version (not recommended at + the moment - see above): In Eclipse, "Help" / + "Eclipse Marketplace...", search for "JBoss + Tools", "Install". A tree of check boxes will + appear, uncheck all (by unchecking the root) except + "FreeMarker IDE". (On older Eclipse you may have to + use the <a href="http://tools.jboss.org/downloads/">JBoss + Tools download page</a> instead.)</p><p>Note: If the + plugin comes with a different FreeMarker version than the one your + application uses, it will mark the usage of too fresh language + features as errors, or the other way around. To fix this, find <code class="inline-code">freemarker*.jar</code> inside the installed plugin, under <code class="inline-code"><userHome>/.eclipse/</code> or under the Eclipse installation directory (you may need to search inside @@ -211,7 +224,7 @@ ga('send', 'pageview'); FreeMarker out-of-the-box.</p></div></div> </div> </div> <div class="site-footer"><div class="site-width"><div class="footer-top"><div class="col-left sitemap"><div class="column"><h3 class="column-header">Overview</h3><ul><li><a href="index.html">What is FreeMarker?</a></li><li><a href="freemarkerdownload.html">Download</a></li><li><a href="docs/app_versions.html">Version history</a></li><li><a href="history.html">About us</a></li><li><a itemprop="license" href="docs/app_license.html">License</a></li></ul></div><div class="column"><h3 class="column-header">Handy stuff</h3><ul><li><a href="http://freemarker-online.kenshoo.com/">Try template online</a></li><li><a href="docs/dgui_template_exp.html#exp_cheatsheet">Expressions cheatsheet</a></li><li><a href="docs/ref_directive_alphaidx.html">#directives</a></li><li><a href="docs/ref_builtins_alphaidx.html">?built_ins</a></li><li><a href="docs/ref_specvar.html">.special_vars</a></li></ul></div><div class="column"><h3 class="column-header">Community</h3><ul><li><a href="https://github.com/apach e/incubator-freemarker">FreeMarker on Github</a></li><li><a href="https://twitter.com/freemarker">Follow us on Twitter</a></li><li><a href="https://issues.apache.org/jira/browse/FREEMARKER/">Report a bug</a></li><li><a href="http://stackoverflow.com/questions/ask?tags=freemarker">Ask a question</a></li><li><a href="mailing-lists.html">Mailing lists</a></li></ul></div></div><div class="col-right"><ul class="social-icons"><li><a class="github" href="https://github.com/apache/incubator-freemarker">GitHub</a></li><li><a class="twitter" href="https://twitter.com/freemarker">Twitter</a></li><li><a class="stack-overflow" href="http://stackoverflow.com/questions/ask?tags=freemarker">Stack Overflow</a></li></ul><a class="xxe" href="http://www.xmlmind.com/xmleditor/" rel="nofollow" title="Edited with XMLMind XML Editor"><span>Edited with XMLMind XML Editor</span></a></div></div><div class="footer-bottom"><p><span class="last-updated"> Last generated: -<time itemprop="dateModified" datetime="2016-03-28T15:16:35Z" title="Monday, March 28, 2016 3:16:35 PM GMT">2016-03-28 15:16:35 GMT</time></span></p> <p class="copyright"> +<time itemprop="dateModified" datetime="2016-04-23T09:23:48Z" title="Saturday, April 23, 2016 9:23:48 AM GMT">2016-04-23 09:23:48 GMT</time></span></p> <p class="copyright"> © <span itemprop="copyrightYear">1999</span>â2016 <a itemtype="http://schema.org/Organization" itemprop="copyrightHolder" href="http://freemarker.org">The Apache Software Foundation</a>. All rights reserved. </p> </div></div></div></body>
