-
Notifications
You must be signed in to change notification settings - Fork 16
Plugin Development
##Menu Contribution
If the plugin has to create a new menu in the main menu bar, a child menu should be created under menu:org.eclipse.ui.main.menu. For example, edu.usc.cssl.nlputils.application.menu.wordcount
If the plugin has to create a handled menu item under one of the available menus, add a handled menu item in the e4xmi file and contribute it to one of the menus. A list of the current menus are given below.
Crawl - edu.usc.cssl.nlputils.application.menu.crawlers
Preprocess - edu.usc.cssl.nlputils.application.menu.preprocessors
Word Count - edu.usc.cssl.nlputils.application.menu.wordcount
Classify - edu.usc.cssl.nlputils.application.menu.classifiers
Topic Model - edu.usc.cssl.nlputils.application.menu.topic
Clustering - edu.usc.cssl.nlputils.application.menu.clustering
Plugins - edu.usc.cssl.nlputils.application.menu.plugins