question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Find and Replace on all opened files

See original GitHub issue

Is it possible? Does Replace global supposed to do that? Thank you.

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Alexey-Tcommented, Nov 25, 2022
1reaction
Alexey-Tcommented, Nov 24, 2022

It is documented https://wiki.freepascal.org/CudaText#Dialog_Find.2FReplace

Also you can use FindInFiles (v4) to replace in all files (maybe not opened in Cud yet).

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Find and Replace Words in Multiple Files - MakeUseOf
Now go to Search > Replace or press CTRL+H, which will launch the Replace menu. Here you'll find an option to Replace All...
Read more >
vim: How to search/replace in all opened files? - Stack Overflow
Use the command : bufdo s/string/replacement/g. bufdo : action on all buffers . s : replacing g : globally .
Read more >
How does one find and replace text in all open files with kate?
Go to Settings -> Configure Kate -> Plugins and enable there Search & Replace. Then use the "Search and Replace" button that appears...
Read more >
How to search and replace across multiple files in word?
Navigate to the folder that contains the files you need to make the change to, then click once on the first one, then,...
Read more >
How to Find and Replace Any Text in Your Documents - Zapier
Or, if you want to find and replace text in a number of files at once, press Command + Shift + F or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found