summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hide the warnings panel when no warnings presents.allkhor2019-02-131-4/+4
* Displays errors and warnings in a better way in the script editorGilles Roudière2019-02-011-15/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Change LinkLabel back to Label in error status barChaosus2018-12-211-0/+9
* Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde2018-12-131-2/+0
* Fix "index -1 out of range" error spam when the Editor is using translations....Mariano Suligoy2018-12-111-2/+2
* Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde2018-12-091-0/+2
|\
| * Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias2018-11-201-0/+2
* | Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde2018-12-091-0/+2
|\ \
| * | Use more subtle indentation guides in the script editorHugo Locurcio2018-10-031-0/+2
* | | Merge pull request #23680 from YeldhamDev/unified_help_search_revivedRémi Verschelde2018-11-221-1/+1
|\ \ \
| * | | Unify editor class and reference searchRay Koopa2018-11-201-1/+1
| | |/ | |/|
* / | Allows user to click on error line to jump into error.Chaosus2018-11-221-0/+1
|/ /
* | Fix clone line undo history and extra new line, issue 21811Paulb232018-11-041-1/+1
* | Small capitalization fixes across the editorMichael Alexsander Silva Dias2018-10-261-2/+2
* | Merge pull request #23017 from Calinou/increase-source-font-line-spacingRémi Verschelde2018-10-251-1/+1
|\ \
| * | Increase the source font's line spacingHugo Locurcio2018-10-141-1/+1
* | | Improve toggle comment function in script editor.Unknown2018-10-091-3/+29
|/ /
* | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-1/+1
* | Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-1/+0
* | Tweak some editor texts' capitalization, use "Go to" instead of "Goto"Hugo Locurcio2018-09-251-6/+7
* | Fixed syntax highlighting setting not being savedDualMatrix2018-09-201-0/+2
* | Merge pull request #21730 from reisraff/fixing_key_shortcutRémi Verschelde2018-09-131-1/+1
|\ \
| * | #21500 Fixing key shortcutRafael Reis2018-09-031-1/+1
* | | Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\ \ \
| * | | Misc. typosluz.paz2018-09-121-1/+1
| |/ /
* / / Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/ /
* | Fix some editor shortcuts' default values not being set properlyHugo Locurcio2018-09-011-7/+3
* | Merge pull request #21496 from tko/macos-completeRémi Verschelde2018-08-281-1/+2
|\ \
| * | [macOS] change "Complete Symbol" shortcut to not conflict with SpotlightTommi Komulainen2018-08-271-1/+2
* | | [macOS] fix conflicting keybindings for (Find and) Replace...Tommi Komulainen2018-08-271-1/+6
|/ /
* | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* | Added system for GDScript warningsGeorge Marques2018-08-101-3/+72
|/
* context menu improvementsIan2018-07-261-40/+73
* Allow opening and editing of any utf_8 file in script editorPaulb232018-07-221-27/+27
* Refactored text manipulation into CodeTexteditorPaulb232018-07-221-344/+21
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+20
* Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner2018-07-051-0/+1
|\
| * Fix "find and replace" initializing with wrong sizeGuilherme Felipe2018-06-131-0/+1
* | Merge pull request #19166 from Grula/issue-18779Max Hilbrunner2018-07-031-10/+21
|\ \
| * | Syntax Menu as sub-menu of EditNIkola Grulovic2018-06-011-10/+21
| |/
* / Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde2018-06-111-9/+21
|/
* Merge pull request #18642 from flashyincceo/engine-clickJuan Linietsky2018-05-071-0/+2
|\
| * Fix script editor CTRL+CLICK on singleton functionsPeter Folkins2018-05-051-0/+2
* | Merge pull request #18308 from ericmccarthy7/developMax Hilbrunner2018-05-071-0/+4
|\ \ | |/ |/|
| * Fix clone down newline bugEric McCarthy2018-04-191-0/+4
* | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-4/+4
|/
* Merge pull request #16571 from Zylann/find_in_filesJuan Linietsky2018-04-081-1/+22
|\
| * Added find & replace in filesMarc Gilleron2018-02-191-1/+22
* | Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighterRémi Verschelde2018-04-041-2/+24
|\ \