weianweigan / RevitLookupWpf

a lookup tool based on wpf
MIT License
68 stars 16 forks source link

Need Show Description Properties Or Method Correct #21

Closed chuongmep closed 2 years ago

chuongmep commented 2 years ago

Is your feature request related to a problem? Please describe. this is idea extend form #20 because we have file json contains description inside export from project RevitAPIDocGen

Describe the solution you'd like Replace description it with description exist Example : use Autodesk.Revit.DB.SlabShapeEditor.IsEnabled to check and return Description is Identifies if the slab shape editing functionality is enabled.

 {
        "Title":"IsEnabled",
        "Keywords":"SlabShapeEditor.IsEnabled property",
        "APIName":"P:Autodesk.Revit.DB.SlabShapeEditor.IsEnabled",
        "Description":"Identifies if the slab shape editing functionality is enabled.",
        "Namespace":"Autodesk.Revit.DB",
        "Guid":"9aaaf1ca-5f52-c5be-9d5b-2230ad5131cc",
        "Type":"property"
    },

Describe alternatives you've considered

Additional context image

weianweigan commented 2 years ago

Do you means show Description in control's tooltip?

chuongmep commented 2 years ago

Do you means show Description in control's tooltip? @weianweigan my idea is create new windows and use context menu same with Search online help to show description, some thing like that ,this can help us to minimize the waiting time and only use it when needed, you have any idea ?

image

image

weianweigan commented 2 years ago

I agree with you.This can help us to minimize the waiting time. If we show description in tooltip,it will cost some time to query json file.

weianweigan commented 2 years ago

I just add a apiname property to find revitinfo and made a window to show help.

image