Alex Boyko
a0732d1712
Merge pull request #402 from gayanper/async-support
...
Add support for async completions in 4.15
2020-01-14 12:42:59 -05:00
gayanper
cea770113e
Add support for async completions in 4.15
...
Marked the SpringBootJavaCompletionProposalComputer as requiresUIThread
= false so that the completions can be run asyncly.
2020-01-13 20:47:04 +01:00
Martin Lippert
fa2dafc04d
updated tycho to make surefire tests work with latest eclipse target updates
2020-01-03 14:06:01 +01:00
Martin Lippert
03b2d1c884
updated target definitions for e4.15 and cleanup work for outdated target definitions
2020-01-03 10:07:39 +01:00
Kris De Volder
973b61e01a
Bump version to 1.15.0 - Eclipse bits
2019-12-20 14:23:16 -08:00
Martin Lippert
eacba171b8
updated version to 4.5.1
2019-12-19 10:08:22 +01:00
Martin Lippert
aef317c305
updated versions of sts3 components to 3.9.11
2019-12-17 10:35:49 +01:00
Martin Lippert
eb0614b31c
use 2019-12 staging repo only to make sure to grab the latest bits from Eclipse only
2019-12-12 13:13:29 +01:00
nsingh@pivotal.io
527599685b
PT 169821181 - Show progress in progress status line in Eclipse
2019-12-10 22:45:38 -08:00
Martin Lippert
df52df9069
updated orbit for 2019-12 release
2019-12-09 17:07:23 +01:00
BoykoAlex
f7ec05835b
Bump Eclipse bits to 1.14.0
2019-11-26 09:37:50 -05:00
Martin Lippert
fb5b1417df
version updated to 4.5.0
2019-11-21 10:36:51 +01:00
Martin Lippert
60ee22601a
fix wrong input field type for live data fetch max number of retries preference
2019-11-19 15:16:48 +01:00
Martin Lippert
f8dd7929fd
added configs for fetching live hover data to allow users to customize the behaviour
2019-11-19 14:41:37 +01:00
nsingh@pivotal.io
1a267fa0a2
PT 159667257 - Fixed sorting issue with proposals
...
Boot LS proposals sorting fixed by wrapping LSP4E proposals with
IJavaCompletionProposal and setting relevance value.
2019-11-13 15:25:03 -08:00
Kris De Volder
1a838299a0
Add support for 'processId/appGuid' for remote apps
2019-11-06 11:26:23 -08:00
Martin Lippert
1200241a0f
Merge pull request #378 from johanhammar/maven-prerequisites
...
Remove prerequisites from Maven pom files
2019-10-29 13:42:51 +01:00
Kris De Volder
ae1bb85aa4
Bump LS Eclipse bits to 1.13.0
2019-10-24 10:55:16 -07:00
Martin Lippert
99bf44ec91
updated versions to 4.4.2
2019-10-24 19:34:38 +02:00
Martin Lippert
971212ae73
temporarily switch the timestamp server
2019-10-23 19:47:38 +02:00
BoykoAlex
bb79221cfe
PT #165911996 : Switch to LocationLink from Location for definitions
2019-10-15 14:05:35 -04:00
Johan Hammar
af24d50fc0
Remove prerequisites from Maven pom files
2019-10-14 18:07:14 +02:00
Martin Lippert
a23a4de880
added target definitions for Eclipse 2019-12 release
2019-10-04 12:49:55 +02:00
BoykoAlex
39e8d4a769
PT #168807109 : Switch XML scanning to specific folders rather than globs
2019-10-03 19:01:15 -04:00
BoykoAlex
6a2c1026fb
PT #168853351 : Show Goto Symbols dialog for multipage editor
2019-10-02 13:34:40 -04:00
Martin Lippert
3bfb816bad
include nightly builds of common components again
2019-10-02 12:43:06 +02:00
Martin Lippert
3413a3262d
switch to recommended tsa timestamp server and added signing to headless services
2019-10-02 08:34:03 +02:00
BoykoAlex
e9918a7f18
Eclipse LS jar build using e413
2019-09-30 12:18:00 -04:00
Martin Lippert
9a62b85d9e
added new settings for automatic process tracking
2019-09-24 17:09:08 +02:00
Martin Lippert
1c02fe4ea7
Merge branch 'master' into live-hovers-v2
2019-09-24 14:57:27 +02:00
Martin Lippert
d5a68805ff
adopt renamed tm4e feature id
2019-09-20 08:50:58 +02:00
BoykoAlex
27d689f0c3
Bump LS Eclipse bits to 1.12.0
2019-09-19 11:38:36 -04:00
Martin Lippert
93918d150d
updated versions to 4.4.1
2019-09-19 12:06:43 +02:00
Martin Lippert
fbc74585b3
update for final 3.9.10 release bits
2019-09-17 08:56:05 +02:00
Martin Lippert
f7f30ef074
update to recent changes in lsp4e around symbol label providers
2019-09-12 12:45:21 +02:00
Martin Lippert
66c95991a9
keeping JMX connection open and react to connection lost event + integrating remote apps into the regular connect/disconnect command handling
2019-09-11 12:47:48 +02:00
Martin Lippert
96e5b1d1a4
Merge branch 'master' into live-hovers-v2
2019-09-10 11:40:59 +02:00
BoykoAlex
e6592f0637
PT #168196551 : Connect marker color to theme color. Remove old marker
2019-09-09 14:39:04 -04:00
Martin Lippert
5902f920bd
process status added, incl. disconnect command
2019-09-09 20:31:44 +02:00
Martin Lippert
e4b2a4c430
workaround for platform bug that does delete a once selected quick access item from showing up again
2019-09-06 13:35:18 +02:00
Martin Lippert
8c1fe4c664
added commands to manually deal with live hover process connections
2019-09-06 10:47:48 +02:00
BoykoAlex
2f31f55318
PT #168196551 : Dark theme support for live boot hints
2019-09-05 21:37:33 -04:00
BoykoAlex
297aea926e
PT #168196551 : Dark teheme color for boot live hint
2019-09-05 17:48:42 -04:00
BoykoAlex
36a4f05d64
Bump LS Eclipse bits to 1.11.0
2019-08-14 11:38:08 -04:00
Martin Lippert
1640ee53a4
version updated to 4.4.0
2019-08-14 11:48:36 +02:00
Kris De Volder
8103b51232
Fix process reaper to be a little more robust
...
- cleanup rogue servers by server id.
- server id is the same now for language of same type
even if created from a different instance of
ProcessStreamProvider
Signed-off-by: Kris De Volder <kdevolder@pivotal.io >
2019-08-12 12:13:54 -07:00
Kris De Volder
768bcc8c53
Workaround for ls processes being leaked by lps4e
...
See:
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=549904
- https://www.pivotaltracker.com/story/show/167519460
2019-08-08 17:18:06 -07:00
Kris De Volder
f87626059c
Fix compile error on older ls4e target
2019-08-07 14:10:42 -07:00
Kris De Volder
e02c3b1a2e
Copy code for LSPTextHover from lsp4e
...
This is to avoid compilation issues after class
renamed in lsp4e.
If lsp4e undoes the rename as requested in this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=549859
Then this commit can/should be reverted.
2019-08-07 12:39:51 -07:00
BoykoAlex
b0e8e53bfc
PT #167680960 : Content-type element must have file-names, patterns set
2019-08-02 16:22:26 -04:00