Sat, 17 Oct 2020 14:35:29 +0200
Editor: fixed an issue where a language change did not get propagated to the language menu and the language icon.
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py Fri Oct 16 17:28:14 2020 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/hg.py Sat Oct 17 14:35:29 2020 +0200 @@ -306,6 +306,7 @@ if not msg: msg = '***' + # TODO: hg init has to be run with the hg command line client args = self.initCommand("init") args.append(projectDir) # init is not possible with the command server
--- a/eric6/QScintilla/Editor.py Fri Oct 16 17:28:14 2020 +0200 +++ b/eric6/QScintilla/Editor.py Sat Oct 17 14:35:29 2020 +0200 @@ -4403,6 +4403,8 @@ Preferences.getEditor("ShowMarkerMapOnRight")) self.__markerMap.initColors() + self.setLanguage(self.fileName) + self.settingsRead.emit() def __setLineMarkerColours(self):
--- a/eric6/Toolbox/Startup.py Fri Oct 16 17:28:14 2020 +0200 +++ b/eric6/Toolbox/Startup.py Sat Oct 17 14:35:29 2020 +0200 @@ -189,6 +189,7 @@ global loaded_translators + # TODO: qt has been split into several files; add these here translations = ("qt", "eric6") + translationFiles loc = Preferences.getUILanguage() if loc is None: