summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
2018-03-12ScriptTextEditor: fix capitalize offsetPoommetee Ketson
2018-02-17Delete all selected lines using the delete line shortcut in script editorYan Pas
2018-02-13Merge pull request #16374 from ianb96/drop_at_mouseRémi Verschelde
2018-02-08Fix #16479 (deselect text when jumping to function)Artem Varaksa
2018-02-03drop path text at mouse posianb96
2018-01-25Fix shortcut conflictRazah
2018-01-14Fixed member keywords colour not updating on settings changePaulb23
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-28Respect text editor highlighting color changesvolzhs
2017-12-20Adds an option to move cursor with right click in TextEditMattUV
2017-12-16Merge pull request #14613 from voithos/fold-jump-bugfixRémi Verschelde
2017-12-15Modifies indentation behavioursMattUV
2017-12-12Account for folded code blocks when navigating via members listZaven Muradyan
2017-12-08Modify shortcuts and menus to fold/unfold codeMattUV
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-07Add uppercase and lowercase to rightclickmenu in scripteditorsersoong
2017-12-04Script Editor: Use first non-whitespace comment delimiter.Andreas Haas
2017-12-01Script Editor: Make comment delimiter language dependent.Andreas Haas
2017-11-18scrolling fixesIan
2017-11-17TextEdit code foldingIan
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-11shader editor context menu and line operations and style fixIan
2017-10-08Consistant scroll when using members overview, issue 11648Paulb23
2017-10-02Added correct initialization for script editor theme.Daniel J. Ramirez
2017-09-28fix not beeing able to open empty scriptsScayze
2017-09-22Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...Gilles Roudiere
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-13Merge pull request #10826 from tuga3d/toggle-comment-behaviorRémi Verschelde
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-09-05Smarter toggle comment block. issue #10720Paulo Gomes
2017-09-04Merge pull request #10901 from toger5/script_background_cleanupRémi Verschelde
2017-09-02Revert "added setting to override the theme background with editor theme color"toger5
2017-08-31Updated Editor Built-In types.Daniel J. Ramirez
2017-08-29Renamed 'script_changed' signal in the script editor plugin to 'edited_script...Wilson E. Alvarez
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-25Editor: Add some more translatable strings.Andreas Haas
2017-08-24-Code completion for enumerationsJuan Linietsky
2017-08-22Add ability to undo auto-indentPedro J. Estébanez
2017-08-22Merge pull request #10507 from toger5/override_code_them_bgRémi Verschelde
2017-08-21added setting to override the theme background with editor theme colortoger5
2017-08-20Delete current line, issue 9643Paulb23
2017-08-18Update script signals in real-time when script changes. Fixes #8980Juan Linietsky
2017-08-10Fixed undo when converting indent with no changes, issue 9841Paulb23
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-02ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas
2017-07-18Fix ColorPicker to use theme constantsPoommetee Ketson
2017-06-30-Many fixes to VisualScript, fixed property names, etc.Juan Linietsky