-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add search result count to SearchAddon #3716
Merged
+97
−29
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b78cb4c
add find count
meganrogge bb0f5d6
Merge branch 'xtermjs:master' into findCount
meganrogge c1c0df4
remove index for now
meganrogge 7cc868b
Merge branch 'findCount' of https://github.com/meganrogge/xterm.js in…
meganrogge 6e7d1de
add jsdoc
meganrogge 6ff999b
update jsdoc
meganrogge 463a0e9
property instead of method
meganrogge 49a170f
return undefined when no search results
meganrogge 691f3c9
initialize maps in highlightAllMatches
meganrogge 9a93d5c
! -> ?
meganrogge d764281
add event to indicate when results have changed
meganrogge 4b6198e
Update addons/xterm-addon-search/src/SearchAddon.ts
meganrogge f59db29
refactor
meganrogge dc490d1
Merge branch 'findCount' of https://github.com/meganrogge/xterm.js in…
meganrogge 3df6be8
clear decorations find previous
meganrogge e2541a1
import
meganrogge 1f00d13
correct ts config
meganrogge c7d24bf
Update addons/xterm-addon-search/tsconfig.json
meganrogge f93e166
Update addons/xterm-addon-search/src/SearchAddon.ts
meganrogge cd0658d
Update addons/xterm-addon-search/src/SearchAddon.ts
meganrogge f1a75b4
Merge branch 'master' into findCount
meganrogge 56ab94d
refactor to fire event
meganrogge 371f552
Merge branch 'findCount' of https://github.com/meganrogge/xterm.js in…
meganrogge 7099b03
clean up
meganrogge 3995283
revert changes to d.ts
meganrogge 2bce7f4
d.ts
meganrogge c01aa9e
fix remaining issues
meganrogge c2df04a
add webpack config change
meganrogge 0c325c8
fix check
meganrogge 2bbcf8c
remove bad conditional
meganrogge e5fd206
zero based indexing
meganrogge 0ea5e2b
check not undefined
meganrogge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think that was outdated as I don't see it there