awesome-widgets/sources/awesome-widget
Evgeniy Alekseev 2f88c7ae60 add macros support
Macros should be declared as `aw_macro<name,arg1,arg2,...>{{macro body}}` and then
they may be used as `aw_name<arg1,arg2,...>{{}}`. It just puts `macro
body` to pattern and replaces arguments to provided ones according to
macro call. E.g.:
```
$aw_macro<test,phrase>{{phrase}}$aw_test<hello world>{{}}
```
will transform into
```
hello world
```
2016-07-01 02:21:48 +03:00
..
package add formatter configuration to ui 2016-05-15 01:18:18 +03:00
plugin add macros support 2016-07-01 02:21:48 +03:00
CMakeLists.txt edit cmake files 2015-08-01 00:10:18 +03:00
metadata.desktop update project url 2016-03-05 19:39:26 +03:00