listbox select all
Now the programs user can "export" the whole list just by pressing ctrl+A-C and pasting into another application, like LibreOffice Calc, Excel, an editor, etc
This commit is contained in:
@@ -3364,6 +3364,12 @@ namespace nana
|
|||||||
nana::system::dataexch().set(essence_->to_string(exp_opt));
|
nana::system::dataexch().set(essence_->to_string(exp_opt));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
case keyboard::select_all :
|
||||||
|
essence_->lister.select_for_all(true);
|
||||||
|
draw();
|
||||||
|
API::lazy_refresh();
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user