Releases: casouri/eldoc-box
Releases · casouri/eldoc-box
v1.13.2
v1.13.1
v1.12.1
Non-breaking changes
- New face
eldoc-box-markdown-separator
- If there's no doc at point,
eldoc-box-help-at-point
shows an explanation message instead of an empty childframe.
Bug fixes
v1.11.1
v1.10.1
New
- Now
visual-line-mode
is enabled by default in childframes. - Now there's a new function
eldoc-box-help-at-point
. - Now eldoc-box works with the new eldoc protocol added in Emacs 28.
- Now there are a series of Markdown prettifier functions that can make Eglot's Markdown documentation look better.
Fixes
- Now eldoc-box handles tab bar better
v1.9.1
New
-
New variable
eldoc-box-fringe-use-same-bg
.
Now, by default, fringe's background color is set to as same as the background color of default face. -
In
eldoc-box-hover-at-point-mode
, doc frame follows the point's movement -
When company is enabled, doc frame will move to the right of company's popup
-
Start to use semantic versioning
Breaking changes
- When
eldoc-box-hover-mode
is disabled,eldoc-box-hover-mode
is automatically disabled.
v1.8
v1.7
v1.6
Breaking change
eldoc-box-hover-at-point-mode
doesn't enableeldoc-box-hover-mode
by default anymore.
Now,eldoc-box-hover-mode
is the base functionality toggle andeldoc-box-hover-at-point-mode
is the add-on configuration shortcut.
Fix
- Change at-point childframe position from right edge of the point to left edge of the point
- Play nice with lsp-mode
New feature
- Add the eglot help-at-point hack into code base
- Enable users to configure font in the childframe