Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Extending / customizing the Java editor

Is it possible to alter the way that the default Java editor displays the code?
(for example, using an extension point)

We're looking to hide/omit parts of the code for a specialized view of the code.
This would be like the outline / folding mode in emacs.

Naturally, we'd prefer to avoid rebuilding the Java support that you've put
in, so if we could extend yours, that'd be good.  If it's considered generally
useful, we could just build it into the editor (assuming I can get some info as
to how things are arranged in your code)

Thanks in advance,

edwin

----------------------------------------------------------------------------
"Friendship is unnecessary, like philosophy, like art ... It has no survival
value: rather it is one of those things that give value to survival."
							--C.S. Lewis





Back to the top