Commit Graph

3406 Commits

Author SHA1 Message Date
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
Kris De Volder
6f451ee7fe Bump version to 1.12.0 2019-09-19 15:17:19 +00:00
Martin Lippert
93918d150d updated versions to 4.4.1 2019-09-19 12:06:43 +02:00
Martin Lippert
2aa9c7f2a3 updated changelogs for vscode extensions for 4.4.0 release 2019-09-17 13:51:40 +02:00
Martin Lippert
fbc74585b3 update for final 3.9.10 release bits 2019-09-17 08:56:05 +02:00
BoykoAlex
8c3d55e4ec Final fix for symbol indexer config 2019-09-16 11:49:07 -04:00
BoykoAlex
5c35358451 Attempt to fix XML beans index on file change 2019-09-15 21:35:38 -04:00
BoykoAlex
63a5a7ecbb Update XML indexer config in single future 2019-09-13 14:33:54 -04:00
BoykoAlex
d8bda3812f Fix unnecessary findType calls and NPEs in Boot LS 2019-09-12 19:14:27 -04:00
Martin Lippert
f349518d7c moved project sorting out of synchronized-based locking of subscriptions to avoid workspace blocking on startup 2019-09-12 15:51:09 +02:00
Martin Lippert
d5086d4df6 fixed typo 2019-09-12 15:50:07 +02:00
Martin Lippert
f7f30ef074 update to recent changes in lsp4e around symbol label providers 2019-09-12 12:45:21 +02:00
Kris De Volder
eeb8ef4188 Upgrade jvm-launch-util dep to 0.0.14 2019-09-11 15:50:29 -07:00
Kris De Volder
3e5167bd16 Better error handling in jvm-launch-util 2019-09-11 15:43:06 -07:00
Kris De Volder
77429351b6 Better error handling in jvm-launch-util 2019-09-11 15:35:08 -07:00
Martin Lippert
c887a41853 forcing code signing for macOS app package 2019-09-10 11:07:08 +02:00
Martin Lippert
04c1638d37 removed staging repo from 2019-06 distro builds 2019-09-10 09:30:18 +02:00
BoykoAlex
e6592f0637 PT #168196551: Connect marker color to theme color. Remove old marker 2019-09-09 14:39:04 -04:00
Kris De Volder
09f05cd33f Revert accidentally committed CONNECT_TO_LS: true 2019-09-06 13:08:04 -07:00
Kris De Volder
8d60b77bcb Some tweaks around issue #361
When dropping prefix from completion label
in application.properties, also update the
edits to drop it from the edit range.
2019-09-06 12:24:50 -07:00
BoykoAlex
1200bf2c8b Fix duplicate files in XML index 2019-09-06 12:36:55 -04:00
Martin Lippert
3773444a4a update to orbit release version for 2019-09 2019-09-06 10:53:40 +02:00
Martin Lippert
6ce467e2f1 remove rse to avoid empty package explorer due to hidden remote files project disables shortcuts being displayed 2019-09-06 10:49:20 +02:00
BoykoAlex
2f31f55318 PT #168196551: Dark theme support for live boot hints 2019-09-05 21:37:33 -04:00
Kris De Volder
44e9532ea3 Try to shorten labels for boot property completions
Part 2: also do the same in application.yml

See: https://github.com/spring-projects/sts4/issues/361
2019-09-05 16:10:01 -07:00
Kris De Volder
f7276a5683 Try to shorten labels for boot property completions
See: https://github.com/spring-projects/sts4/issues/361
2019-09-05 15:14:07 -07:00
BoykoAlex
297aea926e PT #168196551: Dark teheme color for boot live hint 2019-09-05 17:48:42 -04:00
Martin Lippert
a4d97e0ad5 remove wild web feature for now again, needs more thought 2019-09-05 09:18:24 +02:00
Kris De Volder
b23478248f Avoid classloading in TypeUtil.isCollection
Use type information from project classpath index
instead.
2019-09-04 16:18:54 -07:00
Martin Lippert
29bd645967 first steps towards including wild web developer feature 2019-09-02 11:03:15 +02:00
Martin Lippert
28dc41d88b updates to latest stable 2019-09 orbit p2 repo 2019-09-02 11:03:15 +02:00
Kris De Volder
48e460d78f No classloading in TypeUtil.isMap method
See: https://www.pivotaltracker.com/story/show/167917595
2019-08-27 16:30:17 -07:00
Kris De Volder
a89e5a04db Log languageId during completion handling
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2019-08-21 11:58:33 -07:00
Kris De Volder
01c0498f8e Better handling of union types in Yaml completions
Schema-based completion engine provides the
completions for every subtype of a union type
(unless more specific subtype can be inferred).

See: https://github.com/spring-projects/sts4/issues/345#issuecomment-523069469

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2019-08-20 10:24:15 -07:00
Martin Lippert
577901c8a1 dispose only when server got fully initialized, otherwise the shutdown hangs forever 2019-08-20 15:17:52 +02:00
Kris De Volder
89ee405fdd Add support for in_parallel sub-properties
See: https://github.com/spring-projects/sts4/issues/345

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2019-08-19 12:12:43 -07:00
Martin Lippert
0714b6a693 consume i-builds of platform and orbit to get latest API additions for lsp4e into the build 2019-08-16 09:22:52 +02:00
Kris De Volder
a856330738 Add support for 'inputs' in PutStep in concourse editor
See: https://github.com/spring-projects/sts4/issues/341

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2019-08-15 09:10:14 -07:00
BoykoAlex
36a4f05d64 Bump LS Eclipse bits to 1.11.0 2019-08-14 11:38:08 -04:00
Kris De Volder
a40bda5547 Bump version to 1.11.0 2019-08-14 15:04:54 +00:00
Martin Lippert
1640ee53a4 version updated to 4.4.0 2019-08-14 11:48:36 +02:00
Martin Lippert
e1db7e640b Update README.md 2019-08-14 11:35:49 +02:00
Martin Lippert
afd779c136 removed quick search from p2 repo def 2019-08-13 15:31:40 +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
Martin Lippert
d03ec44938 updated changelogs for 4.3.2 release 2019-08-12 15:03:25 +02:00
Kris De Volder
53af53ed16 Change timeout composition on JDTLSProjectCache init
... so now the timeout is measured from the time that
the server is being initialized through LSP protocol
rather than from the time when the server beans are
being created and autowired.
2019-08-09 11:14:10 -07:00
Martin Lippert
39267c74b3 cleanup for nightly download page 2019-08-09 10:56:29 +02:00
Martin Lippert
e2bf269c7f updated 2019-09 eclipse target def 2019-08-09 10:56:29 +02:00
Martin Lippert
c16d87b9cf cleanup 2019-08-09 10:56:29 +02:00