You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Christian Ziemski edited this page Mar 7, 2016
·
3 revisions
# Reloads all plugins. For debugging for plugin developers.
# Install: Put the source into "WikidPad/user_extensions/reloadMenuPlugins.py" and restart WikidPad.
WIKIDPAD_PLUGIN = (("MenuFunctions",1),)
def describeMenuItems(wiki):
return ((reloadMenuPluginsPlugin, "reloadMenuPlugins\t", "reloadMenuPluginsPlugin"),)
def reloadMenuPluginsPlugin(wiki, evt):
wiki.reloadMenuPlugins()