8219:013aee248a62 | 8220:006ee31b4835 |
---|---|
464 """ | 464 """ |
465 supported = self.__sourceOutline.isSupportedLanguage( | 465 supported = self.__sourceOutline.isSupportedLanguage( |
466 self.__editor.getLanguage()) | 466 self.__editor.getLanguage()) |
467 | 467 |
468 self.__sourceOutline.setVisible(supported) | 468 self.__sourceOutline.setVisible(supported) |
469 | |
470 # | |
471 # eflag: noqa = Y113 |