terminal
                                
                                 terminal copied to clipboard
                                
                                    terminal copied to clipboard
                            
                            
                            
                        Fuzzy Search
Summary of the Pull Request
This pull request probably doesn't make sense to merge, but I found an open ticket for it and I had built a version for my personal build, so it felt like it was at least worth posting. If you do decide to implement something like this I would love to help work on it.
https://github.com/microsoft/terminal/issues/5314
The fuzzy search implementation is from fzf-native. https://github.com/nvim-telescope/telescope-fzf-native.nvim
- Adapted to work with ICU/UText
Searching Terminal Repository
Searching .net memory dump
References and Relevant Issues
https://github.com/microsoft/terminal/issues/5314
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed
PR Checklist
- [ ] Closes #xxx
- [ ] Tests added/passed
- [ ] Documentation updated
- If checked, please file a pull request on our docs repo and link it here: #xxx
 
- [ ] Schema updated (if necessary)
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
Unrecognized words (14)
conni
eidx
Extention
fzf
Initalized
MAXASCII
pchar
pidx
sidx
stdbool
stddef
stdint
strdup
uidx
Previously acknowledged words that are now absent
DESTINATIONNAME 🫥To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands
... in a clone of the [email protected]:e82eric/terminal.git repository
on the fuzzy-search branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/microsoft/terminal/actions/runs/7606272651/attempts/1'
Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary
This includes both expected items (2236) from .github/actions/spelling/expect/04cdb9b77d6827c0202f51acd4205b017015bfff.txt .github/actions/spelling/expect/alphabet.txt .github/actions/spelling/expect/expect.txt .github/actions/spelling/expect/web.txt and unrecognized words (14)
| Dictionary | Entries | Covers | Uniquely | 
|---|---|---|---|
| cspell:k8s/dict/k8s.txt | 153 | 2 | 2 | 
| cspell:swift/src/swift.txt | 53 | 1 | 1 | 
| cspell:gaming-terms/dict/gaming-terms.txt | 59 | 1 | 1 | 
| cspell:monkeyc/src/monkeyc_keywords.txt | 123 | 1 | 1 | 
| cspell:cryptocurrencies/cryptocurrencies.txt | 125 | 1 | 1 | 
Consider adding them (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
      with:
        extra_dictionaries:
          cspell:k8s/dict/k8s.txt
          cspell:swift/src/swift.txt
          cspell:gaming-terms/dict/gaming-terms.txt
          cspell:monkeyc/src/monkeyc_keywords.txt
          cspell:cryptocurrencies/cryptocurrencies.txt
To stop checking additional dictionaries, add (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
check_extra_dictionaries: ''
Errors (2)
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
| :x: Errors | Count | 
|---|---|
| :x: check-file-path | 4 | 
| :x: ignored-expect-variant | 3 | 
See :x: Event descriptions for more information.
:pencil2: Contributor please read this
By default the command suggestion will generate a file named based on your commit. That's generally ok as long as you add the file to your commit. Someone can reorganize it later.
If the listed items are:
- ... misspelled, then please correct them instead of using the command.
- ... names, please add them to .github/actions/spelling/allow/names.txt.
- ... APIs, you can add them to a file in .github/actions/spelling/allow/.
- ... just things you're using, please add them to an appropriate file in .github/actions/spelling/expect/.
- ... tokens you only need in one place and shouldn't generally be used, you can add an item in an appropriate file in .github/actions/spelling/patterns/.
See the README.md in each directory for more information.
:microscope: You can test your commits without appending to a PR by creating a new branch with that extra change and pushing it to your fork. The check-spelling action will run in response to your push -- it doesn't require an open pull request. By using such a branch, you can limit the number of typos your peers see you make. :wink:
If the flagged items are :exploding_head: false positives
If items relate to a ...
- 
binary file (or some other file you wouldn't want to check at all). Please add a file path to the excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files. ^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using).
- 
well-formed pattern. If you can write a pattern that would match it, try adding it to the patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines. Note that patterns can't match multiline strings. 

but also, we're still wrapping up a couple internal commitments before we loop back to button up 1.20. I'm guessing just based on the scope of this delta that we may need to wait a bit before we can give this the review it very rightly deserves. Thanks for the patience here!
Holy s***!
Thanks! Totally understand, no rush on my end.
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
Unrecognized words (27)
aed
bbf
caedf
conni
ecab
efaca
efcabf
eidx
Extention
fbef
fca
fcc
fce
fzf
Initalized
MAXASCII
mimport
mnamespace
mstatic
pchar
pidx
sidx
stdbool
stddef
stdint
strdup
uidx
Previously acknowledged words that are now absent
DESTINATIONNAME 🫥To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands
... in a clone of the [email protected]:e82eric/terminal.git repository
on the fuzzy-search branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/microsoft/terminal/actions/runs/7677039365/attempts/1'
Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary
This includes both expected items (2237) from .github/actions/spelling/expect/04cdb9b77d6827c0202f51acd4205b017015bfff.txt .github/actions/spelling/expect/alphabet.txt .github/actions/spelling/expect/expect.txt .github/actions/spelling/expect/web.txt and unrecognized words (27)
| Dictionary | Entries | Covers | Uniquely | 
|---|---|---|---|
| cspell:k8s/dict/k8s.txt | 153 | 2 | 2 | 
| cspell:swift/src/swift.txt | 53 | 1 | 1 | 
| cspell:gaming-terms/dict/gaming-terms.txt | 59 | 1 | 1 | 
| cspell:monkeyc/src/monkeyc_keywords.txt | 123 | 1 | 1 | 
| cspell:cryptocurrencies/cryptocurrencies.txt | 125 | 1 | 1 | 
Consider adding them (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
      with:
        extra_dictionaries:
          cspell:k8s/dict/k8s.txt
          cspell:swift/src/swift.txt
          cspell:gaming-terms/dict/gaming-terms.txt
          cspell:monkeyc/src/monkeyc_keywords.txt
          cspell:cryptocurrencies/cryptocurrencies.txt
To stop checking additional dictionaries, add (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
check_extra_dictionaries: ''
Pattern suggestions :scissors: (1)
You could add these patterns to .github/actions/spelling/patterns/0d47c862c2d8e4733ed8bcc6d57a90105d4d1712.txt:
# Automatically suggested patterns
# hit-count: 9 file-count: 1
# git index header
index (?:[0-9a-z]{7,40},|)[0-9a-z]{7,40}\.\.[0-9a-z]{7,40}
Errors (3)
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
| :x: Errors | Count | 
|---|---|
| :information_source: candidate-pattern | 1 | 
| :x: check-file-path | 4 | 
| :x: ignored-expect-variant | 3 | 
See :x: Event descriptions for more information.
:pencil2: Contributor please read this
By default the command suggestion will generate a file named based on your commit. That's generally ok as long as you add the file to your commit. Someone can reorganize it later.
If the listed items are:
- ... misspelled, then please correct them instead of using the command.
- ... names, please add them to .github/actions/spelling/allow/names.txt.
- ... APIs, you can add them to a file in .github/actions/spelling/allow/.
- ... just things you're using, please add them to an appropriate file in .github/actions/spelling/expect/.
- ... tokens you only need in one place and shouldn't generally be used, you can add an item in an appropriate file in .github/actions/spelling/patterns/.
See the README.md in each directory for more information.
:microscope: You can test your commits without appending to a PR by creating a new branch with that extra change and pushing it to your fork. The check-spelling action will run in response to your push -- it doesn't require an open pull request. By using such a branch, you can limit the number of typos your peers see you make. :wink:
If the flagged items are :exploding_head: false positives
If items relate to a ...
- 
binary file (or some other file you wouldn't want to check at all). Please add a file path to the excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files. ^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using).
- 
well-formed pattern. If you can write a pattern that would match it, try adding it to the patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines. Note that patterns can't match multiline strings. 
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
Unrecognized words (14)
conni
eidx
Extention
fzf
Initalized
MAXASCII
pchar
pidx
sidx
stdbool
stddef
stdint
strdup
uidx
Previously acknowledged words that are now absent
DESTINATIONNAME 🫥To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands
... in a clone of the [email protected]:e82eric/terminal.git repository
on the fuzzy-search branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/microsoft/terminal/actions/runs/7677072539/attempts/1'
Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary
This includes both expected items (2237) from .github/actions/spelling/expect/04cdb9b77d6827c0202f51acd4205b017015bfff.txt .github/actions/spelling/expect/alphabet.txt .github/actions/spelling/expect/expect.txt .github/actions/spelling/expect/web.txt and unrecognized words (14)
| Dictionary | Entries | Covers | Uniquely | 
|---|---|---|---|
| cspell:k8s/dict/k8s.txt | 153 | 2 | 2 | 
| cspell:swift/src/swift.txt | 53 | 1 | 1 | 
| cspell:gaming-terms/dict/gaming-terms.txt | 59 | 1 | 1 | 
| cspell:monkeyc/src/monkeyc_keywords.txt | 123 | 1 | 1 | 
| cspell:cryptocurrencies/cryptocurrencies.txt | 125 | 1 | 1 | 
Consider adding them (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
      with:
        extra_dictionaries:
          cspell:k8s/dict/k8s.txt
          cspell:swift/src/swift.txt
          cspell:gaming-terms/dict/gaming-terms.txt
          cspell:monkeyc/src/monkeyc_keywords.txt
          cspell:cryptocurrencies/cryptocurrencies.txt
To stop checking additional dictionaries, add (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
check_extra_dictionaries: ''
Errors (2)
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
| :x: Errors | Count | 
|---|---|
| :x: check-file-path | 4 | 
| :x: ignored-expect-variant | 3 | 
See :x: Event descriptions for more information.
:pencil2: Contributor please read this
By default the command suggestion will generate a file named based on your commit. That's generally ok as long as you add the file to your commit. Someone can reorganize it later.
If the listed items are:
- ... misspelled, then please correct them instead of using the command.
- ... names, please add them to .github/actions/spelling/allow/names.txt.
- ... APIs, you can add them to a file in .github/actions/spelling/allow/.
- ... just things you're using, please add them to an appropriate file in .github/actions/spelling/expect/.
- ... tokens you only need in one place and shouldn't generally be used, you can add an item in an appropriate file in .github/actions/spelling/patterns/.
See the README.md in each directory for more information.
:microscope: You can test your commits without appending to a PR by creating a new branch with that extra change and pushing it to your fork. The check-spelling action will run in response to your push -- it doesn't require an open pull request. By using such a branch, you can limit the number of typos your peers see you make. :wink:
If the flagged items are :exploding_head: false positives
If items relate to a ...
- 
binary file (or some other file you wouldn't want to check at all). Please add a file path to the excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files. ^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using).
- 
well-formed pattern. If you can write a pattern that would match it, try adding it to the patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines. Note that patterns can't match multiline strings. 
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
Unrecognized words (14)
conni
eidx
Extention
fzf
Initalized
MAXASCII
pchar
pidx
sidx
stdbool
stddef
stdint
strdup
uidx
Previously acknowledged words that are now absent
DESTINATIONNAME 🫥To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands
... in a clone of the [email protected]:e82eric/terminal.git repository
on the fuzzy-search branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/microsoft/terminal/actions/runs/7677159519/attempts/1'
Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary
This includes both expected items (2237) from .github/actions/spelling/expect/04cdb9b77d6827c0202f51acd4205b017015bfff.txt .github/actions/spelling/expect/alphabet.txt .github/actions/spelling/expect/expect.txt .github/actions/spelling/expect/web.txt and unrecognized words (14)
| Dictionary | Entries | Covers | Uniquely | 
|---|---|---|---|
| cspell:k8s/dict/k8s.txt | 153 | 2 | 2 | 
| cspell:swift/src/swift.txt | 53 | 1 | 1 | 
| cspell:gaming-terms/dict/gaming-terms.txt | 59 | 1 | 1 | 
| cspell:monkeyc/src/monkeyc_keywords.txt | 123 | 1 | 1 | 
| cspell:cryptocurrencies/cryptocurrencies.txt | 125 | 1 | 1 | 
Consider adding them (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
      with:
        extra_dictionaries:
          cspell:k8s/dict/k8s.txt
          cspell:swift/src/swift.txt
          cspell:gaming-terms/dict/gaming-terms.txt
          cspell:monkeyc/src/monkeyc_keywords.txt
          cspell:cryptocurrencies/cryptocurrencies.txt
To stop checking additional dictionaries, add (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
check_extra_dictionaries: ''
Errors (2)
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
| :x: Errors | Count | 
|---|---|
| :x: check-file-path | 4 | 
| :x: ignored-expect-variant | 3 | 
See :x: Event descriptions for more information.
:pencil2: Contributor please read this
By default the command suggestion will generate a file named based on your commit. That's generally ok as long as you add the file to your commit. Someone can reorganize it later.
If the listed items are:
- ... misspelled, then please correct them instead of using the command.
- ... names, please add them to .github/actions/spelling/allow/names.txt.
- ... APIs, you can add them to a file in .github/actions/spelling/allow/.
- ... just things you're using, please add them to an appropriate file in .github/actions/spelling/expect/.
- ... tokens you only need in one place and shouldn't generally be used, you can add an item in an appropriate file in .github/actions/spelling/patterns/.
See the README.md in each directory for more information.
:microscope: You can test your commits without appending to a PR by creating a new branch with that extra change and pushing it to your fork. The check-spelling action will run in response to your push -- it doesn't require an open pull request. By using such a branch, you can limit the number of typos your peers see you make. :wink:
If the flagged items are :exploding_head: false positives
If items relate to a ...
- 
binary file (or some other file you wouldn't want to check at all). Please add a file path to the excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files. ^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using).
- 
well-formed pattern. If you can write a pattern that would match it, try adding it to the patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines. Note that patterns can't match multiline strings. 
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
Unrecognized words (55)
Automator
Barbazz
CFdanco
CFnco
CFSo
CFsodc
conni
danco
eidx
Extention
fbb
foob
fzf
fzfunittests
icns
Ingnore
Initalized
MAXASCII
Mfc
noooo
obz
pchar
pidx
previewer
rdoc
samb
sidx
sodc
stdbool
stddef
stdint
strdup
Sufix
uappend
uascii
ubonus
ucalculate
UCALL
udelim
ufzf
uhas
uidx
uindex
uis
uleading
unormalize
ustr
ustrtok
utrailing
utrim
utry
UWhite
Wrappable
zshc
zshcompctl
Previously acknowledged words that are now absent
DESTINATIONNAME 🫥To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands
... in a clone of the [email protected]:e82eric/terminal.git repository
on the fuzzy-search branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.22/apply.pl' |
perl - 'https://github.com/microsoft/terminal/actions/runs/8152048091/attempts/1'
Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary
This includes both expected items (2256) from .github/actions/spelling/expect/04cdb9b77d6827c0202f51acd4205b017015bfff.txt .github/actions/spelling/expect/alphabet.txt .github/actions/spelling/expect/expect.txt .github/actions/spelling/expect/web.txt and unrecognized words (55)
| Dictionary | Entries | Covers | Uniquely | 
|---|---|---|---|
| cspell:k8s/dict/k8s.txt | 153 | 2 | 2 | 
| cspell:swift/src/swift.txt | 53 | 1 | 1 | 
| cspell:gaming-terms/dict/gaming-terms.txt | 59 | 1 | 1 | 
| cspell:monkeyc/src/monkeyc_keywords.txt | 123 | 1 | 1 | 
| cspell:cryptocurrencies/cryptocurrencies.txt | 125 | 1 | 1 | 
Consider adding them (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
      with:
        extra_dictionaries:
          cspell:k8s/dict/k8s.txt
          cspell:swift/src/swift.txt
          cspell:gaming-terms/dict/gaming-terms.txt
          cspell:monkeyc/src/monkeyc_keywords.txt
          cspell:cryptocurrencies/cryptocurrencies.txt
To stop checking additional dictionaries, add (in .github/workflows/spelling2.yml) for uses: check-spelling/[email protected] in its with:
check_extra_dictionaries: ''
Errors (2)
See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.
| :x: Errors | Count | 
|---|---|
| :x: check-file-path | 15 | 
| :x: ignored-expect-variant | 3 | 
See :x: Event descriptions for more information.
:pencil2: Contributor please read this
By default the command suggestion will generate a file named based on your commit. That's generally ok as long as you add the file to your commit. Someone can reorganize it later.
If the listed items are:
- ... misspelled, then please correct them instead of using the command.
- ... names, please add them to .github/actions/spelling/allow/names.txt.
- ... APIs, you can add them to a file in .github/actions/spelling/allow/.
- ... just things you're using, please add them to an appropriate file in .github/actions/spelling/expect/.
- ... tokens you only need in one place and shouldn't generally be used, you can add an item in an appropriate file in .github/actions/spelling/patterns/.
See the README.md in each directory for more information.
:microscope: You can test your commits without appending to a PR by creating a new branch with that extra change and pushing it to your fork. The check-spelling action will run in response to your push -- it doesn't require an open pull request. By using such a branch, you can limit the number of typos your peers see you make. :wink:
If the flagged items are :exploding_head: false positives
If items relate to a ...
- 
binary file (or some other file you wouldn't want to check at all). Please add a file path to the excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files. ^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using).
- 
well-formed pattern. If you can write a pattern that would match it, try adding it to the patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines. Note that patterns can't match multiline strings. 
okay so what if we did this as a type of pane content, instead of as a part of the control itself? It could be like, the "Find All" pane or something (which is usually different in VsCode / sublime compared to the usual Find UI)
this has been shower thoughts with mike
okay so what if we did this as a type of pane content, instead of as a part of the control itself? It could be like, the "Find All" pane or something (which is usually different in VsCode / sublime compared to the usual Find UI)
this has been shower thoughts with mike
Trying to get my head around this, by pane do you mean something like the docked areas in visual studio?
by pane do you mean something like the docked areas in visual studio
Sorta, yea. In the chain of PRs that terminated in #16914, we added support for the Terminal to have panes that included things that weren't just TermControl's - they could be anything.
So like, we could totally make a FuzzyFindPaneContent in the same manner. I'm sure there's some way we could like, stick a TermControl as a preview into that pane too.
(i cannot stress enough, this was a half baked shower thought)
by pane do you mean something like the docked areas in visual studio
Sorta, yea. In the chain of PRs that terminated in #16914, we added support for the Terminal to have panes that included things that weren't just TermControl's - they could be anything.
So like, we could totally make a
FuzzyFindPaneContentin the same manner. I'm sure there's some way we could like, stick a TermControl as a preview into that pane too.(i cannot stress enough, this was a half baked shower thought)
got it, it should work, that is similar to how I had it implemented at first, it was a xaml row below the swap panel control, and I was scrolling the swap panel to see the selected match (the scrolling wasn't necessary it was just nice to see the context rows around the selected match while in the list box).
the main downside was that when I was done with the fuzzy search I wanted the screen space back so I was hiding the row after the search, which mostly worked but cdb and a few other TUI applications would do weird things with the cursor with all the reflows (The reflows wouldn't be an issue if the pane doesn't auto hide).
having it in another pane would would make the code a lot simpler (mostly not having the extra renderer/swap panel for the previewer).
@zadjii-msft not sure if it helps, this is what it looked like when I had the search control below the swap panel. I think visually that would be similar to a pane (without the auto show/hide stuff)
Honestly yea that looks almost exactly like what I was thinking. It's probably a lot of plumbing to get it up and into a separate Pane, but I'm thinking that might be a bit cleaner architecture-wise
Makes sense, I think the main thing is that the pane would need a reference to the Terminal instance (or some proxy/interface) to read the contents of the buffer, set the selected char and optionally perform scrolling to show the current item from the list box in the swap panel.
I think selecting the char had a dependency on the Renderer also.
I don't think I'd be opposed to some winrt API's on TermControl.idl (and probably ControlCore.idl) to proxy through something like
struct SelectionRange {
  Windows.Foundation.Point Start;
  Windows.Foundation.Point End;
}
runtimeclass TermControl {
  // ...
  Vector<SelectionRange> GetPatternMatches(String pattern);
  void SelectRange(SelectionRange range); // basically just a projection of ControlCore::_selectSpan
}
@zadjii-msft
I can give it a try and see how it goes. Its probably a long shot that it would be something you would want to merge but it feels like the exercise would be worth while to test the Pane abstraction.
- I would use ScratchPad as an example right?
Will this work for TermControl?
//HighlightedTextSegment is from the file below.  I am not sure if I would have access to it, if not I could create a similar set of clasess.
//I need the text spans to show the parts of the row that make up the fuzzy match
//https://github.com/microsoft/terminal/blob/32fbb16d43ddfcdd039a61c5af051a16b972faeb/src/cascadia/TerminalApp/HighlightedText.h#L11
struct FuzzySearchMetch {
  HighlightedTextSegment Text;
  //I think the start is the only part of match that is useful for selection since it is n number of spans across the row.  Selecting the first char in the match seems to get me where I want to go.  (This looked like how fzf and Telescope work)
  Windows.Foundation.Point Start;
}
runtimeclass TermControl {
  Vector<FuzzySearchMatch> GetPatternMatches(String pattern);
  void SelectPoint(SelectionPoint point);
}
For Vector<FuzzySearchMatch> GetPatternMatches(String pattern) These are the parts that I think I would need.  (Would this work or would it be too invasive?)
- Somewhere that has access to GetTextBuffer(). I think this would be ControlCore?
- This iterates over all of the rows in the textbuffer and scores them. https://github.com/microsoft/terminal/blob/ae97bbd1819e5fa183125d30185a3d51dd343384/src/buffer/out/search.cpp#L37
- I needed this additional function in UTextAdapter to be able to support unicode, (before I was converting from wchar to char, I think this also keeps from copying the rows during the search) https://github.com/microsoft/terminal/blob/ae97bbd1819e5fa183125d30185a3d51dd343384/src/buffer/out/UTextAdapter.cpp#L331
- This is the library that I used for the native implementation of FZF, this may be a non starter for merging. I think pretty much everyone that uses neovim ends using this, so it should be battle tested, but I don't know how it would fit with Microsoft's security policies etc. https://github.com/nvim-telescope/telescope-fzf-native.nvim (I adapted it to work with ICU/UText) https://github.com/microsoft/terminal/blob/ae97bbd1819e5fa183125d30185a3d51dd343384/src/buffer/fzf/fzf.c#L596
@zadjii-msft I was able to get a really basic version of the fuzzy search working in the pane.
I forgot to ask, was the idea that the fuzzy search would search across all TermControls?
This is what the diff looked like. https://github.com/e82eric/terminal/commit/89a4e14661c747bafafaf40f98caf656634c2610

I forgot to ask, was the idea that the fuzzy search would search across all TermControls
Let's save that for a v2? Cause this is already awesome
@zadjii-msft Any chance you guys are thinking about adding the ability to float a pane? I was trying it out this weekend and it seemed pretty nice, for the fuzzy search it got out of the way after the search without having to reflow, for the TermControl it was nice to be able to do something temporary and have it get out the way (I actually think I found this more useful than the fuzzy search).
Fuzzy Search pane as float.
TermControl pane as float.
Ha you've figured out my plan! I was absolutely planning that (in a bit longer term).
We've got this QueryPalette element we're using currently for Terminal Chat:
and part of my eventual goal is to unify that floating "pane" with the rest of our Pane code, s.t. arbitrary panes could "float" like that too, or start as a floating pane, then get pinned as one in the tree, or.... who knows what yet. We still need to better sort out how some of those UI flows would work, but it's definitely something I've been thinking about.
Awesome! I was surprised how nice it was having the termcontrol in a float windows.
I'm sure there's some way we could like, stick a TermControl as a preview into that pane too.
I was going to attempt adding a preview window using a TermControl just to see if it is possible or not, do I have it right that I would use the same instance of the ControlCore from main TermControl to create the preview TermControl?
do I have it right that I would use the same instance of the
ControlCorefrom mainTermControlto create the previewTermControl
Yes, ish. Having multiple different TermControl's attached to the same ControlCore at the same time is not something the codebase is super well suited for right now. I actually experimented with something like this just a couple months ago. I left my very haphazard notes over in https://github.com/microsoft/terminal/issues/16495#issuecomment-1984745678. I'd warn that those notes are very rough and likely stale. But I think the basic idea - having a bunch of TermControl's that can all connect to the same ControlCore - is probably pretty similar.
(it's also probably way past overkill for a v0 of this PR, but something you could play with)
I'll probably have more thoughts to share on this PR in like two weeks (after Build is done next week). Sorry for the delays!
Thanks! That gets me pointed in the right direction.
No rush on reviewing the PR.
That worked.  (Adding the screenshot for reference,  agree that it is overkill for v0)
I was able to get a really basic version of the fuzzy search working in the pane.
I forgot to ask, was the idea that the fuzzy search would search across all TermControls?
This is what the diff looked like. e82eric@89a4e14
Looping back around - was there a reason this Pane version wasn't pushed as the tip of this PR? I think that's probably a lot closer to merging than all this IRenderData stuff.
(I'm collecting up other notes too, but I wanted to make sure that question was answered first)
I was able to get a really basic version of the fuzzy search working in the pane. I forgot to ask, was the idea that the fuzzy search would search across all TermControls? This is what the diff looked like. e82eric@89a4e14
Looping back around - was there a reason this Pane version wasn't pushed as the tip of this PR? I think that's probably a lot closer to merging than all this IRenderData stuff.
(I'm collecting up other notes too, but I wanted to make sure that question was answered first)
@zadjii-msft sorry, I got distracted by the float plane and preview window stuff. Will update the PR to use https://github.com/e82eric/terminal/commit/89a4e14661c747bafafaf40f98caf656634c2610 tonight.
sorry, I got distracted by the float plane and preview window stuff. Will update the PR to use e82eric@89a4e14 tonight.
No worries! Just wanted to make sure there wasn't something else I was missing.
I'll write up the rest of our notes in the meantime ☺️
sorry, I got distracted by the float plane and preview window stuff. Will update the PR to use e82eric@89a4e14 tonight.
No worries! Just wanted to make sure there wasn't something else I was missing.
I'll write up the rest of our notes in the meantime ☺️
Should be updated now.
