Fill actions arguments header

This commit is contained in:
Jaex 2021-04-05 20:40:52 +03:00
parent 98eb51b620
commit 3fcbd06fe2
3 changed files with 3773 additions and 1132 deletions

View file

@ -107,7 +107,7 @@ public string Run(string inputPath)
CreateNoWindow = HiddenWindow
};
DebugHelper.WriteLine($"Action input: \"{inputPath}\" ({Helpers.GetFileSizeReadable(inputPath)})");
DebugHelper.WriteLine($"Action input: \"{inputPath}\" [{Helpers.GetFileSizeReadable(inputPath)}]");
DebugHelper.WriteLine($"Action run: \"{psi.FileName}\" {psi.Arguments}");
process.StartInfo = psi;
@ -117,7 +117,7 @@ public string Run(string inputPath)
if (!string.IsNullOrEmpty(outputPath) && File.Exists(outputPath))
{
DebugHelper.WriteLine($"Action output: \"{outputPath}\" ({Helpers.GetFileSizeReadable(outputPath)})");
DebugHelper.WriteLine($"Action output: \"{outputPath}\" [{Helpers.GetFileSizeReadable(outputPath)}]");
if (DeleteInputFile && !inputPath.Equals(outputPath, StringComparison.OrdinalIgnoreCase))
{

View file

@ -2466,6 +2466,7 @@ private void InitializeComponent()
this.lvActions.AllowItemDrag = true;
resources.ApplyResources(this.lvActions, "lvActions");
this.lvActions.AutoFillColumn = true;
this.lvActions.AutoFillColumnIndex = 2;
this.lvActions.CheckBoxes = true;
this.lvActions.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.chActionsName,

File diff suppressed because it is too large Load diff