This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from gtache/1.5.1
1.5.1
- Loading branch information
Showing
7 changed files
with
29 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,16 @@ | ||
<idea-plugin> | ||
<id>com.github.gtache.lsp</id> | ||
<name>LSP Support</name> | ||
<version>1.5.0</version> | ||
<version>1.5.1</version> | ||
<vendor email="[email protected]" url="https://github.com/gtache">gtache</vendor> | ||
|
||
<description>Adds LSP (Language Server Protocol) support for IntelliJ</description> | ||
|
||
<change-notes> | ||
<![CDATA[ | ||
-Updates to lsp4j 0.6.0 | ||
-Adds possibility to manually link files to a specific server | ||
-Adds setting to always send requests | ||
-Improves go to with ctrl-click | ||
-Fixes Find Usages with ctrl-click | ||
-Fixes exception when no references found | ||
-Fixes exception when a position is bigger than the line length | ||
-Fixes missing "Show reformat file dialog" and "Reformat code" texts in the menu | ||
-Fixes closing an editor while server is starting not being registered | ||
-Fixes mix of plain text and markup for hover being displayed incorrectly | ||
-Better handling of opened editors at startup | ||
-Potential fix for diagnostic highlights not being cleared | ||
-Fixes error when using LinkToServer with shortcut | ||
-Fixes missing diagnostics when codeAction is unavailable | ||
-Fixes missing code completions | ||
]]> | ||
</change-notes> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
intellij-lsp/src/com/github/gtache/lsp/requests/SemanticHighlightingHandler.scala
This file was deleted.
Oops, something went wrong.