Skip to content

Commit 49620f2

Browse files
Merge branch 'topic/merge_edge_to_master' into 'master'
Merge edge patches to master (without GPR2 and Alire support) See merge request eng/ide/ada_language_server!1173
2 parents 95ec800 + dbefc42 commit 49620f2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

testsuite/ada_lsp/completion.dotted_call.keyword/test.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
{
125125
"label": "A",
126126
"kind": 5,
127-
"sortText": "100&1A",
127+
"sortText": "000&1A",
128128
"additionalTextEdits": [],
129129
"data": {
130130
"uri": "$URI{bar.ads}",
@@ -143,7 +143,7 @@
143143
{
144144
"label": "Do_Nothing",
145145
"kind": 3,
146-
"sortText": "100&2Do_Nothing",
146+
"sortText": "025&2Do_Nothing",
147147
"insertText": "Do_Nothing (${1:A : Integer}, ${2:B : Integer})$0",
148148
"insertTextFormat": 2,
149149
"additionalTextEdits": [],
@@ -225,7 +225,7 @@
225225
{
226226
"label": "A",
227227
"kind": 5,
228-
"sortText": "100&1A",
228+
"sortText": "000&1A",
229229
"additionalTextEdits": [],
230230
"data": {
231231
"uri": "$URI{bar.ads}",
@@ -244,7 +244,7 @@
244244
{
245245
"label": "Do_Nothing",
246246
"kind": 3,
247-
"sortText": "100&2Do_Nothing",
247+
"sortText": "025&2Do_Nothing",
248248
"insertText": "Do_Nothing (${1:A : Integer}, ${2:B : Integer})$0",
249249
"insertTextFormat": 2,
250250
"additionalTextEdits": [],

testsuite/ada_lsp/completion.invisible2/test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@
148148
"kind": 5,
149149
"detail": "type My_Int is tagged record\n A : Integer;\nend record;",
150150
"documentation": "at bar.ads (4:7)\n\n@field A",
151-
"sortText": "100&1A",
151+
"sortText": "000&1A",
152152
"additionalTextEdits": []
153153
},
154154
{
155155
"label": "Do_Nothing",
156156
"kind": 3,
157157
"detail": "procedure Do_Nothing (Obj : My_Int; A :Integer; B : Integer) is null",
158158
"documentation": "at bar.ads (7:4)",
159-
"sortText": "100&2Do_Nothing",
159+
"sortText": "025&2Do_Nothing",
160160
"insertText": "Do_Nothing (${1:A : Integer}, ${2:B : Integer})$0",
161161
"insertTextFormat": 2,
162162
"additionalTextEdits": []

testsuite/ada_lsp/completion.subp_parameters/test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,15 @@
250250
"kind": 5,
251251
"detail": "type My_Int is tagged record\n A : Integer;\nend record;",
252252
"documentation": "at bar.ads (4:7)\n\n@field A",
253-
"sortText": "100&1A",
253+
"sortText": "000&1A",
254254
"additionalTextEdits": []
255255
},
256256
{
257257
"label": "Do_Nothing",
258258
"kind": 3,
259259
"detail": "procedure Do_Nothing (Obj : My_Int; A :Integer) is null",
260260
"documentation": "at bar.ads (7:4)",
261-
"sortText": "100&2Do_Nothing",
261+
"sortText": "025&2Do_Nothing",
262262
"insertText": "Do_Nothing (${1:A : Integer})$0",
263263
"insertTextFormat": 2,
264264
"additionalTextEdits": []

0 commit comments

Comments
 (0)