summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #84907 from miv391/fix-gutter-errorRémi Verschelde2024-03-041-1/+3
|\
| * Do not call _validate_script if editor is not enabledMika Viskari2024-03-011-1/+3
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-4/+4
* | Add methods to add submenus without using nameskobewi2024-02-221-22/+7
* | Improved text editor status bar and zooming UX.Zi Ye2024-02-211-4/+6
* | Merge pull request #87952 from paulloz/dotnet/byebye-signal-callback-generationRémi Verschelde2024-02-151-2/+7
|\ \
| * | Disable signal callback generation in C#Paul Joannon2024-02-141-2/+7
* | | Merge pull request #87479 from kitbdev/apply-imeRémi Verschelde2024-02-131-0/+3
|\ \ \
| * | | Apply TextEdit IME on most actionskit2024-01-291-0/+3
* | | | Merge pull request #86633 from rune-scape/regression-79882Rémi Verschelde2024-02-131-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | 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