]> git.eshelyaron.com Git - dict.git/commit
ADDED: short description for tokens on mouse hover (help-echo)
authorEshel Yaron <me@eshelyaron.com>
Mon, 16 Jan 2023 19:02:03 +0000 (21:02 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 16 Jan 2023 20:32:22 +0000 (22:32 +0200)
commit3dbe96446430921f0fb8b89e012c33d27fdbe0fc
tree450d8f7cdd7250c12123db68b6c0e12dafa27f9a
parent6e7943beabf8d1092ca92f4d541034841050c208
ADDED: short description for tokens on mouse hover (help-echo)

* sweep.pl (sweep_predicate_dependencies/2): new predicate.
* sweeprolog.el (sweeprolog-enable-help-echo): new user-option, when
non-nil sweeprolog-analyze-region-start-hook and
sweeprolog-analyze-region-fragment-hook are extended with...
(sweeprolog-analyze-start-help-echo)
(sweeprolog-analyze-fragment-help-echo): new functions, manage the
help-echo text property for Prolog text.
* README.org ("Hover for Help"): new section about help-echo.
README.org
sweep.pl
sweeprolog-tests.el
sweeprolog.el