[[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=penmark new ticket]. [[TicketQuery(component=ContextMenuPlugin&group=type,format=progress)]] == Download Download the zipped source from [download:contextmenuplugin here]. == Source You can check out ContextMenuPlugin from [http://trac-hacks.org/svn/contextmenuplugin here] using Subversion, or [source:contextmenuplugin browse the source] with Trac. == 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]