File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ the ns-browser.
48
48
* [ #1708 ] ( https://github.com/clojure-emacs/cider/issues/1708 ) : Fix ` cider-popup-buffer-display ` when another frame is used for the error buffer.
49
49
* [ #1733 ] ( https://github.com/clojure-emacs/cider/pull/1733 ) : Better error handling when no boot command is found in ` exec-path ` .
50
50
* Fix orphaned nrepl-messages buffer after ` cider-quit ` .
51
+ * [ #1782 ] ( https://github.com/clojure-emacs/cider/issues/1782 ) : Disable mouse-over tooltips when ` help-at-pt-display-when-idle ` is non-nil.
51
52
52
53
## 0.12.0 (2016-04-16)
53
54
Original file line number Diff line number Diff line change @@ -668,7 +668,7 @@ before point."
668
668
See \( info \" (elisp) Special Properties\" )"
669
669
(while-no-input
670
670
(when (and (bufferp obj) (cider-connected-p)
671
- cider-use-tooltips)
671
+ cider-use-tooltips ( not help-at-pt-display-when-idle) )
672
672
(with-current-buffer obj
673
673
(ignore-errors
674
674
(save-excursion
You can’t perform that action at this time.
0 commit comments