Problem in AutoIndent

2001-07-27 Thread Gautam Mani
Hi, I am trying to get the following indentation style. if(condition) { something; } However, the default substatement-open offset is "+" which means it indents in the following way if(condition) { something;

Re: limiting line length

2001-07-27 Thread Sandip Chitale
> > In fact putting the following lines in .emacs > > > > ;; Highlight current line > > (require 'highline) > > (highline-mode-on) > > > > and the following lines in jde-mode-hook > > > > (make-variable-buffer-local 'highline-line) > > (setq highline-line (cons fill-column 240)) > > > > di

Re: limiting line length

2001-07-27 Thread burtonator
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sandip Chitale <[EMAIL PROTECTED]> writes: > In fact putting the following lines in .emacs > > ;; Highlight current line > (require 'highline) > (highline-mode-on) > > and the following lines in jde-mode-hook > > (make-variable-buffer-local 'hig

RE: limiting line length

2001-07-27 Thread Sandip Chitale
In fact putting the following lines in .emacs ;; Highlight current line (require 'highline) (highline-mode-on) and the following lines in jde-mode-hook (make-variable-buffer-local 'highline-line) (setq highline-line (cons fill-column 240)) did the trick. -sandip > -Original Message--

RE: limiting line length

2001-07-27 Thread Sandip Chitale
> >Or maybe just vertical line down the screen at char 80 to > >let you know when a line is to long? > > Does anyone know of a way to do this? The highline.el has a customizable variable called highline-line. Which seems to allow which part of the line to highlight. I guess it could be set to

Re: limiting line length

2001-07-27 Thread aaron
At Fri, 27 Jul 2001 11:04:33 -0500, Molitor, Stephen <[EMAIL PROTECTED]> wrote: >Or maybe just vertical line down the screen at char 80 to let you know when a line is >to long? Does anyone know of a way to do this? i would prefer to have a visable reminder which i can decide to ignore or beak

[CONTRIB] jde-import-expand-imports

2001-07-27 Thread burtonator
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (defun jde-import-expand-imports() "Search a java buffer for duplicate explicit imports and replace them with a package import. Example: If you have following source: import org.jdom.Document; import org.jdom.Element; It will be replace with i

last-nonmenu-event symbol

2001-07-27 Thread Sanjay Mishra
Hi Paul: I am running Xemacs V21.4 on NT 2K. When I try to use the build function using ant-build, I get following error in minibuffer. Please help. Thanks, Sanjay. Symbol's value as variable is void: last-nonmenu-event C:/applications/lib/emacs/jde-2.2.8beta4/lisp C:/applications/lib/emacs/se

RE: auto-gen get/set pairs for existing class variables

2001-07-27 Thread Sandip Chitale
In fact I had a suggestion in this respect- The "jde-wiz-get-get-method" and "jde-wiz-get-set-method" functions seem to have hardcoded in them the javadoc headers. It will be a good idea if the functions from "jde-javadoc.el" (specifically "jde-javadoc-function") were called instead, so that the

RE: auto-gen get/set pairs for existing class variables

2001-07-27 Thread Sandip Chitale
Well the jde-wiz-get-set-methods simply calls the existing "jde-wiz-get-get-method" and "jde-wiz-get-set-method" functions. If the option is introduced it will be for those. -sandip > -Original Message- > From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 27, 2001

RE: limiting line length

2001-07-27 Thread Molitor, Stephen
Duh! Thanks! Steve -Original Message- From: Javier Lopez [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 11:10 AM To: Molitor, Stephen; [EMAIL PROTECTED] Subject: RE: limiting line length Try M-x auto-fill-mode Javier > -Original Message- > From: Molitor, Stephen [mail

RE: limiting line length

2001-07-27 Thread Javier Lopez
Try M-x auto-fill-mode Javier > -Original Message- > From: Molitor, Stephen [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 27, 2001 12:05 PM > To: [EMAIL PROTECTED] > Subject: limiting line length > > > This may be more of a Emacs than a JDE question, but... > > We have a coding standard

limiting line length

2001-07-27 Thread Molitor, Stephen
This may be more of a Emacs than a JDE question, but... We have a coding standard that says lines shall not be more than 80 characters long. Is there any way to limit the line length some how? Maybe by automatically wrapping after x characters? Or maybe just vertical line down the screen at ch

Re: auto-gen get/set pairs for existing class variables

2001-07-27 Thread Daniel Hegyi
Please, as Max suggests, make this only an _option_, because I like the automatically generated javadocs! Daniel >All of this sounds great, but I have one small suggestion/question :) > >Is it not possible to optionally disable the generation of the javadoc >comments for these set/gets methods

Re: Oops Re: NEWBIE trying to load JDE

2001-07-27 Thread Shashank
I have posted this question earlier as well, but :: How to stop multiple :specifically second instance of same file coming up in buffer:: actually all the edtions done are hold by this new buffer , so that many a times I have closed this buffer and lost the changes,\ q: to make single instance

Re: How can i got a good jsp specific editor and how can i subscribe to good jsp-interest mailing list ?

2001-07-27 Thread Jeff J Jensen
For JSP, I flip between html-helper-mode and jde-mode, based on the "section" worked on and which mode I care about running at the time (just manually invoke the desired mode). This works pretty well, but not optimal. I believe others have used multi-mode to automatically change between them,

Re: How can i got a good jsp specific editor and how can i subscribe to good jsp-interest mailing list ?

2001-07-27 Thread Gian Uberto Lauri
> "JR" == Jeff Rancier <[EMAIL PROTECTED]> writes: JR> Where can i got a good jsp specific editor and how can i JR> subscribe to good jsp-interest mailing list ? html-helper-mode + jde ? Gian Uberto Lauri "Bloody instructions which, being taught, [EMAIL PROTECTED]

Re: (outOfSubject) emacs XML/XSL editing mode

2001-07-27 Thread Denis MINIER
You can use XSLT-process http://xslt-process.sourceforge.net/index.php >Messsage du 27/07/2001 12:52 >De : Joel Cordonnier <[EMAIL PROTECTED]> >A : <[EMAIL PROTECTED]> >Copie à : >Objet : (outOfSubject) emacs XML/XSL editing mode > > Hi ! > > Can someone give me some advice ? > > - I search f

RE: How can i got a good jsp specific editor and how can i subscribe to good jsp-interest mailing list ?

2001-07-27 Thread Jeff Rancier
Is there an emacs mode that would work for JSP? -Original Message-From: A list for Java-related communication/discussion [mailto:[EMAIL PROTECTED]]On Behalf Of M. AminSent: Thursday, July 26, 2001 9:51 AMTo: [EMAIL PROTECTED]Subject: How can i got a good jsp specific editor

RE: Method Navigation

2001-07-27 Thread Berndl, Klaus
>I did download the latest source files from the CVS web page (is that how I >should obtain the beta release you mentioned)? I did try it and I think >this is a good solution, but I ran into a couple of difficulties. >I could not compile the source with the latest Makefile file. I get the >follo

(outOfSubject) emacs XML/XSL editing mode

2001-07-27 Thread Joel Cordonnier
Hi ! Can someone give me some advice ? - I search for an emacs XML/XSL editing mode library. - some advice for debugging XSLT transformations Thanks Joel ___ Do You Yahoo!? -- Vos albums photos en ligne, Yahoo! Photos : http://fr.photos

Re: auto-gen get/set pairs for existing class variables

2001-07-27 Thread Max Rydahl Andersen
All of this sounds great, but I have one small suggestion/question :) Is it not possible to optionally disable the generation of the javadoc comments for these set/gets methods ? The set/get names kind of explain the meaning of the methods in 999 out of 1000 cases :) Max "Sandip Chitale" <[EMAI