-Many fixes and demo for RichTexLabel
-Proper ability to edit BBCode in RTL.
This commit is contained in:
parent
70752f3e4b
commit
93ce7d92c1
17 changed files with 307 additions and 23 deletions
|
|
@ -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) ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue