statler / dxcorecommunityplugins

Automatically exported from code.google.com/p/dxcorecommunityplugins
0 stars 0 forks source link

Strange picker location when trying to generalize "Sub Fred" #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you try to Generalize "Sub Fred" in the following code, you will be
unable to locate the picker anywhere suitable.

This may well be a DXCore bug.
-------------------------------------------------------------
Public Class Class1Descendant
    Inherits Class1
    Friend Sub New()
    End Sub
    Public Sub Fred()

    End Sub
    Public Sub Fred2()

    End Sub
    Public Sub Fred3()

    End Sub
End Class
Public Class Class1
    Public Sub New()

    End Sub
End Class
-------------------------------------------------------------

Original issue reported on code.google.com by RoryBec...@gmail.com on 29 May 2008 at 9:11

GoogleCodeExporter commented 9 years ago
i concur that this is a dxcore bug. the core shouldnt allow the picker to 
inject a 
code block in the middle of another logical block.

Original comment by mar...@binarysculptor.com on 2 Jun 2008 at 11:24

GoogleCodeExporter commented 9 years ago
Bug filed with DevExpress' Support site  at
http://www.devexpress.com/Support/Center/p/B95003.aspx

Original comment by RoryBec...@gmail.com on 4 Jun 2008 at 8:25

GoogleCodeExporter commented 9 years ago
Fixed by DXCore Daily Build 080603

Original comment by RoryBec...@gmail.com on 5 Jun 2008 at 12:17