You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See http://fssnip.net/cE for the idea. we can put the PropertyGrid in a form
and make it popup (though we probably don't want it to be modal). Consider
things like refreshing FsEye tree view node refreshes property grid.
The neat thing about the PropertyGrid control is that it allows to you change
the value of some known property types.
It would be neat if we could tital the PropertyGrid window with the path taken
from the FsEye tree view hierarchy, indicating private member access with '?'.
e.g. x.Bla.Foo?Foo2?Foo3
Perhaps implement this as a plugin (issue 25).
Original issue reported on code.google.com by [email protected] on 11 Jun 2012 at 5:44
The text was updated successfully, but these errors were encountered:
Currently Send To Property Grid replaces the SelectedObject of the property
grid. We may consider a check box to allow choosing to use
SelectedObjects(http://msdn.microsoft.com/en-us/library/system.windows.forms.pro
pertygrid.selectedobjects.aspx) to append the value being sent.
Marking this issue "Fixed" for 2.0.0 beta1 release in favor of having new
plugin related features requests or bug reports logged as new issues against
the release.
Original issue reported on code.google.com by
[email protected]
on 11 Jun 2012 at 5:44The text was updated successfully, but these errors were encountered: