declex icon indicating copy to clipboard operation
declex copied to clipboard

Use FormattedExpressions in whole the code, independent of using actions or not

Open smaugho opened this issue 6 years ago • 0 comments

Formatted Expressions can be used only with the actions. But they are really useful expressions which in general, extending this to Java can be very useful (while using DecleX of course).

I propose to extend this to all the app using DecleX, right now it could be done using the same actions mechanism, so probably the Actions Processor can check for these expressions in the literals, and then it can check the method to be processed for Actions (even if there's no Actions), permitting in this way to extend the expressions to whole the application.

smaugho avatar Aug 22 '17 10:08 smaugho