[as2-class-exporter commit] r27 - in trunk: AS2_ClassExporter_Front AS2_ClassExporter_Front/bin/Release AS2_ClassExporter_Fro...

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 14, 2008, 4:14:50 PM1/14/08
to asclassex...@googlegroups.com
Author: JPCalifano
Date: Mon Jan 14 13:14:32 2008
New Revision: 27

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.

codesite...@google.com

unread,
Jan 14, 2008, 4:14:50 PM1/14/08
to asclassex...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages