From b7d14900a76d660d21032c6c2cbf072cc5c7c81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 26 Feb 2021 09:29:18 +0100 Subject: [PATCH] extend and re-arrange initial help a bit --- deken-plugin.tcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deken-plugin.tcl b/deken-plugin.tcl index 8075257..000fb54 100644 --- a/deken-plugin.tcl +++ b/deken-plugin.tcl @@ -858,8 +858,13 @@ proc ::deken::open_searchui {winid} { $winid.results tag configure noarchmatch -foreground grey } ::deken::post [_ "Enter an exact library or object name."] info + ::deken::post "\t[_ {e.g. 'freeverb~'}]" info ::deken::post [_ "Use the '*' wildcard to match any number of characters."] info + ::deken::post "\t[_ {e.g. '*-plugin' will match 'deken-plugin' (and more).}]" info + ::deken::post [_ "You can restrict the search to only-libraries or only-objects."] info ::deken::post [_ "To get a list of all available externals, try an empty search."] info + ::deken::post "" info + ::deken::post [_ "Right-clicking a search result will give you more options..." ] info } # build the externals search dialog window