Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Search-Replace function for editor #708

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What change would like to see?

A text Search-Replace function in the Arduino IDE editor would be very useful. 
Case sensitive and non-case sensitive search criteria are useful in such a 
tool.  Wildcards and regular expressions would be unnecessary overkill.

Why?

If you are adapting code from other sources, existing variable names, etc. may 
not be relevant, and could be quite confusing in the revised/adapted code.

Would this cause any incompatibilities with previous versions?  If so, how can 
these be mitigated?

It would have no impact whatsoever since it's simply an editor enhancement.

Original issue reported on code.google.com by awebu...@hotmail.com on 9 Nov 2011 at 6:18

GoogleCodeExporter commented 8 years ago
There is a search and replace function.  It's under Edit > Find.  But if there 
are improvements we should make to it, please let us know.

Original comment by dmel...@gmail.com on 10 Nov 2011 at 5:55