alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

Add RichTextBox #49

Closed neoxeo closed 10 months ago

neoxeo commented 1 year ago

In this topic we collect all issues related to RichEdit functionality.

neoxeo commented 1 year ago

@generalloki, thanks for all new "functions" available for TextBox and Sample added into Text Input

generalloki commented 1 year ago

So we added simple RichEdit inside of TextBox. We still need to add some TextBoxPanel with speed buttons in order to test RichEdit functionality properly. Something like this: screenshot 1690972749

dmitry-medvedev commented 1 year ago

May be we need to create a separate control like RichTextBox (and just set IsRichEdit = true in the constructor)?

generalloki commented 1 year ago

This is good idea. But first we need to study difference between wxRichTextCtrl (https://docs.wxwidgets.org/3.2/classwx_rich_text_ctrl.html) and wxTextCtrl in rich edit mode. Also we need to study whether wxRichTextCtrl/wxTextCtrl has file save/open feature in rich text format.

dmitry-medvedev commented 1 year ago

sounds good, wxRichTextCtrl may provide extra features, need to be investigated.

generalloki commented 10 months ago

I am closing this issue for now as fully featured RichTextBox is implemented