Java editor overlay [message #256490] |
Wed, 17 September 2008 09:41  |
Eclipse User |
|
|
|
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 09:44  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.05165 seconds