Mykhailo Kuznietsov
69d5148385
Changed copyright owner to "Red Hat, Inc." in license headers ( #5964 )
...
Change license header contributor to Red Hat, Inc.
2017-08-11 10:46:58 +03:00
Roman Iuvshyn
c2eb3188c1
RELEASE: Set next development version ( #5949 )
2017-08-09 11:17:20 +03:00
Valeriy Svydenko
6a317b5bff
CHE-5379: fix wrong cursor placement for autocompletion ( #5873 )
2017-08-02 14:34:10 +03:00
Dmytro Kulieshov
888da450e6
fixed formatting ( #5755 )
...
Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
2017-07-20 12:32:42 +03:00
Thomas Mäder
6e743678ea
Fix LSP didChange parameters #4978 ( #5002 )
...
* Add document changing listener support
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Use document changin notification to compute correct didChange
parameters
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Make sure to use the proper document instance.
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Renamed DocumentChangeEvent->DocumentChangedEvent
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-20 11:45:02 +03:00
Roman Iuvshyn
185273f8b9
RELEASE: Set next development version ( #5734 )
...
* RELEASE: Set next development version
2017-07-19 12:45:32 +03:00
Oleksandr Andriienko
7b9c2a189a
Update lsp4J lib to newer version. ( #5292 )
...
* #5360 Upgrade LSP4J library version to 0.2.0
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-07-14 11:05:20 +03:00
Yevhen Vydolob
91b543547e
#5380 use Orion annotation model instead 'showProblems' method ( #5518 )
...
Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-07-14 09:09:57 +03:00
Thomas Mäder
9f88048572
Add support for using multiple language servers to be registered for the same files #4609 ( #5442 )
...
Add support for using multiple language servers for the same files.
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-10 10:20:30 +02:00
Thomas Mäder
092505d915
Support for multiple highlights
...
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-07 13:36:36 +02:00
Thomas Mäder
9027aa4780
Ability to register language servers for file names instead of extensions #5107 ( #5156 )
...
* Register languages by file name
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-03 17:18:25 +02:00
Roman Iuvshin
eab04ddd6b
RELEASE: Set next development version
2017-06-29 07:59:05 +00:00
Roman Iuvshin
513aa19ebd
RELEASE: Set next development version
2017-06-21 13:04:16 +00:00
Roman Iuvshin
eb2fa0eeed
RELEASE: Set next development version
2017-06-14 07:13:04 +00:00
Dmitry Kuleshov
0fc83c5df9
Fixed freezing of IDE in case of LS initialization timeout or failure ( #5341 )
2017-06-13 17:45:24 +03:00
Valeriy Svydenko
6a4e3831cd
CHE-5154: use new implementation of the Language Server Protocol for python ( #5267 )
2017-06-07 10:07:04 +00:00
Roman Nikitenko
1c7818f14e
CHE-3570. Add ability to turn on/off autosave mode for editor content
...
Signed-off-by: Roman Nikitenko <rnikitenko@codenvy.com>
2017-05-31 13:29:01 +00:00
Vitalii Parfonov
a2174799df
Wait and check LS process ( #5176 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2017-05-25 17:46:56 +03:00
Dmitry Kuleshov
cc8fd2473a
Switch TestDocument (LSP) service to the websocket JSON-RPC ( #5186 )
2017-05-25 16:44:42 +03:00
Roman Iuvshin
9fbf173eb9
RELEASE: Set next development version
2017-05-24 07:30:41 +00:00
Vitalii Parfonov
c6792a9f27
CHE-3721: Show Find Project Symbol only if capability exist ( #4925 )
...
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2017-05-16 13:35:39 +03:00
Roman Iuvshin
b3ae33acf5
RELEASE: Set next development version
2017-05-10 10:54:42 +00:00
Roman Iuvshin
6d88cf8c73
[maven-release-plugin] prepare for next development iteration
2017-04-25 18:19:17 +00:00
Roman Iuvshin
d7f023fd89
[maven-release-plugin] prepare release 5.9.0
2017-04-25 18:19:10 +00:00
Vitalii Parfonov
f57a4f2cf0
Fixing failed release: set correct folder for generated source
...
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2017-04-25 20:51:37 +03:00
Sergii Kabashniuk
86809b9ad0
Fix compilation issues that is preventing release
2017-04-25 19:12:12 +03:00
Sergii Kabashniuk
2ee007fa48
Fix compilation issues that is preventing release
2017-04-25 18:57:29 +03:00
Sergii Kabashniuk
43112cf746
Fix compilation issues that is preventing release
2017-04-25 18:38:15 +03:00
Sergii Kabashniuk
c4de2266da
Fix compilation issues that is preventing release
2017-04-25 17:58:12 +03:00
Sergii Kabashniuk
5546c8649a
Fix compilation issues that is preventing release
2017-04-25 17:29:06 +03:00
Roman Iuvshin
927aef3b32
fix build
2017-04-25 13:34:33 +00:00
Sergii Kabashniuk
b016d619cb
3656 Port Languages Server Support to lsp4j ( #4765 )
...
* Initial import from https://github.com/eclipse/che/pull/4160
* Added formatting for changed files
* Organize imports
* Added missing logback and removed unused dependency
* Fix plugin-languageserver compilation issue
* Move lsp4j dependency to lsp plugin
2017-04-19 17:33:59 +03:00
Thomas Mäder
1ba9c73125
3957 code action ( #4345 )
...
* CHE-3957: Code Action
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Exclude new file from license check.
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Addressing PR comments (style & formatting issues)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
* Extracted anonymous to inner class
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-04-13 17:21:55 +03:00
Roman Iuvshin
7805c146e6
[maven-release-plugin] prepare for next development iteration
2017-04-13 11:07:13 +00:00
Roman Iuvshin
e8107fd96c
[maven-release-plugin] prepare release 5.8.0
2017-04-13 11:07:06 +00:00
Roman Iuvshin
840ae853f8
Revert "RELEASE: set minor change version"
...
This reverts commit e23b9257a3 .
2017-04-11 20:55:24 +03:00
Roman Iuvshin
e23b9257a3
RELEASE: set minor change version
2017-04-11 18:10:45 +03:00
Roman Iuvshin
08d4d0f25c
[maven-release-plugin] prepare for next development iteration
2017-04-06 14:28:39 +00:00
Roman Iuvshin
53a0325213
[maven-release-plugin] prepare release 5.7.0
2017-04-06 14:28:33 +00:00
Roman Iuvshin
342f103654
[maven-release-plugin] prepare for next development iteration
2017-03-30 12:25:35 +00:00
Roman Iuvshin
e6e4a652cc
[maven-release-plugin] prepare release 5.6.0
2017-03-30 12:25:28 +00:00
Evgen Vidolob
27125263d0
#4430 move orion editor plugin to ide core ( #4539 )
...
* #4430 move orion editor plugin to ide core
Signed-off-by: Even Vidolob <evidolob@codenvy.com>
2017-03-28 10:19:24 +03:00
Artem Zatsarynnyi
bbd0c1abb2
Introduce Intelligent Commands ( #4389 )
...
Introduce Intelligent Commands
2017-03-23 18:23:17 +02:00
Roman Iuvshin
e7588aa2b3
[maven-release-plugin] prepare for next development iteration
2017-03-15 14:59:35 +00:00
Roman Iuvshin
69cf9f5528
[maven-release-plugin] prepare release 5.5.0
2017-03-15 14:59:28 +00:00
Roman Iuvshin
ceff3938ff
[maven-release-plugin] prepare for next development iteration
2017-03-02 18:33:12 +00:00
Roman Iuvshin
8ed6e10476
[maven-release-plugin] prepare release 5.4.0
2017-03-02 18:33:06 +00:00
Roman Iuvshin
6edd8f8cf7
set proper license headers
2017-02-21 19:45:34 +02:00
Xavier Coulon
5a78c0b70a
Issue #1802 - Document highlightings ( #3343 )
...
Providing support for occurrences highlighting, with a
restriction due a bug in the io.typefox.lsapi.services 0.3.0
bundle, which assumes that the language server will return
a single occurrence to highlight, instead of a list of
occurrences.
Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
2017-02-21 15:53:15 +02:00
Roman Iuvshin
e71c7b5671
[maven-release-plugin] prepare for next development iteration
2017-02-17 11:04:07 +00:00