Improved UITreeView selection.

ecode: Widget picker in scene node inspector.
Added support for @string(key, "fallback_text") in translator and text properties.
This commit is contained in:
Martín Lucas Golini
2022-09-30 01:58:12 -03:00
parent a64696d03b
commit 994cee2bbf
12 changed files with 176 additions and 35 deletions

View File

@@ -445,6 +445,7 @@ std::string LinterPlugin::getMatchString( const LinterType& type ) {
return "error";
}
// TODO: Implement error lens
void LinterPlugin::drawAfterLineText( UICodeEditor* editor, const Int64& index, Vector2f position,
const Float& /*fontSize*/, const Float& lineHeight ) {
Lock l( mMatchesMutex );