The commit moves the new and legacy search commands to RzShell, adds more details to the search help, deletes some undocumented or unnecessary commands and adds the stubs for the new search handler implementions. Legacy commands still do their string parsing on arguments and are not touched. The new searches (string and bytes) ahve their actual implementation in the following commmits. Renamed and replaced commands: - Renamed '/' -> '/z' - Replaced '/e' -> '/z' or '/xr' - Replaced '/w' - All Unicode is searched now properly with '/z'. Removed commands: - '/!' - Because the command modifiers are not properly handled in RzShell yet and the advantage of this one is dubious. - '/f' - Modifiers are obsolete, because search is dispatched into threads. - '/b' - Modifiers are obsolete, because search is dispatched into threads. - '/+' - Because no idea what it does. Seems not particular useful. Part 5/9. Likely won't build in between parts. Co-authored-by: wargio <deroad@kumo.xn--q9jyb4c> |
||
|---|---|---|
| .. | ||
| cmake_test | ||
| ISSUE_TEMPLATE | ||
| subproject_test | ||
| workflows | ||
| labeler.yml | ||
| meson-android-aarch64.ini | ||
| meson-android-arm.ini | ||
| meson-android-x86_64.ini | ||
| PULL_REQUEST_TEMPLATE.md | ||
| upload.sh | ||