コード例 #1
0
ファイル: helpers.py プロジェクト: DoctorMalboro/prymatex
 def accept(self, event, cursor, scope):
     return PMXBaseEditorKeyHelper.accept(self, event)
コード例 #2
0
 def accept(self, event, cursor, scope):
     return PMXBaseEditorKeyHelper.accept(self, event)
コード例 #3
0
ファイル: helpers.py プロジェクト: DoctorMalboro/prymatex
 def execute(self, event, cursor, scope):
     PMXBaseEditorKeyHelper.accept(self, event)
コード例 #4
0
 def execute(self, event, cursor, scope):
     PMXBaseEditorKeyHelper.accept(self, event)