Modified:
trunk/AS2_ClassExporter_Front/MainForm.cs
trunk/AS2_ClassExporter_Front/bin/Release/AS2_ClassExporter.exe
trunk/AS2_ClassExporter_Front/obj/Debug/AS2_ClassExporter_Front.projdata
trunk/AS2_ClassExporter_Front/obj/Release/AS2_ClassExporter.exe
trunk/AS3_ClassExporter_Front/MainForm.cs
trunk/AS3_ClassExporter_Front/bin/Release/AS3_ClassExporter.exe
trunk/AS3_ClassExporter_Front/obj/Debug/AS3_ClassExporter_Front.projdata
trunk/AS3_ClassExporter_Front/obj/Release/AS3_ClassExporter.exe
Log:
Minor change: every time you start exporting, the output panel is
cleared so the new trace isn't messed up by the previous one.
(suggested by saran.rak)
Modified: trunk/AS2_ClassExporter_Front/MainForm.cs
==============================================================================
--- trunk/AS2_ClassExporter_Front/MainForm.cs (original)
+++ trunk/AS2_ClassExporter_Front/MainForm.cs Mon Jan 14 13:14:32 2008
@@ -327,6 +327,9 @@
updateConfigFromInterface();
if(swfExporter.Status == SwfExporter.STATUS_IDDLE) {
+
+ textBox1.Text = "";
+
swfExporter.InitProcess(configSettings.ClassPathList,
configSettings.SwfList,
configSettings.OutputFolder);
Modified: trunk/AS2_ClassExporter_Front/bin/Release/AS2_ClassExporter.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/AS2_ClassExporter_Front/obj/Debug/AS2_ClassExporter_Front.projdata
==============================================================================
Binary files. No diff available.
Modified: trunk/AS2_ClassExporter_Front/obj/Release/AS2_ClassExporter.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/AS3_ClassExporter_Front/MainForm.cs
==============================================================================
--- trunk/AS3_ClassExporter_Front/MainForm.cs (original)
+++ trunk/AS3_ClassExporter_Front/MainForm.cs Mon Jan 14 13:14:32 2008
@@ -327,6 +327,9 @@
updateConfigFromInterface();
if(swfExporter.Status == SwfExporter.STATUS_IDDLE) {
+
+ textBox1.Text = "";
+
swfExporter.InitProcess(configSettings.ClassPathList,
configSettings.SwfList,
configSettings.OutputFolder);
Modified: trunk/AS3_ClassExporter_Front/bin/Release/AS3_ClassExporter.exe
==============================================================================
Binary files. No diff available.
Modified: trunk/AS3_ClassExporter_Front/obj/Debug/AS3_ClassExporter_Front.projdata
==============================================================================
Binary files. No diff available.
Modified: trunk/AS3_ClassExporter_Front/obj/Release/AS3_ClassExporter.exe
==============================================================================
Binary files. No diff available.