Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Jun 19, 2019

There used to be a way to automatically format LotusScript code. Please bring it back.

In previous versions of Designer, there was an option to format code automatically fixing any incorrect indents. It was a very handy tool and as far as I can tell,it is no longer included in version 10.

  • Attach files
  • Guest
    Reply
    |
    Oct 9, 2020

    There is also a problem formating select case

    select case xxx

    case 1

    case 2
    end select

    is correct

    but

    if (conditon) then
    select case xxx
    case 1
    case 2

    end select
    end if

    is not correct idented.

  • Guest
    Reply
    |
    Jul 13, 2019

    Thanks for that.  I haven't tried the keyboard command but I will. Used to be available as a menu option.  I hadn't memorized the keyboard commands. Would still like to see it back as a menu option.

  • Guest
    Reply
    |
    Jun 24, 2019

    Ctrl+I does work for me to correct indentation of selected code, like it used to with earlier versions of Designer.

    (using 10.0.1 FP2)

  • Guest
    Reply
    |
    Jun 20, 2019

    Have you tried Ctrl+A and Ctrl+I ?