-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Show all matches when searching #3698
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
Merged
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
60c11e8
start work
meganrogge 9657442
get it to sort of work
meganrogge fa4479c
use decoration width, find all and select next
meganrogge 372b6b6
set incremental search to false
meganrogge da2c59d
remove unused variable
meganrogge 453cb00
use a class
meganrogge e7bbc41
start at cursor position and mandate a width gt 0
meganrogge b4de278
hide decorations >= bufferService rows
meganrogge f678f08
merge
meganrogge 1bab173
fix problems
meganrogge 40b8854
rm bad decoration service
meganrogge 05eb12e
start work on selection color
meganrogge 1939906
Merge branch 'xtermjs:master' into findAll
meganrogge 26f8fce
update color when select next happens
meganrogge 90f64ba
get it to work in the demo
meganrogge c2145d5
on dispose, clear the canvas at that position
meganrogge de56d04
return decoration from show result
meganrogge 9bc5090
use a map
meganrogge c8dc679
Merge branch 'master' into findAll
meganrogge a1468d0
use start row and col
meganrogge 6c4f8b4
append to results
meganrogge 47ec313
support colors
meganrogge 01fd148
clean up
meganrogge d2913d6
Merge branch 'master' into findAll
meganrogge 8e68c67
applyStyles
meganrogge 66dcd16
clean up jsdoc
meganrogge 15c2432
jsdoc
meganrogge 85683a4
add to col, not row
meganrogge dd50378
Update css/xterm.css
meganrogge 8328fca
track disposable
meganrogge 61c2ca7
Metrge branch 'findAll' of https://github.com/meganrogge/xterm.js int…
meganrogge fef30bd
revert row register marker changes
meganrogge 61e5c10
pull apart and refactor findNext
meganrogge e79c21d
get it to work for previous too
meganrogge a0aae62
get rid of start col end col
meganrogge 8225ecd
refactor from highlightAllMatches -> decorations
meganrogge 12a999d
get rid of start row/col code
meganrogge bec4cb3
set data changed to false if true
meganrogge 8ff34a6
update decorations dynamically when the buffer changes
meganrogge 1098173
use set timeout
meganrogge faa3769
Merge branch 'master' into findAll
meganrogge 97e4af3
only highlight all matches when decorations are requested
meganrogge b9331ec
Merge branch 'findAll' of https://github.com/meganrogge/xterm.js into…
meganrogge 4cea6b3
revert a breaking change
meganrogge 64d5af3
Update addons/xterm-addon-search/src/SearchAddon.ts
meganrogge e8aa4eb
IDecorationColor -> ISearchDecorationOptions
meganrogge 90dca7d
Merge branch 'findAll' of https://github.com/meganrogge/xterm.js into…
meganrogge 7a502c6
use const enum
meganrogge fefdd8a
clearDecorations
meganrogge 866ee23
add disposeDecorations helper
meganrogge 4645ef7
refactor
meganrogge 7f131aa
fix error
meganrogge 7a70db7
Fix API indentation
Tyriar 09d1a01
Add ISearchDecorationOptions to the d.ts
Tyriar ef3695f
Move setting opacity into js
Tyriar 87dd275
Undo change to Terminal.ts
Tyriar efda0e7
Fix indentation properly this time
Tyriar fe530d9
Ensure marker is disposed when decoration is
Tyriar 23076ba
Fix duplicate decorations getting created
Tyriar f9deb2f
Don't set overview ruler width when using find
Tyriar 6ef1bdd
Debounce onData listener
Tyriar b39477d
Fix full decorations
Tyriar 43a014e
Fix decoration lifecycle issues
Tyriar 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.