Browse Source

modified plugin

merge-requests/365/head
tedjk 11 years ago
parent
commit
4ffde309c7
  1. 3
      juci/plugins/snippet.py

3
juci/plugins/snippet.py

@ -7,9 +7,8 @@ def initPlugin():
juci.addSubMenuElement("SnippetMenu", #name of parent menu
"Insert snippet", #menu description
"insertSnippet()", #function to execute
inspect.getfile(inspect.currentframe()),
inspect.getfile(inspect.currentframe()), #plugin path
"<control><alt>space")
snippets = {}
snippets["for"] = """\

Loading…
Cancel
Save