mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	new file dialog!
-ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
This commit is contained in:
		
							parent
							
								
									07a466f6e6
								
							
						
					
					
						commit
						9acab32daa
					
				
					 75 changed files with 2219 additions and 214 deletions
				
			
		|  | @ -184,7 +184,7 @@ void ScriptCreateDialog::_built_in_pressed() { | |||
| 
 | ||||
| void ScriptCreateDialog::_browse_path() { | ||||
| 
 | ||||
| 	file_browse->set_mode(FileDialog::MODE_SAVE_FILE); | ||||
| 	file_browse->set_mode(EditorFileDialog::MODE_SAVE_FILE); | ||||
| 	file_browse->clear_filters(); | ||||
| 	List<String> extensions; | ||||
| 
 | ||||
|  | @ -365,7 +365,7 @@ ScriptCreateDialog::ScriptCreateDialog() { | |||
| 	set_hide_on_ok(false); | ||||
| 	set_title("Create Script for Node..");; | ||||
| 
 | ||||
| 	file_browse = memnew( FileDialog ); | ||||
| 	file_browse = memnew( EditorFileDialog ); | ||||
| 	file_browse->connect("file_selected",this,"_file_selected"); | ||||
| 	add_child(file_browse); | ||||
| 	get_ok()->set_text("Create"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Juan Linietsky
						Juan Linietsky