Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » dynamically tweaking standard java editor
dynamically tweaking standard java editor [message #192095] Sun, 09 January 2005 16:00 Go to next message
Eclipse UserFriend
Hi,

I need to do some tweaking for standard Eclipse Java editor. Please advise
if the following is possible in current Eclipse 3.1 API.

1. How can I add some custom area in place of line number area that will show
some line-specific information for current Java class (e.g. code metrics)?

2. How can I add additional tab (similar to PDE's plugin.xml editor) to a
current Java editor?

Thank you in advance.

Eugene
Re: dynamically tweaking standard java editor [message #192116 is a reply to message #192095] Mon, 10 January 2005 04:53 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Eugene Kuleshov wrote:

> Hi,
>
> I need to do some tweaking for standard Eclipse Java editor. Please
> advise if the following is possible in current Eclipse 3.1 API.
>
> 1. How can I add some custom area in place of line number area that
> will show some line-specific information for current Java class (e.g.
> code metrics)?
>
> 2. How can I add additional tab (similar to PDE's plugin.xml editor)
> to a current Java editor?
>
> Thank you in advance.

You cannot tweak the existing Java editor in any way desired above,
however you can write your own editor. For case 2 you'd have to write a
multi-page editor and for case one it would probably be best to add
another vertical ruler instead of replacing the line number ruler.
Please note that the Java editor code isn't API.

HTH
Dani

>
> Eugene
Previous Topic:Shitty Tutorial!
Next Topic:build after clean
Goto Forum:
  


Current Time: Sun May 11 19:26:22 EDT 2025

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

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

Back to the top