コード例 #1
0
ファイル: markdownmode.py プロジェクト: waytai/kaa
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     headers = list(self.get_headers())
     toclistmode.show_toclist(wnd, headers)
コード例 #2
0
ファイル: markdownmode.py プロジェクト: smorin/kaa
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     headers = list(self.get_headers())
     toclistmode.show_toclist(wnd, headers)
コード例 #3
0
ファイル: inimode.py プロジェクト: kaaedit/kaa
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     sections = list(self.get_sections())
     toclistmode.show_toclist(wnd, sections)
コード例 #4
0
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     sections = list(self.get_sections())
     toclistmode.show_toclist(wnd, sections)