Skip to content

Releases: fenix-hub/godot-engine.file-editor

Update v1.7.4

04 Sep 17:46
d0d9f66
Compare
Choose a tag to compare

fixed:

  • CSV editor

Update v1.7.3

15 May 08:55
c960869
Compare
Choose a tag to compare

Minor updates and bug fixes

Update v1.6.4

17 Oct 23:26
6abbe3e
Compare
Choose a tag to compare

version 1.6.4
added

  • CSV VisualEditor (shortcut Ctrl+2):
    • you can now read and edit CSV files importing them as simple CSV files (and not translate file)
    • the supported csv delimiter is | character since is the rarest used character in files, so won't mess up the csv parser.
  • MiniMap drawer in VanillaEditor
  • SoftWrap / NoWrap in VanillaEditor
  • Version 3.2alpha2 supported

Update v1.6.0

11 Oct 19:58
360a8b9
Compare
Choose a tag to compare

version 1.6.0
fixed

  • Each opened file now has own editor: unsaved changes are no longer erased if a new file is opened without saving the previous opened file

added

  • Custom Syntax Highlighting for each file type (.md, .cfg/.ini, .html, .bbs)
  • Characters counter in VanillaEditor
  • String searcher in VanillaEditor (with custom shortcut Ctrl + F)
  • String replacer in VanillaEditor (with custom shortcut Ctrl + R)

texteditorv4
texteditorv2
texteditorv3

Update v1.4.3

07 Oct 22:33
4a6972c
Compare
Choose a tag to compare

version 1.4.3
removed

  • Old layout

added

  • New layout, ScriptEditor-like
  • More supported files:
  1. "*.cfg ; Configuration File",
  2. "*.ini ; Initialization File (same as .cfg Configuration File)",
  • Added some sample files
  • Memorize system of last opened files
  • Added Editor button , you can now choose which editor to use:
  1. Vanilla Editor (simple text editor)
  2. Cfg/Ini Editor (table editor for Cfg/Ini files)
    Editors are automatically updated, so if you update a cfg/ini file in the Vanilla Editor it will be updated in the Cfg/Ini Editor, and viceversa
  • Added editor shorcuts:
  1. Ctrl + N (new file)
  2. Ctrl + O (open file)
  3. Ctrl + Alt + C (close file)
  4. Ctrl + S (save file)
  5. Ctrl + Alt + S (save file as...)
  6. Ctrl + D (delete file)
  7. Ctrl + 1 (Vanilla Editor)
  8. Ctrl + 3 (Cfg/Ini Editor)

cfg_editor
fileditor_vanilla1

Update v1.2.1

03 Oct 14:12
445caaf
Compare
Choose a tag to compare

version 1.2.1
removed

  • Old layout, the plugin won't appear in docs
  • Icons file extensions, plugin size reduced
  • Old Mardkwon preview method

added

  • More supported files
  1. "*.dat ; Data File",
  2. "*.xml ; XML File",
  3. "*.sql ; SQL database file",
  4. "*.json ; JavaScript Object Notation File",
  5. "*.html ; HyperText Markup Language
  • New Markdown preview method ( Markdown -> BBCode converter)
  • New HTML preview method ( HTML -> BBCode converter)
  • New Plugin Layout: a new ButtonTool "File" in you TopBar will appear
  • Error check
  • Message popups for closing unsaved files
    preview
    texteditor_new

Update v0.3.3

01 Oct 15:04
49486ab
Compare
Choose a tag to compare

version 0.3.3
added file support:

  • "*.dat ; Data File",
  • "*.xml ; XML File",
  • "*.sql ; SQL database file",
  • "*.json ; JavaScript Object Notation File"

Update v0.3.1

24 Sep 15:08
1277e54
Compare
Choose a tag to compare

version 0.3.1
added

  • Version check
  • Preview support
  • Context menu in editor
  • BBCode converter
  • Light Mardkwon converter (DEMO)

fileditor3
fileditor2

Update v0.2.5

23 Sep 22:45
505f9e3
Compare
Choose a tag to compare

added

  • New Layout
  • Last modified time and date
  • Tabs

Update v0.1.1

23 Sep 13:11
5e983df
Compare
Choose a tag to compare

New folder organization for better install via AssetLib.