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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shortens minimum height of script editor windows
Haoyu Qiu
2020-02-05
1
-3
/
+3
*
Add option to disable loading scripts in ScriptCreateDialog
Michael Alexsander
2020-01-09
1
-1
/
+1
*
Minor fixes for ScriptCreateDialog
Michael Alexsander
2020-01-08
1
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #34695 from timothyqiu/show-in-file-system
Rémi Verschelde
2019-12-30
1
-6
/
+9
|
\
|
*
Checks script path before show in filesystem
Haoyu Qiu
2019-12-30
1
-6
/
+9
*
|
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+3
|
/
*
Makes more editor strings translatable
Haoyu Qiu
2019-12-21
1
-4
/
+4
*
Fix ScriptTextEditor encapsulation
Yuri Roubinsky
2019-12-19
1
-9
/
+5
*
Fix toggle scripts panel to allow using shortcut in other areas
Yuri Roubinsky
2019-12-17
1
-3
/
+18
*
Moves switch for show scripts panel from File menu to status bar
Yuri Roubinsky
2019-12-15
1
-4
/
+10
*
Fixes around ScriptEditor script list
PouleyKetchoupp
2019-11-25
1
-12
/
+25
*
Fixed ScriptEditor autosave timer causing errors on start
PouleyKetchoupp
2019-10-10
1
-17
/
+20
*
Add shortcut Shift + F3 to search pervious in the built-in docs
Marqus
2019-10-10
1
-0
/
+4
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-5
/
+2
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-5
/
+2
*
|
Improve the debugger shortcut UX
Hugo Locurcio
2019-09-22
1
-1
/
+1
*
|
Fixed resource loading when editing built-in script from resource
PouleyKetchoupp
2019-09-07
1
-16
/
+27
|
/
*
Load scene if needed when editing recent built-in script
PouleyKetchoupp
2019-09-04
1
-0
/
+4
*
Reorganize & rename text editor settings categories
Cykyrios
2019-09-01
1
-18
/
+18
*
Merge pull request #31338 from Calinou/reorganize-menus
Rémi Verschelde
2019-08-13
1
-13
/
+7
|
\
|
*
Reorganize various menus for consistency and conciseness
Hugo Locurcio
2019-08-13
1
-13
/
+7
*
|
Add "Find in Files..." to the text editor
Michael Alexsander Silva Dias
2019-08-12
1
-0
/
+1
|
/
*
Minor cosmetic changes in some editor plugins
Michael Alexsander Silva Dias
2019-08-08
1
-3
/
+7
*
Update icons in script editor when theme changes
Michael Alexsander Silva Dias
2019-08-08
1
-14
/
+10
*
Fix error when going to a text file by clicking in a result from "Find in files"
Michael Alexsander Silva Dias
2019-08-07
1
-23
/
+28
*
Fix Find in Files Not Working Properly
Emmanuel Barroga
2019-08-06
1
-4
/
+20
*
Add Reopen Closed Script option in Script Editor
Tomasz Chabora
2019-08-01
1
-4
/
+55
*
Fix memory leaks with SyntaxHighlighters
Paulb23
2019-07-25
1
-10
/
+12
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+1
*
Center script line when double clicked on error in debugger
Dawid Wdowiak
2019-06-23
1
-1
/
+4
*
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
1
-3
/
+1
|
\
|
*
Fix always true/false values
qarmin
2019-06-20
1
-3
/
+1
*
|
Merge pull request #29547 from santouits/filter-scripts
Rémi Verschelde
2019-06-19
1
-17
/
+55
|
\
\
|
*
|
Add filter search for script list and the members
santouits
2019-06-12
1
-17
/
+55
*
|
|
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
*
|
|
|
Bring selected script in view of open scripts list
Emmanuel Barroga
2019-06-16
1
-0
/
+2
*
|
|
|
Merge pull request #29129 from kis3lori/remove-save-theme-for-default
Rémi Verschelde
2019-06-13
1
-9
/
+15
|
\
\
\
\
|
*
|
|
|
Created a fallback from the "Save Theme" button to "Save Theme As" when a def...
Kis Levente Lorand
2019-06-13
1
-9
/
+15
*
|
|
|
|
Merge pull request #29664 from akien-mga/external-editor-default-flags
Rémi Verschelde
2019-06-12
1
-2
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
Always pass script path to external editor
Rémi Verschelde
2019-06-11
1
-2
/
+12
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #29262 from DarknessCatt/issue-27476
Rémi Verschelde
2019-06-11
1
-1
/
+10
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Automatically add new line to scripts
Matheus Lima Cunha
2019-05-29
1
-1
/
+10
*
|
|
|
|
Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editor
Rémi Verschelde
2019-06-01
1
-1
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Add sub-resource name when available to script editor
UziMonkey
2019-05-31
1
-1
/
+13
*
|
|
|
|
|
Merge pull request #28695 from Ranoller/patch-2
Rémi Verschelde
2019-06-01
1
-0
/
+8
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
FIX Script editor doesn´t send unsaved script #28693
Ranoller
2019-05-05
1
-0
/
+8
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
method list no longer forwards drag commands to script list
AlexHoratio
2019-05-27
1
-1
/
+0
*
|
|
|
|
fixed problem where the script lists gets ordered even when ordering is disabled
hbina085
2019-05-24
1
-1
/
+9
|
|
_
|
_
|
/
|
/
|
|
|
[next]