Modified the implementation so that nana::keyboard::os_del is sent throght the set_accept function, so that os_del can be blocked.
Added overload to selected to get the selection bounds.
This commit is contained in:
@@ -1602,6 +1602,11 @@ namespace nana{ namespace widgets
|
||||
return undo_.max_steps();
|
||||
}
|
||||
|
||||
void text_editor::clear_undo()
|
||||
{
|
||||
undo_.clear();
|
||||
}
|
||||
|
||||
text_editor::ext_renderer_tag& text_editor::ext_renderer() const
|
||||
{
|
||||
return ext_renderer_;
|
||||
|
||||
Reference in New Issue
Block a user