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
All tool windows should implement IView (or IDocumentView) and provide an activation/deactivation capability. Also the same model for embedding classes should be applied.
For instance, we have:
Asn1DocumentView (a DockContent Form) contains Asn1DocumentControl which contains Asn1Viewer (which is an ISelectionSource), but
CertificateListWindow (which is a ToolWindow which is a DockContent) contains CertificateListControl (which is a ServicedUserControl and an ISelectionSource)...
Some refactoring may also be useful: the CertManager and Asn1Decoder namespaces contain non related classes (GlobalSelectionService for instance) !
Achieving this would help resolve issues #7 and #13 in a non hacky way!
This issue was migrated from issue #14 in former Delta repository Originally created by @odalet and assigned to @odalet Originally created at 2013-10-13T16:06:48+00:00 Originally updated at 2013-10-13T16:07:13+00:00 Original url: https://api.github.com/repos/odalet/Delta/issues/14
The text was updated successfully, but these errors were encountered:
All tool windows should implement IView (or IDocumentView) and provide an activation/deactivation capability. Also the same model for embedding classes should be applied.
For instance, we have:
Some refactoring may also be useful: the CertManager and Asn1Decoder namespaces contain non related classes (GlobalSelectionService for instance) !
Achieving this would help resolve issues #7 and #13 in a non hacky way!
This issue was migrated from issue #14 in former Delta repository
Originally created by @odalet and assigned to @odalet
Originally created at 2013-10-13T16:06:48+00:00
Originally updated at 2013-10-13T16:07:13+00:00
Original url: https://api.github.com/repos/odalet/Delta/issues/14
The text was updated successfully, but these errors were encountered: