示例#1
0
文件: lines.py 项目: hofoen/pcef-core
 def install(self, editor):
     Panel.install(self, editor)
示例#2
0
 def install(self, editor):
     Panel.install(self, editor)
     self.bc = self.editor.codeEdit.blockCount()
     self.__updateCursorPos()
示例#3
0
 def install(self, editor):
     """  Install the Panel on the editor """
     Panel.install(self, editor)
     self.__updateUi()
     self.__installActions()
示例#4
0
 def install(self, editor):
     """ Install the Panel on the editor """
     Panel.install(self, editor)
     self.bc = self.editor.codeEdit.blockCount()
     self.__updateCursorPos()