Skip to content
This repository was archived by the owner on Feb 2, 2020. It is now read-only.

Brush paremeters via command arguments #18

@mickare

Description

@mickare

Since /vs set <parameter> = <value> is way to complex, it would be nice to be able to set them directly in each /b ... command like it is common in the command-line.

Syntax: /b <shape> <mask> <effect> [-parameter=value] ...

The parameter starts with a - and will be set with =. This should be very good parsable with a Regex Expression, e.g.: \s-([a-zA-Z]+)=([a-zA-Z0-9\+-\.]+) -> https://regex101.com/r/lN3xD1/1

Example:

  • /b d m -face=true -height=5

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions