Edgewall Software

Changes between Version 37 and Version 38 of TracDev/PluginDevelopment


Ignore:
Timestamp:
May 6, 2010, 9:35:05 PM (14 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

made the link to Writing the plugin code more clear

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment

    v37 v38  
    4545When implementing the methods of the interface, the methods have to be bound to the instance, so you will have to specify 'self' as the first parameter.
    4646
    47 More detailed information on this can be found below under [wiki:TracDev/PluginDevelopment#Writingtheplugincode].
     47More detailed information on this can be found below under [wiki:TracDev/PluginDevelopment#Writingtheplugincode Writing the plugin code].
    4848
    4949=== Using Extension Points ===