Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Java editor overlay
Java editor overlay [message #256490] Wed, 17 September 2008 13:41 Go to next message
Jean Couillaud is currently offline Jean CouillaudFriend
Messages: 11
Registered: July 2009
Junior Member
Hi,

I am trying to add some information to the java editor in jdt.
As far as I know, it's internal, but as this is a first look into a
possible new feature, it does not really matter if what I do will be
discarded by a future jdt release.

What I want to do is
- add some graphical overlay on the java editor
- create a view with a "summed up" version of the java file. What I mean
by summed up is the following: i would like to extract some portions of
code automatically from members (IJavaMember it seems), BUT I would like
to keep the order in which the members are in the source file, not the
order in the overview.

So the questions are:
- Is it possible to draw on a java editor ?
- Is it possible to get the list of all members of a Type (methods,
variables, constants, inner types and so on) in the order they appear in
the source code.

If you think what I seem to be willing to do has already been done or if
you think that my goal could be achieved an other way, feel free to share.

Thx in advance.
Re: Java editor overlay [message #256499 is a reply to message #256490] Wed, 17 September 2008 13:44 Go to previous message
Jean Couillaud is currently offline Jean CouillaudFriend
Messages: 11
Registered: July 2009
Junior Member
Maybe I should add that, by overlay, I do not mean the standard overlays
found in eclipse's editors but graphical overlays (for instance, images
with alpha transparency) anchored in the text in the editor.
Previous Topic:SearchEngine does not return correct reference when types in source folder
Next Topic:JavaUI.createTypeDialog problem utilisation
Goto Forum:
  


Current Time: Sun Jun 30 09:49:42 GMT 2024

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

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

Back to the top