This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Treat Enter as Find Next instead of closing the bar. Removes Enter key handling and "commit" event from ModalBar. * Move error message into popup & clean up how its shown/hidden. Make text field border red whenever error is shown. Same for FindInFiles, as well. * Remove redundant "Skip" button in Replace UI * Make next/prev and Replace/All button pairs flush * Move result-count label inside search field * Fix all existing unit tests (removing some that are no longer applicable with the new Enter key behavior).
- Loading branch information
1 parent
3de8421
commit 5cd2043
Showing
7 changed files
with
182 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{{CMD_FIND}}: | ||
<input type="text" id="searchInput" value="{{value}}" style="width: 10em" /> | ||
<div class="search-input-container"><input type="text" id="searchInput" value="{{value}}" /><div class="error"></div></div> | ||
<div class="message"> | ||
<span id="searchlabel">{{{label}}}</span> | ||
<span style="color: #888">({{SEARCH_REGEXP_INFO}})</span> | ||
</div> | ||
<div class="error"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.