summaryrefslogtreecommitdiff
path: root/editors/jde/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'editors/jde/DESCR')
-rw-r--r--editors/jde/DESCR14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/jde/DESCR b/editors/jde/DESCR
new file mode 100644
index 00000000000..8d8efa896d3
--- /dev/null
+++ b/editors/jde/DESCR
@@ -0,0 +1,14 @@
+The Java Development Environment for Emacs is a software package that
+interfaces Emacs to command-line Java development tools (for example,
+JavaSoft's JDK). JDEE features include:
+
+ * JDEE menu with compile, run, debug, build, browse, project, and
+ help commands
+ * syntax coloring
+ * auto indentation
+ * compile error to source links
+ * source-level debugging
+ * source code browsing
+ * make file support
+ * automatic code generation
+ * Java source interpreter (Pat Neimeyer's BeanShell)