aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-04-21 16:01:58 -0300
committerJuan Linietsky2015-04-21 16:01:58 -0300
commit93ce7d92c17e01cca80e0a1ac2ac28dcc4732c6b (patch)
treecb517e763a9f50f60d3e2ff633f6014843d9e50c /tools/editor/editor_node.cpp
parent70752f3e4bee88bd525285fb1fef7149a636b1b2 (diff)
downloadgodot-93ce7d92c17e01cca80e0a1ac2ac28dcc4732c6b.tar.gz
godot-93ce7d92c17e01cca80e0a1ac2ac28dcc4732c6b.tar.zst
godot-93ce7d92c17e01cca80e0a1ac2ac28dcc4732c6b.zip
-Many fixes and demo for RichTexLabel
-Proper ability to edit BBCode in RTL.
Diffstat (limited to '')
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 69b6be621..f50db4052 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -4115,7 +4115,7 @@ EditorNode::EditorNode() {
add_editor_plugin( memnew( ParticlesEditorPlugin(this) ) );
add_editor_plugin( memnew( ResourcePreloaderEditorPlugin(this) ) );
add_editor_plugin( memnew( ItemListEditorPlugin(this) ) );
- add_editor_plugin( memnew( RichTextEditorPlugin(this) ) );
+ //add_editor_plugin( memnew( RichTextEditorPlugin(this) ) );
add_editor_plugin( memnew( CollisionPolygonEditorPlugin(this) ) );
add_editor_plugin( memnew( CollisionPolygon2DEditorPlugin(this) ) );
add_editor_plugin( memnew( TileSetEditorPlugin(this) ) );