This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
eepp
Watch
1
Star
0
Fork
0
You've already forked eepp
mirror of
https://github.com/SpartanJ/eepp.git
synced
2026-08-18 06:55:48 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3170fd79ff210f56c7e5d3ad2997b24b7017b015
eepp
/
src
/
tools
/
ecode
/
plugins
/
lsp
History
Martín Lucas Golini
3170fd79ff
Fix Node::removeActionsByTag and Node::getActionsByTag using the wrong tag type (and in consequence not removing anything whe requested, generating crashes on some cases). Improved LSP restart stability, although I still can crash it on some rare cases, haven't found the problem yet.
2025-06-22 20:47:20 -03:00
..
lspclientplugin.cpp
Fix Node::removeActionsByTag and Node::getActionsByTag using the wrong tag type (and in consequence not removing anything whe requested, generating crashes on some cases). Improved LSP restart stability, although I still can crash it on some rare cases, haven't found the problem yet.
2025-06-22 20:47:20 -03:00
lspclientplugin.hpp
Started implementing LSP workspace diagnostic to find that not a single LSP implements it, so I just wasted 2 hours of my life. I'll keep the base structure for the future.
2024-11-26 00:51:23 -03:00
lspclientserver.cpp
Fix Node::removeActionsByTag and Node::getActionsByTag using the wrong tag type (and in consequence not removing anything whe requested, generating crashes on some cases). Improved LSP restart stability, although I still can crash it on some rare cases, haven't found the problem yet.
2025-06-22 20:47:20 -03:00
lspclientserver.hpp
Started implementing LSP workspace diagnostic to find that not a single LSP implements it, so I just wasted 2 hours of my life. I'll keep the base structure for the future.
2024-11-26 00:51:23 -03:00
lspclientservermanager.cpp
Fix Node::removeActionsByTag and Node::getActionsByTag using the wrong tag type (and in consequence not removing anything whe requested, generating crashes on some cases). Improved LSP restart stability, although I still can crash it on some rare cases, haven't found the problem yet.
2025-06-22 20:47:20 -03:00
lspclientservermanager.hpp
Fix Node::removeActionsByTag and Node::getActionsByTag using the wrong tag type (and in consequence not removing anything whe requested, generating crashes on some cases). Improved LSP restart stability, although I still can crash it on some rare cases, haven't found the problem yet.
2025-06-22 20:47:20 -03:00
lspdefinition.hpp
Fix for multi-line signature help labels, now labels will be flatten into a single line (
SpartanJ/ecode#388
).
2025-02-02 19:07:41 -03:00
lspdocumentclient.cpp
Rename "keyword2" to "type" and "keyword3" to "parameter".
2025-06-01 20:07:23 -03:00
lspdocumentclient.hpp
FoldRangeProvider is now an interface.
2024-07-11 20:04:47 -03:00
lspprotocol.hpp
Fix for multi-line signature help labels, now labels will be flatten into a single line (
SpartanJ/ecode#388
).
2025-02-02 19:07:41 -03:00