summaryrefslogtreecommitdiff
path: root/lisp/progmodes/eglot.el
Commit message (Expand)AuthorAgeFilesLines
* Eglot: rework eglot-handle-request (bug#62116)João Távora2023-05-161-17/+25
* Eglot: support window/showRequest (bug#62116)Felicián Németh2023-05-131-1/+24
* Eglot: Replace eglot-execute-command with new eglot-executeJoão Távora2023-05-091-17/+18
* Merge from origin/emacs-29Dmitry Gutov2023-05-061-1/+4
|\
| * Eglot: re-rename eglot-upgrade to eglot-upgrade-eglotJoão Távora2023-05-051-1/+4
| * Rename eglot-update to eglot-upgradeDmitry Gutov2023-05-041-1/+1
* | Eglot: bump to 1.15João Távora2023-04-291-1/+1
* | Eglot: unbreak for Emacs 26João Távora2023-04-291-2/+2
* | Merge from origin/emacs-29Po Lu2023-04-281-3/+24
|\ \ | |/
| * Eglot: explain how to update Eglot in manual (bug#62720)João Távora2023-04-281-2/+11
| * Eglot: fix edge case when deleting inlay hint overlaysJoão Távora2023-04-281-1/+13
* | Merge from origin/emacs-29Eli Zaretskii2023-04-211-5/+5
|\ \ | |/
| * ; Support 'dart-ts-mode' in EglotEli Zaretskii2023-04-181-2/+3
| * ; Eglot: fix a typo in a customization typeIdir Lankri2023-04-181-1/+1
* | Eglot: unbreak activation/management of derived modes (bug#62907)João Távora2023-04-191-6/+13
* | Eglot: guard against empty 'textDocument/documentSymbol' responseJoão Távora2023-04-171-4/+5
* | Merge from origin/emacs-29Eli Zaretskii2023-04-151-1/+5
|\ \ | |/
| * Add to Eglot support for additional language-servers.Jostein Kjønigsen2023-04-151-1/+5
| * ; Eglot: make version parseable by version-to-listJoão Távora2023-04-121-1/+1
* | Eglot: fix LSP "languageId" detectionJoão Távora2023-04-131-61/+68
* | Eglot: more work on eglot--sig-info (bug#62687)João Távora2023-04-081-32/+43
* | Eglot: simplify eglot--sig-info and fix edge cases (bug#62687)João Távora2023-04-081-24/+16
* | Eglot: fix problems after changes to eglot-imenu (bug#62718)João Távora2023-04-071-5/+7
* | Eglot: version strings must start with numbers (bug#62718)João Távora2023-04-071-10/+10
* | Eglot: use Eglot versions, not Emacs's in obsolete specsJoão Távora2023-04-071-11/+11
* | Eglot: require optional text-property-search.elJoão Távora2023-04-071-3/+5
* | Eglot: be careful about gfm-view-mode read-only buffersJoão Távora2023-04-071-3/+4
* | Eglot: rework eglot-imenuJoão Távora2023-04-071-40/+42
* | Merge from origin/emacs-29Eli Zaretskii2023-04-061-2/+4
|\ \ | |/
| * ; Avoid compiler warning in eglot.el.Eli Zaretskii2023-04-051-0/+1
| * Eglot: don't watch directories that don't existJoão Távora2023-04-021-2/+3
* | Eglot: Bump to 1.14João Távora2023-04-031-2/+2
* | Merge from origin/emacs-29João Távora2023-04-031-2/+2
|\ \ | |/
| * Eglot: unbreak eglot-extend-to-xref on w32João Távora2023-03-301-2/+1
| * Eglot: ensure server shutdown turns off eglot-inlay-hints-modeJoão Távora2023-03-301-0/+1
| * Fix Eglot progress reportingJoão Távora2023-03-231-13/+15
* | ; Eglot: removed unused dependency on 'array.el'João Távora2023-04-021-1/+0
* | Eglot: load built-in GNU ELPA dependencies explicitlyJoão Távora2023-04-021-18/+14
* | Eglot: improve caching in eglot-completion-at-pointJoão Távora2023-04-021-48/+73
* | Eglot: take advantage of new Eldoc options for signature docJoão Távora2023-04-021-60/+56
* | Eglot: declare support for markdown also for signaturesJoão Távora2023-04-021-5/+6
* | Eglot: define eglot--ensure-list with defaliasJoão Távora2023-04-021-3/+3
* | Eglot: remove hacky advice of jsonrpc-requestJoão Távora2023-04-021-39/+38
* | Add clojure-ts-mode to eglot-server-programsdannyfreeman2023-03-291-1/+1
* | Fix invocation of elixir LSP server on MS-WindowsEli Zaretskii2023-03-241-1/+4
* | Eglot: let user opt-in to plaintext LSP docs (bug#61373)JD Smith2023-03-231-1/+6
* | Eglot: don't send invisible text to EldocJoão Távora2023-03-231-4/+9
* | Eglot: inform ElDoc about overly long 'hover' docsJoão Távora2023-03-231-1/+2
* | Eglot: rework progress indicatorsJoão Távora2023-03-231-16/+35
* | Eglot: more leniently handle 'window/showMessageRequest'João Távora2023-03-231-2/+3