[GH-ISSUE #12] Split project #12

Open
opened 2026-02-26 04:36:14 +03:00 by kerem · 1 comment
Owner

Originally created by @masbicudo on GitHub (Feb 3, 2017).
Original GitHub issue: https://github.com/masbicudo/LetsEncrypt-Certificate-Creator/issues/12

There are at least two interesting components that can be split into other projects:

  • ToolTipManager: used to show customized tool tips, it can show multiple tooltips for a single control at once, also tooltip windows negotiate their positions as not to overlap with themselves, and not to be off-screen or even orphaned in the middle of an overlapping window (e.g. windows from other applications)
  • Bindables: value holders that use events to communicate changes. The interesting parts are the extensions to these objects, allowing binding with windows forms controls, binding with lambda expressions, and all sorts of custom bindings.
Originally created by @masbicudo on GitHub (Feb 3, 2017). Original GitHub issue: https://github.com/masbicudo/LetsEncrypt-Certificate-Creator/issues/12 There are at least two interesting components that can be split into other projects: - **ToolTipManager**: used to show customized tool tips, it can show multiple tooltips for a single control at once, also tooltip windows negotiate their positions as not to overlap with themselves, and not to be off-screen or even orphaned in the middle of an overlapping window (e.g. windows from other applications) - **Bindables**: value holders that use events to communicate changes. The interesting parts are the extensions to these objects, allowing binding with windows forms controls, binding with lambda expressions, and all sorts of custom bindings.
Author
Owner

@masbicudo commented on GitHub (Feb 3, 2017):

There is also the MarkDown GDI+ renderer... that one is not very impressive but it does a nice work as a tooltip renderer. =D

<!-- gh-comment-id:277392492 --> @masbicudo commented on GitHub (Feb 3, 2017): There is also the MarkDown GDI+ renderer... that one is not very impressive but it does a nice work as a tooltip renderer. =D
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LetsEncrypt-Certificate-Creator-masbicudo#12
No description provided.