mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user