Releases: fenix-hub/godot-engine.file-editor
Releases · fenix-hub/godot-engine.file-editor
FileEditor - v1.9.2
Update v1.9.1
Fixes #44
Update v1.9.0
fix #42
fixed bug that glitched editor when closing unsaved files
Update v1.8.8
Related to #41 , now .txt files can be opened as .csv file in order to overcome import issue for translation files
Update v1.8.7
fixed:
- GoogleTranslationAPI threw cyclic reference error in CSVEditor
Update v1.8.6
features:
- Fixed bug found on Discord, some classes could not be loaded: completely removed IconLoader as a Singleton, now used locally on scripts
- Added a "Select/Deselect All" checkbox for target keys and langs
Update v1.8.4
features:
- Completely refactored CSV Editor, old
CsvEditor
was revisited with a newCSVEditor
, adding new features like (1) adding and dropping multiple columns and rows both with buttons or keyboard shortcuts, (2) changing editor display settings (columns and rows separation, cell's size) (3) automatized translation to localize faster and easier your project - Added Google Translate API to CSV Editor, plus a tutorial on how to use it properly
- Partial code clean and refactor
Update v1.7.8
fixed:
- The editor doesn't return errors anymore when running a project while the plugin is activated
Update v1.7.7
added:
- VanillaEditor now inherits the same font used for the Code Font in Editor Settings