Sublimetext2 将光标放在从升华文本搜索找到的结果中

Sublimetext2 将光标放在从升华文本搜索找到的结果中,sublimetext2,sublimetext,Sublimetext2,Sublimetext,我想将光标放在我找到的所有搜索结果上,因为我想插入所选文本结果的文本手册。乙二醇 array( 'id' => 'g_arch_layout', 'label' => 'Select Layout For Gallery Archive Page', 'desc' => 'You could select your custom layout for gallery archive pa

我想将光标放在我找到的所有搜索结果上,因为我想插入所选文本结果的文本手册。乙二醇

array(
        'id'          => 'g_arch_layout',
        'label'       => 'Select Layout For Gallery Archive Page',
        'desc'        => 'You could select your custom layout for gallery archive page!',
        'std'         => '',
        'type'        => 'select',
        'section'     => 'gallery_settings',
        'rows'        => '',
        'post_type'   => '',
        'taxonomy'    => '',
        'min_max_step'=> '',
        'class'       => '',
        'condition'   => '',
        'operator'    => '',
        'choices'     => array( 
          array(
            'value'       => '2col_layout',
            'label'       => '2Column Layout',
            'src'         => ''
          ),
          array(
            'value'       => 'filter_layout',
            'label'       => 'Filter Layout',
            'src'         => ''
          )
        )
      ),
      array(
        'id'          => 'sb_layout',
        'label'       => 'Sidebar Layout For all',
        'desc'        => 'This will effect for all of the pages, post, custom post type and all other pages',
        'std'         => '',
        'type'        => 'select',
        'section'     => 'sidebar_settings',
        'rows'        => '',
        'post_type'   => '',
        'taxonomy'    => '',
        'min_max_step'=> '',
        'class'       => '',
        'condition'   => '',
        'operator'    => '',
        'choices'     => array( 
          array(
            'value'       => 'right_sb',
            'label'       => 'Right Sidebar Single',
            'src'         => ''
          ),
          array(
            'value'       => 'no_sb',
            'label'       => 'Fullwidth Single',
            'src'         => ''
          ),
          array(
            'value'       => 'left_sb',
            'label'       => 'Left Sidebar Single',
            'src'         => ''
          )
        )
      ),
      array(
        'id'          => 'sb_page_layout',
        'label'       => 'Sidebar Layout For Pages',
        'desc'        => 'You could customize sidebar Layout for All Pages on the site! It will effect all the pages',
        'std'         => '',
        'type'        => 'select',
        'section'     => 'sidebar_settings',
        'rows'        => '',
        'post_type'   => '',
        'taxonomy'    => '',
        'min_max_step'=> '',
        'class'       => '',
        'condition'   => '',
        'operator'    => '',
        'choices'     => array( 
          array(
            'value'       => 'right_sb',
            'label'       => 'Right Sidebar Page',
            'src'         => ''
          ),
          array(
            'value'       => 'no_sb',
            'label'       => 'Fullwidth Page',
            'src'         => ''
          ),
          array(
            'value'       => 'left_sb',
            'label'       => 'Left Sidebar Page',
            'src'         => ''
          )
        )
      ),

例如,我想从这种多数组中搜索并选择'desc'=>'all。所以我的问题是,这是可能找到并放置选择器还是可能找到并放置光标?正如你所知,升华有多代码行类型在同一时间,其中之一是工作,我们可以编辑。我的精彩文本是第2版

你读了吗?@jcm谢谢!我现在明白了