facebook

Control of statements on new line

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #542844 Reply

    Fedor Losev
    Participant

    Compared to other IDEs WebClipse has very poor control over code formatting.

    But at least it should have reasonable defaults.

    The following default makes no sense:

    
    class C {
        private x =
        123455678;
    }
    

    It makes much more sense to be

    
    class C {
        private x =
            123455678;
    }
    
    #542876 Reply

    support-swapna
    Moderator

    Fedor,

    Thank you for pointing to this formatting issue. A bug is filed for the dev team to work on it.
    We will keep you posted when the fix is out.

    –Swapna
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Control of statements on new line

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