jcryptool / core

JCrypTool Core Plug-ins
https://www.cryptool.org
Eclipse Public License 1.0
161 stars 43 forks source link

Eclipse Commands support for non-algorithm extension points #81

Closed dschadow closed 9 years ago

dschadow commented 10 years ago

Follow up task on https://github.com/jcryptool/core/issues/79

Non-algorithm extension points for Analysis, Visualizations and Games must support Eclipse Commands as Algorithms does.

hfriedr commented 9 years ago

The extension points for Analyses, Visualizations, and Games are much simpler and do not involve a class from either the Action or Command framework as the Algorithm extension point does. What makes you think there is anything that needs to be done here? I could be wrong, but I do not see any potential for something to be done in this respect.

dschadow commented 9 years ago

Closed, no change required for Command support.