B2016-282: remove new subsection menu item off of V-Button when selected section is a Word Section
B2016-236: for global search – add ‘Figure’ to Results style as Document Text & change ‘AER’ to ‘Left’ in list of step types for figures. B2016-282: remove new subsection menu item off of a Word Section from
This commit is contained in:
@@ -435,7 +435,10 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
else
|
||||
{
|
||||
newnode = NewAdvTreeNode(sdr.Name, true, true);
|
||||
// B2016-236: for global search <20> change <20>AER<45> to <20>Left<66> in list of step types for figures
|
||||
string nameInTree = sdr.Name;
|
||||
if (sdr.Name.Contains("AER") && sdr.Name.ToUpper().Contains("FIGURE")) nameInTree = nameInTree.Replace("AER", "Left");
|
||||
newnode = NewAdvTreeNode(nameInTree, true, true);
|
||||
newnode.Name = sd.Type; // this needed for the FindNodeByName() function
|
||||
newnode.Tag = sd;
|
||||
|
||||
|
Reference in New Issue
Block a user