Skip to content
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

EN: Coder search panel #6332

Draft
wants to merge 2 commits into
base: dev
Choose a base branch
from
Draft

Conversation

mdcutone
Copy link
Member

This PR adds a new 'Search' panel to Coder for text search in all open documents. This is an upgrade from the old Notepad style find/replace dialog. Displays the document name, line contents and column/line numbers for each match. You can specify options for matching case/word and even use regular expressions. The replace function will be added at a later time.

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

Merging #6332 (ede0241) into dev (4d8528c) will increase coverage by 0.00%.
Report is 5 commits behind head on dev.
The diff coverage is 54.19%.

Additional details and impacted files
@@           Coverage Diff            @@
##              dev    #6332    +/-   ##
========================================
  Coverage   51.86%   51.87%            
========================================
  Files         335      336     +1     
  Lines       61727    61858   +131     
========================================
+ Hits        32015    32088    +73     
- Misses      29712    29770    +58     
Components Coverage Δ
app ∅ <ø> (∅)
boilerplate ∅ <ø> (∅)
library ∅ <ø> (∅)
vm-safe library ∅ <ø> (∅)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant