mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	-Merged Script and Help tabs
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab
This commit is contained in:
		
							parent
							
								
									8420c24f7f
								
							
						
					
					
						commit
						081a236c67
					
				
					 14 changed files with 1362 additions and 796 deletions
				
			
		|  | @ -618,7 +618,7 @@ CodeTextEditor::CodeTextEditor() { | |||
| 	line_col = memnew( Label ); | ||||
| 	add_child(line_col); | ||||
| 	line_col->set_anchor_and_margin(MARGIN_LEFT,ANCHOR_END,135); | ||||
| 	line_col->set_anchor_and_margin(MARGIN_TOP,ANCHOR_END,20); | ||||
| 	line_col->set_anchor_and_margin(MARGIN_TOP,ANCHOR_END,15); | ||||
| 	line_col->set_anchor_and_margin(MARGIN_BOTTOM,ANCHOR_END,1); | ||||
| 	line_col->set_anchor_and_margin(MARGIN_RIGHT,ANCHOR_END,5); | ||||
| 	//line_col->set_align(Label::ALIGN_RIGHT);
 | ||||
|  | @ -637,7 +637,7 @@ CodeTextEditor::CodeTextEditor() { | |||
| 	error = memnew( Label ); | ||||
| 	add_child(error); | ||||
| 	error->set_anchor_and_margin(MARGIN_LEFT,ANCHOR_BEGIN,5); | ||||
| 	error->set_anchor_and_margin(MARGIN_TOP,ANCHOR_END,20); | ||||
| 	error->set_anchor_and_margin(MARGIN_TOP,ANCHOR_END,15); | ||||
| 	error->set_anchor_and_margin(MARGIN_BOTTOM,ANCHOR_END,1); | ||||
| 	error->set_anchor_and_margin(MARGIN_RIGHT,ANCHOR_END,130); | ||||
| 	error->hide(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Juan Linietsky
						Juan Linietsky