summaryrefslogtreecommitdiff
path: root/editor/find_in_files.cpp
AgeCommit message (Expand)Author
2021-07-30Make "Find in Files" searches ignore directories with `.gdignore` files in themNicholas Huelin
2021-07-18Optimize StringName usagereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-16Documentation search fixesGregory Basile
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-21Merge pull request #48747 from Calinou/editor-find-in-files-tweak-highlight-c...Rémi Verschelde
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-16Tweak highlight color in the editor Find in Files dialogHugo Locurcio
2021-02-18Reorganize Project Settingsreduz
2021-02-14Merge pull request #42784 from mujpao/search-results-font-size-4.0Rémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-17Merge pull request #44301 from pycbouh/show-count-find-in-filesRémi Verschelde
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-11Display the number of results for global searchYuri Sizov
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-10-13Make search results font follow code editor fontmujpao
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-06-17Search result highlights follow font sizeStijn Hinlopen
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