summaryrefslogtreecommitdiffstats
path: root/editor/find_in_files.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize Project Settingsreduz2021-02-181-1/+1
* Merge pull request #42784 from mujpao/search-results-font-size-4.0Rémi Verschelde2021-02-141-0/+3
|\
| * Make search results font follow code editor fontmujpao2020-10-131-0/+3
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-8/+8
* | Merge pull request #44301 from pycbouh/show-count-find-in-filesRémi Verschelde2020-12-171-1/+13
|\ \
| * | Display the number of results for global searchYuri Sizov2020-12-111-1/+13
* | | Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
|/ /
* | Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-5/+0
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+5
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Search result highlights follow font sizeStijn Hinlopen2020-06-171-11/+11
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-13/+24
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-31/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-5/+5
* Working multiple window support, including editorJuan Linietsky2020-03-261-9/+10
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-23/+11
* Fix build after merge of #36077Rémi Verschelde2020-02-271-1/+1
* Merge pull request #36077 from pycbouh/repeat-search-in-filesRémi Verschelde2020-02-271-0/+14
|\
| * Add a button to quickly repeat last search in filesYuri Sizov2020-02-101-0/+14
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-12/+12
* | PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-9/+9
* | Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński2020-02-131-3/+68
|/
* Ignore hidden files and directories in find in filesPedro J. Estébanez2020-02-101-1/+3
* Fixes leak in Find in Files utilityHaoyu Qiu2020-01-211-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+0
* Added some obvious errors explanationsqarmin2019-09-251-2/+2
* Memory leak fixedKlesomik2019-08-261-4/+4
* fix(find_in_files): crash when selecting with RMBFabian Stiewitz2019-08-121-0/+1
* Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias2019-08-071-0/+1
* 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