branch: externals/dape
commit 8eb9fbd2dbf5c460e326643a35400603e2b462fe
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Add help text to mode line showing active connections
---
 dape.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 5e7144c33b..ba4e5caf4a 100644
--- a/dape.el
+++ b/dape.el
@@ -4724,7 +4724,9 @@ See `eldoc-documentation-functions', for more infomation."
                         (nof-conns
                          (length (cl-remove-if-not 'dape--threads conns)))
                         ((> nof-conns 1)))
-              (propertize (format "(%s)" nof-conns) 'face 'shadow)))))
+              (propertize (format "(%s)" nof-conns)
+                          'face 'shadow
+                          'help-echo "Active child connections")))))
 
 (add-to-list 'mode-line-misc-info
              `(dape-active-mode

Reply via email to