Commit Graph
82 Commits
Author SHA1 Message Date
Dmitry Batrak 6a1e10f932 IDEA-156629 No replacement hint for the second and further occurrence in regex replace 2016-05-30 19:13:21 +03:00
Anna.Kozlova 43673ee4bd block lambda -> expr lambda 2016-05-24 12:27:58 +02:00
Bas Leijdekkers 11cf247243 continue searching when hit is outside local search scope 2016-04-04 09:33:49 +02:00
Maxim.Mossienko d43d131a1a for convenience include any file by default if including pattern is empty. E.g. this will allow us to use just !*.min.js patterns to exclude minified javascripts (IDEA-152091) 2016-02-24 17:22:33 +01:00
Maxim.Mossienko 72e24d2fc4 Wrong result when use regexp in "find in path" (IDEA-151495), 2 2016-02-21 22:10:58 +01:00
Maxim.Mossienko 0939907a92 Wrong result when use regexp in "find in path" (IDEA-151495) 2016-02-20 00:24:08 +01:00
Denis Fokin a27e347cec Revert: Better allocation trace for the focus tracer. Deprecation of forced requestFocus methods. 2016-02-08 15:37:55 +03:00
Denis Fokin 38d30a2eb6 Better allocation trace for the focus tracer.
Deprecation of forced requestFocus methods.
2016-02-08 12:06:27 +03:00
Maxim.Mossienko bafd756a9e IDEA-68160 Find & Replace: preserve case bug 2016-01-14 23:26:16 +01:00
Maxim.Mossienko a18564833e replacement of Foo with Bar for FOO yields BAR (IDEA-148781) 2015-12-07 23:17:13 +01:00
Alexey Kudravtsev 60b0e96c2b anonymous threads converted to named 2015-12-07 14:25:20 +03:00
Dmitry Batrak b1f6d9b57f deprecate legacy scaling in performance tests 2015-11-30 11:58:49 +03:00
Dmitry Batrak ef8252473f fix issue with find (https://devnet.jetbrains.com/thread/475691) 2015-11-27 16:16:56 +03:00
Alexey Kudravtsev aa32ce1e45 thread leaks fixed 2015-11-26 16:20:19 +03:00
Maxim.Mossienko da907cfbbd test for reg exp search not to use id index when there is no trigrams available 2015-11-14 23:07:41 +01:00
Dmitry Batrak 995e5a4439 IDEA-147570 "Find Next Occurrence" command does not remove extra carets 2015-11-13 20:58:22 +03:00
Alexey Kudravtsev 2b999838c8 join thread in tests to avoid thread leaks 2015-11-13 13:52:35 +03:00
Maxim.Mossienko c8254595ba IDEA-141826 Retrieve trigrams when doing regular expression based search 2015-11-13 00:01:56 +01:00
Maxim.Mossienko a6bd30b0a0 test for IDEA-23316 2015-11-12 17:26:32 +01:00
Maxim.Mossienko 215c21b35c use BombedCharSequence for cancellability of reg exp based searches 2015-11-12 13:21:27 +01:00
Alexander Zolotov 123c23f7f3 FilesScope should be smart enough to make a decision about searching in
libraries
2015-10-26 20:36:34 +03:00
Sergey Savenko 9e6ffde402 Extract an interface for search sessions (a facade for actions) 2015-09-29 16:58:41 +03:00
Sergey Savenko 4fe0b96f70 Extract search and replace component 2015-09-28 21:07:49 +03:00
peter dc989c3b6b exclude non-project files when searching in a path with a named custom scope (IDEA-145142) 2015-09-16 17:47:53 +02:00
peter b3fbcd0334 IDEA-144383 Searching should work while performed 'Find in Path' on excluded directory 2015-08-28 15:13:16 +02:00
Maxim.Mossienko 7da83f8bc1 for nonword characters consider whole words boundary to be just different character (r=Peter.Gromov) 2015-07-28 16:21:31 +02:00
Vassiliy.Kudryashov 7e9f4abbea compilation fix 2015-07-21 13:07:59 +03:00
Maxim.Mossienko ef7909b504 - IDEA-96179 Replace with a camel case string and Preserve Case on converts the string to lower case
- IDEA-131854 Whole Word search matches partial occurrences
2015-07-17 23:54:02 +02:00
Vassiliy.Kudryashov 98a6379329 IDEA-142124 Inline search bar usability regressions
+Unit test for selection
2015-07-17 23:11:28 +03:00
Vassiliy.Kudryashov c3919386ed Fix broken test 2015-07-16 23:33:35 +03:00
Vassiliy.Kudryashov 2b80a3f01b IDEA-142359 Find/Replace: move checkboxes back 2015-07-15 21:02:14 +03:00
Maxim.Mossienko 3e7118d724 more compact test after review IDEA-CR-3505 2015-07-03 11:13:34 +02:00
Maxim.Mossienko 159af69b9a IDEA-142050 Search and Replace All not working 2015-07-02 17:18:33 +02:00
Dmitry Batrak 94203a560c IDEA-70451 RegEx case transformation options during replace 2015-06-26 18:27:34 +03:00
Dmitry Batrak 01476c9d30 use Java 8 features in FindManagerTest 2015-06-26 17:56:26 +03:00
peter 122f7ddbe2 IDEA-141160 Indexing prevents "Find in Path" 2015-06-25 17:40:24 +02:00
Alexey Kudravtsev 606818b9ff do not use anonymous threads 2015-06-05 14:53:21 +03:00
peter 1157c15d8e IDEA-136816 Find in Path restricted to module scope does not search non-source paths 2015-02-24 12:21:02 +01:00
Dmitry Batrak 24b3c8a73f EA-53866 - assert: CaretImpl.onBulkDocumentUpdateFinished 2014-09-26 13:36:15 +04:00
peter bbe6815a5c IDEA-128733 FindInPath: "Recursively" option with Directory Scope selected doesn't work 2014-08-25 20:11:30 +02:00
Maxim.Mossienko 61d1671791 IDEA-128266 Find In Path: context filters fail for repeated symbols in search pattern 2014-08-12 19:29:18 +02:00
Maxim.Mossienko 4ab11eb1ee restore open api + more consistency in naming 2014-08-01 12:35:40 +02:00
Maxim.Mossienko 7507f8e98c removed accidental change 2014-07-31 19:19:39 +02:00
Maxim.Mossienko b4ff3fb3db group text occurrences in comments literals in different groups (IDEA-54427 IDEA-114331 2014-07-31 18:03:32 +02:00
Maxim.Mossienko 627db489ca fix compile 2014-07-31 14:06:47 +02:00
Dmitry Batrak 23cfea4009 IDEA-127902 Alt-J selects wrong word if quick find is showing 2014-07-29 12:47:13 +04:00
Dmitry Batrak d61da37eda IDEA-122076, IDEA-122172 Multicaret actions in quick find mode 2014-07-18 12:11:16 +04:00
Dmitry Batrak 8b2824dc45 IDEA-121956 Multiple Carets: Add support for skipping next selection 2014-07-18 12:11:15 +04:00
Maxim.Mossienko 12484e383e test for using file iterable scope in FindInProjectTask 2014-06-30 16:10:30 +02:00
Alexey Kudravtsev feb9b635d8 IDEA-71597 2014-04-07 14:00:14 +04:00