Hi ,
I tried SetTitle function of the script, and they successfully modify the titles in the project, but the information on the UI has not synchronized.
GetProjectManager().GetProject(0).SetTitle(_T("Collect_keys_WithThread"));
GetProjectManager().GetProject(0).GetBuildTarget(0).SetTitle(_T("Debug x86"));
GetProjectManager().GetProject(0).GetBuildTarget(0).SetModified(true);
GetProjectManager().GetProject(0).SetModified(true)
Have you tried to call the RebuildTree method of the ProjectManager?
Quote from: oBFusCATed on March 26, 2015, 09:04:40 AM
Have you tried to call the RebuildTree method of the ProjectManager?
Thank you, After RebuildTree, this tree is updated. Now the target's title can't to update, It is located below the menu bar.
Quote from: oBFusCATed on March 26, 2015, 09:04:40 AM
Have you tried to call the RebuildTree method of the ProjectManager?
And here: