-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Review: all editors derived from UITypeEditor ported #1115
Comments
This comment has been minimized.
This comment has been minimized.
As much as I'd like this, I think we'll prioritize this a little lower and add these if/when we get customer requests for these editors. So I won't close this, but I'll punt it to future. I expect we will want them but I won't block 3.0 on it. |
This comment has been minimized.
This comment has been minimized.
@LeafShi1 - could you please organize work porting the remaining editors. We received requests to port some editors and expect to get more.
|
We've got some use-cases that have surfaced and we understand the importance of bringing in the remaining editors. Looking into this for .NET 10 as APIs can't be added to shipped versions. |
The full list of missing components is here - https://github.com/dotnet/winforms/blob/e0da5a881a6269649d47939a4b2ee61ae04688b8/src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/Design/DesignerAttributeTests.cs#L18-#L39 |
According to the full list, the following editors are missing from this issue
|
As suggested in #892 (comment) review whether all editors derived from
UITypeEditor
have been ported:Remaining: If there is a customer demand we can port these, but if not we can postpone or skip them.
ColumnHeaderCollectionEditor, System.Windows.Forms.Design (Port ColumnHeaderCollectionEditor #2334 )DataGridViewCellStyleEditor (Port DataGridViewCellStyleEditor #2347)TreeNodeStyleCollectionEditor, System.Windows.Forms.Design (Port TreeNodeStyleCollectionEditor #2344)this one applies to web controls3.1:
BinaryEditor
#2123)3.0:
ArrayEditor, System.ComponentModel.Design(Add ArrayEditor and more misc editor tests and fix NullReferenceException bugs #1181)StringCollectionEditor, System.Windows.Forms.Design(Fix 1270 portStringCollectionEditor
#1284)StringArrayEditor, System.Windows.Forms.Design(Port System.Windows.Forms.Design.StringArrayEditor #1272)ImageCollectionEditor, System.Windows.Forms.Design(Fix 1273 portImageCollectionEditor
#1299)Won't be porting
Deprecated
DataGrid
control ❗️DataGridColumnStyleMappingNameEditorDataGridTableStyleMappingNameEditorDataGridColumnStyleFormatEditorDataGridColumnCollectionEditor, System.Windows.Forms.Design(Port DataGridColumnCollectionEditor; enable tests #2119) ⬅️ this serves deprecatedDataGrid
control ❗️Messaging
QueuePathEditor System.Messaging.Design, System.Messaging.dllWeb
ConnectionStringEditor System.Web.UI.Design, System.Design.dllDataControlFieldTypeEditor System.Web.UI.Design.WebControls, System.Design.dllDataGridColumnCollectionEditor System.Web.UI.Design.WebControls, System.Design.dllDataPagerFieldTypeEditor System.Web.UI.Design.WebControls, System.Web.Extensions.Design.dllExpressionsCollectionEditor System.Web.UI.Design, System.Design.dllMenuBindingsEditor System.Web.UI.Design.WebControls, System.Design.dllMenuItemCollectionEditor System.Web.UI.Design.WebControls, System.Design.dllParameterCollectionEditor System.Web.UI.Design.WebControls, System.Design.dllRegexTypeEditor System.Web.UI.Design.WebControls, System.Design.dllTreeNodeCollectionEditor System.Web.UI.Design.WebControls, System.Design.dllTreeViewBindingsEditor System.Web.UI.Design.WebControls, System.Design.dllUrlEditor System.Web.UI.Design, System.Design.dllXmlFileEditor System.Web.UI.Design, System.Design.dllObsolete
IntegerCollectionEditor, System.Windows.Forms.Design (WIP: Fix 1274 portappears unusedIntegerCollectionEditor
#1285)The text was updated successfully, but these errors were encountered: