Skip to content

Commit db8ab98

Browse files
v2.0.6 -> added name as response
1 parent 75aaf87 commit db8ab98

4 files changed

Lines changed: 217 additions & 34 deletions

File tree

EZCode/EZCode.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3701,6 +3701,11 @@ string ColonResponse(string value, string[] parts = null)
37013701
value = control.BackgroundImageLayout.ToString();
37023702
}
37033703
break;
3704+
case "name":
3705+
{
3706+
value = control.Name;
3707+
}
3708+
break;
37043709
default:
37053710
ErrorText(parts, ErrorTypes.custom, custom: $"'{ind[0]}' is not a valid value for '{control.Name}' in {SegmentSeperator} {codeLine}");
37063711
break;

EZ_IDE/IDE.Designer.cs

Lines changed: 137 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)