Merge pull request #51845 from Paulb23/hide-textfiles
This commit is contained in:
commit
1327c77848
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<class name="TextFile" inherits="Resource" version="4.0">
|
|
||||||
<brief_description>
|
|
||||||
</brief_description>
|
|
||||||
<description>
|
|
||||||
</description>
|
|
||||||
<tutorials>
|
|
||||||
</tutorials>
|
|
||||||
<methods>
|
|
||||||
</methods>
|
|
||||||
<constants>
|
|
||||||
</constants>
|
|
||||||
</class>
|
|
|
@ -3114,7 +3114,7 @@ void VisualShaderEditor::_notification(int p_what) {
|
||||||
{
|
{
|
||||||
Color background_color = EDITOR_GET("text_editor/theme/highlighting/background_color");
|
Color background_color = EDITOR_GET("text_editor/theme/highlighting/background_color");
|
||||||
Color text_color = EDITOR_GET("text_editor/theme/highlighting/text_color");
|
Color text_color = EDITOR_GET("text_editor/theme/highlighting/text_color");
|
||||||
Color keyword_color = EDITOR_GET("text_editor/highlighting/keyword_color");
|
Color keyword_color = EDITOR_GET("text_editor/theme/highlighting/keyword_color");
|
||||||
Color control_flow_keyword_color = EDITOR_GET("text_editor/theme/highlighting/control_flow_keyword_color");
|
Color control_flow_keyword_color = EDITOR_GET("text_editor/theme/highlighting/control_flow_keyword_color");
|
||||||
Color comment_color = EDITOR_GET("text_editor/theme/highlighting/comment_color");
|
Color comment_color = EDITOR_GET("text_editor/theme/highlighting/comment_color");
|
||||||
Color symbol_color = EDITOR_GET("text_editor/theme/highlighting/symbol_color");
|
Color symbol_color = EDITOR_GET("text_editor/theme/highlighting/symbol_color");
|
||||||
|
|
|
@ -812,7 +812,6 @@ void register_scene_types() {
|
||||||
GDREGISTER_CLASS(Font);
|
GDREGISTER_CLASS(Font);
|
||||||
GDREGISTER_CLASS(Curve);
|
GDREGISTER_CLASS(Curve);
|
||||||
|
|
||||||
GDREGISTER_CLASS(TextFile);
|
|
||||||
GDREGISTER_CLASS(TextLine);
|
GDREGISTER_CLASS(TextLine);
|
||||||
GDREGISTER_CLASS(TextParagraph);
|
GDREGISTER_CLASS(TextParagraph);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue