[[PageOutline(2-5,Contents,pullout)]] = Context menu plugin = == Description == A plugin which adds a context menu to the trac source browser. Defines an extensionpoint and the interface ISourceBrowserContextMenuProvider which you can implement custom items to the menu. The context menu itself requires javascript to work. {{{ #!ini [components] contextmenu.* = enabled }}} == 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]. == 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. == Example == Included are menuitems which provide direct svn links (like wiki:SvnUrlsPlugin), and wiki links [[Image(ContextMenuPlugin:contextmenuplugin.png)]] == Recent Changes == [[ChangeLog(contextmenuplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:penmark] [[BR]] '''Maintainer:''' [wiki:penmark] [[BR]] '''Contributors:''' [wiki:pipern]