summaryrefslogtreecommitdiff
path: root/editor/find_in_files.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-27Fix build after merge of #36077Rémi Verschelde
2020-02-27Merge pull request #36077 from pycbouh/repeat-search-in-filesRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński
2020-02-10Add a button to quickly repeat last search in filesYuri Sizov
2020-02-10Ignore hidden files and directories in find in filesPedro J. Estébanez
2020-01-21Fixes leak in Find in Files utilityHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-09-25Added some obvious errors explanationsqarmin
2019-08-26Memory leak fixedKlesomik
2019-08-12fix(find_in_files): crash when selecting with RMBFabian Stiewitz
2019-08-07Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias
2019-05-29Merge pull request #25647 from QbieShay/fix_25440Rémi Verschelde
2019-05-20Allow empty replacement texts in the Find in Files replace dialogHugo Locurcio
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-13Fix typos with codespellRémi Verschelde
2019-02-12Added a setting for files in which the editor should search (project wise).QbieShay
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-05Added "shader" filter to "Find in Files"Michael Alexsander Silva Dias
2018-11-05General fixup of the "Find in Files" dialogMichael Alexsander Silva Dias
2018-10-09Improve the editor's Find in Files functionHugo Locurcio
2018-10-05Fix Find in Files font size on hiDPI displaysHugo Locurcio
2018-10-02Merge pull request #22220 from Naryosha/dialogRémi Verschelde
2018-09-25Tweak some editor texts' capitalization, use "Go to" instead of "Goto"Hugo Locurcio
2018-09-18Fix find-in-files and go-to-line dialog (partially)Poommetee Ketson
2018-09-12Misc. typosluz.paz
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-19Find in Files improvementsMarc Gilleron
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-05-24Fix potential bugs with Find in FilesMarc Gilleron
2018-05-20fixup project_manager and find_in_files for text_changed signal change.Ibrahn Sahir
2018-05-01Fix Find in Files:Marc Gilleron
2018-02-19Added find & replace in filesMarc Gilleron