[CMD][CMDUTILS][REPLACE] Make 'replace' command external (#7097)

JIRA issue: CORE-9444
- Delete 'replace' internal command.
- Add 'replace' external command into
  base/applications/cmdutils/replace
  folder.
- Add control break handler.
This commit is contained in:
Katayama Hirofumi MZ 2024-07-09 04:30:43 +09:00 committed by GitHub
parent 3dcae2ce0c
commit 1ffce3eb6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
57 changed files with 1786 additions and 870 deletions

View file

@ -57,13 +57,6 @@
#define STRING_TIME_ERROR 348
#define STRING_TYPE_ERROR 349
#define STRING_WINDOW_ERROR 350
#define STRING_REPLACE_ERROR1 351
#define STRING_REPLACE_ERROR2 352
#define STRING_REPLACE_ERROR3 353
#define STRING_REPLACE_ERROR4 354
#define STRING_REPLACE_ERROR5 355
#define STRING_REPLACE_ERROR6 356
#define STRING_REPLACE_ERROR7 357
#define STRING_ASSOC_ERROR 358
#define STRING_ALIAS_HELP 601
@ -221,18 +214,6 @@
#define STRING_MD_ERROR 725
#define STRING_MD_ERROR2 726
#define STRING_REPLACE_HELP1 727
#define STRING_REPLACE_HELP2 728
#define STRING_REPLACE_HELP3 729
#define STRING_REPLACE_HELP4 730
#define STRING_REPLACE_HELP5 731
#define STRING_REPLACE_HELP6 732
#define STRING_REPLACE_HELP7 733
#define STRING_REPLACE_HELP8 734
#define STRING_REPLACE_HELP9 735
#define STRING_REPLACE_HELP10 736
#define STRING_REPLACE_HELP11 737
#define STRING_MKLINK_CREATED_SYMBOLIC 738
#define STRING_MKLINK_CREATED_HARD 739
#define STRING_MKLINK_CREATED_JUNCTION 740