Commit Graph

289 Commits

Author SHA1 Message Date
nsingh@pivotal.io
0eb4645380 PT 163442852 - Show current Symbols provider in dialogue 2019-02-04 15:02:15 -08:00
Kris De Volder
2a83e31172 Spring Boot Language Server in Eclipse accepts both .yml and .yaml 2019-01-31 15:23:54 -08:00
Martin Lippert
9039a54b2f use the new workspace symbol location prefix search capability in symbols in project dialog mode 2019-01-31 11:13:55 +01:00
Martin Lippert
76fad1115a updated ls versions for eclipse extensions to 1.4.0 2019-01-25 20:57:40 +01:00
Martin Lippert
290a18f077 updated version for eclipse parts to 4.1.2 2019-01-25 20:04:23 +01:00
Martin Lippert
427ee3751c avoid blocking the UI thread while waiting for lsp4e coming back with document infos 2019-01-22 15:40:46 +01:00
Martin Lippert
e8f2840966 do not configure boot ls as server for general xml docs and instead use watch files mechanism to detect changes to XML files 2019-01-22 10:52:54 +01:00
BoykoAlex
923a21132a PT #160596363: Resource links for dependency project for app from CF 2019-01-21 23:59:03 -05:00
BoykoAlex
0681baa876 PT #160596363: Fixes for live hints and navigation for multi-projects
Initial work: highlights fixed, source links bean

SourceLinks bean uses project finder

Project finder all projects. Source entries for dependency projects.

Properly support peer projects for fall back Gradle projects

Update code minings for e4.9
2019-01-21 19:29:26 -05:00
Martin Lippert
a115b736e4 added eclipse 4.11-based target for language server build 2019-01-21 19:04:38 +01:00
Martin Lippert
228c3d3939 added missing pieces to register boot ls for general xml file usage and get notified for changes to xml files 2019-01-21 17:39:12 +01:00
Martin Lippert
4ef8e086c5 preparing sts4 builds for upcoming Eclipse 4.11 builds 2019-01-17 09:06:13 +01:00
Martin Lippert
4f7a2014c4 added config option to enable/disable XML config file support 2019-01-16 13:35:29 +01:00
nsingh@pivotal.io
82eb40b633 PT 162742296 - Add separator between boot LS hover content and JDT 2019-01-09 08:53:16 -08:00
Martin Lippert
0ced9c9943 fixed wrong copyright year 2019-01-09 15:15:43 +01:00
Martin Lippert
9252f0ad3c Merge pull request #174 from gayanper/Bug173_InProject
Fix #173 : Add support for filtering project symbols
2019-01-09 15:14:00 +01:00
BoykoAlex
24f0549d77 PT #163067196: Update eclipse plugin dependencies to new lsp4j/lsp4e 2019-01-08 16:05:06 -05:00
BoykoAlex
0492974b2f Eclipse LS extension local build works on e410 by default 2019-01-08 14:06:49 -05:00
BoykoAlex
eadae7da22 PT #163067196: LSP4J 0.6.0, LSP4E 0.9.0 snapshot 2019-01-08 14:05:48 -05:00
gayanper
81bffbb07e Fix #173 : Add support for filtering project symbols
Add new provider which will filter symbols for the current selected
resource's project in GoTo Symbol dialog.
2019-01-08 20:30:28 +05:30
Martin Lippert
108e83e138 updated copyrights to 2019 2019-01-02 09:01:43 +01:00
Martin Lippert
251e7e67b2 updated eclipse language server extensions to consume latest versions of language server modules 2018-12-28 09:02:07 +01:00
Martin Lippert
2f816353f6 updated versions of eclipse bits to 4.1.1 2018-12-21 11:31:10 +01:00
Martin Lippert
8c9dd74b78 switched builds back to consume real eclipse release p2 repo as well as release versions of sts3 components 2018-12-20 11:01:54 +01:00
Martin Lippert
8e52e35062 switch p2 repos for sts3 components to 3.9.7 release version 2018-12-19 09:18:42 +01:00
Kris De Volder
d89baf2146 Fix bug in code lens preference listener
Wrong keys were being used for disabling specific code minings.
Thus the code minings did not actually get disabled as/when intended.
2018-12-18 11:42:53 -08:00
BoykoAlex
8851937f79 PT #162728126: Update code lenses for Java editor 2018-12-18 12:28:06 -05:00
Martin Lippert
5d3efef710 switch back to consume latest ci builds of sts3 components for testing 2018-12-18 09:18:36 +01:00
Kris De Volder
49654fc832 Enable codemining when STS4 codelenses enabled. 2018-12-17 13:28:11 -08:00
Martin Lippert
c2149dafe7 prep build for 4.1.0.RC1 to consume 3.9.7.RC1 pieces - and beyond 2018-12-17 12:16:53 +01:00
BoykoAlex
db429f9c21 PT #162167333: Ask JDT server for hover links (Eclipse, VSCode) 2018-12-11 18:41:33 -05:00
Kris De Volder
989c966709 Fix for https://github.com/spring-projects/sts4/issues/159 2018-12-05 13:38:07 -08:00
Kris De Volder
2e5c167eb7 Update local-build.sh script for eclipse language servers 2018-12-04 14:43:48 -08:00
Kris De Volder
bb1cb222fd Bump STS 4 version to 4.1.0 2018-12-04 13:27:43 -08:00
Kris De Volder
4aefb3861e Bump ls version to 1.2.0, eclipsy bits 2018-12-04 13:08:49 -08:00
BoykoAlex
b933605721 Fix navigating to java element in an editor for Eclipse client 2018-11-29 18:02:02 -05:00
Kris De Volder
3de99e1f32 Try to gather more info about
DelegatingStreamConnectionProvider classloading error
2018-11-29 11:31:15 -08:00
Kris De Volder
21b06df305 Clear property index when json metadata is changed 2018-11-28 13:55:59 -08:00
Kris De Volder
1ea41ee736 Fix a race condition in quickfix/moveCursor 2018-11-28 10:06:08 -08:00
Kris De Volder
8018c45278 Easier running of locally built concourse language server 2018-11-28 10:04:24 -08:00
Kris De Volder
e8940d6d0a Implement custom 'sts/moveCursor' protocol for eclipse lsp client 2018-11-27 15:14:59 -08:00
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