microsoft / microsoft/win32metadata
RichEdit constants to enum
Open
@elachlan is already working on this.
Since Oct 16, 2023.
missing enum
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 149
- Avg merge
- 5d 16h
- Merged PRs (30d)
- 4
Description
There are several constants that would be nice to group to enums for ease of use/access.
Is the policy to leave constants alone for any values used for input/output to SendMessage?
These are a good example, where in winforms we limit private methods that call SendMessage with an enum.
- https://learn.microsoft.com/en-us/windows/win32/controls/em-streamout
- https://learn.microsoft.com/en-us/windows/win32/controls/em-streamin
- https://github.com/dotnet/winforms/blob/f59965e707d1a68bf381f59a721a97ff0c6fbcd2/src/System.Windows.Forms/src/System/Windows/Forms/RichTextBox.cs#L2985
Is this something win32metadata wants to do, or would you rather the constants?
Winforms Related: https://github.com/dotnet/winforms/issues/9823
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.