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

Max Rydahl Andersen mandersen at jboss.com
Thu Sep 21 18:58:36 EDT 2006


  User: mandersen
  Date: 06/09/21 18:58:36

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/views  
                        SchemaExportAction.java QueryParametersPage.java
  Log:
  HBX-763 open hql and criteria editor should always be active
  HBX-762 Show run button and console combo inside the query/criteria editor
  
  Revision  Changes    Path
  1.11      +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/views/SchemaExportAction.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SchemaExportAction.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/views/SchemaExportAction.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- SchemaExportAction.java	7 Jul 2006 13:51:09 -0000	1.10
  +++ SchemaExportAction.java	21 Sep 2006 22:58:36 -0000	1.11
  @@ -86,7 +86,7 @@
   															cnt
   															- 1
   															+ " error(s) while performing SchemaExport, see Error Log for details",
  -															null );
  +															(Throwable)null );
   							}
   						}
   						return null;
  
  
  
  1.6       +3 -3      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/views/QueryParametersPage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: QueryParametersPage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/views/QueryParametersPage.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- QueryParametersPage.java	21 Jul 2006 12:42:03 -0000	1.5
  +++ QueryParametersPage.java	21 Sep 2006 22:58:36 -0000	1.6
  @@ -63,8 +63,8 @@
   import org.hibernate.console.ConsoleQueryParameter;
   import org.hibernate.console.ImageConstants;
   import org.hibernate.console.QueryInputModel;
  +import org.hibernate.eclipse.console.QueryEditor;
   import org.hibernate.eclipse.console.utils.EclipseImages;
  -import org.hibernate.eclipse.hqleditor.HQLEditor;
   import org.hibernate.hql.classic.ParserHelper;
   import org.hibernate.type.NullableType;
   import org.hibernate.type.Type;
  @@ -98,10 +98,10 @@
   		}
   	};
   
  -	private final HQLEditor editor;
  +	private final QueryEditor editor;
   
   		
  -	public QueryParametersPage(HQLEditor editor) {
  +	public QueryParametersPage(QueryEditor editor) {
   		this.editor = editor;
   		model = editor.getQueryInputModel();
   	}
  
  
  



More information about the jboss-cvs-commits mailing list