summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde2021-01-041-10/+6
|\
| * Refactoring Visual ScriptSwarnim Arun2021-01-011-10/+6
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Merge pull request #41861 from Razoric480/fix-vscript-value-by-typeRémi Verschelde2020-09-181-0/+1
|\
| * Add a VScript func to sanitize variant valuesFrancois Belair2020-09-181-0/+1
* | Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-1/+1
|/
* Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-0/+1
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-2/+2
* Convert syntax highlighters into a resourcePaulb232020-07-111-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Small fixes to redundand code, copy paste bugsqarmin2019-10-141-1/+1
* Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias2019-09-281-0/+1
* Cleanup VS editor's left menuMichael Alexsander Silva Dias2019-09-271-1/+1
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-14/+52
* Tool Mode for VisualscriptSwarnim Arun2019-09-211-0/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-0/+1
|\
| * Changing method signature in other class in not recognized in working class i...Goral2019-05-291-0/+1
* | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+1
|\ \ | |/ |/|
| * Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+1
* | VS: Give the generic search the current base type.K. S. Ernest (iFire) Lee2019-05-011-1/+1
* | Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* add undeclared function params of VisualScriptEditor::_selected_method , Fixe...Liangdi2018-11-211-1/+1
* On virtual method creation cancel don't do anything.K. S. Ernest (iFire) Lee2018-11-051-1/+1
* Fix inspector previewGuilherme Felipe2018-10-071-1/+1
* Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde2018-09-271-2/+0
* Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde2018-09-271-1/+2
* Change the default variable constructor to use EditorInspector and updated pr...K. S. Ernest (iFire) Lee2018-09-081-2/+2
* Carry property hint and hint string through to Visualscript virtual functions.K. S. Ernest (iFire) Lee2018-07-271-1/+1
* Visualscript fix crash and generic search does not connect ports.K. S. Ernest (iFire) Lee2018-07-261-2/+2
* Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FI...K. S. Ernest (iFire) Lee2018-07-251-0/+3
* Merge pull request #18867 from fire/better_vx_us_rebase_02Juan Linietsky2018-07-241-19/+20
|\
| * Improve VisualScript UXK. S. Ernest (iFire) Lee2018-07-241-19/+20
* | Allow opening and editing of any utf_8 file in script editorPaulb232018-07-221-2/+2
|/
* -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-1/+1
* Abstracted the syntax highlighter from text editPaulb232018-04-021-0/+3
* Merge pull request #15379 from ianb96/delete_key_fixRémi Verschelde2018-02-141-0/+1
|\
| * Filesystem and Visual Script Members keyboard shortcuts fixIan2018-01-061-0/+1
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
|/
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2