Commit graph

144 commits

Author SHA1 Message Date
Dirk Baeumer
3ee4463067 Fixes #138: Sequence support for triggerCharacters 2017-11-15 16:18:25 +01:00
Dirk Baeumer
4a61803416 Fixes #317: Clarification: is there a canonical range going to the end of a line? 2017-11-15 14:55:22 +01:00
Dirk Bäumer
c0457c3f42
Merge pull request #322 from rcjsuen/patch-3
Fix the grammar
2017-11-15 12:56:01 +01:00
Dirk Baeumer
8b8fa38117 Addresses #326 2017-11-15 12:51:10 +01:00
Dirk Bäumer
91c37cf384
Merge pull request #333 from arxanas/patch-3
Clarify response ordering (#306)
2017-11-15 12:12:23 +01:00
Dirk Bäumer
aab224781a
Merge pull request #311 from svenstaro/patch-1
Some grammar and consistency fixes
2017-11-15 11:28:10 +01:00
Dirk Baeumer
608ec1905b Specify correctly where null is a valid return value 2017-11-15 11:12:43 +01:00
Waleed Khan
0497a29a5e
Clarify response ordering (#306)
This clarifies what the server is allowed to do in regard to reordering responses to requests, as per the discussion in #306 and https://github.com/freebroccolo/ocaml-language-server/issues/59.
2017-11-13 14:38:11 -08:00
Vlad Dumitrescu
fa8c0a4024
Specify response from client/unregisterCapability
Assuming that it is void, just like for registerCapability.
2017-11-09 16:12:32 +01:00
Remy Suen
a151fb84e0 Fix the grammar
"To..." needs to be followed by the infinitive of the verb.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2017-10-24 22:05:52 +09:00
Dirk Bäumer
6bc20bba03 Merge pull request #301 from object88/master
Typo: 'notificatins'
2017-10-16 13:31:44 +02:00
Remy Suen
23ea84c403 Grammar fixes
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2017-10-16 06:13:05 +09:00
Dirk Baeumer
b04dc06202 Fixes #228: Publish Diagnostics for multiple sources 2017-10-04 10:52:50 +02:00
Dirk Baeumer
8e70a77462 Fixes #282: clarify when diagnostics are cleared 2017-10-04 10:49:05 +02:00
Dirk Baeumer
811a08bda6 Fixes #285: Multiple didOpen calls 2017-10-03 12:42:12 +02:00
Dirk Baeumer
66a1df9cc8 Indicate that cancel can be sent in both ways 2017-10-03 12:17:55 +02:00
Dirk Baeumer
17468e8b25 Clarify SymbolInformation 2017-10-03 12:10:38 +02:00
Sven-Hendrik Haase
221c54c29e Some grammar and consistency fixes 2017-10-01 16:22:03 +02:00
Dirk Baeumer
2660203876 Add support for CompletionItem#commitCharacters 2017-09-26 15:53:44 +02:00
object88
a811f8f754 Typo: 'notificatins' 2017-09-13 12:40:29 -06:00
Dirk Bäumer
30cd9e13bf Merge pull request #295 from object88/master
Fixing 'paramters' and 'reponse' typos
2017-09-13 11:02:45 +02:00
Dirk Baeumer
756d77325b Fixes #296: Clarification: Using goto definition on non-identity token 2017-09-13 10:40:02 +02:00
object88
513bf941f9 Fix reponse typo 2017-09-09 11:19:31 -06:00
object88
539c6493b4 Fixing 'paramters' typo 2017-09-09 11:16:52 -06:00
Dirk Baeumer
f2aeca53d5 Fixes #279 2017-09-08 16:34:48 +02:00
Dirk Baeumer
fcb32f9831 Clarify document content change events. 2017-09-07 15:24:20 +02:00
Dirk Baeumer
e1ecd6a23a Clarify #19 2017-05-17 16:10:15 +02:00
Dirk Baeumer
30dbdb95d4 Merged #225. 2017-05-17 13:49:08 +02:00
Dirk Bäumer
e9adf62e04 Merge pull request #231 from CXuesong/master
Fix typo in summary of `interface Registration`.
2017-05-17 13:19:18 +02:00
Dirk Baeumer
101b925f67 Use WorkspaceClientCapabilites.workspaceEdit.documentChanges 2017-05-17 11:44:07 +02:00
Dirk Bäumer
9348d81c4e Merge pull request #239 from RainerKlute/patch-1
Typo fixed
2017-05-17 11:41:23 +02:00
Dirk Baeumer
f9af074510 Fixes #240: Description of "documentChanges" of "WorkspaceEdit" is unclear 2017-05-17 11:39:21 +02:00
Dirk Baeumer
a8c74eb62e Fixed #241: Description of "version" of "TextDocumentItem" is unclear 2017-05-17 11:26:30 +02:00
Dirk Baeumer
35fdabcd26 Minor type fix 2017-05-17 10:48:13 +02:00
Rainer Klute
814c5e6cea Various minor editorial changes
I am suggesting a couple of minor editorial changes regarding spelling, grammar, style, and clarity.
2017-05-08 16:34:58 +02:00
forest93
cb777e7d65 Typo: register. 2017-05-03 13:57:56 +08:00
forest93
4308e916a9 previously register -> previously registered. 2017-05-03 13:56:11 +08:00
forest93
eeceae2fdc :Fix typo in summary of interface Registration. 2017-05-03 13:43:16 +08:00
Rainer Klute
368e90bedb Typo fixed. 2017-04-26 17:24:09 +02:00
Dirk Baeumer
20cf6216a7 More clarification on utf8 2017-04-14 15:04:34 +02:00
Dirk Baeumer
03ff4df637 Fixes #180: Clarify role of "Initialized" notification 2017-04-12 12:31:22 +02:00
Dirk Baeumer
f374f5c788 Fixes #181: Differences between VSCode and the language server protocol regarding code action requests 2017-04-12 12:04:29 +02:00
Dirk Baeumer
2a15019a4b More clarification on encoding 2017-04-11 17:47:45 +02:00
Dirk Bäumer
08465ece6e Merge pull request #199 from ljw1004/master
Change "utf8" to "utf-8" with a hyphen
2017-04-11 17:20:31 +02:00
Dirk Bäumer
1f9b9d3572 Merge pull request #205 from cxxxr/typo
"TextDocumentRegistrationsOptions" -> "TextDocumentRegistrationOptions"
2017-04-11 17:17:04 +02:00
Dirk Baeumer
9ec10d8ed0 See PR #153 2017-04-11 17:13:58 +02:00
Dirk Bäumer
927aecb4f4 Merge pull request #207 from vladdu/patch-2
small corrections
2017-04-11 17:06:11 +02:00
Dirk Baeumer
dd28652bca Fixes #214: Unfinished sentence in the intro of v3 protocol 2017-04-11 15:35:25 +02:00
Dirk Baeumer
fce1c2c336 Adresses #215 2017-04-11 15:10:16 +02:00
Dirk Baeumer
d1cfc0559a More tweaking on SignatureHelp 2017-04-10 15:01:24 +02:00