Package peppy :: Package plugins :: Module tutorial_plugin
[frames] | no frames]

Module tutorial_plugin

Tutorial plugin.

This tutorial shows some simple examples about how to start extending Peppy.

It currently includes an action and a minor mode, but will be expanded as time goes on. The goal is to show as many common features as I can, so you won't be surprised as much when you try to create more complicated examples.

Classes
  InsertHelloWorld
Simple example of an action that modifies the buffer
  SmileyFaceMinorMode
Draws a smiley face centered in the window.
  TutorialPlugin
The plugin object for the tutorial.