mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	Add Duplicate Lines shortcut to CodeTextEditor
This keyboard shortcut has been made with inspiration from the VS Code keyboard shortcut editor.action.copyLinesDownAction. It duplicates all selected lines and inserts them below no matter where the caret is within the line.
This commit is contained in:
		
							parent
							
								
									43b9e89a07
								
							
						
					
					
						commit
						d2e651f403
					
				
					 11 changed files with 174 additions and 0 deletions
				
			
		|  | @ -120,6 +120,7 @@ class TextShaderEditor : public MarginContainer { | |||
| 		EDIT_UNINDENT, | ||||
| 		EDIT_DELETE_LINE, | ||||
| 		EDIT_DUPLICATE_SELECTION, | ||||
| 		EDIT_DUPLICATE_LINES, | ||||
| 		EDIT_TOGGLE_WORD_WRAP, | ||||
| 		EDIT_TOGGLE_COMMENT, | ||||
| 		EDIT_COMPLETE, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 PucklaMotzer09
						PucklaMotzer09