mirror of
https://github.com/Relintai/godot-engine.file-editor.git
synced 2025-05-22 14:17:42 +02:00
commit
51b8fcf44c
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: "[BUG]"
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- OS: [e.g. Windows]
|
||||||
|
- Godot Engine Version [e.g. 3.2.3rc6]
|
||||||
|
- Plugin Version [e.g. v1.7.0]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: "[FEATURE]"
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe an implementation suggestion**
|
||||||
|
A clear and concise description of any implementation method you'd like to suggest. It may be technical or just theoretical.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
12
README.md
12
README.md
@ -1,4 +1,4 @@
|
|||||||
[](https://github.com/fenix-hub/godot-engine.file-editor)
|
[](https://github.com/fenix-hub/godot-engine.file-editor)
|
||||||
[](https://discord.gg/JNrcucg)
|
[](https://discord.gg/JNrcucg)
|
||||||
[](https://paypal.me/NSantilio?locale.x=it_IT)
|
[](https://paypal.me/NSantilio?locale.x=it_IT)
|
||||||
|
|
||||||
@ -13,10 +13,10 @@ 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.
|
A little plugin to easy-way manage your text files inside your project folder.
|
||||||
|
|
||||||
Author: *"Nicolo (fenix) Santilio"*
|
Author: *"Nicolo (fenix) Santilio"*
|
||||||
Version: *1.7.4*
|
Version: *1.7.6*
|
||||||
Godot Version: *3.2.3rc4*
|
Godot Version: *3.2.3*
|
||||||
|
|
||||||
**This repository was pushed directly from Godot Engine Editor thanks to [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!**
|
**This repository was pushed directly from Godot Engine Editor thanks to this [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!**
|
||||||
|
|
||||||
## What is this?
|
## What is this?
|
||||||
This is a little plugin I've made to easily edit text files in your project folder.
|
This is a little plugin I've made to easily edit text files in your project folder.
|
||||||
@ -59,12 +59,12 @@ You can find this plugin in the AssetLib of Godot Engine Editor. Just download i
|
|||||||
+ "*.res ; Resource File"
|
+ "*.res ; Resource File"
|
||||||
|
|
||||||
#### Current version
|
#### Current version
|
||||||
To check all the features included in the current version, please read the [VERSION file](./VERSION.md)
|
To check all the features that are included in the current version, please read the [VERSION file](./VERSION.md)
|
||||||
|
|
||||||
#### Upcoming features
|
#### Upcoming features
|
||||||
To check all the features I'm currently working on, please read the [TODO file](./TODO.md)
|
To check all the features I'm currently working on, please read the [TODO file](./TODO.md)
|
||||||
|
|
||||||
# Disclaimer
|
# Disclaimer
|
||||||
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.
|
This addon was built for the intention of my **personal use**. 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.
|
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user