Commit Graph

225 Commits

Author SHA1 Message Date
bf7efd8903 Improve child frame X position calculation logic 2024-01-05 10:27:01 -05:00
7b0477697b Add instability disclaimer to README 2023-12-20 19:40:44 -05:00
0f2ba661f8 Change frame position display logic 2023-12-20 19:39:02 -05:00
8075b5662e Fix resize hook not being uninstalled 2023-12-20 19:38:34 -05:00
fb8e012d60 Fix potential wrong-type-argument error 2023-12-13 15:57:54 -05:00
f601b25b45 Update repo icon 2023-12-09 06:32:58 -05:00
09d1408338 Lint comments 2023-12-09 05:50:00 -05:00
7931cbaadb Fix compatibility with Emacs 28.1 2023-12-09 05:49:49 -05:00
a5caf7537f Update preview image 2023-12-08 08:01:29 -05:00
c77f80f5f5 Decrease icon size in README.md 2023-12-08 07:49:16 -05:00
c7c6948d1b Fix typo in README.md 2023-12-08 07:48:25 -05:00
a1c269ecff Initial commit (post-fork) 2023-12-08 07:47:15 -05:00
Yuan Fu
c36f31074b
* eldoc-box.el (eldoc-box-markdown-separator): New face. 2023-11-14 21:19:13 -08:00
roife
06c905bb4a
Prevent tab-bar from activating on the childframe (issue#88)
* eldoc-box.el (eldoc-box-frame-parameters): Add
tab-bar-lines-keep-state.
2023-10-08 15:50:25 -07:00
Yuan Fu
270a9a8948
Make eldoc-box-clear-with-C-g work for help-at-point too
* eldoc-box.el (eldoc-box-help-at-point): Add advice if
eldoc-box-clear-with-C-g is non-nil.
2023-09-20 21:01:20 -07:00
Yuan Fu
2663fd8834
; * README.org: Fix typos (issue#81). 2023-08-14 16:59:36 -07:00
Yuan Fu
73345daa47
Fix frame size problem caused by markdown separators (issue#68)
* eldoc-box.el:
(eldoc-box--markdown-separator-display-props): New variable.
(eldoc-box--update-childframe-geometry): New workaround.
(eldoc-box--prettify-markdown-separator): Use the new variable.
2023-08-09 22:03:09 -07:00
Yuan Fu
a9d54abb6c
Revert last workaround since it doesn't work
This reverts commit 67ec0b9fd6.
2023-08-09 21:38:26 -07:00
Yuan Fu
67ec0b9fd6
* eldoc-box.el: Force rediplay after changing childframe size.
Hopefully this fixes the problem brought by the workaround fixing
issue#68.
2023-08-09 20:17:44 -07:00
Yuan Fu
b5aa481432
Add support for company-box
* eldoc-box.el (eldoc-box--at-point-x-by-company): Change if to a cond
and add a branch for company-box.
2023-08-02 17:51:41 -07:00
Yuan Fu
f6ae0e7a7b
Add eldoc-box-at-point-position-function
* eldoc-box.el (eldoc-box-at-point-position-function): New variable.
(eldoc-box-help-at-point)
(eldoc-box-hover-at-point-mode): Replace hard-code with
eldoc-box-at-point-position-function.
2023-07-28 22:40:50 -07:00
Yuan Fu
2070e2fc16
Respect inherited face attribute (issue#77)
* eldoc-box.el (eldoc-box--get-frame): Respect inherited attribute.
2023-07-28 22:32:33 -07:00
dalu
049eacfd98
Rework eldoc-box--window-side
* eldoc-box.el:
(eldoc-box--window-side): Use distance to judge whether the active
window is the left window.
(eldoc-box--inhibit-childframe-for): Whitespace change.
2023-06-10 00:00:35 -07:00
Jeffrey Phillips
e58ecc4699
Improve eldoc-box--window-side
* eldoc-box.el (eldoc-box--window-side): Now it consistently returns
'left' even if the left side is split vertically.
2023-05-26 14:00:01 -07:00
Yuan Fu
ee7c978887
Preserve the old value of eldoc-display-functions (issue#74)
* eldoc-box.el (eldoc-box--old-eldoc-functions): New variable.
(eldoc-box--enable): Save the old value.
(eldoc-box--disable): Check the old value.
(eldoc-box--help-at-point-last-point): Docstring change.
(eldoc-box--help-at-point-cleanup): Don't kill the local value of
eldoc-display-functions. This line is likely a remnant of the old
eglot help-at-point command and should've been removed.
2023-05-17 14:21:48 -07:00
Yuan Fu
24c216ea3a
; * eldoc-box.el: Bump version. 2023-05-01 23:00:26 -07:00
Yuan Fu
d0dd4e9d40
Obsolete eldoc-box-eglot-help-at-point
* eldoc-box.el (eldoc-box-eglot-help-at-point): Replace body with a
single call to eldoc-box-help-at-point.
2023-04-27 11:54:44 -07:00
Yuan Fu
939724afef
Fix tab-bar "integration"
* eldoc-box.el (tab-bar): tab-bar-mode should be tab-bar instead.
(tab-line): Add the same workaround for tab-line-mode.
2023-04-27 01:04:13 -07:00
Yuan Fu
4066df5a29
Workaround childframe sizing issue (issue#68)
* eldoc-box.el (eldoc-box--update-childframe-geometry): Set frame size
to something very small before calculating the text size.
2023-04-27 00:58:17 -07:00
Yuan Fu
90deae21cc
Merge branch 'taquantrung' 2023-04-26 23:48:03 -07:00
Ta Quang Trung
a0d0826cc5
Fix fringe background warning in Emacs 29
* eldoc-box.el (eldoc-box--eldoc-message-function): Set background to
unspecified instead.
2023-04-26 23:47:15 -07:00
Yuan Fu
41ddcccd59
Merge branch 'disable-header-line' 2023-04-26 23:45:38 -07:00
jaaasonSun
8ce339094f
* eldoc-box.el (eldoc-box--display): Disable header-line. 2023-04-26 23:45:00 -07:00
Yuan Fu
6a0b1bd0ad
Fix typo
* eldoc-box.el (eldoc-box-lighter):
* README.org (Variable): Mode line.
2023-04-17 13:19:29 -07:00
Yuan Fu
c39eb5666b
* README.org (Variable): Update for the new custom option. 2023-04-13 14:10:51 -07:00
Yordan Miladinov
920d0432a3
Add eldoc-box-lighter
The mode-line lighter is now customizable using the newly introduced
eldoc-box-lighter. It can also be hidden away by setting it to nil.

* eldoc-box.el (eldoc-box-lighter): New custom option.
(eldoc-box-hover-mode)
(eldoc-box-hover-at-point-mode): Use the new variable.
2023-04-13 14:08:41 -07:00
Ash
30901d08bc
Fix eldoc-box-body rendering in Customize
At least on my build (28.2), defining the face with :background
unspecified makes Customize only show the raw lisp expression. Setting
it to ((t . nil)) makes it work.

* eldoc-box.el (eldoc-box-body): Change face definition to nil.
2023-04-09 21:16:43 -07:00
Yuan Fu
143d7c5eff
* eldoc-box.el: Bump version. 2023-04-04 16:24:29 -07:00
Yuan Fu
11535ac497
New markdown prettifier
* eldoc-box.el (eldoc-box-buffer-hook): Add new prettifier.
(eldoc-box--remove-noise-chars): Remove carriage returns.
2023-03-31 12:01:36 -07:00
Yuan Fu
d1b8cb5066
* eldoc-box.el (eldoc-box--display): Workaround (issue#66). 2023-03-31 11:58:20 -07:00
Yuan Fu
c805bfcd61
* eldoc-box.el (eldoc-box--replace-en-space): Hide newline at eol. 2023-03-10 14:45:50 -08:00
Yuan Fu
b0935c1d39
Update eldoc-box--condense-large-newline-gaps
* eldoc-box.el:
(eldoc-box--condense-large-newline-gaps): Hide <br> at eol too.
2023-03-10 14:45:28 -08:00
Yuan Fu
41c2ac8b3b
Render nbsp as space
* eldoc-box.el (eldoc-box--fontify-html): Add support for &nbsp;.
2023-03-09 15:54:19 -08:00
Yuan Fu
150ed26880
Handle empty docs in the new Emacs 28 protocol (issue#64)
* eldoc-box.el (eldoc-box--eldoc-message-function): Check the final
doc rather than the STR argument.
2023-03-09 15:47:15 -08:00
Yuan Fu
eec688c1fc
; * eldoc-box.el (eldoc-box--condense-large-newline-gaps): Minor fix. 2023-03-08 21:21:36 -08:00
Yuan Fu
bcf2d5a952
; * README.org (Function): Minor improvement. 2023-03-08 02:09:04 -08:00
Yuan Fu
d68cccb543
Allow customizing doc separator
* eldoc-box.el (eldoc-box-doc-separator): New custom option.
(eldoc-box--eldoc-display-function): Use 'eldoc-box-doc-separator'.
2023-03-08 02:02:22 -08:00
Yuan Fu
39c0379dd0
Correctly compose eldoc documentation (issue#62)
* eldoc-box.el (eldoc-box--compose-doc): New function.
(eldoc-box--eldoc-display-function): Use eldoc-box--compose-doc.
2023-03-08 01:48:48 -08:00
Yuan Fu
d7d302989e
* eldoc-box.el (eldoc-box--fontify-html): Prettify HTML entities. 2023-03-07 15:30:12 -08:00
Yuan Fu
17b86a8acd
* eldoc-box.el (eldoc-box--replace-en-space): Use face-remap instead. 2023-03-07 15:07:35 -08:00