On 10/10/11 3:43 PM, Peter Klügl wrote:
The CEV plugin has an extension point for search strategies with
priorities like a dialog to select the type system. The most common
strategy is to take the type system of the script that was launched
last if it is in the same project as the CAS file. I'd really like to
add this functionality to the CAS Editor for TextMarker projects when
it replaces the CEV plugin.
I looked a bit through your code. The way you are opening a CAS seems to
be very similar to the way it is already done
by the Cas Editor Ide Plugin.
We could add a type system search strategy extension point to the Ide
Plugin which depends on the project nature. The Ide Plugin
then will ask it first to find a suitable type system, and if that fails
the default Ide Plugin mechanism is used.
What do you think?
Jörn