summaryrefslogtreecommitdiffstats
path: root/editor/find_in_files.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make the project data directory customizable.ne0fhyk2021-10-111-1/+1
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-2/+3
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-2/+3
* | Use range iterators for `Map`Lightning_A2021-09-301-2/+2
|/
* Make "Find in Files" searches ignore directories with `.gdignore` files in themNicholas Huelin2021-07-301-0/+5
* Optimize StringName usagereduz2021-07-181-20/+20
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-1/+1
* Documentation search fixesGregory Basile2021-06-161-4/+4
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Merge pull request #48747 from Calinou/editor-find-in-files-tweak-highlight-c...Rémi Verschelde2021-05-211-2/+4
|\
| * Tweak highlight color in the editor Find in Files dialogHugo Locurcio2021-05-161-2/+4
* | Change behavior of String.rightTomasz Chabora2021-05-201-2/+2
* | Improve TreeItem API and allow to move nodestrollodel2021-05-171-1/+1
|/
* 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