mirror of
https://github.com/Relintai/Godot-TextEditor.git
synced 2025-02-04 19:15:54 +01:00
1.1
This commit is contained in:
parent
ae5f26280c
commit
c5104ff5a5
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,7 +2,6 @@
|
|||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
export_presets.cfg
|
export_presets.cfg
|
||||||
|
|
||||||
# Imported translations (automatically generated from CSV files)
|
# Imported translations (automatically generated from CSV files)
|
||||||
*.translation
|
*.translation
|
||||||
|
|
||||||
@ -10,6 +9,8 @@ export_presets.cfg
|
|||||||
.mono/
|
.mono/
|
||||||
data_*/
|
data_*/
|
||||||
|
|
||||||
|
project.godot
|
||||||
|
|
||||||
# Text editor related
|
# Text editor related
|
||||||
test_files/
|
test_files/
|
||||||
.trash/
|
.trash/
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
Let's run a test.
|
|
||||||
|
|
||||||
|
|
||||||
Okay, who cares aout that?
|
|
||||||
|
|
||||||
Okay, and then what?
|
|
@ -1,58 +0,0 @@
|
|||||||
; Engine configuration file.
|
|
||||||
; It's best edited using the editor UI and not directly,
|
|
||||||
; since the parameters that go here are not all obvious.
|
|
||||||
;
|
|
||||||
; Format:
|
|
||||||
; [section] ; section goes between []
|
|
||||||
; param=value ; assign values to parameters
|
|
||||||
|
|
||||||
config_version=4
|
|
||||||
|
|
||||||
_global_script_classes=[ {
|
|
||||||
"base": "Resource",
|
|
||||||
"class": "TE_ExtensionHelper",
|
|
||||||
"language": "GDScript",
|
|
||||||
"path": "res://addons/text_editor/ext/TE_ExtensionHelper.gd"
|
|
||||||
}, {
|
|
||||||
"base": "RichTextLabel",
|
|
||||||
"class": "TE_RichTextLabel",
|
|
||||||
"language": "GDScript",
|
|
||||||
"path": "res://addons/text_editor/TE_RichTextLabel.gd"
|
|
||||||
}, {
|
|
||||||
"base": "Reference",
|
|
||||||
"class": "TE_Util",
|
|
||||||
"language": "GDScript",
|
|
||||||
"path": "res://addons/text_editor/TE_Util.gd"
|
|
||||||
}, {
|
|
||||||
"base": "Control",
|
|
||||||
"class": "TextEditor",
|
|
||||||
"language": "GDScript",
|
|
||||||
"path": "res://addons/text_editor/TE_TextEditor.gd"
|
|
||||||
} ]
|
|
||||||
_global_script_class_icons={
|
|
||||||
"TE_ExtensionHelper": "",
|
|
||||||
"TE_RichTextLabel": "",
|
|
||||||
"TE_Util": "",
|
|
||||||
"TextEditor": ""
|
|
||||||
}
|
|
||||||
|
|
||||||
[application]
|
|
||||||
|
|
||||||
config/name="TextEdit"
|
|
||||||
run/main_scene="res://addons/text_editor/TextEditor.tscn"
|
|
||||||
config/icon="res://icon.png"
|
|
||||||
|
|
||||||
[editor_plugins]
|
|
||||||
|
|
||||||
enabled=PoolStringArray( "res://addons/text_editor/plugin.cfg" )
|
|
||||||
|
|
||||||
[physics]
|
|
||||||
|
|
||||||
common/enable_pause_aware_picking=true
|
|
||||||
|
|
||||||
[rendering]
|
|
||||||
|
|
||||||
quality/driver/driver_name="GLES2"
|
|
||||||
vram_compression/import_etc=true
|
|
||||||
vram_compression/import_etc2=false
|
|
||||||
environment/default_environment="res://default_env.tres"
|
|
Loading…
Reference in New Issue
Block a user