dabo Commit
Revision 5115
Date: 2009-03-06 14:33:26 -0800 (Fri, 06 Mar 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5115
Changed:
U trunk/dabo/ui/uiwx/dEditor.py
Log:
Fixed ticket #1210. Thanks Ricardo.
Diff:
Modified: trunk/dabo/ui/uiwx/dEditor.py
===================================================================
--- trunk/dabo/ui/uiwx/dEditor.py 2009-03-06 15:08:01 UTC (rev 5114)
+++ trunk/dabo/ui/uiwx/dEditor.py 2009-03-06 22:33:26 UTC (rev 5115)
@@ -967,7 +967,7 @@
if self.UseTabs:
padchar = "\t"
else:
- padchar = " "
+ padchar = " " * self.GetIndent()
padding = padchar * indentLevel
pos = self.GetCurrentPos()
_______________________________________________
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]