Adding module nicer description
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 08 Oct 2011 08:31:21 -0700
changeset 1764160444fe3bd4f
parent 17640 d251da89203a
child 17642 5affe325c2e8
Adding module nicer description
freemarker/src/org/netbeans/modules/freemarker/Bundle.properties
     1.1 --- a/freemarker/src/org/netbeans/modules/freemarker/Bundle.properties	Thu Oct 06 18:45:11 2011 +0200
     1.2 +++ b/freemarker/src/org/netbeans/modules/freemarker/Bundle.properties	Sat Oct 08 08:31:21 2011 -0700
     1.3 @@ -1,3 +1,7 @@
     1.4 +OpenIDE-Module-Long-Description=\
     1.5 +    Templates using freemarker come without syntax coloring by default. \
     1.6 +    This module improves the situation by filtering out the freemarker token and using the underlaying language colorings to the rest. \
     1.7 +    As a result Java templates properly highlight Java keywords, identifiers, special characters and comments.
     1.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.9  #
    1.10  # Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    1.11 @@ -36,4 +40,13 @@
    1.12  # However, if you add GPL Version 2 code and therefore, elected the GPL
    1.13  # Version 2 license, then the option applies only if the new code is
    1.14  # made subject to such option by the copyright holder.
    1.15 -OpenIDE-Module-Name=Freemarker support
    1.16 +OpenIDE-Module-Name=Freemarker templates
    1.17 +OpenIDE-Module-Display-Category=Editing
    1.18 +OpenIDE-Module-Short-Description=Nicer display of freemarker templates
    1.19 +OpenIDE-Module-Long-Description: \
    1.20 +   Templates using freemarker come without syntax coloring by default. \
    1.21 +   This module improves the situation by filtering out \
    1.22 +   the freemarker token and using the underlaying language colorings \
    1.23 +   to the rest. As a result Java templates properly highlight Java keywords, \
    1.24 +   identifiers, special characters and comments.
    1.25 +