summaryrefslogtreecommitdiffstats
path: root/editor/find_in_files.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25647 from QbieShay/fix_25440Rémi Verschelde2019-05-291-23/+25
|\
| * Added a setting for files in which the editor should search (project wise).QbieShay2019-02-121-23/+25
* | Allow empty replacement texts in the Find in Files replace dialogHugo Locurcio2019-05-201-2/+1
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
* | Fix typos with codespellRémi Verschelde2019-02-131-1/+1
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added "shader" filter to "Find in Files"Michael Alexsander Silva Dias2018-11-051-5/+4
* General fixup of the "Find in Files" dialogMichael Alexsander Silva Dias2018-11-051-43/+14
* Improve the editor's Find in Files functionHugo Locurcio2018-10-091-7/+5
* Fix Find in Files font size on hiDPI displaysHugo Locurcio2018-10-051-6/+7
* Merge pull request #22220 from Naryosha/dialogRémi Verschelde2018-10-021-22/+12
|\
| * Fix find-in-files and go-to-line dialog (partially)Poommetee Ketson2018-09-181-22/+12
* | Tweak some editor texts' capitalization, use "Go to" instead of "Goto"Hugo Locurcio2018-09-251-1/+1
|/
* Misc. typosluz.paz2018-09-121-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-6/+6
* Find in Files improvementsMarc Gilleron2018-08-191-63/+194
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Fix potential bugs with Find in FilesMarc Gilleron2018-05-241-4/+6
* fixup project_manager and find_in_files for text_changed signal change.Ibrahn Sahir2018-05-201-0/+1
* Fix Find in Files:Marc Gilleron2018-05-011-8/+3
* Added find & replace in filesMarc Gilleron2018-02-191-0/+829