idea-statica / iom-examples

Examples of using IDEA StatiCa IOM API
MIT License
8 stars 4 forks source link

[BUG]OriginSettings not appear in idea statica v20 #29

Closed dataneodev closed 4 years ago

dataneodev commented 4 years ago

OriginSettings like project name or author not appear in idea statica v20, in previous versions idea statica it worked.

model.OriginSettings = new OriginSettings();

model.OriginSettings.ProjectName = "Project";
model.OriginSettings.Author = "GK";
model.OriginSettings.ProjectDescription = "Test project";
vadura-pavel commented 4 years ago

Thank you for reporting bug. Problem was solved and fix of this problem will be available in next patch of version V20.