155 Commits

Author SHA1 Message Date
Martin Lippert
6578446a74 updated versions to 4.14.1 2022-03-17 09:33:09 +01:00
Martin Lippert
1dd8c2ba78 updated version to 4.14.0 2022-02-02 13:16:02 +01:00
Martin Lippert
7b3c3952d9 update versions to 4.13.1 and 1.30.0 (eclipse product and language servers) 2021-12-16 18:05:40 +01:00
Martin Lippert
f998f4003c updated version to 4.13.0 2021-10-28 08:38:57 +02:00
Martin Lippert
8186e63edf updated version to 4.12.1 2021-09-15 10:49:41 +02:00
Martin Lippert
82cd1e1302 GH-682: fixed broken symbols in symbols dialogs for Eclipse 2021-09-10 14:02:35 +02:00
Martin Lippert
224b47e217 some formatting 2021-09-10 14:01:23 +02:00
Martin Lippert
12394c8ff7 remove unused class 2021-09-10 14:01:02 +02:00
Martin Lippert
e165ed5254 adapt to newer version of lsp4e and changed API around capability checks 2021-08-20 12:58:08 +02:00
Martin Lippert
9c4db19b0c update version to 4.12.0 2021-08-19 14:27:42 +02:00
BoykoAlex
4447021b79 Switch LS to std in/out from socket with port 2021-08-12 08:48:02 -04:00
Martin Lippert
db5786440f updated version of Eclipse pieces to 4.11.1 2021-06-22 11:54:27 +02:00
Martin Lippert
a485c3247d updated version to 4.11.0 since there will be no 4.10.1 release 2021-05-18 11:33:00 +02:00
BoykoAlex
a4513b87ae Minimum Java 11 for all spring LS. Upgrade vscode dependencies. 2021-03-19 12:21:10 -04:00
Martin Lippert
a597af6cad updated version to 4.10.1 2021-03-17 12:35:22 +01:00
Martin Lippert
7b31a3d7f7 updated version to 4.10.0 2021-03-02 15:20:25 +01:00
Martin Lippert
28cb5f0761 updated internally used java language version to Java-SE 11 2021-03-01 17:04:51 +01:00
Martin Lippert
8526862a80 updated product copyrights and vendor information to 2021 and VMware 2021-01-05 11:56:59 +01:00
Martin Lippert
482eadbfc1 updated version to 4.9.1 2020-12-17 09:51:37 +01:00
Martin Lippert
63bd4631c7 updated version to 4.9.0 since we skip the 4.8.2 release 2020-11-17 13:26:35 +01:00
Martin Lippert
70fd84f060 updated version to 4.8.2 2020-10-27 16:46:30 +01:00
Kris De Volder
0f450e4596 Updates due to moved pstore api 2020-09-25 09:32:52 -07:00
Kris De Volder
7fa09894cb REmove boot/dash deps from gotosymbol dialog 2020-09-23 16:17:06 -07:00
Martin Lippert
74d3ff697d updated versions to 4.8.1 2020-09-17 08:58:23 +02:00
Martin Lippert
fe6caedc1f updated versions to 4.8.0 2020-09-03 16:51:49 +02:00
Martin Lippert
d230f02c77 updated version to 4.7.2 2020-07-30 08:47:05 +02:00
Nieraj Singh
8a4f46a642 PT 173744488 - Set cursor at end of search box 2020-07-20 14:41:02 -07:00
Nieraj Singh
6648bf9a35 PT 173267278 - Ensure boot LS shuts down on last open view/editor
When the last editor and symbols view instance are closed, ensure that
the boot LS shuts down.
2020-07-17 16:31:03 -07:00
Nieraj Singh
f0d936239b PT 173744629 - Fix for file scope for symbols view 2020-07-17 14:30:38 -07:00
Nieraj Singh
7c19adfa35 PT 173267278 - Fix issue when boot LS does not shut down
When symbols view is open and a file editor is also open, boot LS does
not shut down when the editor is closed. This fixes the issue.
2020-07-09 16:44:49 -07:00
Kris De Volder
54344284cb Add refresh button to Goto Symbols view 2020-06-19 13:24:51 -07:00
Kris De Volder
8b7448fbb2 Shared selection tracking for GotoSymbolsView...
... and a fix for https://www.pivotaltracker.com/story/show/173266410
2020-06-19 13:14:32 -07:00
Martin Lippert
4d1f0f540f updated versions to 4.7.1 2020-06-19 13:22:36 +02:00
Kris De Volder
e0a9638c87 Move Symbols favourites pulldown to the right 2020-06-10 07:08:42 -07: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
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
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
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
8d61856584 Fix id of 'Spring Symbols' view...
... must be distinct from the id of BootDash view.
2020-05-11 11:32:45 -07:00
Kris De Volder
9cc632a7f0 Initial implementation 'Goto Symbols' View 2020-05-08 10:24:09 -07:00
Martin Lippert
92345046e9 updated versions to 4.6.1 2020-04-22 20:38:18 +02:00
Martin Lippert
d692d8a164 updated versions to 4.6.1 2020-03-20 11:20:46 +01:00
Martin Lippert
9ef2f9f334 updated version to 4.6.0 to prepare for next release 2020-03-09 16:59:20 +01:00
Martin Lippert
2958bf3edd updated versions to 4.5. 2020-01-22 10:25:08 +01:00
Martin Lippert
eacba171b8 updated version to 4.5.1 2019-12-19 10:08:22 +01:00
Martin Lippert
fb5b1417df version updated to 4.5.0 2019-11-21 10:36:51 +01:00
Martin Lippert
99bf44ec91 updated versions to 4.4.2 2019-10-24 19:34:38 +02:00