Matlab Editor: How to limit a "replace" to just the selected text?
Mostrar comentarios más antiguos
Matlab Editor: How to limit a "replace" to just the selected text?
I don't see a check-box for this.
It would be very useful when searching and replacing.
Is this even possible in the Matlab editor (cf the Visual Studio editor).
3 comentarios
I guess I don't understand the problem. In the editor, I highlight a section of code then hit ctrl+f. This brings up the 'Find and Replace' dialog with the highlighted text filled into the 'Find' box. I then type in something to replace the text in the 'Replace' box. If I push the replace button MATLAB replaces only that section that is highlighted with what I put in the replace field. Then I close the 'Find and Replace' dialog.
Thus, as I described, MATLAB was limited to 'replacing' just the selected text.
Bryan
el 23 de Dic. de 2020
If we are lucky they might introduce this function before 2040.
Walter Roberson
el 23 de Dic. de 2020
I seem to recall reading that this is supported in the Live Script editor, but it would take me research to locate that. Live Script editor gets new features first.
Respuesta aceptada
Más respuestas (8)
AwedBy Matlab
el 19 de Oct. de 2012
9 votos
It's beyond belief that MathWorks are ignoring user requests to implement this very basic feature! Right now if you want to do a find&replace within a selection of your code, you have to Cut the text to a word processor, do the find&replace there, then Paste it back into Matlab. Completely ludicrous that they release two versions a year, yet it doesn't cross their minds to add this essential feature!
1 comentario
Walter Roberson
el 19 de Oct. de 2012
We don't know that it hasn't crossed their minds: we only know that it isn't publicly available through any known commands.
Marco Pretorius
el 11 de Sept. de 2023
Editada: Marco Pretorius
el 11 de Sept. de 2023
9 votos
This is now possible with MATLAB R2023a by pressing "ctrl + H" and clicking on "Find in selection"

You can look at the updated documentation as well: https://www.mathworks.com/help/matlab/matlab_prog/find-and-replace-text-in-files.html
Jan
el 14 de Mayo de 2011
2 votos
No, this is not possible in the Matlab editor. Let's ask Yair, if his EditorMacro could solve this.
4 comentarios
Oliver Woodford
el 20 de Sept. de 2012
It should be. I have just submitted a feature request.
Sinan Islam
el 9 de Feb. de 2021
Why some basic options are impossible in MATLAB editor?!!!
Babak Zandi
el 11 de Jun. de 2021
Editada: Babak Zandi
el 11 de Jun. de 2021
Still not possible after 10 years? unbelievable @MathWorks Support Team
Walter Roberson
el 4 de Ag. de 2021
Ed Callway comments to Babak Zandi:
Yup, I waste HOURS doing search and replace over large areas by hand. Every other editor trivially handles search/replace on highlighted text. C'mon, this is a 1 week coop project, not a giant rewrite.
the cyclist
el 14 de Mayo de 2011
0 votos
I am not 100% sure if this is what you mean, but if you select some text, and "copy" it (e.g. with cntl-c in Windows) before opening the search/replace window with cntl-f, then that text will appear in the "Find What" textbox, and you can replace it.
1 comentario
Kevin Claytor
el 20 de Sept. de 2012
I don't think that's what he means, but FYI - you don't even have to copy the text first, just highlighting the text and pressing ctrl-f should auto-fill the "find" box.
Micky Harris
el 7 de En. de 2015
0 votos
I think the question is how to do multiple replacements in the selected text of the open file. Or another way to say this limit the scope of replacement to only what is selected. The other editors i use notepad++ and nedit have this feature.
2 comentarios
James Bell
el 5 de Sept. de 2016
It's abhorrent that they still don't have this. I just open a new file in matlab and do the find/replace there... do they even have human factors engineers at Mathworks or just a bunch of 60's C programmers?
Walter Roberson
el 6 de Sept. de 2016
James Bell, C as a programming language was not started until 1971, so if Mathworks has a bunch of 60's C programmers then they would have to be time travelers.
Leonard König
el 24 de Ag. de 2017
0 votos
Sam Johnson's Solution works! Not as comfortable as a checkbox in the search and replace GUI, but at least it works. Sadly that MathWorks wasn't able to add this funktion in the past 6 years.
2 comentarios
brian zhang
el 20 de Mayo de 2018
can't believe this does not work! a basic function for programmer.
Sinan Islam
el 9 de Feb. de 2021
I also get surprised when MATLAB lack the most basic tools and options.
WAPAstobbem
el 21 de Jun. de 2018
0 votos
For me, the replace feature is about 50% working. I can highlight a section of text, but a Replace All will still replace from that cursor point to the end of the file. However, everything before the cursor point remains fine. So, I'm doing something wrong with the controls, or else the end cursor point is not yet considered under Replace All. Individual Replace seems to be working just fine.
Aron Magesh
el 22 de Sept. de 2021
0 votos
Yes, it strange that the Find and Replace feature does not work for selected part of the code. I have to copy the selected text/code to a blank script, do F&R and then paste back.
Categorías
Más información sobre File Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!