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
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.
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.
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)
Have you tried Ctrl+A and Ctrl+I ?