Find_and_replace.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:pythonista-scripts 作者: khilnani 项目源码 文件源码
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)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号