Skip to content

Commit

Permalink
Merge pull request #43 from fenix-hub/dev
Browse files Browse the repository at this point in the history
Update 1.9.0
  • Loading branch information
fenix-hub authored Feb 14, 2021
2 parents 9bbb52d + 863a59f commit 04c6ddf
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 185 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This plugin is now supported in [Godot Extended Library Discord](https://discord
A little plugin to easy-way manage your text files inside your project folder.

Author: *"Nicolo (fenix) Santilio"*
Version: *1.8.8*
Godot Version: *3.2.3*
Version: *1.9.0*
Godot Version: *3.2.4 rc2*

**This repository was pushed directly from Godot Engine Editor thanks to this [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!**

Expand Down
65 changes: 0 additions & 65 deletions addons/file-editor/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions addons/file-editor/TODO.md

This file was deleted.

114 changes: 0 additions & 114 deletions addons/file-editor/VERSION.md

This file was deleted.

1 change: 0 additions & 1 deletion addons/file-editor/scripts/FileEditor.gd
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ func xml_preview():
func json_preview():
pass


func _on_vanillaeditor_text_changed():
if not OpenFileList.get_item_text(current_file_index).begins_with("(*)"):
OpenFileList.set_item_text(current_file_index,"(*)"+OpenFileList.get_item_text(current_file_index))
Expand Down

0 comments on commit 04c6ddf

Please sign in to comment.