view PLUGIN_HOWTO @ 25937:17168b8379f2

Fix a bug that's bothered me for a while. When pressing shift+enter in the status box to insert a newline, grow the box an extra line. Previously it didn't increase the height until you started typing, so you'd see the text scroll when you hit enter, then you'd see stuff jump around when you typed text. So the auto-expanding is a little less sucky now.
author Mark Doliner <mark@kingant.net>
date Wed, 28 Jan 2009 09:57:19 +0000
parents 83ec0b408926
children db5a58aabe38
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://developer.pidgin.im and click on API.  From there, see the HOWTOs in the
"Related Pages" section.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.