apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.62k stars 840 forks source link

Fix Yaml Editor does not respect indent size on new line #7575

Closed lkishalmi closed 1 month ago

lkishalmi commented 1 month ago

This one fixes the annoying habit of the Yaml editor that it does not respect the configured indent size.

It seems the IndentUtils used the SPACES_PER_TAB in all cases.

Also moved the module language level to Java 17

mbien commented 1 month ago

well, this PR had no milestone and looks semi-ready. What shall we do now, merge or poke @lkishalmi to fix the deprecation?

matthiasblaesing commented 1 month ago

As I brought up the deprecation fix, I don't think this should hold up merging. It was just a side observation.

lkishalmi commented 1 month ago

Fixed some deprecations as well.