Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to create new view that shows information about Java source?
How to create new view that shows information about Java source? [message #178229] Fri, 17 September 2004 13:00 Go to next message
Eclipse UserFriend
Originally posted by: zcox.cra.com

Hi all - I want to create a really simple plug-in for Eclipse that just
provides a new view that displays some information about the current
selection in the Java source file being edited. This would be very
similar to the Declaration view - i.e. you click on some Java element in
the editor and the view updates to show some information about the
element.

However, I can't figure out how to register a listener with the Java
source code editor to get events when the user changes the cursor
position/selection. Can anybody point me in the right direction for how
to get those events?
Re: How to create new view that shows information about Java source? [message #178254 is a reply to message #178229] Fri, 17 September 2004 16:57 Go to previous message
Eclipse UserFriend
Am Fri, 17 Sep 2004 17:00:38 +0000 (UTC) hat Zach Cox <zcox@cra.com>
geschrieben:

> Hi all - I want to create a really simple plug-in for Eclipse that just
> provides a new view that displays some information about the current
> selection in the Java source file being edited. This would be very
> similar to the Declaration view - i.e. you click on some Java element in
> the editor and the view updates to show some information about the
> element.
Check out ast view plugin -
http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?i d=581
Previous Topic:Unable to install JavaSpider in Eclipse
Next Topic:Autogenerate Checkstyle compliant code?
Goto Forum:
  


Current Time: Sun Jun 08 11:50:17 EDT 2025

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

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

Back to the top