Skip to content

Commit

Permalink
extend and re-arrange initial help a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Feb 26, 2021
1 parent 58a76c6 commit b7d1490
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deken-plugin.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7d1490

Please sign in to comment.