 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: Problem with crtl+shif+F in Jsp editor
Posted: Aug 11, 2008 - 01:56 PM
|
|
Joined: Aug 11, 2008
Posts: 2
|
|
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:
| Code: |
<div id="scroll_div" style='padding: 0px; overflow: hidden; ${form .count>10 ? "width : 700px; max-width: 700px;":""}'>
|
after formating
| Code: |
<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. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Problem with crtl+shif+F in Jsp editor
Posted: Aug 11, 2008 - 03:24 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
rene.simon,
I have asked the dev team to look into this issue. I'll get back to you with an update asap. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Problem with crtl+shif+F in Jsp editor
Posted: Aug 11, 2008 - 09:06 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
rene.simon,
It seems like you have uncovered a bug. I have file this for the dev team. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: ctrl+shift+c
Posted: Aug 13, 2008 - 02:06 PM
|
|
Joined: Aug 11, 2008
Posts: 2
|
|
Hello nipun,
Thank you for looking about the Problem with the autoformat in the Jsp Editor.
I have one new question/problem, why make the shortcut ctrl+shift+c never a coment in the xml & jsp editor from myeclipse 6.5.1? In the java editor it works.
Thanks for your answers. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: ctrl+shift+c
Posted: Aug 13, 2008 - 06:43 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
rene.simon,
You can go to Source > Toggle Comment and use this feature for your other files. The shortcut does not work in these editors at the moment. Our next release would most probably sort this issue out as well. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |