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)
|
(lambda (hint)
|
||||||
(if (> (length hint) 2)
|
(if (> (length hint) 2)
|
||||||
(with-notify-errors
|
(with-notify-errors
|
||||||
(enqueue-request-and-wait-results :complete-net-address
|
(let ((match-results (enqueue-request-and-wait-results :complete-net-address
|
||||||
1
|
1
|
||||||
ev:+maximum-event-priority+
|
ev:+maximum-event-priority+
|
||||||
hint))
|
hint)))
|
||||||
|
(values (getf match-results :matches)
|
||||||
|
(getf match-results :indices))))
|
||||||
hint)))
|
hint)))
|
||||||
|
|
||||||
(defmethod initialize-instance :after ((object tool-bar) &key &allow-other-keys)
|
(defmethod initialize-instance :after ((object tool-bar) &key &allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue