[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.modeling.mdt.uml2.ocl] Re: Using the Example OCL console for any EMF model
|
Hi, JÃrgen,
To open the OCL console in any context, you can drop down the "New Console"
menu in the Console View's action bar and select "Interactive OCL".
AFAIK, the Console view does not allow a console to be dragged out of it.
However, with some work, you may be able to implement your own view using
the OCLConsolePage ;-)
Cheers,
Christian
JG wrote:
> Hi all,
>
> I did some first experiments using the OCL project to validate my
> models. Since I am also an OCL-newbie, the interactive console provided
> with the Library example is just what I need. Apparently the console
> does not mind whether "the currently selected element" is actually from
> the library model or from something else. But how would I open the OCL
> console without using the library plugin? Is there a generic OCL console
> I can use as plugin for my operational workbench (i.e. not the runtime
> workbench)? And is there a simple way to make the OCL console appear
> independently from any other console (i.e., in a separate tab).
>
> If such a thing does not exist, do you think it is feasible to adapt the
> example console in such a way? I did some very basic plugin
> development, but have not yet ventured beyond creating a few wizards and
> a dummy view, so this would take quite some of my precious time.
>
> Regards
>
> JÃrgen