Commit Graph

64 Commits

Author SHA1 Message Date
BoykoAlex
c884ae6bf7 PT #155474415: Adjust def links for Eclipse client 2018-11-08 11:35:40 -05: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
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
Martin Lippert
5b6187c832 update version of overall eclipse distribution bits to 4.0.1 2018-09-26 18:11:07 +02:00
BoykoAlex
d9f6dd9e29 Consume errors stream for LS process 2018-09-20 17:48:29 -04:00
Kris De Volder
1790426b1a Disable ls debug consoles by default 2018-09-07 16:12:26 -07: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
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
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
e92631b036 PT #159690831: Remove inline boot icon decoration 2018-08-10 10:08:03 -04: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
c507afd546 Add support for injectign remote JMX urls into boot ls 2018-07-23 11:18:50 -07: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
nsingh
f0237da679 Add missing null check on workbench window 2018-06-13 16:58:21 -07:00
nsingh
f71989b174 Removed unnecessary exception call. 2018-06-13 16:49:42 -07:00
nsingh
c74b642f9a PT 158342760 - Iterate through all workbench windows for live hovers 2018-06-13 16:45:10 -07:00
BoykoAlex
58ace93d32 PT #158305140 Fix javadoc on eclipse client, make javadoc lazy on server 2018-06-12 20:58:32 -04:00
BoykoAlex
1b33036794 PT #156965730: Get Javadoc from JDT LS or eclipse client via sts/javadoc 2018-05-31 22:19:28 -04:00
Kris De Volder
dd3a8a94c4 Experimental concourse pipeline generator 2018-05-29 20:26:58 -07:00
Martin Lippert
069f2d93ac added sorting of projects for initial classpath update event to speed up initial experience 2018-05-22 08:49:58 +02:00
Kris De Volder
b3a61025a5 Fix NPE in STS4LanguageClient related to classpath infra
Also improve test coverage around this breakage. And
improve the debugability of the tests by improving how
they log configure logger.
2018-05-11 12:31:03 -07:00
nsingh
36098a146b Show live hover highlights on all open editors 2018-05-04 16:38:49 -07:00
Kris De Volder
10326bae0a Merge branch 'master' into eclipse-classpath-provider 2018-04-20 14:39:11 -07:00
Kris De Volder
c1f4458c35 Add proper stub for add/removeClasspathListener
LSP4J doesn't handle it well if the stub returns
null.
2018-04-19 11:55:59 -07:00
Kris De Volder
590482c418 Implement support for Eclipse-based classpath service
Note: this requires changes to LSP4e to support
to provide the means to execute commands, by dispatching
command execution to the server that registered it.
2018-04-17 13:22:50 -07:00
Kris De Volder
8f8fbc0f8e More code moved from jdt.ls.extension to jdt.ls.commons
jdt.ls extension reduced to a simple wrapper that forwards requests
to commons implementation.
2018-04-16 16:09:11 -07:00
Kris De Volder
13d4436254 Tweak eclipse ls packaging/launching
Take advantage of Spring boot properties launcher ability
to add tools.jar to classpath via a system property.
2018-03-05 11:01:01 -08:00
Martin Lippert
793e14569a minor renames to remove remaining references to boot java language server 2018-02-19 12:35:14 +01:00
Martin Lippert
260a5f9241 adopt unified boot language server for eclipse language server plugins and features 2018-02-18 18:06:52 +01:00
Kris De Volder
8fb6d09cb2 Add preference page to enable/disable STS language server debug consoles 2018-02-02 11:26:02 -08:00
Martin Lippert
3feb037188 adopted latest lsp4e api changes further since they are now in lsp4e 0.5.x snapshot builds 2018-02-02 09:16:42 +01:00
Kris De Volder
f8f2534597 Fix compilation problem with older lsp4e api 2018-02-01 14:13:44 -08:00
Kris De Volder
42fc5da462 Automatically show language server logs in Eclipse console 2018-02-01 13:49:06 -08:00
Kris De Volder
87a9639241 Fix compilation errors in Eclipse language servers 2018-01-29 14:07:34 -08:00
Kris De Volder
c6d49c1dee More tweaks to 'missing jdk warnings' and JDK finding logic
1. allways use java.exe that goest with found tools.jar
2. better support for Java 9 jdk finding
2018-01-29 11:48:44 -08:00