facebook

format fail

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #206095 Reply

    Andrew Cheng
    Participant

    I high light java text, and source->format and nothing change.
    ctl shift F , all combination, and do not work
    😥

    #206097

    Riyad Kalla
    Member

    ayc868,
    I’m assuming you are talking about while using the JSP editor? If that is the case, the code formatting in the JSP editor is intended to format the entire JSP file (settings in Window > Preferences > MyEclipse > Editors > JSP/HTML), not a segment of Java code.

    I’m afraid we don’t support the formatting of Java code within JSP files currently, and the quick fix for that is to copy the code into an empty Java file, have Eclipse format it, and copy it back, which is clearly not a great solution.

    #206098

    Andrew Cheng
    Participant

    This is pure java code, why JSP. I click Java source code whatever the
    editor display java. I believe it is java editor

    #206099

    Riyad Kalla
    Member

    If you are having a problem with the Java source editor, then you should post to the Eclipse newsgroups. This is outside of the scope of the MyEclipse product (which is a plugin for J2EE/Web Development).

    #206100

    Andrew Cheng
    Participant

    Can you give me a list that what belong to MyeClipse and Eclipse? My subsciption is complete MyeClipse
    not TheOthereClipse. Does Java formator work on your MyeClipse?

    #206101

    Riyad Kalla
    Member

    Can you give me a list that what belong to MyeClipse and Eclipse?

    These are resources specifically for Eclipse. The newsgroups are here: http://www.eclipse.org/newsgroups/index.html and the mailing lists are here: http://www.eclipse.org/mail/index.html

    If you need support specifically for MyEclipse, please come back here (for example, your JSP editor is broken, or you can’t deploy your application). These types of problems are specifically related to the MyEclipse product and we are happy to help.

    My subsciption is complete MyeClipse
    not TheOthereClipse

    I don’t understand, what is “TheOthereClipse”

    Does Java formator work on your MyeClipse?

    If you are editing Java Source Files (*.java files) then the Formatter used will be the one provided by the Eclipse platform. If you are editing a JSP page with our editor, then the formatter will be provided by the MyEclipse plugin. The file you are editing, will determine which formatter is used.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: format fail

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