Commit Graph

248 Commits

Author SHA1 Message Date
Kris De Volder
f05e41abac Expand workaround for missing didChangeWatchedFiles in lsp4e 2018-11-26 15:40:59 -08:00
Kris De Volder
b954da2005 Make completion javadocs resolution lazy in Eclipse 2018-11-22 16:04:29 -08:00
Martin Lippert
00e1192f17 added file pattern for property and yml files to improve generic editor handling for those files 2018-11-16 11:58:43 +01:00
BoykoAlex
c884ae6bf7 PT #155474415: Adjust def links for Eclipse client 2018-11-08 11:35:40 -05:00
Kris De Volder
a95d74d0b9 Preserve selection in toggle comment 2018-11-07 10:04:02 -08:00
Kris De Volder
7b4567ff49 Cleanup debug logging 2018-11-06 14:39:35 -08:00
Kris De Volder
2f647a0f60 Merge branch 'master' into wip-toggle-comment 2018-11-06 14:35:51 -08:00
Kris De Volder
df06264c0a Toggle comment implementation for application.properties and .yml 2018-11-06 14:35:06 -08:00
Kris De Volder
6ddbe4b7a9 Bump ls version to 1.1.1 eclipsy bits. 2018-11-06 09:25:21 -08:00
Martin Lippert
950be06122 removing old eclipse platform definitions and added definition for distribution build on Eclipse 2018-12 2018-11-01 13:19:31 +01:00
Martin Lippert
972a85cea8 updated versions from 4.0.1 to 4.0.2 2018-11-01 11:37:43 +01:00
Kris De Volder
8bfccb2df4 Fix 'Invalid Thread Access'
See: https://github.com/spring-projects/sts4/issues/128
2018-10-31 15:32:42 -07:00
Kris De Volder
74a85aca03 Fix issue with parsing JRE version string
See: https://github.com/spring-projects/sts4/issues/127
2018-10-31 13:07:26 -07:00
Kris De Volder
41eb081cda mvwn should be executable. 2018-10-18 16:00:55 -07:00
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