152 Commits

Author SHA1 Message Date
Martin Lippert
c2318230db added missing copyright header 2020-12-10 08:51:33 +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
BoykoAlex
787aa0fc0b XML LS extension for namespace resolution 2020-10-14 18:26:54 -04:00
Martin Lippert
e7ba1109af updated imports for moved code around remote apps to common bundle 2020-09-23 12:01:40 +02:00
Kris De Volder
cfeda9c3e7 Cleanup some debug output
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-09-17 11:38:02 -07:00
Martin Lippert
74d3ff697d updated versions to 4.8.1 2020-09-17 08:58:23 +02:00
Martin Lippert
683d08ec32 remove check for tools-jar-like module for jdks >= 9 2020-09-10 10:25:11 +02:00
Martin Lippert
e1a4011b02 added linux version of management module to recognize that while checking for a jre 2020-09-09 11:36:39 +02:00
Martin Lippert
0f5d6f5432 check for jre takes management dylib into account for jdk >= 9 installs in case the jmod is not there 2020-09-08 13:28:35 +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
Martin Lippert
4d1f0f540f updated versions to 4.7.1 2020-06-19 13:22:36 +02:00
Martin Lippert
e54f8ffbba updated version to 4.7.0 2020-05-28 09:51:55 +02:00
BoykoAlex
e1025d22ee Eclipse IntroURL label parameter for LocationLink URI 2020-05-11 13:05:28 -04:00
Martin Lippert
92345046e9 updated versions to 4.6.1 2020-04-22 20:38:18 +02:00
BoykoAlex
3bddccd57f PT #171932358 Flag for detailed java type data for sub/super types 2020-04-02 13:35:11 -04:00
Martin Lippert
d692d8a164 updated versions to 4.6.1 2020-03-20 11:20:46 +01:00
Kris De Volder
17232e5a26 Replace project sorter for initial classpath events...
Now uses FileBuffers instead of open editors. This avoid
long blocking on ui thread syncExec.
2020-03-11 16:30:42 -07: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
9cb47988b1 formatting 2020-03-06 13:58:38 +01:00
BoykoAlex
99149eb6dd Update annotation color preference value on the UI thread 2020-02-13 10:15:29 -05: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
nsingh@pivotal.io
527599685b PT 169821181 - Show progress in progress status line in Eclipse 2019-12-10 22:45:38 -08: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
BoykoAlex
bb79221cfe PT #165911996: Switch to LocationLink from Location for definitions 2019-10-15 14:05:35 -04:00
Martin Lippert
93918d150d updated versions to 4.4.1 2019-09-19 12:06:43 +02:00
BoykoAlex
e6592f0637 PT #168196551: Connect marker color to theme color. Remove old marker 2019-09-09 14:39:04 -04:00
BoykoAlex
2f31f55318 PT #168196551: Dark theme support for live boot hints 2019-09-05 21:37:33 -04:00
BoykoAlex
297aea926e PT #168196551: Dark teheme color for boot live hint 2019-09-05 17:48:42 -04:00
Martin Lippert
1640ee53a4 version updated to 4.4.0 2019-08-14 11:48:36 +02:00
Kris De Volder
8103b51232 Fix process reaper to be a little more robust
- cleanup rogue servers by server id.
- server id is the same now for language of same type
  even if created from a different instance of
  ProcessStreamProvider

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2019-08-12 12:13:54 -07:00
Kris De Volder
768bcc8c53 Workaround for ls processes being leaked by lps4e
See:
  - https://bugs.eclipse.org/bugs/show_bug.cgi?id=549904
  - https://www.pivotaltracker.com/story/show/167519460
2019-08-08 17:18:06 -07:00
BoykoAlex
45b8a2e1dc PT #167595632: Update CMs after Classpath sent off to LS (Experimental) 2019-08-02 15:50:22 -04:00
BoykoAlex
3a03f3041d PT #167595632: Fix highlight codelens provider 2019-08-02 00:35:21 -04:00
Martin Lippert
3e4388964e updated version to 4.3.2 2019-07-12 15:32:48 +02:00
BoykoAlex
ee16ee17c3 PT #166603176: Limit hover request processing time 2019-06-24 17:31:22 -04:00
Martin Lippert
d10bb40e27 updated version to 4.3.1 2019-06-21 10:32:37 +02:00
nsingh@pivotal.io
539f0677cb PT 166528899 - Only show preferences for installed LS 2019-06-17 05:51:10 -07:00
BoykoAlex
99d62d0ae0 Ensure javadoc is not null before setting the markup value 2019-06-13 15:06:19 -04:00
Martin Lippert
5f85d0e087 removed code that looked up locally built fatjar in dev mode 2019-06-13 15:11:01 +02:00
Kris De Volder
8bffa95742 Towards batched classpath events
- add parameter to 'addClasspathListener' to request
  batched events.
- Create a single SendClasspathNotificationsJob that
  processes classpath notifications in batches.
2019-05-28 12:14:42 -07:00
Martin Lippert
becbf55ee7 updated versions to 4.3.0 2019-05-24 10:22:14 +02:00
BoykoAlex
ef2ed67dc1 Put back tools.jar on the classpath 2019-05-23 13:48:07 -04:00
BoykoAlex
e05f66d5b7 Do not update CodeMinings in Eclipse if Live Bean CodeLens off 2019-05-17 18:18:31 -04:00
Kris De Volder
a247958351 Avoid refreshing highlights/codelenses when...
...nothing has changed. The refresh can be very expensive
if user has enabled code minings.

See: https://github.com/spring-projects/sts4/issues/292
2019-05-17 12:58:30 -07:00
Kris De Volder
6a56a87ab9 Use locally-built fatjar during development 2019-05-17 12:58:30 -07:00
BoykoAlex
d037b41903 PT #165890357: Adopt exploded LS jar for all eclipse LSs 2019-05-10 17:15:11 -04:00