1- <?xml version =" 1.0" ?>
2- <H2 >
3- <SourceCode >var title = "Veracode";
1+ var title = "Veracode";
42
53var ribbon = CustomO2.create(title); // stand alone version
64//var ribbon = CustomO2.create(panel.clear().add_Panel(),title); // use when inside 'Quick Development GUI'
@@ -9,16 +7,16 @@ var customO2 = ribbon.add_Tab("Veracode Detailed Xml Findings");
97customO2.add_RibbonGroup("Main Gui")
108 .add_Script("Main Gui to view Veracode Findings", "API_Veracode_DetailedXmlFindings.cs.o2");
119customO2.add_RibbonGroup("Raw Views")
12- .add_Button("Raw View of Veracode Findigs - TreeView", ()=> {
13- var panel = O2Gui.open< Panel> ("View Veracode Findigs in TreeView",700,400);
10+ .add_Button("Raw View of Veracode Findigs - TreeView", ()=> {
11+ var panel = O2Gui.open< Panel> ("View Veracode Findigs in TreeView",700,400);
1412 new API_Veracode_DetailedXmlFindings().show_In_TreeView(panel);
1513 })
16- .add_Button("Raw View of Veracode Findigs - Table List", ()=> {
17- var panel = O2Gui.open< Panel> ("View Veracode Findigs in TreeView",700,400);
14+ .add_Button("Raw View of Veracode Findigs - Table List", ()=> {
15+ var panel = O2Gui.open< Panel> ("View Veracode Findigs in TreeView",700,400);
1816 new API_Veracode_DetailedXmlFindings().show_In_TableList(panel);
1917 })
20- .add_Button("Raw View of Veracode Findigs - Source Code Viewer", ()=> {
21- var panel = O2Gui.open< Panel> ("View Veracode Findigs in TreeView",700,400);
18+ .add_Button("Raw View of Veracode Findigs - Source Code Viewer", ()=> {
19+ var panel = O2Gui.open< Panel> ("View Veracode Findigs in TreeView",700,400);
2220 new API_Veracode_DetailedXmlFindings().show_Flaws_In_SourceCodeViewer(panel);
2321 })
2422 ;
@@ -31,11 +29,9 @@ customO2.add_RibbonGroup("Raw Views")
3129//O2Ref:WindowsFormsIntegration.dll
3230//O2Ref:RibbonControlsLibrary.dll
3331//O2Ref:O2_Misc_Microsoft_MPL_Libs.dll
34- //O2File:API_Veracode_DetailedXmlFindings.cs.o2
35-
36- //O2Ref:PresentationCore.dll
37- //O2Ref:PresentationFramework.dll
38- //O2Ref:WindowsBase.dll
39- //O2Ref:System.Xaml.dll</SourceCode >
40- <ReferencedAssemblies />
41- </H2 >
32+ //O2File:API_Veracode_DetailedXmlFindings.cs.o2
33+
34+ //O2Ref:PresentationCore.dll
35+ //O2Ref:PresentationFramework.dll
36+ //O2Ref:WindowsBase.dll
37+ //O2Ref:System.Xaml.dll
0 commit comments