diff options
| author | Juan Linietsky | 2015-04-21 16:01:58 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-21 16:01:58 -0300 |
| commit | 93ce7d92c17e01cca80e0a1ac2ac28dcc4732c6b (patch) | |
| tree | cb517e763a9f50f60d3e2ff633f6014843d9e50c /tools/editor/editor_node.cpp | |
| parent | 70752f3e4bee88bd525285fb1fef7149a636b1b2 (diff) | |
| download | godot-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.cpp | 2 |
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) ) ); |
