コード例 #1
0
ファイル: cudatext.py プロジェクト: Patiencer/CudaText
 def complete_alt(self, text, snippet_id, len_chars, selected=0):
     return ct.ed_complete_alt(self.h, text, snippet_id, len_chars,
                               selected)
コード例 #2
0
ファイル: cudatext.py プロジェクト: wyrover/CudaText
 def complete_alt(self, text, snippet_id, len1):
     return ct.ed_complete_alt(self.h, text, snippet_id, len1)
コード例 #3
0
ファイル: cudatext.py プロジェクト: Alexey-T/CudaText
 def complete_alt(self, text, snippet_id, len_chars, selected=0):
     return ct.ed_complete_alt(self.h, text, snippet_id, len_chars, selected)
コード例 #4
0
 def complete_alt(self, text, snippet_id, len1):
     return ct.ed_complete_alt(self.h, text, snippet_id, len1)