mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Merge pull request #31179 from KoBeWi/code_editor_magic
Add Evaluate Selection option to Script Editor
This commit is contained in:
		
						commit
						b18747af4b
					
				
					 2 changed files with 31 additions and 0 deletions
				
			
		|  | @ -120,6 +120,7 @@ class ScriptTextEditor : public ScriptEditorBase { | |||
| 		EDIT_TO_UPPERCASE, | ||||
| 		EDIT_TO_LOWERCASE, | ||||
| 		EDIT_CAPITALIZE, | ||||
| 		EDIT_EVALUATE, | ||||
| 		EDIT_TOGGLE_FOLD_LINE, | ||||
| 		EDIT_FOLD_ALL_LINES, | ||||
| 		EDIT_UNFOLD_ALL_LINES, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde