Skip to content

Add extra setProperty method in AppState #396

Description

@NovuloFerdinand

The AppState class has a method called setProperty:

public static void setProperty(Dockable dockable, String propertyName, String value) {
instance.setProperty(dockable, propertyName, new Property.StringProperty(propertyName, value));
}

Could you add an overload that accepts a Property object, so different types of properties are supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions