Tue, 20 Mar 2012 19:47:18 +0100
Fixed an issue in the editor applying templates.
QScintilla/Editor.py | file | annotate | diff | comparison | revisions |
--- a/QScintilla/Editor.py Tue Mar 20 19:40:18 2012 +0100 +++ b/QScintilla/Editor.py Tue Mar 20 19:47:18 2012 +0100 @@ -5820,7 +5820,7 @@ if tmplName: if e5App().getObject("TemplateViewer").hasTemplate( tmplName, self.getLanguage()): - self.__applyTemplate(tmplName) + self.__applyTemplate(tmplName, self.getLanguage()) return else: templateNames = \