mirror of
https://github.com/Relintai/Godot-TextEditor.git
synced 2025-02-04 19:15:54 +01:00
1.4.1
This commit is contained in:
parent
19cb94742d
commit
f2ae9db115
@ -1,3 +1,4 @@
|
||||
tool
|
||||
extends "res://addons/text_editor/TE_RichTextLabel.gd"
|
||||
|
||||
func msg(msg):
|
||||
|
@ -266,7 +266,6 @@ func load_state():
|
||||
if selected:
|
||||
emit_signal("file_selected", selected.file_path)
|
||||
|
||||
|
||||
func _load_property(state:Dictionary, property:String, merge:bool=false):
|
||||
if property in state and typeof(state[property]) == typeof(self[property]):
|
||||
if merge:
|
||||
@ -358,6 +357,8 @@ func _menu_view_file(index:int):
|
||||
if ext in exts_enabled:
|
||||
exts_enabled[ext] = not exts_enabled[ext]
|
||||
popup_view_file.set_item_checked(index, exts_enabled[ext])
|
||||
else:
|
||||
print("no %s in %s" % [ext, exts_enabled])
|
||||
|
||||
refresh_files()
|
||||
save_state()
|
||||
|
Loading…
Reference in New Issue
Block a user