com-fifesoft-autocomplete
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId> <artifactId>com-fifesoft-autocomplete</artifactId> <version>1.0.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId> <artifactId>com-fifesoft-autocomplete</artifactId> <version>1.0.0</version> <packaging>jar</packaging> <name>Autocomplete Library for RText</name> <description>Adds autocompletion to a text component. Provides a popup window with a list of autocomplete choices on a given keystroke, such as Crtrl+Space. </description> <url>http://www.fifesoft.com/autocomplete/</url> <licenses> <license> <name>GNU Lesser General Public License</name> <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://svn.fifesoft.com/viewvc-1.0.5/bin/cgi/viewvc.cgi/AutoComplete/?root=RSyntaxTextArea</url> <connection>http://svn.fifesoft.com/svn/RSyntaxTextArea/AutoComplete/trunk</connection> </scm> <developers> <developer> <name>Robert Futrell</name> <url>http://www.fifesoft.com</url> </developer> </developers> </project>