Martin Lippert
b6d146d485
consume CI builds from spring-ide to get latest fixes in
2020-06-17 08:30:45 +02:00
Martin Lippert
66b7bdb4da
updated changelogs for 4.7.0 release
2020-06-16 11:13:14 +02:00
Martin Lippert
b633a30b47
switched dependencies to use release build of spring-ide and commons
2020-06-16 09:50:28 +02:00
Martin Lippert
43c0c7488b
added javax.annotation bundle to p2 update repo for compatibility with older eclipse versions
2020-06-12 12:12:11 +02:00
BoykoAlex
5764b82fa7
Remove console.log() call
2020-06-11 14:48:09 -04:00
BoykoAlex
08b1b4de23
Add setting to enable/disable JVM checking. "Do not show again" button for warning msg
2020-06-11 13:43:21 -04:00
Kris De Volder
1ff8c71ffe
Merge branch 'master' of github.com:spring-projects/sts4
2020-06-10 07:09:43 -07:00
Kris De Volder
e0a9638c87
Move Symbols favourites pulldown to the right
2020-06-10 07:08:42 -07:00
Martin Lippert
75bdd3f600
fixed problem with automatically connecting to processes to retrieve live data did not work for random cases
2020-06-10 09:49:45 +02:00
Kris De Volder
1c09e8e594
Minimal UI to manage goto symbol 'Favourites'
2020-06-09 15:22:36 -07:00
Kris De Volder
05fe3272a3
Add support for 'Favourites' to Spring Symbols View
...
... the list of favourites is still hard-coded.
2020-06-09 11:51:43 -07:00
Martin Lippert
1735a14339
additional docker client lib dependency added to repo to get the right version on board for older eclipse versions
2020-06-08 17:46:35 +02:00
Martin Lippert
0ee461a3ee
additional docker client lib dependency added to repo to get the right version on board for older eclipse versions
2020-06-08 10:30:10 +02:00
Martin Lippert
1c948038e9
fix wrong bundle ID, mixed up packages and bundle IDs
2020-06-07 18:42:28 +02:00
Martin Lippert
105bea71a6
additional docker client lib dependency added to repo to get the right version on board for older eclipse versions
2020-06-07 14:23:31 +02:00
Martin Lippert
8c27f582f3
additional docker client lib dependency added to repo to get the right version on board for older eclipse versions
2020-06-07 12:15:07 +02:00
Martin Lippert
69a1ee4c8d
added docker client dependencies to p2 repo to allow installation for older eclipse versions
2020-06-07 09:53:05 +02:00
Martin Lippert
2a884eec00
updated orbit repos, tycho version, and javase metadata
2020-06-05 15:52:23 +02:00
BoykoAlex
95547b3b82
Tiny correction
2020-06-02 17:19:28 -04:00
BoykoAlex
e59877221c
PT #169882119 Listen to active editor to update highlights
2020-06-02 16:05:12 -04:00
Kris De Volder
e9b74c395c
Mulitple instances of Spring Symbols View
2020-05-28 14:42:30 -07:00
Kris De Volder
194bbefb40
Merge branch 'master' of github.com:spring-projects/sts4
2020-05-28 14:32:09 -07:00
BoykoAlex
9de72eaf5a
Bump ls version 1.19 Eclipse bits
2020-05-28 12:22:38 -04:00
Kris De Volder
5bfc59098e
Bump version to 1.19.0
2020-05-28 16:12:11 +00:00
Martin Lippert
e54f8ffbba
updated version to 4.7.0
2020-05-28 09:51:55 +02:00
Kris De Volder
514ee7a948
Spring Symbols: No project selection should still work
...
See: https://www.pivotaltracker.com/story/show/172999392
2020-05-27 15:52:27 -07:00
Kris De Volder
393777657f
CI: auto trigger ovsx publish after vscode publish
2020-05-27 15:33:15 -07:00
Kris De Volder
3061cb30b1
Update theia docker image package.json
...
... so it matches more closely with 'upstream' version of
this.
2020-05-27 11:58:19 -07:00
Martin Lippert
6c3fbee80e
updated changelogs for 4.6.2 release
2020-05-25 11:24:21 +02:00
Martin Lippert
2d633fc5b1
Merge pull request #468 from tfriem/master
...
Fix null reference when no JVM was found
2020-05-25 07:35:00 +02:00
Tobias Friemel
0bcee72289
Fix null reference when no JVM was found
2020-05-25 00:39:13 +02:00
Kris De Volder
e87dee6954
Add one more test case for https://github.com/spring-projects/sts4/issues/190
...
To ensure it works also for integer property.
2020-05-21 16:00:47 -07:00
Kris De Volder
42d34a533f
Quick and dirty fix of https://github.com/spring-projects/sts4/issues/190
2020-05-21 15:36:54 -07:00
Kris De Volder
7ba9c07bc6
Fix failing test cases from PR 464
...
See https://github.com/spring-projects/sts4/pull/464
Problems found:
- issues with formatting of the test case examples. Spaces vs tabs
issues and weird indentation of the examples causing problems
for editor to parse examples.
- added 'set_pipeline' step caused some other tests fail
because they should correctly expect this as a valid
completion, but tests had not been updated to reflect
that.
2020-05-21 12:14:48 -07:00
dmohan200
c01a99f3eb
[concourse] Add support for set-pipeline step
2020-05-21 11:32:16 -07:00
Kris De Volder
f10a6f2735
Avoid spurious live connection / refresh errors
...
When process is already destroyed. Stop trying to connect
or refresh data for that process... and don't report errors
about it either.
2020-05-21 11:05:59 -07:00
Kris De Volder
930e262a11
Merge branch 'master' of github.com:spring-projects/sts4
2020-05-20 14:48:09 -07:00
Kris De Volder
253c514a76
Add support for 'scopes' to 'Spring Symbols View'
...
Other polishes/fixes:
- double-click and enter properly opens the symbol location in editor.
- remove status line from Symbols view (it displays info that is
redundant as it is also shown in the 'scope' field)
- refresh symbols when current resource/project selection changes
2020-05-20 14:44:28 -07:00
Kris De Volder
efbcbd5135
Merge pull request #465 from spring-projects/revert-464-concourse/lang/setpipeline
...
Revert "[concourse] Add support for set-pipeline step"
2020-05-19 11:56:16 -07:00
Kris De Volder
351b4110b0
Revert "[concourse] Add support for set-pipeline step"
2020-05-19 11:55:46 -07:00
Kris De Volder
2f5993a847
Merge pull request #464 from deepakmohanakrishnan1984/concourse/lang/setpipeline
...
[concourse] Add support for set-pipeline step
2020-05-19 11:33:31 -07:00
dmohan200
6e47d266b3
[concourse] Add support for set-pipeline step
2020-05-15 09:41:49 -04:00
Martin Lippert
b95729632a
updated orbit repo for e416 target def
2020-05-13 09:34:22 +02:00
Kris De Volder
8d61856584
Fix id of 'Spring Symbols' view...
...
... must be distinct from the id of BootDash view.
2020-05-11 11:32:45 -07:00
BoykoAlex
e1025d22ee
Eclipse IntroURL label parameter for LocationLink URI
2020-05-11 13:05:28 -04:00
Kris De Volder
ab829de9a4
Fix some test failures...
...
Caused by lsp4j api changes breaking editor test harness.
2020-05-08 10:40:33 -07:00
Kris De Volder
9cc632a7f0
Initial implementation 'Goto Symbols' View
2020-05-08 10:24:09 -07:00
Martin Lippert
edf29d2d93
updated lsp4j to 0.9.0 release
2020-05-08 16:50:09 +02:00
Kris De Volder
9c8cedb126
Another tweak for https://github.com/spring-projects/sts4/issues/427
...
Add '{' as a trigger character.
2020-05-07 11:15:44 -07:00
Kris De Volder
6725770df6
Tweak for https://github.com/spring-projects/sts4/issues/427
...
Allow completion provider to look past a '.' in the completion prefix.
2020-05-05 07:35:58 -07:00