Widgets/[Rich]TextAreaWidget: Add copy/cut/paste support
This commit is contained in:
@@ -154,6 +154,11 @@ namespace Nz
|
||||
UpdateDisplayText();
|
||||
}
|
||||
|
||||
void RichTextAreaWidget::CopySelectionToClipboard(const Vector2ui& selectionBegin, const Vector2ui& selectionEnd)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
AbstractTextDrawer& RichTextAreaWidget::GetTextDrawer()
|
||||
{
|
||||
return m_drawer;
|
||||
@@ -176,6 +181,11 @@ namespace Nz
|
||||
{
|
||||
}
|
||||
|
||||
void RichTextAreaWidget::PasteFromClipboard(const Vector2ui& targetPosition)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
void RichTextAreaWidget::UpdateDisplayText()
|
||||
{
|
||||
/*m_drawer.Clear();
|
||||
|
||||
Reference in New Issue
Block a user