I'm trying to build on the JSP editor (SSE). I am having difficulties in
understanding some of the things, in org.jst.jsp.ui I want to knwo what
ActionContributor does. and where is the exact plugin for the SSE beside
the SSE configuration.
Hisham ElHifnawi wrote:
> I'm trying to build on the JSP editor (SSE). I am having difficulties in
> understanding some of the things, in org.jst.jsp.ui I want to knwo what
> ActionContributor does. and where is the exact plugin for the SSE beside
> the SSE configuration.
The SSE framework resides in the org.eclipse.wst.sse.core and
org.eclipse.wst.sse.ui plug-ins, although the JSP plug-ins are built
on top of several others. ActionContributor is the base class used
by the SSE source editors as their editor action bar contributors.