summaryrefslogtreecommitdiff
path: root/editor/code_editor.cpp
AgeCommit message (Expand)Author
2018-08-13Merge pull request #20670 from Calinou/script-editor-zoom-hidpiRémi Verschelde
2018-08-10Added system for GDScript warningsGeorge Marques
2018-08-02Fix zoom display in the script editor on hiDPI displaysHugo Locurcio
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-22Refactored text manipulation into CodeTexteditorPaulb23
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
2018-06-13Fix "find and replace" initializing with wrong sizeGuilherme Felipe
2018-05-30Improve breakpoints and breakpoint gutter API in TextEditGabriel Gavilan
2018-05-16Add margin bottom with find/replace bar on script editorvolzhs
2018-05-14TextEdit word wrapIan
2018-05-07Fix:code editor text size should change at least one each time, don't mind ho...RaphaelHunter
2018-05-03Script Editor now displays positional columnUnknown
2018-03-25Fixes replace all not replacing the first wordCrazy-P
2018-02-19Merge pull request #16241 from Chaosus/zoomlabelRémi Verschelde
2018-02-14Maked status bar label fonts updateableChaosus
2018-01-31Added zoom label to code editorChaosus
2018-01-18Fix find/replace barvolzhs
2018-01-14Remove the unused FindReplaceDialog classGilles Roudiere
2018-01-08Set source code font with ttf, otfvolzhs
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15126 from poke1024/code-editor-autowrap-errorRémi Verschelde
2018-01-03Make code editor's error display autowrapBernhard Liebl
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-18scrolling fixesIan
2017-11-17TextEdit code foldingIan
2017-10-22Added setting to toggle current line highlightingPaulb23
2017-10-02Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson
2017-10-02Merge pull request #11661 from mhilbrunner/issue-11616-always-validatePoommetee Ketson
2017-09-30Editor: Run validation on every text change, not only insertsmhilbrunner
2017-09-29EditorSettings: Move interface/ properties to interface/editorAndreas Haas
2017-09-28Several visual improvements.Daniel J. Ramirez
2017-09-25Fix missing code editor find and replace missing hover icon.Daniel J. Ramirez
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-20Merge pull request #11422 from poke1024/fixsourcefontsize2Rémi Verschelde
2017-09-19better script code font size rescaling on retina displayspoke1024
2017-09-06second take at autocomplete logic, using a TextOperation check.Paulo Gomes
2017-08-31Added setting to toggle auto indentPaulb23
2017-08-30added icon updating to most ui elementstoger5
2017-08-30White Themetoger5
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26Code editor: Don't play hide and seek with error labelRémi Verschelde
2017-08-24-Code completion for enumerationsJuan Linietsky
2017-08-22Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-21Increased smooth scroll speed and added user settingPaulb23
2017-08-19Added smooth scrolling to TextEditPaulb23
2017-08-19Fixes to label and code editor to make editing code hopefully fast again.Juan Linietsky
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky