Our team is using MyEclipse 8.6 and I am trying to enable the On Save Code formatting. We have a formatter defined in Window | Preferences | Java | Code Style | Formatter. These settings are saved off and checked into source control. I am trying to enable the On Save functionality so whenever a file is saved, the formatting rules are applied. I did this by: Window | Preferences | Java | Editor | Save Actions: checked the “Perform the selected actions on save” | “Format source code” | “Format All Lines”
However, changing and modifying a file does not result in any formatting applied. If I use the “Ctrl-Shift-F” then the formatting occurs. I don’t see any errors or warning about why this isn’t working