Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] Issue with code formatting in LSP4E in Eclipse 19-09
  • From: "Ofterdinger, Markus" <markus.ofterdinger@xxxxxxx>
  • Date: Fri, 11 Oct 2019 07:29:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; 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=eS7OgLF0oUvV/Eqq2iYyDmdmaKGTZhfZ7KrEqmxlNB4=; b=mDf7z3U1RBDQy/hzINufQAc5Jv0EyUC5O7dm53gkRUQbF2Ep8n4qXNsPIvk/Gm3Ly7rhGayyzNdBpnXdMu9olPWcgXH4jpqzjSPKNMlWjiQjaZ4qnOQrk6S7EPTHglVJdn4BqVpeypC33xyl2PpwVFcRfljzeO2RpWsZA9K0LDcCwjRwehl0ygqkYJ0U3qTILQAxYDEXZtxPK5qjcF1KyYOG1TD4OHhT++qqsmv32FILCa4zdrHZqn+AwlMtFRG9TV8Q8GrUdFnbezfKs4wRm39vX1GZ422UT8OyG/Xhm8FhNdjCppaJYk1jJctR+lcoh80qd8Yxb00THrAkD08SpQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bhZMxIORcrv558huHjTpqOmaOBlRrbkVat1W3CLuSbG6UG8j18X4Ll+rJbpG6EdUhpvBQXY0h/9UtHP9ZwHJHyvqekr7u1LXxHKXviihptf0GPectKWTIXC848Ao+OKFy+zoSG+IM+UZSOe9I/inzJtTuqNBKA++rsjAR4BZS2Sm1tvb2Lt4vbWkwK4tJjzmz5dQQIFGh0vbp/edxqZjDrVZsoyTMD/uGA1yVCje3PM+4oe5hVlpZhkV4DF8g7DKk9gnoicmJFg5EzHadaIgCYbRarj1Mnhy7cKrwMwiss39v7uoVDKXLAxIK4nzNuc4TwHrTipbbMaQEa3oTaX1Tg==
  • 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: AQHVgAWZypVPNZSe6EOsGcNUgHp7gw==
  • Thread-topic: Issue with code formatting in LSP4E in Eclipse 19-09
  • User-agent: Microsoft-MacOutlook/10.1e.0.191003

Hi LSP4E-Community,

 

I’m facing an issue with the source code formatting support in LSP4E in Eclipse 19-09. Our CDS Language Server supports formatting cds files and propagates this feature to the LSP4E plugin. In the previous Eclipse Release 19-06 I was able to format the CDS files by pressing Cmd+Shift+F in the Generic Editor. This feature doesn’t work anymore in Eclipse 19-09. I’m using the same version of our CDS language server, but get different behavior.

In Eclipse 19-09 I don’t see any messages sent from LSP4E to language server to trigger the code formatting. In Eclipse 19-06 I can see those messages in the trace.

Does anybody else have the same problem with another language server? Does anybody know if there are some changes how to enable the code formatting feature in LSP4E and/or Generic Editor in 19-09.

 

Thanks for your help and replies,

 

Markus Ofterdinger, SAP SE


Back to the top