alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

TextEdit related issues #42

Closed generalloki closed 10 months ago

generalloki commented 1 year ago

We need to improve TextEdit control and implement more features from wxTextControl https://docs.wxwidgets.org/3.2/classwx_text_ctrl.html

generalloki commented 1 year ago

DONE Add Support wxTE_AUTO_URL and event on url?

generalloki commented 1 year ago

DONE (Control.LayoutDirection) Add TextBox (BidiMode like?) virtual void SetLayoutDirection(wxLayoutDirection dir) wxOVERRIDE; virtual wxLayoutDirection GetLayoutDirection() const wxOVERRIDE;

generalloki commented 1 year ago

We need to implement MaskEdit features

generalloki commented 10 months ago

Currently all features that we need are implemented in the TextBox, so I am closing this issue for now.