[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] branch externals/corfu-doc created (now da93136780)
From: |
ELPA Syncer |
Subject: |
[elpa] branch externals/corfu-doc created (now da93136780) |
Date: |
Tue, 19 Jul 2022 15:57:53 -0400 (EDT) |
elpasync pushed a change to branch externals/corfu-doc.
at da93136780 Increase the default max width of the doc frame to 80
characters
This branch includes the following new commits:
new 53b58bbc70 Initial commit
new d05a3caeb8 Hide doc frame when there are no candidates
new b8b47f79bc Make the documentation scrollable
new d2260b04d7 Fix doc frame border missing problem
new fd15093639 Add left and right margins
new 000388fe97 Silent a compiler warning
new eac54c356a Version 0.0.2
new 807af9fb2e Fix #2: fix frame position calculation when there are
multiple displays
new f83307a233 Update doc frame when corfu frame coordinates changed
new e18aea61e7 Version 0.0.3
new 8e463cccad Fix #4: add requirement for map library
new f89ddb7c65 Sync corfu's update on redisplay hack
new 488da67753 Revert previous commit
new c6b54c923e Add command to quickly toggle documentation popup on or
off
new 98398c61fa Fix wrong argument type error when calling
frame-visible-p
new 7c546a3eae Hide popup frame when candidate documentation is empty
new f030d58176 Version 0.0.4
new 11b9f0fefa Add an option to resize the corfu doc frame automatically
new c2460635d9 Inhibit message when fetching the candidate documentation
new fa5f36599d Force to refresh corfu echo message
new 75faa58328 Version 0.0.5
new 15dfe652f5 Automatically resize the corfu doc frame
new d051b8e0b1 Place doc frame at top or bottom of the completion popup
frame
new 45853ecb53 Version 0.1.0
new 91e66b0804 Avoid warning if x-gtk-resize-child-frames is missing
new 0741012875 Fix typo in comment
new e1c79e8ffc Version 0.1.1
new 5d08342a82 Fix #6: do not show the documentation popup immediately
new ef1edadb4f README: Document `corfu-doc-delay`
new d5224ad109 Decrease popup displaying delay to 0.2 seconds
new 84f344ce60 Version 0.2.0
new 122e1f5900 Only record candidate that has displayed the doc popup
new d857f012ad Reduce doc frame flickering when the delay is very low
new df8d7e2242 README: Document `corfu-doc-hide-threshold`
new 8d8f9317dd Version 0.2.1
new 6c0653336d Avoid doc frame repositioning delay
new 6c62c6634f README: Document reducing the popup flickering
new 807448a3de Version 0.3.0
new 214b14115e Hide doc frame if there is no documentation
new 348fc32035 Version 0.3.1
new 8c30a44d67 Fix #7: change the behavior of the corfu-doc-toggle
command
new d611165b7d Reduce the popup height to avoid exceeding the display
new a8835a6540 Version 0.4.0
new 98509cbe29 Decrease auto delay to 0.1
new fa6cb6b384 Add melpa badge
new 95fdae5755 Update installation
new 7926ff406c Avoid using map-merge
new e9562c3936 Update commentary
new 07307b68a3 Version 0.4.1
new c968530f74 Fix #9: fix showing doc while quickly browsing candidates
new 95a1a1731d Add contributions note
new 8313341ae8 Version 0.4.2
new 1fd578caa0 Fix link
new b3394359de Fix #9 (again): fix error when candidate index is nil
new c14d42e5e2 Version 0.4.3
new 9d81c522f6 Simplify code
new 1c99932d33 Support displaying the doc frame within the parent frame
new dcc481a5d0 Document display the doc frame within the parent frame
new 5a6f4f879d Version 0.5.0
new 2e74659620 Hide the doc frame when current candidate is nil
new 96b5de8cce Version 0.5.1
new 904df4f99a Make corfu-doc-mode a global minor mode
new 2a3f515022 Add corfu-doc--popup-scroll function
new 4ff6f35c18 Fix #12: make the popup functions more overrideable
new 9750d1af61 Fix calling corfu-doc--refresh-popup
new 611895ef47 Version 0.6.0
new 7997122f70 Fix error that resize doc popup when refreshing
new d89012ed6a Version 0.6.1
new f63395100e Fix typo (#14)
new d7d7c27703 Version 0.6.2
new 0c5bd800f6 Fix frame flicker When display the doc immediately
new 6706526c0d Require emacs 27.1
new 7b10759a2e Fix warnings
new 07d389a0ab Make candidates popup and doc popup share the border
new d2abf185e6 Rename corfu-doc--popup-transit to
corfu-doc--popup-transition
new 4119d58e8e Rename calculating doc popup position function
new 8170be8375 Fix duplicate code
new 733739d090 Add and adjust docstrings
new aadf628d98 Remove redundant :group args
new f9566cf13f Version 0.6.3
new cfca07f581 Require corfu 0.25
new 13574ae5d1 Make corfu-doc-display-within-parent-frame default to t
new 832b49e2a1 Remove :safe args
new be90c96079 Merge functions to get the documentation of the candidate
new a0508b031e Inline the function to scroll the doc popup
new cc13a259dd No need to check corfu-mode
new 48f629a0c2 Add new option to choose the method to transition the
doc popup
new caccd94757 Inline the function to get coordinates of the corfu popup
new 767e7574ef Obsolete toggle-corfu-doc-mode command
new b5477fd110 Version 0.7
new 78032cf8e2 Revert "Inline the function to get coordinates of the
corfu popup"
new 7f7e251173 Fix #19: display a warning when child frames unavailable
new 616a2a9fc6 Fix regression error when scrolling doc popup
new 5dd2a2987a Don't display warning when child frame is not supported
(#17, #19)
new da93136780 Increase the default max width of the doc frame to 80
characters
- [elpa] branch externals/corfu-doc created (now da93136780),
ELPA Syncer <=
- [elpa] externals/corfu-doc 11b9f0fefa 18/95: Add an option to resize the corfu doc frame automatically, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc d611165b7d 42/95: Reduce the popup height to avoid exceeding the display, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc c14d42e5e2 55/95: Version 0.4.3, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc c968530f74 50/95: Fix #9: fix showing doc while quickly browsing candidates, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc e9562c3936 48/95: Update commentary, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc d857f012ad 33/95: Reduce doc frame flickering when the delay is very low, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 45853ecb53 24/95: Version 0.1.0, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc dcc481a5d0 58/95: Document display the doc frame within the parent frame, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc e1c79e8ffc 27/95: Version 0.1.1, ELPA Syncer, 2022/07/19
- [elpa] externals/corfu-doc 1fd578caa0 53/95: Fix link, ELPA Syncer, 2022/07/19