| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-21 | Add <c-g> to cancel current operation | Maxime Coste | |
| The current implementation only does this during regex operations, but should be extensible to other operations that might take a long time by regularly calling EventManager::handle_urgent_events(). | |||
| 2018-05-26 | Rework `fail` command not to display command call stack | Maxime Coste | |
| `fail` triggers "expected" errors, and hence should just display the provided message. | |||
| 2017-01-08 | Apply clang-tidy modernize to the codebase | Maxime Coste | |
| 2015-03-25 | Remove unneeded c_str() call | Maxime Coste | |
| 2015-03-13 | exception::what returns a StringView rather than a const char* | Maxime Coste | |
| 2013-04-11 | exceptions: use const char* what() instead of String description() | Maxime Coste | |
| 2012-09-04 | add override markers | Maxime Coste | |
| 2012-04-14 | replace std::string references with String | Maxime Coste | |
| 2012-03-04 | do not take a std::string by value in runtime_error constructor | Maxime Coste | |
| 2011-09-09 | exception: refactoring | Maxime Coste | |
