Show More
@@ -146,6 +146,9 b' class WxConsoleView(stc.StyledTextCtrl):' | |||||
146 | #self.SetUseAntiAliasing(True) |
|
146 | #self.SetUseAntiAliasing(True) | |
147 | self.SetLayoutCache(stc.STC_CACHE_PAGE) |
|
147 | self.SetLayoutCache(stc.STC_CACHE_PAGE) | |
148 | self.SetUndoCollection(False) |
|
148 | self.SetUndoCollection(False) | |
|
149 | self.SetUseTabs(True) | |||
|
150 | self.SetIndent(4) | |||
|
151 | self.SetTabWidth(4) | |||
149 |
|
152 | |||
150 | self.EnsureCaretVisible() |
|
153 | self.EnsureCaretVisible() | |
151 |
|
154 |
1 | NO CONTENT: modified file chmod 100644 => 100755 |
|
NO CONTENT: modified file chmod 100644 => 100755 |
General Comments 0
You need to be logged in to leave comments.
Login now