Skip to content

DevFaqActionAddEditorPopup

Antonio Vieiro edited this page Jan 25, 2018 · 1 revision

DevFaqActionAddEditorPopup

How do I add an action to a the popup menu of the Java editor?

The simplest way is to run New Action Wizard (File > New…​ > Module Development > Action) which creates an action for you and registers it in your layer.xml.

  1. On the first tab, choose Conditionally Enabled action and select EditorCookie as the cookie class.

  2. On the second tab, check Editor Context Menu Item and choose MIME type (text/x-java in this case) and position.

OR use

@ActionReference(path="Editors/text/x-java/Popup")
 for an action with the `EditorCookie` as context object
<hr/>

Apache Migration Information

The content in this page was kindly donated by Oracle Corp. to the Apache Software Foundation.

This page was exported from http://wiki.netbeans.org/DevFaqActionAddEditorPopup , that was last modified by NetBeans user Markiewb on 2014-12-31T11:45:54Z.

NOTE: This document was automatically converted to the AsciiDoc format on 2018-01-26, and needs to be reviewed.

Clone this wiki locally