From 35c054c70284d63382f3ee695f7aaeae842c285c Mon Sep 17 00:00:00 2001 From: kake26 Date: Wed, 30 Apr 2025 12:00:07 -0500 Subject: [PATCH] Rename Normal plugin to MyPlugin and update text insertion method --- normal.kpd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/normal.kpd b/normal.kpd index 840a797..1250a5d 100755 --- a/normal.kpd +++ b/normal.kpd @@ -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!"); \ No newline at end of file