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
/
plugins
/
script_text_editor.cpp
Age
Commit message (
Expand
)
Author
2019-11-02
Update connection info on script validation rather then saved copy
Paulb23
2019-10-27
Improve performance of connection info in the script editor
Paulb23
2019-10-22
Fixed evaluation for types
David Sichma
2019-10-02
Update ScriptEditor and ShaderEditor Tooltip
Alexander Holland
2019-09-28
Highlight singletons and class_names in GDScript
Bojidar Marinov
2019-09-22
Support menu key in TextEdit and LineEdit controls
Paul Trojahn
2019-08-31
Default ColorPicker color mode setting
Bhupendra Aole
2019-08-30
Editor: remove TOOLS_ENABLED guards
merumelu
2019-08-13
Merge pull request #31338 from Calinou/reorganize-menus
Rémi Verschelde
2019-08-13
Reorganize various menus for consistency and conciseness
Hugo Locurcio
2019-08-12
Add "Find in Files..." to the text editor
Michael Alexsander Silva Dias
2019-08-12
Merge pull request #31179 from KoBeWi/code_editor_magic
Rémi Verschelde
2019-08-10
Adds support for undo/redo for in-editor color picker
miwanczuk
2019-08-08
Move "Go to Function/Line" to "Go To" menu
Michael Alexsander Silva Dias
2019-08-08
Fixes color picker in code editor - now it only changes one color
iwek7
2019-08-08
Add Evaluate Selection option to Script Editor
Tomasz Chabora
2019-07-25
Fix memory leaks with SyntaxHighlighters
Paulb23
2019-07-04
Parse more informations for code completion
Geequlim
2019-07-01
Add "Go To" menu to the script editor and move the bookmark and breakpoint me...
Michael Alexsander Silva Dias
2019-07-01
Merge pull request #29071 from YeldhamDev/improve_bookmarks
Rémi Verschelde
2019-07-01
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-06-24
Correct typo that broke custom selected font color
Gwyneth Lowe
2019-06-23
Center script line when double clicked on error in debugger
Dawid Wdowiak
2019-06-23
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-17
Merge pull request #28766 from pgoral/editor_validation_issue
Rémi Verschelde
2019-06-13
Check for inherited methods before attempting to create one when connecting a...
Michael Alexsander Silva Dias
2019-06-12
Merge pull request #29703 from YeldhamDev/method_signal_warning_base
Rémi Verschelde
2019-06-12
Merge pull request #29659 from YeldhamDev/script_connections_node_deleted
Rémi Verschelde
2019-06-11
Check base scripts for signal receiving methods before warning about them mis...
Michael Alexsander Silva Dias
2019-06-11
Merge pull request #29262 from DarknessCatt/issue-27476
Rémi Verschelde
2019-06-10
Fix connection info still appearing on scripts if the node source is deleted
Michael Alexsander Silva Dias
2019-06-03
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-05-29
Automatically add new line to scripts
Matheus Lima Cunha
2019-05-29
Changing method signature in other class in not recognized in working class i...
Goral
2019-05-24
Merge pull request #28907 from dankan1890/contextual_help
Rémi Verschelde
2019-05-24
Improve bookmarks
Michael Alexsander Silva Dias
2019-05-20
Merge pull request #28218 from KoBeWi/b00km4rk5
Rémi Verschelde
2019-05-20
Merge pull request #26809 from KoBeWi/undo_set_text_like_a_boss
Rémi Verschelde
2019-05-16
Allow to undo TextEdit.set_text
Tomasz Chabora
2019-05-16
Directories can now be dragged into the script editor
Hayden
2019-05-15
ScriptEditor: Changed the shortcut for contextual help in ALT + F1, to resolv...
dankan1890
2019-05-05
Add bookmarks for easier code navigation
Tomasz Chabora
2019-04-29
Merge pull request #28101 from MunWolf/debugger_cursor
Rémi Verschelde
2019-04-24
Make small changes to the new connection info on script feature
Michael Alexsander Silva Dias
2019-04-23
Added a marker in text_edit that tells which row is executing.
Rikhardur Bjarni Einarsson
2019-04-22
Merge pull request #28234 from Paulb23/connection_info_on_script
Rémi Verschelde
2019-04-21
Merge pull request #27979 from Paulb23/remember_script_state
Rémi Verschelde
2019-04-20
Display connection information in the script editor
Paulb23
2019-04-17
Don't allow class_name in built-in scripts
lupoDharkael
2019-04-16
Fix code completion not working with class_name
lupoDharkael
[next]