We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 429e67e commit cf5d1aaCopy full SHA for cf5d1aa
python/plugins/processing/gui/ScriptEdit.py
@@ -34,8 +34,6 @@
34
35
from qgis.PyQt.Qsci import QsciScintilla, QsciLexerPython, QsciAPIs
36
37
-from processing.gui.LexerR import LexerR
38
-
39
40
class ScriptEdit(QsciScintilla):
41
@@ -206,8 +204,5 @@ def initLexer(self):
206
204
self.api.load(path)
207
205
self.api.prepare()
208
self.lexer.setAPIs(self.api)
209
- elif self.lexerType == self.LEXER_R:
210
- # R lexer
211
- self.lexer = LexerR()
212
213
self.setLexer(self.lexer)
0 commit comments