mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
loading core keybindings via new config system plus
further devel of highlight handling
This commit is contained in:
parent
c597640515
commit
0cae01c496
8 changed files with 40 additions and 31 deletions
|
@ -206,7 +206,6 @@ class EditorWindow:
|
|||
if self.extensions.has_key('AutoIndent'):
|
||||
self.extensions['AutoIndent'].set_indentation_params(
|
||||
self.ispythonsource(filename))
|
||||
|
||||
|
||||
def set_status_bar(self):
|
||||
self.status_bar = self.MultiStatusBar(self.top)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue