def execute_command(context):
    uihelpers.find_item_dialog(
        FindCommandHandle(context.core), 'Execute Command',
        'Matched Commands', height=10, width=25)
Exemple #2
0
def find_file(context):
    if not ropeide.actionhelpers.check_project(context.core):
        return
    find_item_dialog(FindFileHandle(context), title='Find Project File',
                     matches='Matching Files')