ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Match

by li-vu ALL

Match - Emacs' occur-mode for Sublime Text

Details

Installs

  • Total 348
  • Win 203
  • Mac 68
  • Linux 77
Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Match

Find all matches of a given pattern in a given view(s) in Sublime Text, similar to Emacs' occur-mode.

This package is inspired by Emacs' occur-mode and Sean Gilbertson's port to Sublime Text.

Find the package useful? Say thanks by buying me a beer.

Install

The package can be installed using one of the following methods:

Via Package Control (recommended)

Package Control: Install Package > Match

Manual

  1. Sublime Menu > Preferences > Browse Packages ...
  2. git clone https://github.com/li-vu/st-match match

Usage

  • Use one of the following to trigger the search for matches:
    1. Find matches of the current word under the cursor by pressing F8, or
    2. Bring up an input panel by the command Match: Find ...

prompt

  • Once the search finishes, an output panel will list the matches and their line numbers.

  • Use up and down to move between the matches in the output panel. As an match is selected, the view will move to its location, and the match will be underlined in the view.

  • Use enter or double-click to move to a given match.

screen

Options

  • match_use_regex: use regular expression, (default: false).
  • match_case_sensitive: case sensitive (default: false).
  • match_search_in_all_open_files: search in all open files (default: false, i.e. search in only the active view),
  • match_embedded_syntax: embedded the active view syntax highlight into the Match's output panel (default: true). This only works when running in the active view.
  • match_file_name_shortening_threshold: when searching all open files, shorten file names that are longer than the threshold (default: 32 characters).

License

Copyright © 2016 li-vu

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. http://www.gnu.org/licenses/gpl.html

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.