Detlev Offenbach wrote: > It is available via > http://sourceforge.net/project/eric-ide/files. >
I think that the right link are http://sourceforge.net/projects/eric-ide/files (projects and not project) A patch: When into a project I have a lot of files, often I use the "Find in files" with, like a search string ("find text" label), a word that I know for sure that match only one result (try to think a query "class MySpecificClass"). Attached there are a rough FindFileDialog.py patch and the its .ui for do so. Michele
339a340
> break_search = False
344c345
< if self.__cancelSearch:
---
> if self.__cancelSearch or break_search:
383a385,393
>
> if self.feelLikeCheckBox.isChecked():
> fn = os.path.join(self.project.ppath, unicode(file))
> self.emit(SIGNAL('sourceFile'), fn, count, "", (start, end))
> QApplication.processEvents()
> break_search = True
> #FIXME: Iconize, but I don't know how!
> break
>
FindFileDialog.ui
Description: application/designer
_______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
