[[PageOutline(2-5,Contents,pullout)]] = Context menu plugin == Description A plugin which adds a context menu to the Trac source browser. Defines an extension point and the interface ISourceBrowserContextMenuProvider, which you can implement custom items to the menu. The context menu itself requires !JavaScript to work. == Bugs/Feature Requests Existing bugs and feature requests for ContextMenuPlugin are [report:9?COMPONENT=ContextMenuPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ContextMenuPlugin&owner=pipern new ticket]. [[TicketQuery(component=ContextMenuPlugin&group=type,format=progress)]] == Source and Download The source is being moved over to https://github.com/CGI-define-and-primeportal/trac-plugin-contextmenuplugin == Installation Add the following line to your `trac.ini` file to enable this plugin: {{{ #!ini [components] contextmenu.* = enabled }}} == Example Included are menu items which provide direct svn links, like wiki:SvnUrlsPlugin, and wiki links: [[Image(ContextMenuPlugin:contextmenuplugin.png)]] == [/log/contextmenuplugin Recent Changes] [[ChangeLog(contextmenuplugin, 3)]] == Author/Contributors '''Author:''' [wiki:penmark] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:pipern], [wiki:rjollos]