--- a/eric6/Preferences/ConfigurationPages/EditorTypingPage.py Sat Sep 28 19:00:43 2019 +0200 +++ b/eric6/Preferences/ConfigurationPages/EditorTypingPage.py Sat Sep 28 19:03:56 2019 +0200 @@ -83,6 +83,8 @@ self.rubyInsertInlineDocCheckBox.setChecked( Preferences.getEditorTyping("Ruby/InsertInlineDoc")) + # TODO: add page for Yaml settings + self.on_languageCombo_activated(' ') def save(self):