mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Using findAll as action in a macro would work as findNext
It now correctly selects all instances of the search string.
This commit is contained in:
@@ -261,6 +261,8 @@ namespace ng
|
||||
{
|
||||
if(action == "findPrevious")
|
||||
options |= find::backwards;
|
||||
else if(action == "findAll")
|
||||
options |= find::all_matches;
|
||||
find(searchFor, options, searchOnlySelection);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user