This commit is contained in:
Kovid Goyal 2014-07-24 22:25:39 +05:30
parent e70fd3a759
commit d1674cc8a4

View File

@ -214,8 +214,10 @@ self-explanatory. Read the API documents of the
main.py main.py
^^^^^^^^^ ^^^^^^^^^
Here we will see the definition of a single tool that does a does a couple of Here we will see the definition of a single tool that will multiply all font
simple things that demonstrate the editor API most plugins will use. sizes in the book by a number provided by the user. This tool demonstrates
various important concepts that you will need in developing your own plugins,
so you should read the (heavily commented) source code carefully.
.. literalinclude:: plugin_examples/editor_demo/main.py .. literalinclude:: plugin_examples/editor_demo/main.py
:lines: 8- :lines: 8-