summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-8/+8
* Merge pull request #91923 from hakro/fix-completion-custom-iconRémi Verschelde2024-05-141-1/+2
|\
| * Show custom icons in autocompletion suggestionsHakim2024-05-141-1/+2
* | Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
|/
* Select next text to replacekit2024-05-091-3/+3
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-372/+32
* Overhaul TextEdit selection.kit2024-04-261-6/+4
* Store line change in script navigation historykobewi2024-04-251-1/+18
* Improve search/replace bar behaviorHaoyu Qiu2024-04-101-9/+23
* Merge pull request #89690 from Calinou/editor-improve-native-shader-inspectorRémi Verschelde2024-03-241-1/+1
|\
| * Improve the editor native shader source visualizerHugo Locurcio2024-03-221-1/+1
* | Add editor settings for autocompletion with NodePath and StringNameVolTer2024-03-191-0/+6
|/
* Merge pull request #88546 from bruvzg/indent_wrapRémi Verschelde2024-03-051-0/+1
|\
| * [TextEdit] Add support for optional wrapped line indentation.bruvzg2024-02-261-0/+1
* | Merge pull request #79387 from HolonProduction/completion-update-keep-openRémi Verschelde2024-03-041-3/+0
|\ \
| * | Update completion menu even if no options existHolonProduction2024-02-051-3/+0
* | | Fixed the text editor theme not being applied on editor start.Zi Ye2024-02-251-5/+0
| |/ |/|
* | Improved text editor status bar and zooming UX.Zi Ye2024-02-211-139/+126
* | Use check_changed_settings_in_group() everywherekobewi2024-02-191-2/+12
|/
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update deferred calls to use Callableskobewi2024-01-091-7/+7
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
* Search terms are now highlighted when the bar opens with a selection.Brian MacIntosh2023-10-301-30/+20
* Fix unable to uncomment code in text shader editorjsjtxietian2023-10-241-2/+2
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-6/+10
* Fix close button in FindReplaceBarkobewi2023-10-161-1/+1
* Merge pull request #83382 from Lunarisnia/fix/diff-comment-delimiterRémi Verschelde2023-10-161-1/+2
|\
| * Fix multiple comment delimiter break toggle comment shortcutLunarisnia2023-10-161-1/+2
* | Fix FindReplaceBar focus problemskobewi2023-10-161-3/+12
|/
* Highlight doc comments in a different colorDanil Alexeev2023-10-081-0/+3
* "Whole Words" search can detect word boundaries inside the search term.Brian MacIntosh2023-10-021-2/+5
* Merge pull request #81486 from jsjtxietian/Ignoring-empty-lines--when-uncomme...Rémi Verschelde2023-09-261-2/+11
|\
| * Ignore empty lines when commenting/uncommenting codejsjtxietian2023-09-201-2/+11
* | Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+5
|/
* Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AMYuri Sizov2023-09-061-38/+39
|\
| * Add EditorStringNames singletonkobewi2023-09-031-38/+39
* | Add coloring for completion of vector componentsYuri Rubinsky2023-08-301-1/+3
|/
* Merge pull request #79358 from timothyqiu/indentationYuri Sizov2023-07-311-1/+1
|\
| * Make indentation indicators translatableHaoyu Qiu2023-07-121-1/+1
* | Merge pull request #68140 from quinnyo/auto-complete-optionYuri Sizov2023-07-121-1/+3
|\ \
| * | Add code_complete_enabled code editor settingquinnyo2023-06-211-1/+3
* | | Merge pull request #44557 from iwek7/improved_comment_toggleYuri Sizov2023-07-121-5/+6
|\ \ \
| * | | Update comment toggle behavior in CodeEditiwek2023-06-011-5/+6
* | | | Merge pull request #79079 from stmSi/ESC-key-not-closing-FindReplaceBarYuri Sizov2023-07-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix: ESC (ui_cancel) not closing FindReplaceBarstmSi2023-07-061-1/+1
| | |/ | |/|
* / | Translate "No match" message in FindReplaceBarHaoyu Qiu2023-07-021-1/+1
|/ /
* | [TextEdit] Expose all auto-wrap modes.bruvzg2023-06-131-0/+1
* | Merge pull request #75746 from ajreckof/order_autocompleteRémi Verschelde2023-06-081-1/+1
|\ \
| * | sort code completions with rulesajreckof2023-05-231-1/+1
* | | Enable bookmarks gutterkobewi2023-06-021-0/+1
| |/ |/|