The Little Guy Posted April 29, 2010 Share Posted April 29, 2010 I would like a software that I can search for a string in all files in the project, not just the files that are open. I know Dreamweaver does this, but that costs money. Is there anything that does this that is free? Link to comment https://forums.phpfreaks.com/topic/200110-project-string-search/ Share on other sites More sharing options...
trq Posted April 29, 2010 Share Posted April 29, 2010 find, grep, sed and awk are your best friends if your on Linux. Oh, and the netbeans IDE has this ability. Link to comment https://forums.phpfreaks.com/topic/200110-project-string-search/#findComment-1050285 Share on other sites More sharing options...
The Little Guy Posted April 29, 2010 Author Share Posted April 29, 2010 OK, I got netbeans and I cannot figure out how to search the files in the project. Anyone know how? Link to comment https://forums.phpfreaks.com/topic/200110-project-string-search/#findComment-1050320 Share on other sites More sharing options...
trq Posted April 29, 2010 Share Posted April 29, 2010 Open the 'Edit' menu and go down to 'Find In Projects'. Link to comment https://forums.phpfreaks.com/topic/200110-project-string-search/#findComment-1050329 Share on other sites More sharing options...
The Little Guy Posted April 29, 2010 Author Share Posted April 29, 2010 Ahh... OK Another thing, how do I automatically upload when I save a file? Link to comment https://forums.phpfreaks.com/topic/200110-project-string-search/#findComment-1050330 Share on other sites More sharing options...
trq Posted April 29, 2010 Share Posted April 29, 2010 I'm not sure you can. I do all my work through svn and ci. Link to comment https://forums.phpfreaks.com/topic/200110-project-string-search/#findComment-1050343 Share on other sites More sharing options...
cags Posted April 29, 2010 Share Posted April 29, 2010 Right click on a project in the Projects 'tab', select Properties then select Run Configuration in the left pane. Change the 'Run As:' setting to Remote Website and configure the settings. Link to comment https://forums.phpfreaks.com/topic/200110-project-string-search/#findComment-1050371 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.