Commit Graph

199 Commits

Author SHA1 Message Date
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
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
Kris De Volder
f6358a494c More version numbers 0.3.0 -> 0.3.1
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2018-06-11 16:15:06 -07:00
Kris De Volder
8a9a7fda16 Bump version to 0.3.1 (manual eclipsy bits)
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2018-06-11 16:08:10 -07:00
Martin Lippert
e39d5311ca updated bundle manifest version to 0.3.0 2018-06-08 10:07:20 +02:00
Martin Lippert
3e37a009e2 updated version of eclipse language server bundles to 0.3.0 2018-06-08 09:50:05 +02:00
Martin Lippert
33837362db updated orbit photon releass repo and a few others 2018-06-07 08:58:25 +02:00
Martin Lippert
a4ea1a474c specialize the generic editors for property editing with icon association 2018-06-04 08:30:53 +02:00
BoykoAlex
1b33036794 PT #156965730: Get Javadoc from JDT LS or eclipse client via sts/javadoc 2018-05-31 22:19:28 -04:00
Martin Lippert
719a73d603 re-enabled the generic editor content-types and associations for ls-based boot property editing 2018-05-30 14:54:02 +02:00
Kris De Volder
dd3a8a94c4 Experimental concourse pipeline generator 2018-05-29 20:26:58 -07:00
Martin Lippert
fd691cb6bf remove gson from p2 repo of language servers 2018-05-24 10:10:45 +02:00
Martin Lippert
672c725d23 disable lsp4j snapshot p2 repos for the moment 2018-05-22 09:26:33 +02: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
Kris De Volder
ecc2724822 Fix bug in UriUtil.normalize and add some test cases for it. 2018-05-10 15:15:52 -07:00
nsingh
36098a146b Show live hover highlights on all open editors 2018-05-04 16:38:49 -07:00
Martin Lippert
410628c874 adding jdt.ls.commons to update sites and eclipse-ls-builds 2018-04-23 12:29:38 +02:00
nsingh
3029b6ca31 Build against Eclipse 4.8 2018-04-23 10:55:02 +02: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
704fdaa21d Reduce verbosity of 'change even with wrong verson' warning. 2018-04-11 16:38:48 -07:00
Kris De Volder
36512e3337 Avoid 'Widget is disposed' error. 2018-04-05 16:33:00 -07:00
Martin Lippert
b5b71d6e05 removed 4.7 based builds from snapshot builds 2018-03-24 11:34:18 +01:00
Martin Lippert
b095d4a302 updated versions of eclipse-language-server plugins to 0.2.1 2018-03-20 11:10:41 +01:00
Martin Lippert
bacbb26c75 updated versions of eclipse-language-server plugins to 0.2.0 2018-03-16 10:58:56 +01:00
Martin Lippert
578bbf9021 updated versions of eclipse-language-server plugins to 0.1.6 2018-03-12 16:38:38 +01:00
Kris De Volder
adcb3bbfce Merge branch 'master' of github.com:spring-projects/sts4 2018-03-05 11:13:49 -08: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
a4ab666c75 removed duplicated content-type definition for cf-manifest and removed duplicated language-server definition 2018-03-05 15:30:05 +01:00
BoykoAlex
3832976bed Fix compilation error for e47 2018-03-02 23:42:29 -05:00