def showfindbar():
v = ui.load_view('Find_and_replace')
find = v['find']
find.autocapitalization_type = ui.AUTOCAPITALIZE_NONE
find.delegate = FindField()
replace = v['replace']
replace.autocapitalization_type = ui.AUTOCAPITALIZE_NONE
replace.delegate = ReplaceField()
back = v['back']
forward = v['forward']
once_and_for_all = v['once_and_for_all']
once_and_for_all.action = seg
replace_button = v['replace_button']
editor._set_toolbar(v)
评论列表
文章目录