Andrew Borodin
|
377807c5de
Fix search in internal viewer in case of nroff mode.
|
11 years ago |
Slava Zanko
|
0d489acd58
cppcheck: reduce variable scope.
|
11 years ago |
Andrew Borodin
|
0a784f4d2e
(mc_search_regex__process_append_str): minor optimization and cosmetics.
|
11 years ago |
Andrew Borodin
|
fbdf3adfbf
(mc_search__cond_struct_new_regex_accum_append): minor optimization.
|
11 years ago |
Andrew Borodin
|
00f6272364
(mc_search__cond_struct_new_regex_hex_add): refactoring to get rid of extra memory allocation.
|
11 years ago |
Andrew Borodin
|
bb2f5d35f3
(mc_search__run_regex): optimization
|
11 years ago |
Andrew Borodin
|
82b1d7bff3
Parenthesis around some -1.
|
12 years ago |
Andrew Borodin
|
e7fb3526f3
Core, mceditor, mcviewer and mcdiffviewer code tweak and cleanup
|
12 years ago |
Andrew Borodin
|
bbf534e7d7
Don't mix mc_search_cb_ret_t and int as result of search callback.
|
12 years ago |
Andrew Borodin
|
2a5a5b4753
Ticket #2795: hex search: can't find 00 (zeroes) in patterns.
|
12 years ago |
vokac
|
8c0621b2b6
Ticket #2764: Case sensitive search with SEARCH_TYPE_PCRE
|
12 years ago |
Slava Zanko
|
0138645541
Ticket 1551: Update GPL version from 2 to 3
|
13 years ago |
Slava Zanko
|
372cf39a4f
Fixed regexp error if current codepage isn't equal to UTF-8 in UTF-8 environment
|
13 years ago |
Slava Zanko
|
1940e8f5dd
Fixed broken search results highlighting
|
13 years ago |
Slava Zanko
|
e1edfd7c93
Remove replace_prepare_t type and use defined constants for use just one type (int) in functions
|
13 years ago |
Vitaliy Filippov
|
fb7b01eeb9
Despite of the fact that algorithm now ignores the absence of closing curly
|
13 years ago |
Vitaliy Filippov
|
aa2d0b07ed
Ticket #1882: PCRE search: escape sequence support in replacements, UTF8 support (just a flag for libPCRE)
|
13 years ago |
Slava Zanko
|
045debaa8a
Moved charsets.[ch] from src to lib directory
|
14 years ago |
Andrew Borodin
|
1192d34bd1
Clean up some empty lines.
|
14 years ago |
Slava Zanko
|
feb733663f
Code indentation in lib directory
|
14 years ago |
Andrew Borodin
|
b6fd832a8a
Create strings with small preallocated sizes.
|
14 years ago |
Andrew Borodin
|
69cebb9984
mc_search__cond_struct_new_regex_ci_str(): get rid of extra string duplication.
|
14 years ago |
Andrew Borodin
|
5cac8caabe
Minor optimization of translation function arguments.
|
14 years ago |
Slava Zanko
|
601047b6a1
Avoid extra-allocation of string while prepare to regexp-search.
|
14 years ago |
Slava Zanko
|
863f1ec174
Fixed bit operations in mc_search_regex__process_append_str()
|
14 years ago |
Slava Zanko
|
3934c6fb8e
Ticket #2396 (Find File "Whole words" search bug)
|
14 years ago |
Slava Zanko
|
c5dfdac5fc
Ticket #2123: Fix to properly parse the replacement string
|
14 years ago |
Andrew Borodin
|
ec7b039588
Ticket #2243: code cleanup before 4.7.3 release.
|
14 years ago |
Andrew Borodin
|
aa0d96bd8b
Ticket #1646: removed leading and trailing spaces in i18n resources.
|
14 years ago |
Andrew Borodin
|
7e5f4a01c0
i18n of search error messages.
|
14 years ago |
Andrew Borodin
|
e70db42deb
Grammar.
|
14 years ago |
Andrew Borodin
|
5b68413e62
Applied MC indentation policy.
|
14 years ago |
Andrew Borodin
|
e94c1393e6
Fixed memory leak in mc_search__cond_struct_new_regex_accum_append().
|
14 years ago |
Slava Zanko
|
e07ba16b3b
Moved strecape.[ch] into library
|
15 years ago |
Slava Zanko
|
25155c311a
Move all interface includes from subdirs lib/*/*.h into lib/*.h
|
15 years ago |
Slava Zanko
|
cd4dbf3a09
Changes for build after moving strutil into lib
|
15 years ago |
Slava Zanko
|
93dbc46e9c
Reorganization of sources. Part 1.
|
15 years ago |
Slava Zanko
|
39d5b94cac
Reorganized pathes to files in '#include' directives
|
15 years ago |
Slava Zanko
|
ddb9ada2e8
Changes in sources matched with mass movement of $(srcdir)/src/*/ into $(srcdir)/lib/*/
|
15 years ago |
Slava Zanko
|
4f11e4b665
Massive moved some dirs from $(srcdir)/src into $(srcdir)/lib
|
15 years ago |