Commit bec14a1
authored
fix: LSCompletionProposal#getContextInformationPosition (#1345)
For some odd reason `LSCompletionProposal.getContextInformationPosition`
currently returns `SWT.RIGHT` hardcoded which translates to int value
`131072`. I changed the information to return the beginning of the text
edit range.1 parent 49cdacb commit bec14a1
2 files changed
Lines changed: 30 additions & 2 deletions
File tree
- org.eclipse.lsp4e.test/src/org/eclipse/lsp4e/test/completion
- org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/completion
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
579 | 603 | | |
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
875 | 874 | | |
876 | 875 | | |
877 | 876 | | |
878 | | - | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
879 | 883 | | |
880 | 884 | | |
0 commit comments