Dukebats / arduino

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

IDE Editor: Search/find in the files of a project. Easier code navigation #322

Open GoogleCodeExporter opened 9 years ago

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

Find in files (project). Allow a search for code within all files of the 
current sketch project. Show search results in the same way as compiler output 
window displays compile errors. Allow double click to the relevent code in the 
same way as can be done with compiler errors

Why?

It would make the ide much less cumbersome to use and allow code to be 
navigated much more easily. It is a standard feature of many other ide software 
products and it's absence must "put off" a lot of potential arduino fans

Original issue reported on code.google.com by timl...@hotmail.co.uk on 7 Aug 2010 at 11:13

GoogleCodeExporter commented 9 years ago
Or how about CTRL-H to Find in next file.  When you hit CTRL-H, it takes you to 
the next found occurance, skipping any files it wasn't found in.  Skipped files 
are noted in the compiler output window.  And if a match is found, it could 
give you a quick 1 line report of how many occurances are found in that file.

Original comment by hmgoog...@maxabears.com on 8 Jun 2011 at 11:49