[climacs-cvs] CVS climacs

dmurray dmurray at common-lisp.net
Tue May 1 17:09:52 UTC 2007


Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv3636

Modified Files:
	packages.lisp climacs.asd 
Log Message:
Added initial support for Java syntax.


--- /project/climacs/cvsroot/climacs/packages.lisp	2007/04/27 21:39:23	1.123
+++ /project/climacs/cvsroot/climacs/packages.lisp	2007/05/01 17:09:52	1.124
@@ -159,6 +159,16 @@
   (:documentation "Implementation of the syntax module used for
 editing C code."))
 
+(defpackage :climacs-java-syntax
+  (:use :clim-lisp :clim :clim-extensions :drei-buffer :drei-base
+	:drei-syntax :drei-fundamental-syntax :flexichain :drei
+	:drei-motion :drei-editing :esa-utils :esa :drei-core :esa-io
+	:drei-lr-syntax)
+  (:shadow clim:form)
+  (:export #:java-syntax)
+  (:documentation "Implementation of the syntax module used for
+editing Java(tm) code."))
+
 (defpackage :climacs
   (:use :clim-lisp :clim :clim-sys :clim-extensions :climacs-gui :drei)
   (:export #:climacs
--- /project/climacs/cvsroot/climacs/climacs.asd	2007/04/27 21:39:23	1.59
+++ /project/climacs/cvsroot/climacs/climacs.asd	2007/05/01 17:09:52	1.60
@@ -43,6 +43,8 @@
    (:file "climacs-lisp-syntax-commands" :depends-on ("climacs-lisp-syntax" "misc-commands"))
    (:file "c-syntax" :depends-on ("core"))
    (:file "c-syntax-commands" :depends-on ("c-syntax" "misc-commands"))
+   (:file "java-syntax" :depends-on ("core"))
+   (:file "java-syntax-commands" :depends-on ("java-syntax" "misc-commands"))
    (:file "gui" :depends-on ("packages" "text-syntax"))
    (:file "core" :depends-on ("gui"))
    (:file "io" :depends-on ("packages" "gui"))




More information about the Climacs-cvs mailing list