QScintilla/Shell.py

branch
5_2_x
changeset 1565
815eb7a39944
parent 1518
e6e21910210d
child 1589
9f0fef4a4fbe
equal deleted inserted replaced
1564:9f19fde2d6ca 1565:815eb7a39944
255 api = self.vm.getAPIsManager().getAPIs(self.language) 255 api = self.vm.getAPIsManager().getAPIs(self.language)
256 if api is not None: 256 if api is not None:
257 api = api.getQsciAPIs() 257 api = api.getQsciAPIs()
258 if api is not None: 258 if api is not None:
259 self.lexer_.setAPIs(api) 259 self.lexer_.setAPIs(api)
260
261 self.lexer_.setDefaultColor(self.lexer_.color(0))
262 self.lexer_.setDefaultPaper(self.lexer_.paper(0))
260 263
261 def __setMargin0(self): 264 def __setMargin0(self):
262 """ 265 """
263 Private method to configure margin 0. 266 Private method to configure margin 0.
264 """ 267 """

eric ide

mercurial