aboutsummaryrefslogtreecommitdiff
path: root/set_custom_stored_histories-plugin.tcl
blob: 13893740343ab49172840060cabb3039a1b71aae (plain)
1
2
3
4
5
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"}