dfl/dfl.code-workspace
haru-s abdb70f691 FIX: TextBox is not accepted RETURN and TAB correctly in form that has default button.
- General
In order to resolve this, keyboard input process was changed similar to WinForms.
A part of role of FormMessageFilter class was moved to each control's wndProc(), because TextBox class is must to know that parent form has default button and not.
And also remove to hack of ControlStyles enum.

- Others
Add TextBox example code.
Separate TextBoxBase class from textbox.d to textboxbase.d file.
Separate SharedControl class from control.d to sharedcontrol.d file.
Fix some old alias sytax.
Add vscode workspace file.
2022-12-24 10:58:18 +09:00

8 lines
No EOL
60 B
Text

{
"folders": [
{
"path": "."
}
],
"settings": {}
}