index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
script_editor_plugin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Reopen Closed Script option in Script Editor
Tomasz Chabora
2019-08-01
1
-1
/
+2
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-2
/
+2
*
Merge pull request #29547 from santouits/filter-scripts
Rémi Verschelde
2019-06-19
1
-0
/
+6
|
\
|
*
Add filter search for script list and the members
santouits
2019-06-12
1
-0
/
+6
*
|
Merge pull request #28766 from pgoral/editor_validation_issue
Rémi Verschelde
2019-06-17
1
-0
/
+2
|
\
\
|
*
|
Changing method signature in other class in not recognized in working class i...
Goral
2019-05-29
1
-0
/
+2
|
|
/
*
|
Merge pull request #29129 from kis3lori/remove-save-theme-for-default
Rémi Verschelde
2019-06-13
1
-0
/
+1
|
\
\
|
*
|
Created a fallback from the "Save Theme" button to "Save Theme As" when a def...
Kis Levente Lorand
2019-06-13
1
-0
/
+1
|
|
/
*
|
Merge pull request #29262 from DarknessCatt/issue-27476
Rémi Verschelde
2019-06-11
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Automatically add new line to scripts
Matheus Lima Cunha
2019-05-29
1
-0
/
+1
*
|
Make "Find in Files" always available in the script editor
Michael Alexsander Silva Dias
2019-05-02
1
-0
/
+1
*
|
Added a marker in text_edit that tells which row is executing.
Rikhardur Bjarni Einarsson
2019-04-23
1
-0
/
+4
*
|
Display connection information in the script editor
Paulb23
2019-04-20
1
-0
/
+1
|
/
*
Add a "Request Docs" button to code editor.
Juan Linietsky
2019-03-26
1
-0
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Unify editor class and reference search
Ray Koopa
2018-11-20
1
-3
/
+2
*
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Added method to create TextFiles
Paulb23
2018-08-15
1
-0
/
+1
*
Allow opening and editing of any utf_8 file in script editor
Paulb23
2018-07-22
1
-8
/
+12
*
Merge pull request #19498 from guilhermefelipecgs/fix_regression
Max Hilbrunner
2018-07-05
1
-2
/
+2
|
\
|
*
Fix "find and replace" initializing with wrong size
Guilherme Felipe
2018-06-13
1
-2
/
+2
*
|
Move Theme options to submenu
Chaosus
2018-06-21
1
-4
/
+10
|
/
*
Fix #16069, #19292, #19267 and #18940
Guilherme Felipe
2018-06-06
1
-2
/
+2
*
Show opened script or help name
volzhs
2018-06-06
1
-0
/
+1
*
Add button hbox with alphabetic sort toggle above methods outline.
Julian Murgia
2018-05-11
1
-0
/
+4
*
Merge pull request #16571 from Zylann/find_in_files
Juan Linietsky
2018-04-08
1
-0
/
+13
|
\
|
*
Added find & replace in files
Marc Gilleron
2018-02-19
1
-0
/
+13
*
|
Abstracted the syntax highlighter from text edit
Paulb23
2018-04-02
1
-1
/
+11
*
|
Merge pull request #16455 from volzhs/close-docs
Rémi Verschelde
2018-02-20
1
-1
/
+1
|
\
\
|
*
|
Keep to show current script when closing all docs
volzhs
2018-02-20
1
-1
/
+1
*
|
|
option to disable sort in script list
ianb96
2018-02-14
1
-0
/
+1
|
/
/
*
/
Changes for the "Recent Scripts" menu.
Michael Alexsander Silva Dias
2018-02-02
1
-2
/
+3
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Add Show In File System to script editor tabs
sersoong
2018-01-02
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Added open_script_create_dialog func
Will Nations
2017-12-13
1
-0
/
+1
*
Add 'copy script path' to script editor plugin
sersoong
2017-12-07
1
-0
/
+3
*
Add close other tabs to Script Editor
sersoong
2017-11-20
1
-0
/
+2
*
move item up/down context menu and shortcut
Ian
2017-11-12
1
-2
/
+8
*
add script editor list context menu
Ian
2017-11-12
1
-0
/
+4
*
Several fixed to editor doc.
Daniel J. Ramirez
2017-09-14
1
-0
/
+6
*
-Moved script run to editor, removed from project
Juan Linietsky
2017-08-27
1
-0
/
+1
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-10
/
+0
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Update script signals in real-time when script changes. Fixes #8980
Juan Linietsky
2017-08-18
1
-0
/
+1
*
Updated function argument names
Wilson E. Alvarez
2017-08-12
1
-5
/
+5
*
EditorPlugin methods and signals rename
Jakub Grzesik
2017-07-20
1
-2
/
+2
*
Merge pull request #9565 from kubecz3k/tool-signals
Rémi Verschelde
2017-07-19
1
-0
/
+7
|
\
|
*
Make available more informations about editor for Tool Plugins
Jakub Grzesik
2017-07-18
1
-0
/
+7
[next]