Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9797bb8251ac38f06a8b78f0ecb6ea72097cb5c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
QuickSearchPreferencesPage_Tooltip_Extensions=Enter a list of file extensions. Elements in the list can be separated by commas or newlines. Any file or folder ending with one of the extensions will be ignored.
QuickSearchPreferencesPage_Tooltip_Prefixes=Enter a list of file prefixes. Elements in the list can be separated by commas or newlines. Any file or folder who's name begins with one of the prefixes will be ignored.
QuickSearchPreferencesPage_Tooltip_Names=Enter a list of file names. Elements in the list can be separated by commas or newlines. Any file or folder who's name equals one of the listed names will be ignored.
QuickSearchPreferencesPage_MaxLineLength=Max Line Length
QuickSearchPreferencesPage_Tooltip_MaxLineLength=When QuickSearch encounters a line of text longer than 'Max Line Length' it stops searching the current file. This is meant to avoid searching in machine generated text files, such as minified JavaScript.
QuickSearchPreferencesPage_Ignored_Extensions=Ignored Extensions
QuickSearchPreferencesPage_Ignored_Prefixes=Ignored Prefixes
QuickSearchPreferencesPage_Ignored_Names=Ignored Names
QuickSearchDialog_Open=&Open
QuickSearchDialog_Refresh=&Refresh
QuickSearchDialog_In=in:
QuickSearchDialog_InTooltip=Search in (comma-separated list of '.gitignore' style inclusion patterns)
QuickSearchDialog_line=Line
QuickSearchDialog_text=Text
QuickSearchDialog_path=Path
QuickSearchDialog_RefreshJob=Refresh
QuickSearchDialog_searching=Searching {0}
QuickSearchDialog_keepOpen_toggle=Keep Open
QuickSearchDialog_caseSensitive_toggle=Case sensitive
QuickSearchDialog_title=Quick Search
QuickSearchDialog_caseSensitive_label=Case SENSITIVE
QuickSearchDialog_caseInsensitive_label=Case INSENSITIVE
QuickSearchDialog_patternHint=Pattern (? = any character, * = any string)
QuickTextSearch_updateMatchesJob=Update matches

Back to the top