[commit] r1320 - trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon May 16 15:30:23 CDT 2011


Author: ksmyth
Date: Mon May 16 15:30:23 2011
New Revision: 1320

Log:
FIXME, TODO

Modified:
   trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon/GMEConsole.cs

Modified: trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon/GMEConsole.cs
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon/GMEConsole.cs	Mon May 16 15:22:53 2011	(r1319)
+++ trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon/GMEConsole.cs	Mon May 16 15:30:23 2011	(r1320)
@@ -155,8 +155,10 @@
             }
             else
             {
+                // FIXME: may need to escape, as ConsoleMessage expects HTML
                 console.gme.ConsoleMessage(str, type);
             }
         }
+        // TODO: need methods to link to FCOs
     }
 }


More information about the gme-commit mailing list