Rework external editor interface (formerly IDA interface)

1. External editor is supported for sections, not files
2. External editor is not visible when it is unspecified in prefs
This commit is contained in:
vit9696 2018-09-15 19:17:59 +03:00
parent 67fb2a23ee
commit 77d771d452
4 changed files with 58 additions and 61 deletions

View file

@ -138,8 +138,8 @@ typedef ptrdiff_t INTN;
#define EXTRACT_MODE_BODY_UNCOMPRESSED 2
// Item inspect modes
#define INSPECT_MODE_IDA32 0
#define INSPECT_MODE_IDA64 1
#define INSPECT_MODE_EXTERNAL32 0
#define INSPECT_MODE_EXTERNAL64 1
// Item replace modes
#define REPLACE_MODE_AS_IS 0