facebook

Problem with crtl+shif+F in Jsp editor

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #288097 Reply

    rene.simon
    Member

    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

    &gt

    and at the end this code

    ;":""} 

    would be capured.

    How can i solve this problem. Thanks for your answers.

    #288104 Reply

    Loyal Water
    Member

    rene.simon,
    I have asked the dev team to look into this issue. I’ll get back to you with an update asap.

    #288122 Reply

    Loyal Water
    Member

    rene.simon,
    It seems like you have uncovered a bug. I have file this for the dev team.

    #288173 Reply

    rene.simon
    Member

    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.

    #288197 Reply

    Loyal Water
    Member

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Problem with crtl+shif+F in Jsp editor

You must be logged in to post in the forum log in