Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Jul 13, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

We are indeed pursuing this as a plugin

Original comment by [email protected] on 4 Jul 2012 at 7:30

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 14 Jul 2012 at 10:52

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 21 Jul 2012 at 3:08

  • Changed state: Fixed
  • Added labels: Milestone-Release2.0.0beta1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant