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 Assessment
Workspace Domino Designer
Created by Guest
Created on Feb 28, 2023

Text string selection by double clicking

Text string is selected by double clicking.

For example, in Designer 9.0.1 FP10, when you move and put the cursor on the following text string of "CurrentDatabase" which is a property of NotesDatabase class, and double click it, then "CurrentDatabase" is selected as the screen shot, 01.jpg.

Set db = session.CurrentDatabase

However, in Designer 12.0.1 FP1, when you double click "CurrentDatabase", "session.CurrentDatabase" is selected as the screen shot, 02.jpg.

Text string is selected over the ". (period)" between "session" and "CurrentDatabase".

The customer want same behavior as Designer 9.0.1 FP10.


<Steps>

1. Open a database with Desinger 12.0.1 FP1.

2. For example, create new form and create action button.

3. Write the folloiwng lotusscript.

Sub Click(Source As Button)

Dim session As NotesSession

Dim db As NotesDatabase

Set db = session.CurrentDatabase

Dim dummy As Integer

End Sub

4. Move and put the cursor on "CurrentDatabase" and double click.

5. You can see "session.CurrentDatabase" is selected.


  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Mar 3, 2023

    We can not reproduce this in 12.0.2 - can you please open a support ticket if the issue still exists?

  • Admin
    Thomas Hampel
    Reply
    |
    Mar 2, 2023

    Thank you for discovering!