Forum > Editor
search for text in the entire project
desperateNewBee:
Hi,
is there any possibility to search for some text in the entire project (in all units, which belong to the project).
Right now I am performing my search in every single unit, which is extremely unefficient.
Something like a 'global search option' would be perfect.
Propably this is an easy to find function - but not for me...
Thanks in advance for any hints!
bytebites:
Ctrl+Shift+F
MarkMLl:
...which is a shortcut for Search -> Find in Files... in the IDE.
Not all of us think in terms of keyboard shortcuts, and as ones hands get older they become less convenient.
MarkMLl
dbannon:
--- Code: Pascal [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---$> grep -ni The_Text *.pas <enter>
generally *nix only....
Davo
Thaddy:
Well, no:
All Borland products come with a grep since TP3.
Most real programmers on windows - have Cygwin or Mingw installed, both also have a version of grep.
Wordstar short cuts are a blessing... ;D All IDE's owe to wordstar. Tnx Rob!
https://en.wikipedia.org/wiki/File:Wordstar_Screenshot.png
Navigation
[0] Message Index
[#] Next page