Add files via upload

This commit is contained in:
fenix-hub 2019-10-18 01:22:28 +02:00 committed by GitHub
parent 44171b6378
commit 1b033859ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 172 additions and 168 deletions

View File

@ -7,8 +7,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.6.0*
Godot Version: *3.1.1-stable*
Version: *1.6.4*
Godot Version: *3.2alpha2*
**This repository was pushed directly from Godot Engine Editor thanks to [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!**
@ -21,7 +21,7 @@ When opening / creating a file, the editor will open and you will be able to edi
You can just *Save* the file, or *Save file As* a new file (if it is a new file but also to make some copies).
You will also be able to see some informations about the file you are editing (time and date of last edit) and you can set your editor to *Read Only* if you don't want to make changes but still read the content of the file.
Multiple files can be opened in different tabs.
![preview1](https://i.imgur.com/BbZzKzD.png)![preview2](https://i.imgur.com/asggk4f.png) ![preview3](https://i.imgur.com/omReRZr.png)
![preview1](https://i.imgur.com/BbZzKzD.png)![preview2](https://i.imgur.com/asggk4f.png) ![preview3](https://i.imgur.com/omReRZr.png) ![preview4](https://i.imgur.com/d8pMJsE.png)
## How do I install it?
**Manual**
@ -49,6 +49,7 @@ You can find this plugin in the AssetLib of Godot Engine Editor. Just download i
+ "*.html ; HyperText Markup Language"
+ "*.cfg ; Configuration File"
+ "*.ini ; Initialization File (same as .cfg Configuration File)"
+ "*.csv ; Comma-separated values File"
#### Current version
To check all the features included in the current version, please read the [VERSION file](./VERSION.md)
@ -60,10 +61,3 @@ To check all the features I'm currently working on, please read the [TODO file](
This addon was built for a **personal use** intention. It was released as an open source plugin in the hope that it could be useful to the Godot Engine Community.
As a "work in progress" project, there is *no warranty* for any eventual issue and bug that may broke your project.
I don't assume any responsibility for possible corruptions of your project files. It is always advisable to keep a copy of your files and check any changes.

View File

@ -97,3 +97,13 @@
- Characters counter in VanillaEditor
- String searcher in VanillaEditor (with custom shortcut *Ctrl + F*)
- String replacer in VanillaEditor (with custom shortcut *Ctrl + R*)
-----------------------
**version 1.6.4**
*added*
- CSV VisualEditor (shortcut *Ctrl+2*):
- you can now read and edit CSV files which importing them as simple CSV files (and not translate file)
- MiniMap drawer in VanillaEditor
- SoftWrap / NoWrap in VanillaEditor