6829 """ |
6829 """ |
6830 return self.ui.documentationViewer().isSupportedLanguage(language) |
6830 return self.ui.documentationViewer().isSupportedLanguage(language) |
6831 |
6831 |
6832 def __isEditorInfoSupportedEd(self, editor): |
6832 def __isEditorInfoSupportedEd(self, editor): |
6833 """ |
6833 """ |
6834 Public method to check, if a language is supported by the |
6834 Private method to check, if an editor is supported by the |
6835 documentation viewer. |
6835 documentation viewer. |
6836 |
6836 |
6837 @param editor reference to the editor to check for |
6837 @param editor reference to the editor to check for |
6838 @type Editor |
6838 @type Editor |
6839 @return flag indicating the support status |
6839 @return flag indicating the support status |