aboutsummaryrefslogtreecommitdiff
path: root/set_custom_stored_histories-plugin.tcl
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-30 21:18:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-30 21:18:47 +0000
commite58f6b3236f51c06e53c407a46d41f5e898c3b3c (patch)
tree0f591563a53ca78869729ec022f76de692306885 /set_custom_stored_histories-plugin.tcl
added the simple plugins from the pd-gui-rewrite/0.43/startup branchsvn2git-root
svn path=/trunk/scripts/guiplugins/simple_examples/; revision=14540
Diffstat (limited to 'set_custom_stored_histories-plugin.tcl')
-rw-r--r--set_custom_stored_histories-plugin.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/set_custom_stored_histories-plugin.tcl b/set_custom_stored_histories-plugin.tcl
new file mode 100644
index 0000000..1389374
--- /dev/null
+++ b/set_custom_stored_histories-plugin.tcl
@@ -0,0 +1,6 @@
+# you can preset the histories of various things like the Tcl entry box in the
+# Pd window and the messages in the Message dialog. They are lists of messages
+# in order of newness, so the newest item is at the end of the list.
+
+set ::pdwindow::tclentry_history {"menu_message_dialog" "console hide" "console show"}
+set ::dialog_message::message_history {"pd dsp 1" "pd dsp 0" "my very custom message"}