summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix possible crash in script_text_editor.cpprune-scape2023-12-291-1/+4
* | | | Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-291-1/+0
| |/ / |/| |
* | | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* | | Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._...Rémi Verschelde2024-01-181-0/+1
|\ \ \
| * | | Add UID support to GDScript fileskobewi2024-01-171-0/+1
* | | | Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Hot-reload only changed scriptsrune-scape2024-01-021-1/+1
| |/ /
* | | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | | Update deferred calls to use Callableskobewi2024-01-091-7/+7
* | | Merge pull request #83109 from Calinou/script-editor-add-more-toggle-comment-...Rémi Verschelde2024-01-041-1/+1
|\ \ \
| * | | Allow Ctrl + KP / and Ctrl + # to toggle comment in the script editorHugo Locurcio2023-10-101-1/+1
* | | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \ \ \
| * | | | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | | | | Merge pull request #85869 from paulloz/dotnet-warning-out-of-date-propertiesRémi Verschelde2024-01-031-3/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Inspector :warning: when C# props might be out of datePaul Joannon2023-12-221-3/+5
| |/ / /
* | | | Merge pull request #85527 from fdstevex/masterYuri Sizov2023-12-191-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for Cmd-B conflict on macOS, where Cmd-B wasSteve Tibbett2023-11-301-0/+3
| | |/ | |/|
* / | Correctly check scripts that must inherit `EditorPlugin`Yuri Sizov2023-11-231-1/+1
|/ /
* | Fix node names of submenu items across the editorYuri Sizov2023-11-081-14/+14
* | Merge pull request #82986 from OmarShehata/fix-external-editor-hot-reloadRémi Verschelde2023-10-111-1/+1
|\ \ | |/ |/|
| * Fix external editor hot reloadOmar Shehata2023-10-071-1/+1
* | Merge pull request #72751 from dalexeev/doc-comment-colorRémi Verschelde2023-10-091-1/+14
|\ \
| * | Highlight doc comments in a different colorDanil Alexeev2023-10-081-1/+14
| |/
* / Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
|/
* create a constant when dropping a resource into the code editor while CRTL is...Joaquin Muñiz2023-09-271-15/+58
* Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+6
* Merge pull request #81927 from KoBeWi/uid﹕﹕∕∕c1ickRémi Verschelde2023-09-201-5/+10
|\
| * Make UIDs clickable in the script editorkobewi2023-09-191-5/+10
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-2/+2
|/
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-4/+4
* Add code region folding to CodeEditJean-Michel Bernard2023-09-111-2/+16
* Add EditorStringNames singletonkobewi2023-09-031-17/+18
* Fix a crash when built-in script is not saved and have syntax errorjsjtxietian2023-08-301-5/+7
* Assume root when dropping node to unassigned scriptkobewi2023-08-011-2/+7
* Merge pull request #79610 from aaronfranke/toggle-comment-slashYuri Sizov2023-07-311-1/+1
|\
| * Add Ctrl+/ as a shortcut to toggle comment in addition to Ctrl+KAaron Franke2023-07-181-1/+1
* | Merge pull request #75216 from rune-scape/rune-dependancy-errorsYuri Sizov2023-07-241-0/+63
|\ \
| * | Script editor: Show depended script errorsrune-scape2023-07-241-0/+63
| |/
* | Merge pull request #73196 from Vilcrow/fix-lookup-symbolYuri Sizov2023-07-241-3/+8
|\ \ | |/ |/|
| * Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...S.V.I. Vilcrow2023-07-121-3/+8
* | Make onready variables created from dropping nodes include custom typesTheraot2023-07-121-2/+10
* | Add a line break to error messages in the script editorArtyom Lunchenkov2023-06-191-0/+2
* | sort code completions with rulesajreckof2023-05-231-2/+0
* | Fix regression with right click on main selectionjmb4622023-05-081-1/+1
* | Merge pull request #76658 from Paulb23/convert-indent-code-editRémi Verschelde2023-05-081-8/+6
|\ \
| * | Move convert_indent into CodeEditPaulb232023-05-071-8/+6
* | | Fix right click in selection of additional caretJean-Michel Bernard2023-05-081-12/+18
|/ /
* | Merge pull request #76026 from YuriSizov/editor-running-up-that-guiRémi Verschelde2023-04-261-0/+1
|\ \
| * | Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* | | Add shortcut for quick-toggling word wrapkobewi2023-04-191-0/+6
|/ /