Community
Participate
Working Groups
When formatting this example: var style={ // border: "0", height: height+"px", // padding: "0px", width: width+"px" // margin: "0px" }; result should look like var style = { // border: "0", height: height + "px", // padding: "0px", width: width + "px" // margin: "0px" }; but is var style = { // border: "0", height: height + "px", // padding: "0px", width: width + "px" // margin: "0px" }; The last comment before closing brace is misaligned (is on the level of the "var style = ..." declaration). Eclipse: Eclipse Java EE IDE for Web Developers. Version: Indigo Service Release 1 Build id: 20110916-0149
This bug is still present in Web Tools 3.4.0