Skip to content
Snippets Groups Projects
  1. Aug 03, 2005
  2. Jun 26, 2005
    • andi's avatar
      plugin info added · 896a5c22
      andi authored
      Each plugin now needs to return some infos about it self. This
      allows to display a list of installed plugins using the info
      plugin.
      
      darcs-hash:20050626151617-9977f-0be6e15b32c35b23967e509b0057a00226df150c.gz
      896a5c22
  3. Jun 05, 2005
  4. May 21, 2005
    • andi's avatar
      sorting support for syntax plugins, info plugin now actually does something · 107b01d6
      andi authored
      Syntax plugins now need to implement getSort() which should return a number.
      This number is used to add all syntax modes in the correct order. To see a
      list in which order current modes are loaded you can use the info plugin like
      this:
      
      ~~INFO:syntaxmodes~~ lists all known modes (includes existing plugins) with
      their sorting score
      
      ~~INFO:syntaxtypes~~ lists all syntax types and their registered modes (useful
      for implementing the getType() function.
      
      darcs-hash:20050521210430-9977f-2baaf6043afc6ea3fed41cdca97564218fb519c2.gz
      107b01d6
  5. May 19, 2005
    • andi's avatar
      first attempt of syntax plugins · ee20e7d1
      andi authored
      The first version of the new plugin system. Syntax plugins only yet. A very simple
      example plugin called info (doing nothig useful yet) is included.
      
      Missing Features
      
        - Doku_Block_Handler needs work (doesn't honur plugins yet)
        - there is no way to specify the order of plugins and other modes yet
        - useful output from the info plugin
        - bug testing and fixing
        - code cleanup
        - documentation
      
      darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
      ee20e7d1
Loading