mirror of https://codeberg.org/cage/tinmop/
- [GUI] used the new autocomplete widget of nodgui.
This commit is contained in:
parent
4a9e41a307
commit
801a7e8b3f
|
@ -164,10 +164,12 @@
|
|||
(lambda (hint)
|
||||
(if (> (length hint) 2)
|
||||
(with-notify-errors
|
||||
(enqueue-request-and-wait-results :complete-net-address
|
||||
1
|
||||
ev:+maximum-event-priority+
|
||||
hint))
|
||||
(let ((match-results (enqueue-request-and-wait-results :complete-net-address
|
||||
1
|
||||
ev:+maximum-event-priority+
|
||||
hint)))
|
||||
(values (getf match-results :matches)
|
||||
(getf match-results :indices))))
|
||||
hint)))
|
||||
|
||||
(defmethod initialize-instance :after ((object tool-bar) &key &allow-other-keys)
|
||||
|
|
Loading…
Reference in New Issue