xxtbg / fseye

Automatically exported from code.google.com/p/fseye
Apache License 2.0
0 stars 0 forks source link

Create "View PropertyGrid" right-click context menu action #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 stephen....@gmail.com on 11 Jun 2012 at 5:44

GoogleCodeExporter commented 9 years ago
We are indeed pursuing this as a plugin

Original comment by stephen....@gmail.com on 4 Jul 2012 at 7:30

GoogleCodeExporter commented 9 years ago
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.

Original comment by stephen....@gmail.com on 14 Jul 2012 at 10:52

GoogleCodeExporter commented 9 years ago
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 comment by stephen....@gmail.com on 21 Jul 2012 at 3:08