Revision: 6364
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6364&view=rev
Author: gerdwagner
Date: 2011-08-18 00:58:11 +0000 (Thu, 18 Aug 2011)
Log Message:
-----------
Basics about Query Builder
Modified Paths:
--------------
trunk/sql12/plugins/graph/src/main/resources/doc/readme.html
Modified: trunk/sql12/plugins/graph/src/main/resources/doc/readme.html
===================================================================
--- trunk/sql12/plugins/graph/src/main/resources/doc/readme.html 2011-08-17 19:52:27 UTC (rev 6363)
+++ trunk/sql12/plugins/graph/src/main/resources/doc/readme.html 2011-08-18 00:58:11 UTC (rev 6364)
@@ -43,10 +43,28 @@
save them. When the session is later re-opened, the previously saved graph tabs
are restored.</P>
<LI><P>The Graph plugin works best if you use the SQL Scripts plugin
- too. The SQL Scripts is available in the installer, or from within SQuirreL using
+ too. The SQL Scripts is available in the installer, or from within SQuirreL using
the update feature.
</UL>
+<P><FONT SIZE=5>Query Builder</FONT></P>
+<P>The Graph Plugin provides a Query Builder. Besides the default and
+Zoom/Print modes described above Query Builder is a new mode of the
+Graph Plugin. The Query Builder brings along several enhancements:</P>
+<UL>
+ <LI><P>The user can define constraint lines using drag and drop on
+ columns with shift key down. User defined constraint lines are of
+ blue color and can be right clicked to be configured or removed.</P>
+ <LI><P>Multiple tables can be selected (ctrl key down) and moved
+ simultaneously.</P>
+ <LI><P>A Graph can be viewed in separate window.</P>
+ <LI><P>Tables can be dragged from the Object tree to a Graph window.
+ For convenience there is a new Session tool bar button that creates
+ a new Graph window and places it right besides the Session's Object
+ tree.</P>
+ <LI><P>Graphs have a Kick off/Start button on the lower left of a
+ Graph panel to give more intuitive access to Graph functions.</P>
+</UL>
<P><BR><BR>
</P>
</BODY>
-</HTML>
+</HTML>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|