Commit Graph

234 Commits

Author SHA1 Message Date
Kris De Volder
eda67f8c7c Fix https://www.pivotaltracker.com/story/show/160969280
Read boot properties metadata from project dependencies
2018-10-03 16:35:49 -07:00
Martin Lippert
5b6187c832 update version of overall eclipse distribution bits to 4.0.1 2018-09-26 18:11:07 +02:00
Kris De Volder
1584ec6c1b Bump ls versions to 1.1.0. Eclipsy bits. 2018-09-25 14:30:32 -07:00
Martin Lippert
cec79a8243 remove staging and snapshot repos to avoid unsigned lsp4j bundles 2018-09-22 07:29:16 +02:00
Kris De Volder
05b1c18f7d Add maven wrapper to eclipse ls build for convenience 2018-09-20 15:43:25 -07:00
BoykoAlex
d9f6dd9e29 Consume errors stream for LS process 2018-09-20 17:48:29 -04:00
Martin Lippert
8eff17fc60 added license information for eclipse features and distribution 2018-09-20 17:19:07 +02:00
Martin Lippert
7b9f21027b use the STS 3.9.6 release as a base for common components for the STS4 release build 2018-09-20 10:29:25 +02:00
BoykoAlex
742ef098f9 PT #160634135: Show symbols in workspace by default 2018-09-19 16:02:54 -04:00
Kris De Volder
1a765f158f Bump versions of ls to 1.0.0 (eclipse bits) 2018-09-13 10:14:02 -07:00
Martin Lippert
391d73de05 updated versions of eclipse ls bundles to 0.7.0 2018-09-10 11:05:24 +02:00
Kris De Volder
1790426b1a Disable ls debug consoles by default 2018-09-07 16:12:26 -07:00
Martin Lippert
5b7bb70894 updated orbit repo for eclipse 2018-09 2018-09-07 09:17:02 +02:00
BoykoAlex
15a0cb5db8 PT #160125656: Adjust names for property pages 2018-09-07 00:39:08 -04:00
BoykoAlex
9ef919e73f PT #160125656: Consolidate prefs page for LS extensions 2018-09-06 18:25:39 -04:00
Kris De Volder
238e176c90 Fix more regressions caused by SymbolInformation...
Things that used to just have SymbolInformation in
lsp4j now are 'Either<SymbolInformation, ...>'.

This breaks a number of places where we have
'instanceof SymbolInformation' checks.
These checks fail and various bits of code that
should handle the SymbolInformation case was
not being executed.
2018-09-04 12:07:09 -07:00
Kris De Volder
2835925e8d Fix Goto Symbols Dialog
Was broken due to evolution in lsp4j api types.
2018-08-31 12:11:41 -07:00
BoykoAlex
51d1cf96cd Range highlights and CodeLenses 2018-08-29 15:58:04 -04:00
BoykoAlex
dc8550f706 Eclipse CodeLens action for "sts.open.url" command 2018-08-28 14:51:37 -04:00
BoykoAlex
53ad76d6aa Boot highlights as CodeLenses in Eclipse 2018-08-28 12:41:26 -04:00
Martin Lippert
dbf72934e8 lsp4j updates to document symbols 2018-08-25 20:38:04 +02:00
BoykoAlex
a186bc35a8 PT #159413155: Generic YAML editor with spaces instead of tab indent 2018-08-22 18:26:08 -04:00
BoykoAlex
374b5f0ad7 CodeLens for boot hints in VSCode 2018-08-16 13:38:40 -04:00
BoykoAlex
d88f8fddfa Bump to 0.6.0 (eclipse bits) 2018-08-13 17:20:50 -04:00
BoykoAlex
00e896457b Revert temp debug change 2018-08-10 14:49:53 -04:00
BoykoAlex
3e17b02fb0 Temporary change to enable debugging on nightly build LS 2018-08-10 11:10:25 -04:00
BoykoAlex
e92631b036 PT #159690831: Remove inline boot icon decoration 2018-08-10 10:08:03 -04:00
Martin Lippert
347581ccd6 added profile for Eclipse 4.9-based builds 2018-08-08 17:58:12 +02:00
Kris De Volder
243586a8f8 Fix https://www.pivotaltracker.com/story/show/159426287
Add remote host name to ssh tunnel config, so that it can
be used to compute correct request mapping links for live
hovers.
2018-08-07 10:06:49 -07:00
Martin Lippert
531656f88b bring back specialized yml icon for spring property files 2018-08-06 16:06:31 +02:00
BoykoAlex
e26c24ed1f Cleanup HighlightParams 2018-08-02 10:50:58 -04:00
BoykoAlex
d0bcef7910 PT #159485440: Only update hints if doc versions are matching 2018-08-02 10:17:14 -04:00
BoykoAlex
819ae52acf Finalize boot-hint optics change 2018-08-01 17:08:08 -04:00
BoykoAlex
cc756ba2d4 New boot-hints for Eclipse client 2018-07-31 11:08:02 -04:00
BoykoAlex
83dc563ea7 Attempt to update eclipse boot hints 2018-07-31 11:08:02 -04:00
Kris De Volder
0d4b6eedde Update Ls versions to 0.5.0 (eclipsy bits). 2018-07-27 10:07:30 -07:00
BoykoAlex
eb34b0210f PT #159307292: Autowired reports optics, content specific to AST node 2018-07-26 21:25:37 -04:00
Kris De Volder
c507afd546 Add support for injectign remote JMX urls into boot ls 2018-07-23 11:18:50 -07:00
Martin Lippert
e349bdb055 removed strict project matching setting again and removed unnecessary complexity in the code 2018-07-13 10:21:31 +02:00
Martin Lippert
d7fc10794c first cut for strict project matching mode to ensure live hovers are detected and shown only for relevant projects 2018-07-11 16:40:18 +02:00
Martin Lippert
20ff5f406a adopting new LSP4E API to avoid restaring old language servers 2018-07-10 12:06:30 +02:00
Kris De Volder
f0a306ac4d Merge branch 'master' of github.com:spring-projects/sts4 2018-07-06 12:33:38 -07:00
Kris De Volder
ffe5675bcb Fix https://www.pivotaltracker.com/story/show/158853750 2018-07-06 12:31:45 -07:00
Martin Lippert
76e66fb340 adopting fix and changed API in LSP4E for not starting old language servers again 2018-07-06 13:07:22 +02:00
Kris De Volder
78f2d3c716 Add a 'close' button to LSP console 2018-07-05 14:20:43 -07:00
Kris De Volder
1886928251 Fix compile error caused by lps4e api change 2018-07-05 10:43:19 -07:00
Martin Lippert
6b352d3e8f updated dependencies and update urls to limit the scope of updated to e48 based installs 2018-06-29 10:53:50 +02:00
Martin Lippert
954f65de4d added config options for change detection mechanism and changed default to disabled 2018-06-19 10:02:52 +02:00
Martin Lippert
cb645f3a34 updated version of eclipse-language-servers to 0.3.2 2018-06-19 08:04:39 +02:00
BoykoAlex
394afb69f8 PT #158345230: Added tests for javadoc from Eclipse client 2018-06-18 15:49:18 -04:00