aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Abstracted the syntax highlighter from text editPaulb232018-04-021-2/+24
* | | Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang2018-04-031-0/+20
|/ /
* | ScriptTextEditor: fix capitalize offsetPoommetee Ketson2018-03-121-3/+8
* | Delete all selected lines using the delete line shortcut in script editorYan Pas2018-02-171-6/+20
* | Merge pull request #16374 from ianb96/drop_at_mouseRémi Verschelde2018-02-131-9/+16
|\ \
| * | drop path text at mouse posianb962018-02-031-9/+16
| |/
* / Fix #16479 (deselect text when jumping to function)Artem Varaksa2018-02-081-0/+1
|/
* Fix shortcut conflictRazah2018-01-251-6/+3
* Fixed member keywords colour not updating on settings changePaulb232018-01-141-0/+1
* Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-121-0/+33
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Respect text editor highlighting color changesvolzhs2017-12-281-66/+30
* Adds an option to move cursor with right click in TextEditMattUV2017-12-201-28/+50
* Merge pull request #14613 from voithos/fold-jump-bugfixRémi Verschelde2017-12-161-4/+0
|\
| * Account for folded code blocks when navigating via members listZaven Muradyan2017-12-121-4/+0
* | Modifies indentation behavioursMattUV2017-12-151-35/+6
|/
* Modify shortcuts and menus to fold/unfold codeMattUV2017-12-081-18/+7
* Changed current line draw order and added code folding colorPaulb232017-12-071-2/+4
* Add uppercase and lowercase to rightclickmenu in scripteditorsersoong2017-12-071-0/+2
* Script Editor: Use first non-whitespace comment delimiter.Andreas Haas2017-12-041-2/+7
* Script Editor: Make comment delimiter language dependent.Andreas Haas2017-12-011-7/+14
* scrolling fixesIan2017-11-181-74/+86
* TextEdit code foldingIan2017-11-171-11/+48
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-1/+1
* shader editor context menu and line operations and style fixIan2017-11-111-4/+8
* Consistant scroll when using members overview, issue 11648Paulb232017-10-081-1/+1
* Added correct initialization for script editor theme.Daniel J. Ramirez2017-10-021-8/+32
* fix not beeing able to open empty scriptsScayze2017-09-281-5/+1
* Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere2017-09-221-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez2017-09-151-35/+91
* Merge pull request #10826 from tuga3d/toggle-comment-behaviorRémi Verschelde2017-09-131-4/+17
|\
| * Smarter toggle comment block. issue #10720Paulo Gomes2017-09-051-4/+17
* | Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+1
* | Merge pull request #10901 from toger5/script_background_cleanupRémi Verschelde2017-09-041-7/+2
|\ \ | |/ |/|
| * Revert "added setting to override the theme background with editor theme color"toger52017-09-021-7/+2
* | Updated Editor Built-In types.Daniel J. Ramirez2017-08-311-5/+17
|/
* Renamed 'script_changed' signal in the script editor plugin to 'edited_script...Wilson E. Alvarez2017-08-291-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Editor: Add some more translatable strings.Andreas Haas2017-08-251-1/+1