dabo Commit
Revision 6554
Date: 2011-04-14 21:11:47 -0700 (Thu, 14 Apr 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6554

Changed:
U   trunk/ide/ReportDesigner.py

Log:
I'm embarrassed out of my mind that I was using dEditBox instead of dEditor
for the XML page in Report Designer. Fixed.


Diff:
Modified: trunk/ide/ReportDesigner.py
===================================================================
--- trunk/ide/ReportDesigner.py 2011-04-15 01:36:14 UTC (rev 6553)
+++ trunk/ide/ReportDesigner.py 2011-04-15 04:11:47 UTC (rev 6554)
@@ -2681,7 +2681,9 @@
 EditorForm = ReportDesignerForm
 
 
-class XmlEditor(dabo.ui.dEditBox): pass
+class XmlEditor(dabo.ui.dEditor):
+       def initProperties(self):
+               self.Language = "xml"
 
 class PreviewWindow(dabo.ui.dImage):
        def onPageEnter(self, evt):



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to