emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot updated (821b498 -> f291816)


From: João Távora
Subject: [elpa] externals/eglot updated (821b498 -> f291816)
Date: Thu, 22 Nov 2018 19:15:25 -0500 (EST)

capitaomorte pushed a change to branch externals/eglot.

      from  821b498   Correctly map DocumentSymbol's :kind to its name (#121)
       new  69b8428   Make eglot-ignored-server-capabilites more user-friendly 
(#126)
       new  489080b   eglot-ignored-server-capabilites: Prefer all choices over 
"Other"
       new  31fcd91   Handle case when diagnostic :character is out of range
       new  9585b74   Merge pull request #104 from 
mkcms/fix-diagnostics-wrong-type-argument
       new  5571f10   Sort references and definitions by line number
       new  ff04bc0   Improve signature help
       new  a406190   Per #63: Allow function contacts to be interactive
       new  f0b5367   Per #63: Add support for eclipse.jdt.ls server
       new  c795e3e   Override eglot-execute-command for eclipse.jdt.ls server
       new  f250784   Handle case when project was not found in eclipse.jdt.ls 
contact
       new  6ebbd36   Add tests for eclipse.jdt.ls connection
       new  5b043fb   * .travis.yml (install): Download eclipse.jdt.ls server.
       new  faf93ad   * eglot-tests.el: Disable eclipse connection tests.
       new  504fd25   Fix misspelling of "outstanding" (#74)
       new  d9c3696   Fix #138: accept deprecated field in SymbolInformation
       new  5ee05f9   Require subr-x at compile time (#139)
       new  19aded0   Remove duplicates from imenu
       new  22e5c57   Don't ignore unknown SymbolKinds in imenu
       new  3c180c0   Rework test macros for hopefully more stable testing
       new  aefa498   Larger margin for printing test failure backtraces
       new  82ae4f6   Re-enable eclipse-jdt tests
       new  ee41f06   Slightly robustify test engine
       new  27696d6   Use the container name of a symbol in imenu
       new  31bfe21   Add support for code action literals
       new  f2ccb77   Simplify eglot-code-action. Fix compilation warning
       new  118f966   Fix a bug when response to definitions request is a 
single location
       new  f74a80f   Make imenu hierarchical
       new  c664f40   * eglot.el (eglot-client-capabilities): Mention supported 
SymbolKinds.
       new  11cd074   Support ocaml-language-server out of the box (#149)
       new  2a410e9   Move constants to top instead of forward-declaring
       new  d6e0ba3   * eglot-tests.el (eclipse-connect): Increase connect 
timeout to 20.
       new  edc6538   Fix a bug introduced by previous bugfix
       new  7b4ed97   Fix #124: add ability to move to LSP-precise columns
       new  b9e9cf3   Fix #148: complex completions work when chosen from 
*completions*
       new  b31ba80   Tweak solution to #125 with a hint from Fangrui Song
       new  fdb1941   Add support for TextEdits in completion
       new  0a18dca   Fix #125: add ability to report LSP-compliant columns
       new  604c1b0   Per #144: Format documentation of signature parameters
       new  d66f2eb   Treat tab characters as 1 column wide in position 
conversion functions
       new  fc03d7c   Fix #160: Properly delete inserted text after completion
       new  b731db5   Add support for R's languageserver (#161)
       new  894fe5a   Fix #154: fix potential security issue fontifying LSP doc
       new  ee7f9c6   Fix #167: correctly insert TextEdit-less snippets
       new  de1728c   * eglot.el (eglot-completion-at-point): Less chatter.
       new  f291816   * eglot.el (Version): Bump to 1.2


Summary of changes:
 .travis.yml    |   7 +-
 Makefile       |   1 +
 README.md      |   7 +-
 eglot-tests.el | 196 +++++++++++++------
 eglot.el       | 590 ++++++++++++++++++++++++++++++++++++++++++---------------
 5 files changed, 585 insertions(+), 216 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]