Skip to content

Releases: casouri/eldoc-box

v1.13.2

20 Jan 05:10
1b9274b
Compare
Choose a tag to compare

Hot fix

  • Now eldoc-box-buffer-setup-hook takes value from the original buffer, so the Typescript example in README actually works.

v1.13.1

18 Jan 07:46
Compare
Choose a tag to compare

Changes

  • New variable eldoc-box-buffer-setup-function
  • New hook eldoc-box-buffer-setup-hook
  • New scrolling commands eldoc-box-scroll-up/down
  • New prettifier for Typescript errors eldoc-box-prettify-ts-errors

Bug fixes

  • See change log

v1.12.1

01 Jun 15:45
0be491c
Compare
Choose a tag to compare

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

02 May 06:12
24c216e
Compare
Choose a tag to compare

Non-breaking changes

  • Various bug fixes
  • eldoc-box-eglot-help-at-point is now obsolete

v1.10.1

04 Apr 23:25
143d7c5
Compare
Choose a tag to compare

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

11 Jul 12:32
8aa2b6d
Compare
Choose a tag to compare

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

20 Feb 19:38
61dd07f
Compare
Choose a tag to compare

Bug fix

v1.7

23 Jan 20:36
6f18d01
Compare
Choose a tag to compare

Fix childframe cleanup problem

v1.6

07 Jan 02:01
9f22d68
Compare
Choose a tag to compare

Breaking change

  • eldoc-box-hover-at-point-mode doesn't enable eldoc-box-hover-mode by default anymore.
    Now, eldoc-box-hover-mode is the base functionality toggle and eldoc-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

v1.5

22 Dec 17:45
da81136
Compare
Choose a tag to compare

Fix: flicker when quickly move out and in a symbol

Add:

  1. eldoc-box-hover-at-point-mode: pop up childframe at point
  2. Add variable eldoc-box-cleanup-interval: control how quickly is the cihldframe cleaned up