summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
2018-06-11Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde
2018-05-07Merge pull request #18642 from flashyincceo/engine-clickJuan Linietsky
2018-05-07Merge pull request #18308 from ericmccarthy7/developMax Hilbrunner
2018-05-05Fix script editor CTRL+CLICK on singleton functionsPeter Folkins
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-19Fix clone down newline bugEric McCarthy
2018-04-08Merge pull request #16571 from Zylann/find_in_filesJuan Linietsky
2018-04-04Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighterRémi Verschelde
2018-04-03Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-03-12ScriptTextEditor: fix capitalize offsetPoommetee Ketson
2018-02-19Added find & replace in filesMarc Gilleron
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