File: control

package info (click to toggle)
autocomplete 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 596 kB
  • sloc: java: 5,190; xml: 120; makefile: 10
file content (51 lines) | stat: -rw-r--r-- 2,228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: autocomplete
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Benjamin Mesing <ben@debian.org>
Build-Depends: debhelper (>= 9), javahelper (>= 0.4), maven-repo-helper, ant
Build-Depends-Indep: default-jdk, default-jdk-doc, librsyntaxtextarea-java (>= 2.5), librsyntaxtextarea-java-doc  (>= 2.5)
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-java/autocomplete.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/autocomplete.git
Homepage: http://fifesoft.com/autocomplete/

Package: libautocomplete-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Suggests: libautocomplete-java-doc
Description: Java library for auto-completion in text component
 AutoComplete is a library allowing you to add IDE-like auto-completion
 (aka "code completion" or "Intellisense") to any Swing JTextComponent.
 Special integration is added for RSyntaxTextArea.
 .
 It features:
  * Drop-down completion choice list
  * Optional companion "description" window, complete with full HTML
    support and navigable with hyperlinks
  * Optional parameter completion assistance for functions/methods,
    ala Eclipse and NetBeans
  * Completion information is typically specified in an XML file,
    but can even be dynamic.

Package: libautocomplete-java-doc
Architecture: all
Section: doc
Depends: ${java:Depends}, ${misc:Depends}
Recommends: default-jdk-doc, librsyntaxtextarea-java-doc
Suggests: libautocomplete-java
Description: Java library for auto-completion in text component (documentation)
 AutoComplete is a library allowing you to add IDE-like auto-completion
 (aka "code completion" or "Intellisense") to any Swing JTextComponent.
 Special integration is added for RSyntaxTextArea.
 .
 It features:
  * Drop-down completion choice list
  * Optional companion "description" window, complete with full HTML
    support and navigable with hyperlinks
  * Optional parameter completion assistance for functions/methods,
    ala Eclipse and NetBeans
  * Completion information is typically specified in an XML file,
    but can even be dynamic.
 .
 This package contains the API documentation of libautocomplete-java.