declex icon indicating copy to clipboard operation
declex copied to clipboard

Pass String as parameter to the populateThis listener to support $Populate(String ...)

Open smaugho opened this issue 7 years ago • 0 comments

To support $Populate("someView"), it would be enough calling populateThis passing the string as a parameter, the method populate this can check this string do determine what methods call, see that also a Regular Expression could be used with a matcher, so that you could do $Populate("firstView|secondView"), or $Populate("clock(?:_|[A-Z]")

smaugho avatar May 23 '17 09:05 smaugho