index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
code_editor.cpp
Age
Commit message (
Expand
)
Author
2018-08-13
Merge pull request #20670 from Calinou/script-editor-zoom-hidpi
Rémi Verschelde
2018-08-10
Added system for GDScript warnings
George Marques
2018-08-02
Fix zoom display in the script editor on hiDPI displays
Hugo Locurcio
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-22
Refactored text manipulation into CodeTexteditor
Paulb23
2018-07-05
Merge pull request #19498 from guilhermefelipecgs/fix_regression
Max Hilbrunner
2018-06-13
Fix "find and replace" initializing with wrong size
Guilherme Felipe
2018-05-30
Improve breakpoints and breakpoint gutter API in TextEdit
Gabriel Gavilan
2018-05-16
Add margin bottom with find/replace bar on script editor
volzhs
2018-05-14
TextEdit word wrap
Ian
2018-05-07
Fix:code editor text size should change at least one each time, don't mind ho...
RaphaelHunter
2018-05-03
Script Editor now displays positional column
Unknown
2018-03-25
Fixes replace all not replacing the first word
Crazy-P
2018-02-19
Merge pull request #16241 from Chaosus/zoomlabel
Rémi Verschelde
2018-02-14
Maked status bar label fonts updateable
Chaosus
2018-01-31
Added zoom label to code editor
Chaosus
2018-01-18
Fix find/replace bar
volzhs
2018-01-14
Remove the unused FindReplaceDialog class
Gilles Roudiere
2018-01-08
Set source code font with ttf, otf
volzhs
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-03
Merge pull request #15126 from poke1024/code-editor-autowrap-error
Rémi Verschelde
2018-01-03
Make code editor's error display autowrap
Bernhard Liebl
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-21
Native pan and zoom for macOS
Bernhard Liebl
2017-11-18
scrolling fixes
Ian
2017-11-17
TextEdit code folding
Ian
2017-10-22
Added setting to toggle current line highlighting
Paulb23
2017-10-02
Merge pull request #11646 from djrm/pr_visual_improvements
Poommetee Ketson
2017-10-02
Merge pull request #11661 from mhilbrunner/issue-11616-always-validate
Poommetee Ketson
2017-09-30
Editor: Run validation on every text change, not only inserts
mhilbrunner
2017-09-29
EditorSettings: Move interface/ properties to interface/editor
Andreas Haas
2017-09-28
Several visual improvements.
Daniel J. Ramirez
2017-09-25
Fix missing code editor find and replace missing hover icon.
Daniel J. Ramirez
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-20
Merge pull request #11422 from poke1024/fixsourcefontsize2
Rémi Verschelde
2017-09-19
better script code font size rescaling on retina displays
poke1024
2017-09-06
second take at autocomplete logic, using a TextOperation check.
Paulo Gomes
2017-08-31
Added setting to toggle auto indent
Paulb23
2017-08-30
added icon updating to most ui elements
toger5
2017-08-30
White Theme
toger5
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-26
Code editor: Don't play hide and seek with error label
Rémi Verschelde
2017-08-24
-Code completion for enumerations
Juan Linietsky
2017-08-22
Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments
Rémi Verschelde
2017-08-21
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
Increased smooth scroll speed and added user setting
Paulb23
2017-08-19
Added smooth scrolling to TextEdit
Paulb23
2017-08-19
Fixes to label and code editor to make editing code hopefully fast again.
Juan Linietsky
2017-08-13
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
[next]