docs: Clarify hints.mode = number
This commit is contained in:
parent
378e4f1bdd
commit
d874f68463
@ -936,7 +936,9 @@ def data(readonly=False):
|
|||||||
('mode',
|
('mode',
|
||||||
SettingValue(typ.String(
|
SettingValue(typ.String(
|
||||||
valid_values=typ.ValidValues(
|
valid_values=typ.ValidValues(
|
||||||
('number', "Use numeric hints."),
|
('number', "Use numeric hints. (In this mode you can "
|
||||||
|
"also type letters form the hinted element to filter "
|
||||||
|
"and reduce the number of elements that are hinted.)"),
|
||||||
('letter', "Use the chars in the hints -> "
|
('letter', "Use the chars in the hints -> "
|
||||||
"chars setting."),
|
"chars setting."),
|
||||||
('word', "Use hints words based on the html "
|
('word', "Use hints words based on the html "
|
||||||
|
Loading…
Reference in New Issue
Block a user