Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » -> CodeAssist
-> CodeAssist [message #267331] Tue, 17 August 2004 10:44 Go to next message
Eclipse UserFriend
Hi there,

I am trying to extend/add some code assistant extensions
for assisting me in writing code during special Java
situations. (writing jMock tests).

So I ask myself, if it is possible and if someone knows some
additional resources for contributing refactoring extensions
(specially the RenameMethod processor) and extending
the code assistant of jdt.

I only done most of my research by reverse engineering
the source code and the jdt plug-ins. But some questions
are still left. (Working examples would be great!)


Cheers,

Martin (Kersten)
Re: -> CodeAssist [message #267477 is a reply to message #267331] Wed, 18 August 2004 04:51 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Martin Kersten wrote:

>Hi there,
>
> I am trying to extend/add some code assistant extensions
> for assisting me in writing code during special Java
>situations. (writing jMock tests).
>
>So I ask myself, if it is possible and if someone knows some
>additional resources for contributing refactoring extensions
>(specially the RenameMethod processor)
>
There are so-called refactoring participants. See org.eclipse.core.ltk.*
extension points for details.

> and extending
>the code assistant of jdt.
>
>
You currently can't extend the Java code assistant but you can add quick
assists and quick fixes (see JDT UI extension points).

Dani

>I only done most of my research by reverse engineering
>the source code and the jdt plug-ins. But some questions
>are still left. (Working examples would be great!)
>
>
>Cheers,
>
>Martin (Kersten)
>
>
>
>
Previous Topic:Eclipse and Windows XP SP 2
Next Topic:PDE generated Editor Template Broken
Goto Forum:
  


Current Time: Sun Jun 22 01:47:31 EDT 2025

Powered by FUDForum. Page generated in 0.04667 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top