mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
file generation dropdown changes, dialog fix
This commit is contained in:
parent
d0f0834463
commit
506f5b7d5d
2 changed files with 14 additions and 13 deletions
|
@ -262,7 +262,7 @@ namespace IDE.ui
|
|||
evt.mCloseDialog = false;
|
||||
}, null, 0, 1);
|
||||
|
||||
Title = "Generate";
|
||||
Title = "Generate File";
|
||||
|
||||
mKindBar = new GenerateKindBar(this);
|
||||
AddWidget(mKindBar);
|
||||
|
@ -312,7 +312,7 @@ namespace IDE.ui
|
|||
if ((generatorName == default) || (hash == default))
|
||||
{
|
||||
Close();
|
||||
gApp.Fail(scope $"File '{filePath}' was not generated by a generator that include regeneration information");
|
||||
gApp.Fail(scope $"File '{filePath}' was not generated by a generator that includes regeneration information");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -455,6 +455,8 @@ namespace IDE.ui
|
|||
if (line.StartsWith("!error"))
|
||||
{
|
||||
ShowError(line.Substring(7));
|
||||
|
||||
RehupMinSize();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue