Hi,
I’ve a problem with the autoformat in MyEclipse Version: 6.5.1 GA JSP-Editor. In version 5.1.1 it works.
befor formating:
<div id="scroll_div" style='padding: 0px; overflow: hidden; ${form .count>10 ? "width : 700px; max-width: 700px;":""}'>
after formating
<div id="scroll_div" style='padding: 0px; overflow: hidden; ${ form .count>10 ? "width : 700px; max-width: 700px;'>
Problems:
The greater then symbol
>
would be replaced with
>
and at the end this code
;":""}
would be capured.
How can i solve this problem. Thanks for your answers.