Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] eclipse 22-03 pom editor nolonger using xml indentation configuration



On Wed, Mar 16, 2022 at 6:05 PM Dan Tran <dantran@xxxxxxxxx> wrote:
control-shift-f at pom editor now uses 4 space indention instead of my specific settings at XML editor
is it a bug?  i could not find any indentation related settings for pom editor

The XML Editor settings page comes from WebTools XML editor, that's no longer used.
New editor is based on Generic Editor and LSP4E and LemMinX language server. The Eclipse Wild Web Developer project takes care of all this binding and general XML settings. So you can maybe submit an enhanamcent request to Wild Web Developer to make it read the XML indentation settings. But it does already use a similar setting from the General > Editor > Text Editor page.

Back to the top