aboutsummaryrefslogtreecommitdiff
path: root/editor/find_in_files.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential bugs with Find in FilesMarc Gilleron2018-05-241-4/+6
| | | | | | | - Iteration still going on after scan finished - Comparing milliseconds with seconds - Potential imprecision due to accumulating milliseconds (iteration could take fewer than 1ms) - Folders to scan not cleared when a new search starts
* fixup project_manager and find_in_files for text_changed signal change.Ibrahn Sahir2018-05-201-0/+1
| | | | | | | Background: Commit 2abec59db96496611bb16dd1300d9b7d3def9780 removing text_changed signal emmision from LineEdit::set_text broke the project manager and find_in_files.
* Fix Find in Files:Marc Gilleron2018-05-011-8/+3
| | | | | | - FileAccess was accessed null (remains of GDScript port) - `_current_file` wasn't going up correctly in case a scanned directory had no subdirectories - Paths stored in `_files_to_scan` were not full paths
* Added find & replace in filesMarc Gilleron2018-02-191-0/+829