Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] Is it possible to target both Eclipse 2019-12 and 2020-03 with the same plugin when using lsp4e?
  • From: Per Mildner <per.mildner@xxxxx>
  • Date: Thu, 19 Mar 2020 13:27:15 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ri.se; dmarc=pass action=none header.from=ri.se; dkim=pass header.d=ri.se; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=25ywv8BkE+COpy90t+w0MA6KLoASpM6qMbP+mMq4Bg8=; b=TQPk53ftQ6tJDg6KOSY7/u4tskY4aeYa6YqFJaYa6dFsMaoG123F+SyxLnqgnfxlgcLUt4hfnIYxCNPru6Dam33jAOJtKG+X6zQOaXnFESk0jU9mxHIdwP4sCATNqzIZVR5S2C/MM42s1fkRiGpPstFuCxFesyHbF3W3xVH1qQXVBzc8DcyJJ8AG0QT2Gq7LL1STERLF/EMd6AqgYXGBABeDY1Njszg2hmY3lc4jekBMdnL5JyA9+kIWMyP9QtOWyXPbqYJetLT6HBCUpRIISbNQSxT7WX3gqHQ4x+NyvCjWs+cNo2AaN+6sRGDvQORt78SiXA4bpQeC474Lqrtcnw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SvyjzNWV+ciWKSUuhzul0GCJztndSODVQRZ1iLWgCs6VpHT159Ep1fjsxcDh/0i8ICOMsYkCezftSqHOIp+vH5Atq0HfcMes1nlJfCgysaRYYJa/xsybzLkbcTSF4yjfHPx9VFdsvSA6J+aUz6Ll35M3Umop23m9YUz7diL0aEdmKaS7KovRf4iG4dO1LQ122x2n/yQx+aDFtLv4oVBzC2KmSow+3Hglh//6gLjlIfKfloMMnlXf8Ff2IIIk6Yhu1ahzl5N4aXrRa7Bp/4Tx0GDkXIb6SDbcW3dr2zUr9q8sQj0u0Topo1E87Skc/SjCcuLeVatAQ7rLxWqEJLsBig==
  • Delivered-to: lsp4e-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/lsp4e-dev>
  • List-help: <mailto:lsp4e-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/lsp4e-dev>, <mailto:lsp4e-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/lsp4e-dev>, <mailto:lsp4e-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHV/fIbGILTyWrHU0KaKLqiewACzg==
  • Thread-topic: Is it possible to target both Eclipse 2019-12 and 2020-03 with the same plugin when using lsp4e?

I have an Eclipse plugin that can also expose a LSP server, implemented with lsp4e.

However, with the API changes/breakage in the 2020-03 version of lsp4e I see no easy way to create a plugin that uses lsp4e while still being useable in both Eclipse 2020-03 and in older versions (at least 2019-12 but preferably even older versions).

For other Eclipse components I have come to expect that old APIs do not break in new releases so I am hoping that I am missing something obvious.

Ideally I would want to develop in the latest Eclipse IDE (2020-03) and continue to build a single plugin (with Tycho) in a way that is compatible with both older and newer versions of Eclipse.

Any tips?



Back to the top