﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
22422	Create Extensibility for Note-Menu	Kmpopppe	taylor.smock	"As per discussion in #22307, taylor.smock asked for a new ticket.

Using the ""noteSolver"" plugin users can ""remember"" notes that get closed when they upload the next changeset with both the Note Comments and the Changeset comments referencing each other.

As of right now, a popup menu is used that gets displayed on top of the note when you click it, hiding most of the contents and sometimes appearing in all the wrong places (see #22371).

This ticket asks for an enhancement to make the newly created popup menu, that's displayed in the ""Notes"" window extensible via the plugin code.

If at all possible, it would be great to have 
{{{
  final NotesMenu oNotesMenu = MainApplication.getNotesMenu();
}}}
work the same as getting the MainMenu object from the application.

It should then either be possible to create a `JMenu` object with the `.addMenu(...)` method to the existing NotesMenu OR use `.add(...)` method to add a `JMenuItem` object directly to the popup menu.

Kai"	enhancement	assigned	normal		Core notes				kmpopppe
