scholarsmate opened a new issue, #715:
URL: https://github.com/apache/daffodil-vscode/issues/715

   Now that we open, view, and edit handle very large files, there are 
challenges with search and replace that won't be solved in time for v1.3.1 (see 
#714).  In the mean time, create a practical limit for search and replace.
   
   Start with trying 1K and search for up to 1001 matches, then we have either 
1K or under matches (to indicate that we have all matches), or 1K+ matches 
(meaning we have only the _first_ 1K matches, but there are at least 1 more).
   
   This number can be configurable in launch.json. Whatever the number is, add 
1 more to it to signal if we have exactly that number of matches or we only 
have the first set of matches and there are more after this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to