Update of /cvsroot/squirrel-sql/sql12/web-site
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7304/web-site
Modified Files:
plugins.html
Log Message:
Add completion plugin to plugins page
Index: plugins.html
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/web-site/plugins.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** plugins.html 27 Apr 2004 12:11:21 -0000 1.9
--- plugins.html 19 May 2004 02:09:40 -0000 1.10
***************
*** 12,15 ****
--- 12,21 ----
allows developers to enhance the functionality of SQuirreL without having to
rebuild the SQuirreL application itself.</p>
+ <p>The <a href="#stable">stable plugins</a> are designed for the <a
+ href="http://sourceforge.net/project/showfiles.php?group_id=28383&package_id=29193">Stable</a>
+ release of SQuirreL and the <a href="#beta">beta plugins</a> are designed for the <a
+ href="http://sourceforge.net/project/showfiles.php?group_id=28383&package_id=22079">beta</a>
+ version of SQuirreL.</p>
+ <p>The source for each plugin is supplied with it.</p>
</td>
<td class="body_right_border"> </td>
***************
*** 37,43 ****
page and unpack
it into the plugins directory within the SQuirreL SQL Client
! application directory.</p>
! <p>Please be sure that you select the "use folder names" option. The
! source for each plugin is supplied with it.</p>
</td>
<td class="body_right_border"> </td>
--- 43,47 ----
page and unpack
it into the plugins directory within the SQuirreL SQL Client
! application directory. Please be sure to preserve the directory structure when you unpack the files.</p>
</td>
<td class="body_right_border"> </td>
***************
*** 59,63 ****
<td class="body_left_border"> </td>
<td width='100%' bgcolor="white" valign="top">
! <h1 class="body">Stable Plugins</h1>
<!-- jEdit plugin -->
--- 63,67 ----
<td class="body_left_border"> </td>
<td width='100%' bgcolor="white" valign="top">
! <h1 class="body"><a name="stable">Stable Plugins</a></h1>
<!-- jEdit plugin -->
***************
*** 275,279 ****
<td class="body_left_border"> </td>
<td width='100%' bgcolor="white" valign="top">
! <h1 class="body">Beta Plugins</h1>
<!-- MySQL Plugin. -->
--- 279,283 ----
<td class="body_left_border"> </td>
<td width='100%' bgcolor="white" valign="top">
! <h1 class="body"><a name="beta">Beta Plugins</a></h1>
<!-- MySQL Plugin. -->
***************
*** 364,367 ****
--- 368,394 ----
</table>
+ <!-- SQL Entry Completion Plugin. -->
+ <table width="100%" border="0" cellpadding="4" cellspacing="0">
+ <tr>
+ <td width="50%">
+ <p><a href="http://sourceforge.net/project/showfiles.php?group_id=28383&package_id=64864&release_id=239088">SQL Entry Completion Plugin</a> by
+ <a href="https://sourceforge.net/sendmessage.php?touser=776065">Gerd Wagner</a>
+ <br>Version 0.10 released 18 May 2004</p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><p><em>Requirements:</em> SQuirreL SQL Client 1.2beta5+ and JDK1.4.1+</p></td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <p>This plugin offers code completion in much the same
+ way as modern IDEs do. You use code completion through
+ the standard ctrl space key. Completion works on
+ tables, views, columns catalogs, schemas, aliases and
+ SQL keywords.</p>
+ </td>
+ </tr>
+ </table>
+
<!-- SQL Scripts Plugin. -->
<hr size="1"/>
|