[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console ...

Max Rydahl Andersen mandersen at jboss.com
Fri Aug 25 06:12:45 EDT 2006


  User: mandersen
  Date: 06/08/25 06:12:45

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console 
                        plugin.xml
  Log:
  JBIDE-320 & HBX-735 customize HQL editor coloring
  
  Revision  Changes    Path
  1.55      +37 -1     jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -b -r1.54 -r1.55
  --- plugin.xml	10 Aug 2006 07:01:51 -0000	1.54
  +++ plugin.xml	25 Aug 2006 10:12:45 -0000	1.55
  @@ -413,7 +413,43 @@
                  value="seamapp"/>
         </exporter>
      </extension>
  +   <extension
  +         point="org.eclipse.ui.preferencePages">
  +      <page
  +            class="org.hibernate.eclipse.hqleditor.preferences.HQLEditorPreferencePage"
  +            id="org.hibernate.eclipse.hqleditor.preferences.HQLEditorPreferencePage"
  +            name="HQL editor">
  +         <keywordReference id="org.hibernate.eclipse.hqleditor.preferencekeywords"/>
  +      </page>
  +   </extension>
  +   <extension
  +         point="org.eclipse.core.runtime.preferences">
  +      <initializer class="org.hibernate.eclipse.hqleditor.preferences.PreferenceInitializer"/>
  +   </extension>
  +   <extension
  +         point="org.eclipse.ui.keywords">
  +      <keyword
  +            id="org.hibernate.eclipse.hqleditor.preferencekeywords"
  +            label="hql editor colors coloring highlighting query"/>
  +   </extension>
  +<!--   <extension
  +         point="org.eclipse.ui.themes">
  +      <themeElementCategory
  +            id="org.hibernate.eclipse.presentation.hql"
  +            label="HQL"/>
  +            
  +             <fontDefinition
  +            label="HQL editor text font"
  +            defaultsTo="org.eclipse.jface.textfont"
  +            categoryId="org.hibernate.eclipse.presentation.hql"
  +            id="org.hibernate.eclipse.presentation.hql.textfont">
  +         <description>
  +           The HQL editor text font is used by HQL editors.
  +         </description>
  +      </fontDefinition>
      
  +   </extension>
  +   -->
    
   <!-- Do not expose the facet before the id's are stable
    <extension
  
  
  



More information about the jboss-cvs-commits mailing list