kuvbur / AddOn_SomeStuff

Writing values of parameters of GDL objects to properties
GNU General Public License v3.0
10 stars 3 forks source link

переписать парсинг свойств из строки #53

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

if (!outstring.Contains('{')) return (!paramDict.IsEmpty()); GS::UniString part = ""; bool hasmorph = false; for (UInt32 i = 0; i < expression.Count('{'); i++) { part = outstring.GetSubstring('{', '}', 0); if (!paramDict.ContainsKey(part)) { paramDict.Add(part, true);


https://github.com/kuvbur/AddOn_SomeStuff/blob/3ffcf585ad3c1c20f6be6fa34658031ab7215fde/Sources/AddOn/Helpers.cpp#L1237-L1242


This issue was generated by todo-issue based on a TODO comment in 3ffcf585ad3c1c20f6be6fa34658031ab7215fde. It's been assigned to @kuvbur because they committed the code.
github-actions[bot] commented 1 year ago

Closing Issue

This comment was generated by todo-issue based on the deletion of a TODO comment in f9ef7cb750afd26d7991abed9ea5a8ef9baa4a2b.