Rename Normal plugin to MyPlugin and update text insertion method
This commit is contained in:
parent
48c70cdb6f
commit
35c054c702
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
::Normal:: # You got the line is parsed by splitting by the ::
|
||||
$text->insert('end', "Hi"); # $text, if you look at KAKE PADs code it the text widget
|
||||
|
||||
::MyPlugin::auto
|
||||
print "Running MyPlugin!\n";
|
||||
$textbuffer->insert_at_cursor("Plugin ran!");
|
Loading…
Add table
Add a link
Reference in a new issue