--- a/Preferences/ConfigurationPages/EditorAPIsPage.py Thu Dec 01 19:22:06 2016 +0100 +++ b/Preferences/ConfigurationPages/EditorAPIsPage.py Sat Dec 03 15:05:49 2016 +0100 @@ -53,10 +53,9 @@ import QScintilla.Lexers self.apis = {} apiLanguages = sorted( - [''] + list(QScintilla.Lexers.getSupportedLanguages().keys())) + [''] + list(QScintilla.Lexers.getSupportedApiLanguages())) for lang in apiLanguages: - if lang != "Guessed": - self.apiLanguageComboBox.addItem(lang) + self.apiLanguageComboBox.addItem(lang) apiProjectTypes = sorted( [("", "")] + [(trans, ptype) for ptype, trans in