I've been building a plugin that consists of an editor for a domain specific language in eclipse. I'd like to give the editor the ability to fold blocks of code, in the same way that one can for java projects. From looking around I get the impression that Eclipse only allows this for Java. Is this correct?
On 5/3/2012 8:44 PM, joseph reddington wrote:
> I've been building a plugin that consists of an editor for a domain
> specific language in eclipse. I'd like to give the editor the ability
> to fold blocks of code, in the same way that one can for java projects.
> From looking around I get the impression that Eclipse only allows this
> for Java. Is this correct?
No, Eclipse _allows_ this for other languages as well. :-)
But you need to *implement* it for your DSL.