parent
99e090db78
commit
35c36725f2
@ -946,7 +946,8 @@ class HintManager(QObject):
|
|||||||
elems.label.setInnerXml(string)
|
elems.label.setInnerXml(string)
|
||||||
handler()
|
handler()
|
||||||
|
|
||||||
@cmdutils.register(instance='hintmanager', scope='tab', hide=True)
|
@cmdutils.register(instance='hintmanager', scope='tab', hide=True,
|
||||||
|
modes=[usertypes.KeyMode.hint])
|
||||||
def follow_hint(self, keystring=None):
|
def follow_hint(self, keystring=None):
|
||||||
"""Follow a hint.
|
"""Follow a hint.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user