You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2019/09/02 12:47:04 UTC

[freemarker-site] branch master updated: Updated Eclipse plugin info

This is an automated email from the ASF dual-hosted git repository.

ddekany pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/freemarker-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 161eaca  Updated Eclipse plugin info
161eaca is described below

commit 161eaca4252ff1f07e4c0c2e606978ca6dba74fc
Author: ddekany <dd...@apache.org>
AuthorDate: Mon Sep 2 14:46:56 2019 +0200

    Updated Eclipse plugin info
---
 src/main/docgen/book.xml | 36 ++++++++++++++----------------------
 1 file changed, 14 insertions(+), 22 deletions(-)

diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml
index aeb29af..d4ad662 100644
--- a/src/main/docgen/book.xml
+++ b/src/main/docgen/book.xml
@@ -329,30 +329,22 @@ two freemarker.jar-s and unpredictable behavior!
           <tr>
             <td>Eclipse</td>
 
-            <td>Syntax highlight, syntax error marker, code completion for
-            macro names and bean property names.</td>
+            <td>Syntax highlighting (template language only), syntax error
+            markers, completion proposals for template language constructs and
+            data-model members.</td>
 
             <td><para>This plugin was developed at <link
-            xlink:href="http://tools.jboss.org/">JBoss Tools</link>, but since
-            then they have dropped it, and so what we link here is an
-            <quote>unofficial</quote> maintenance fork made by an individual,
-            not by JBoss (Red Hat), nor by Apache.</para><para>Eclipse update
-            site: <link
-            xlink:href="http://dl.bintray.com/freemarker/freemarker-ide/">http://dl.bintray.com/freemarker/freemarker-ide/</link></para><para>Report
-            bugs or contribute here: <link
-            xlink:href="https://github.com/ddekany/jbosstools-freemarker">https://github.com/ddekany/jbosstools-freemarker</link></para><para>Note:
-            If the plugin comes with an older FreeMarker version than the one
-            your application uses, it will mark the usage of too fresh
-            language features as errors. To fix this, find
-            <literal>freemarker*.jar</literal> inside the installed plugin,
-            under <literal>&lt;userHome&gt;/.eclipse/</literal> or under the
-            Eclipse installation directory (you may need to search inside
-            <literal>jar</literal>-s). Exit Eclipse, and overwrite it with the
-            <literal>freemarker.jar</literal> you want, but keep the file name
-            of the replaced <literal>jar</literal>. You may also need to find
-            and delete the extracted OSGi bundle under
-            <literal>configuration\org.eclipse.osgi</literal> for the changes
-            to take effect.</para></td>
+            xlink:href="http://tools.jboss.org/">JBoss Tools</link> by Red Hat
+            Inc., but since then they have dropped it, and so what we link
+            here is an <quote>unofficial</quote> maintenance fork made by an
+            individual, not by JBoss (Red Hat Inc.), nor by
+            Apache.</para><para><link
+            xlink:href="https://marketplace.eclipse.org/content/freemarker-ide">Eclipse
+            Marketplace page</link></para><para>Report bugs or contribute
+            here: <link
+            xlink:href="https://github.com/ddekany/jbosstools-freemarker">https://github.com/ddekany/jbosstools-freemarker</link></para><para>Eclipse
+            update site: <link
+            xlink:href="http://dl.bintray.com/freemarker/freemarker-ide/">http://dl.bintray.com/freemarker/freemarker-ide/</link></para></td>
           </tr>
 
           <tr>