Module 2: Hide or disable CARMA actions with plug-in extension points
There are several ways to develop CARMA plug-ins. This module explores hiding and disabling CARMA actions using plug-in extension points.
Learning objectives
After completing the lessons in this module, you will be able to:- Create an Eclipse plug-in project
- Add dependencies to a plug-in project
- Add and modify extensions that are associated with a plug-in project
- Run and debug a plug-in project
Time required
This module takes approximately 30 minutes to complete.Prerequisites
To successfully complete the lessons in this module, you should have:- Lesson 1: Add the plug-in dependencies
This lesson teaches you how to add required dependencies to your plug-in project. - Lesson 2: Use the plug-in editor to add and modify extensions
Plug-in project extensions can be used to modify actions that are associated with CARMA. The extension that you will create in this lesson will be used to disable the Delete and Open With menu options. - Summary: Module 2
This module has guided you through the steps to create a plug-in project to disable the Delete and Open With menu options on CARMA Members.