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
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