File: control

package info (click to toggle)
rsyntaxtextarea 2.5.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 8,012 kB
  • sloc: java: 116,689; xml: 433; sh: 122; makefile: 4
file content (66 lines) | stat: -rw-r--r-- 2,330 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: rsyntaxtextarea
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Vladimir Kotov <vladimir@kotov.lv>,
 Benjamin Mesing <ben@debian.org>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 default-jdk-doc,
 gradle-debian-helper,
 javahelper,
 maven-repo-helper
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/rsyntaxtextarea.git
Vcs-Browser: https://salsa.debian.org/java-team/rsyntaxtextarea
Homepage: http://fifesoft.com/rsyntaxtextarea/

Package: librsyntaxtextarea-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Suggests: librsyntaxtextarea-java-doc
Description: Java library for syntax highlighting text component
 RSyntaxTextArea extends JTextComponent so it integrates completely
 with the standard javax.swing.text package. It is fast and efficient, and
 can be used in any application that needs to edit or view source code.
 .
 Some of RSyntaxTextArea's features include:
  * Syntax highlighting for over 25 programming languages
  * Find/Replace with standard options
  * Loading and saving of local or remote files
  * User-defined macros
  * Code templates
  * Unlimited undo/redo
  * Drag and drop
  * Edit with multiple fonts simultaneously
  * Bracket matching
  * Current line highlighting
  * Clickable hyperlinks (only certain languages)

Package: librsyntaxtextarea-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: default-jdk-doc
Suggests: librsyntaxtextarea-java
Description: Java library for syntax highlighting text component (documentation)
 RSyntaxTextArea extends JTextComponent so it integrates completely
 with the standard javax.swing.text package. It is fast and efficient, and
 can be used in any application that needs to edit or view source code.
 .
 Some of RSyntaxTextArea's features include:
  * Syntax highlighting for over 25 programming languages
  * Find/Replace with standard options
  * Loading and saving of local or remote files
  * User-defined macros
  * Code templates
  * Unlimited undo/redo
  * Drag and drop
  * Edit with multiple fonts simultaneously
  * Bracket matching
  * Current line highlighting
  * Clickable hyperlinks (only certain languages)
 .
 This package contains the API documentation of librsyntaxtextarea-java.