summaryrefslogtreecommitdiff
path: root/editor/find_in_files.h
AgeCommit message (Collapse)Author
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-02-12Added a setting for files in which the editor should search (project wise).QbieShay
Remembers the tickboxes but only during the same execution Fixes #25440
2019-01-01Update copyright statements to 2019RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2018-11-05Added "shader" filter to "Find in Files"Michael Alexsander Silva Dias
2018-09-18Fix find-in-files and go-to-line dialog (partially)Poommetee Ketson
2018-08-19Find in Files improvementsMarc Gilleron
- Search results are now grouped by file using a Tree control - You can opt out occurences when using replace mode - Double-check search results in case files have been tampered with, so occurrences don't get badly replaced - Fixed replace bug when an occurrence is found twice in one line
2018-02-19Added find & replace in filesMarc Gilleron