コード例 #1
0
ファイル: lines.py プロジェクト: hofoen/pcef-core
 def install(self, editor):
     Panel.install(self, editor)
コード例 #2
0
ファイル: marker.py プロジェクト: hofoen/pcef-core
 def install(self, editor):
     Panel.install(self, editor)
     self.bc = self.editor.codeEdit.blockCount()
     self.__updateCursorPos()
コード例 #3
0
ファイル: search.py プロジェクト: hofoen/pcef-core
 def install(self, editor):
     """  Install the Panel on the editor """
     Panel.install(self, editor)
     self.__updateUi()
     self.__installActions()
コード例 #4
0
ファイル: folding.py プロジェクト: hofoen/pcef-core
 def install(self, editor):
     """ Install the Panel on the editor """
     Panel.install(self, editor)
     self.bc = self.editor.codeEdit.blockCount()
     self.__updateCursorPos()