https://bugs.documentfoundation.org/show_bug.cgi?id=92964

            Bug ID: 92964
           Summary: experimental feature code completion does not work
                    with deep structure
           Product: LibreOffice
           Version: 5.1.0.0.alpha0+ Master
          Hardware: Other
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Write the code in Basic IDE

Sub tests
Dim aTransform As New com.sun.star.drawing.HomogenMatrix3
rem
End Sub

Instead of 'Rem' write 'aTransform'
Then add a dot to trigger the drop-down-list for code completion.
You get the list
Line1
Line2
Line3
Choose 'Line1' by double-click.
Now add a dot. You get the expected drop-down-list
Column1
Column2
Column3

But notice, the already existing part 'aTransform.Line1' is damaged.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to