Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-10 | Add override keywords. | Marcel Admiraal | |
2020-06-17 | Search result highlights follow font size | Stijn Hinlopen | |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky | |
2020-02-27 | Merge pull request #36077 from pycbouh/repeat-search-in-files | Rémi Verschelde | |
Add a button to quickly repeat last search in files | |||
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky | |
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`. | |||
2020-02-13 | Added 'Replace in files' functionality to text editors | Dominik 'dreamsComeTrue' Jasiński | |
Fixes issue #31146 | |||
2020-02-10 | Add a button to quickly repeat last search in files | Yuri Sizov | |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
2019-02-12 | Added a setting for files in which the editor should search (project wise). | QbieShay | |
Remembers the tickboxes but only during the same execution Fixes #25440 | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-11-05 | Added "shader" filter to "Find in Files" | Michael Alexsander Silva Dias | |
2018-09-18 | Fix find-in-files and go-to-line dialog (partially) | Poommetee Ketson | |
2018-08-19 | Find in Files improvements | Marc Gilleron | |
- Search results are now grouped by file using a Tree control - You can opt out occurences when using replace mode - Double-check search results in case files have been tampered with, so occurrences don't get badly replaced - Fixed replace bug when an occurrence is found twice in one line | |||
2018-02-19 | Added find & replace in files | Marc Gilleron | |