Community
Participate
Working Groups
The SSE bug 203252 changed the way web pages are formatted. The side affect to JSDT is that now script tags are indented when under the body tag. The FormattingStrategyJSDT needs to be updated to calculate the indent level of the script tag preceding the JS region and indent the entire region at least that amount. All corresponding JUnits need to be updated as well.
Created attachment 181888 [details] Fix Patch with JUnits Fix patch to fix up the FormattingStrategyJSDT as described in the bug description as well as updated to the corresponding JUnits.
Committed, thanks, Ian.
Released to 3.2.3 and HEAD.