At 09:24 AM 5/20/99 +0100, you wrote:
>
>Hello,
>
>I find that i often want to do things like "find next class in buffer",
>"find next method in buffer" etc either in keyboard macros or when
>writing functions that adds for example a printline trace to the
>first line of every method.
>
>This functionlity is already in jde (speedbar) and it would be great
>if I did not have to construct all these reg exps myself.
>
>In short : How about providing an interface to search with templates
>to find next instances of java constructs in the buffer ?
>

Hi Claes,

I'm planning to write Lisp functions that will use the Java parser that
now comes with the JDE to identify the classes, methods, and
fields in the current buffer. You probably could use these functions
in your code. I'm planning to have them available with the next
release.

- Paul

Reply via email to