Skip to content

Fix 1270 port StringCollectionEditor#1284

Merged
RussKie merged 3 commits intodotnet:masterfrom
RussKie:fix_1270_port_StringCollectionEditor
Jul 10, 2019
Merged

Fix 1270 port StringCollectionEditor#1284
RussKie merged 3 commits intodotnet:masterfrom
RussKie:fix_1270_port_StringCollectionEditor

Conversation

@RussKie
Copy link
Contributor

@RussKie RussKie commented Jul 5, 2019

Closes #1270

Proposed changes

  • Port StringCollectionEditor from NET Fx
  • Fix xml-docs
  • Fix names
  • Remove unused usings
  • Remove this.
  • Add missing braces
  • Use arrow functions, where appropriate

Screenshots

After

image

Test methodology

  • TODO

@RussKie RussKie requested a review from a team as a code owner July 5, 2019 03:50
@RussKie RussKie changed the title Fix 1270 port StringCollectionEditor WIP: Fix 1270 port StringCollectionEditor Jul 5, 2019
@RussKie RussKie force-pushed the fix_1270_port_StringCollectionEditor branch from fdd1b4e to ef88902 Compare July 5, 2019 03:52
@RussKie RussKie changed the title WIP: Fix 1270 port StringCollectionEditor Fix 1270 port StringCollectionEditor Jul 8, 2019
@RussKie RussKie self-assigned this Jul 8, 2019
@RussKie
Copy link
Contributor Author

RussKie commented Jul 9, 2019

@M-Lipin @vladimir-krestov I'll need your help with this one

Copy link
Contributor

@Tanya-Solyanik Tanya-Solyanik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM. Note that this file does not need accessibility fix that adds new patterns because these patterns should be added to the Core TextBox implementation

RussKie added 3 commits July 10, 2019 16:54
- Fix xml-docs
- Fix names
- Remove unused usings
- Remove `this.`
- Add missing braces
- Use arrow functions, where appropriate
Exercise functionality manually and provide a way to visually confirm
the editor is operational.
@RussKie RussKie force-pushed the fix_1270_port_StringCollectionEditor branch from ef88902 to b0fff7d Compare July 10, 2019 07:00
@RussKie RussKie merged commit d288402 into dotnet:master Jul 10, 2019
@RussKie RussKie deleted the fix_1270_port_StringCollectionEditor branch July 10, 2019 08:40
@RussKie
Copy link
Contributor Author

RussKie commented Jul 10, 2019

@M-Lipin once your changes to StringCollectionEditor are merged into NET Fx, please port them here as well. Thank you

@RussKie RussKie added area-DesignerSupport tenet-compatibility Incompatibility with previous versions or with WinForms for .NET Framework labels Oct 18, 2019
@M-Lipin
Copy link
Contributor

M-Lipin commented Oct 24, 2019

@M-Lipin once your changes to StringCollectionEditor are merged into NET Fx, please port them here as well. Thank you

Will do, thanks.

@ghost ghost locked as resolved and limited conversation to collaborators Feb 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-DesignerSupport tenet-compatibility Incompatibility with previous versions or with WinForms for .NET Framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Port System.Windows.Forms.Design.StringCollectionEditor

4 participants