File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ public class IronPythonConsoleApp : ICadCommand
1414 public override void Execute ( )
1515 {
1616 CreateRibbon ( ) ;
17- MgdDbg . App MgdDbgSnoop = new App ( ) ;
18- MgdDbgSnoop . Initialize ( ) ;
1917 }
2018
2119 private void CreateRibbon ( )
Original file line number Diff line number Diff line change 1212 Version =" 1.0"
1313 ModuleName =" ./CADPythonShell.dll"
1414 AppDescription =" Description for command module of CAD PythonShell"
15- LoadOnCommandInvocation = " True " LoadOnRequest =" True" >
15+ LoadOnAutoCADStartup =" True" >
1616 <Commands >
1717 <Command Local =" PythonConsole" Global =" PythonConsole" />
1818 <Command Local =" PythonShellSetting" Global =" PythonShellSetting" />
1919 <Command Local =" InitPythonConsole" Global =" InitPythonConsole" StartupCommand =" True" />
2020 <Command Local =" Snoop" Global =" Snoop" />
2121 </Commands >
2222 </ComponentEntry >
23+ <ComponentEntry AppName =" MgdDbg"
24+ Version =" 1.0"
25+ ModuleName =" ./MgdDbg.dll"
26+ AppDescription =" a module snoop entities of CAD PythonShell"
27+ LoadOnAutoCADStartup =" True" >
28+ </ComponentEntry >
2329 </Components >
2430</ApplicationPackage >
You can’t perform that action at this time.
0 commit comments