summaryrefslogtreecommitdiff
path: root/editors/jedit/pkg-descr
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-22 13:18:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-22 13:18:19 +0000
commit002f34aa9bf83e4f0e0a8b96d7bbafad4054af01 (patch)
treeb4380b3f0c698c11d233582b1ee96c60f26e683d /editors/jedit/pkg-descr
parentUpdate lbdb to 0.19.4, to escape fennerism. (diff)
New jedit port - a powerfull programmer's text editor with many unique features
written in Java.
Notes
Notes: svn path=/head/; revision=29777
Diffstat (limited to '')
-rw-r--r--editors/jedit/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/jedit/pkg-descr b/editors/jedit/pkg-descr
new file mode 100644
index 000000000000..153fbb89a533
--- /dev/null
+++ b/editors/jedit/pkg-descr
@@ -0,0 +1,24 @@
+jEdit is an Open Source programmer's text editor written in Java. It is
+released under the GNU General Public License. jEdit was written for Java 1.1
+with Swing 1.1, and also runs under Java 2.
+
+As far as text editors written in Java go, jEdit is one of the best. It has an
+easy to use, intuitive interface, and enough features and flexibility to please
+even the most hard-core programmer. A very incomplete list of jEdit's features
+follows.
+
+o Syntax highlighting for 30+ file types (including C, C++, Java, Perl, etc)
+o Semi-intelligent auto indent in C, C++ and Java modes
+o Bracket highlighting and matching
+o Powerful macro system
+o Auto-expanding abbreviations for the frequiently used strings
+o Powerful search and replace - supports regular expressions and multiple file
+ search/replace; Search and replace operations can be recorded in macros
+o Any number of strings and caret positions can be stored for later use in
+ so-called registers
+o Rectangular selections for working with column-based files
+o Any number of editor windows can be opened, and each view can be split into
+ multiple panes for side-by-side viewing of multiple files
+o Unlimited undo/redo
+
+WWW: http://jedit.sourceforge.net/