At 05:28 PM 4/7/00 -0400, you wrote:
>David,
>
>I downloaded jdok 1.6 from http://sunsite.auc.dk/jde/contributions.html
>and tried it in Emacs 20.3.1 (not JDE) on the following simple example:
>
> public void pop (DiscourseEvent event) {
> occurredIf(event);
> }
>
>and got the following incorrect result (cursor was on line with public):
>
> /**
> * Describe 'pop' method here.
> *
> public void pop (DiscourseEvent event) {
> occurredIf(event);
> }
>
>Do you not support this format of method header? This is a standard
>formatting for Java code in all of the Sun tutorials etc., but in the
>library file, you seem to suggest that a method header must look more
>"C-like."
>
>Please advise, -Thanks CR
>
Hi,
When I put the cursor in the first line of the method and execute C-cj, I get:
/**
* Describe 'pop' method here.
*
* @param event a value of type 'DiscourseEvent'
*/
public void pop (DiscourseEvent event) {
occurredIf(event);
}
- Paul
------------------------------------------------------------
TECH SUPPORT POLICY
I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http://sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html