Rename Normal plugin to MyPlugin and update text insertion method

This commit is contained in:
kake26 2025-04-30 12:00:07 -05:00
parent 48c70cdb6f
commit 35c054c702
Signed by: kake26
GPG key ID: E0A989B571D1F99F

View file

@ -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!");