This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to enable line wrap in the UVision editor?

How does one enable line wrapping in the UVision editor? I am unable to locate a control in the dialogs, and searching the help for "wrap" does not yeild anything related. Thanks.

Parents
  • I have switched to the form recommended by Jack ganssle:

    //------------------------------------------------------------------.
    // I use flower-boxes for most all comments. Comments that are long
    // use multiple lines.  I do actually close the End-of-Line using
    // the semicolon instead of leaving it open like this line does...
    // I have a template of various indentations for my flower-boxes,
    // and naturally I used them for the indentations my code needs.
    //------------------------------------------------------------------
    

    the reason is quite simple, with Vince's format you have to correct the trailing seicolons positin for each and every edit of the comment you do, with Jack's you do not need to

    Erik

Reply
  • I have switched to the form recommended by Jack ganssle:

    //------------------------------------------------------------------.
    // I use flower-boxes for most all comments. Comments that are long
    // use multiple lines.  I do actually close the End-of-Line using
    // the semicolon instead of leaving it open like this line does...
    // I have a template of various indentations for my flower-boxes,
    // and naturally I used them for the indentations my code needs.
    //------------------------------------------------------------------
    

    the reason is quite simple, with Vince's format you have to correct the trailing seicolons positin for each and every edit of the comment you do, with Jack's you do not need to

    Erik

Children