Changes between Version 4 and Version 5 of ContextMenuPlugin


Ignore:
Timestamp:
Aug 1, 2012, 1:04:43 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Added installation section.

Legend:

Unmodified
Added
Removed
Modified
  • ContextMenuPlugin

    v4 v5  
    66
    77A 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.
    8 
    9 {{{
    10 #!ini
    11 [components]
    12 contextmenu.* = enabled
    13 }}}
    148
    159== Bugs/Feature Requests ==
     
    2923You can check out ContextMenuPlugin from [http://trac-hacks.org/svn/contextmenuplugin here] using Subversion, or [source:contextmenuplugin browse the source] with Trac.
    3024
     25== Installation ==
     26
     27{{{
     28#!ini
     29[components]
     30contextmenu.* = enabled
     31}}}
     32
    3133== Example ==
    3234