Merge pull request #2212 from unxed/ctrl_yo
[far2l.git] / incsrch / srchlng.h
blobf551649acd457f01440539cc194bf610594e654b
1 /*
2 FAR manager incremental search plugin, search as you type in editor.
3 Copyright (C) 1999-2019, Stanislav V. Mekhanoshin
5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <https://www.gnu.org/licenses/>.
18 #pragma once
20 enum
22 MIncSearch,
24 MOk,
25 MCancel,
27 MSearchForward,
28 MSearchBackward,
29 MFindNext,
30 MFindPrevious,
31 MSetup,
33 MCaseSensitive,
34 MKeepSelection,
35 MBeepOnMismatch,
36 MRestartEOF,
37 MUseSelection,
38 MAutoNext,
39 MBSunroll,
41 MEOF,
42 MBOF,
43 MNotFound