-
### Description of the Issue
After having notepad++ open for a length of time I have yet to determine, it forgets how to completely find things.
### Steps to Reproduce the Issue
1. Have…
-
Can you explain, how to find some specific text and then replace it with other with PHPWord?
Thank you!
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/iss…
-
In any text editor, whether for blogs or otherwise, being able to find and replace text within that text is now almost seen as a no-brainer feature. There were plugins that tried to fill the void on t…
-
имена тестов должны представлять из себя набор утверждений, из которых понятно, какое поведение ждать от класса или функции
сфоткайте доску
учите английский
-
`sed -i 's/old-text/new-text/g' input.txt`
It tells sed to find all occurrences of ‘old-text’ and replace with ‘new-text’ in a file named input.txt
https://www.cyberciti.biz/faq/how-to-use-sed…
-
Are you planning to have search across files functionality similar to https://code.visualstudio.com/Docs/editor/codebasics#_search-across-files?
-
I'll preface this by saying it's possible some of this functionality is implemented already, but I couldn't find it/figure it out from the main page, tool options, or version history. I also can't fig…
-
-
**Find and Replace a block with abother one!**
Firstly I would like to see a ctrl h function in scratch so we can replace mainly custom blocks with other blocks to start off with and then later add…
-
Thanks for this crate. What is the best way to implement update/remove once an element is found without retraversing the json?