summaryrefslogtreecommitdiff
path: root/clformat/src/main
AgeCommit message (Collapse)Author
2018-10-28Cleanupbculkin2442
2018-10-28Import organizationbculkin2442
2018-10-16Merge branch 'master' of github.com:bculkin2442/bjc-utils2Benjamin J. Culkin
2018-10-16UpdateBenjamin J. Culkin
2018-10-13General cleanup and documentation.bculkin2442
Cleanup files, and add missing comments in places.
2018-09-20Allow abbreviating parametersBenjamin J. Culkin
Named parameter names can now be abbreviated to anything that is unambiguous with all the other named parameters for that directive.
2018-09-20Named parameters are always uppercaseBenjamin J. Culkin
Named parameters are always converted to uppercase now.
2018-09-20Use named parametersBenjamin J. Culkin
This allows named parameters to be used with all directives that take prefix parameters. Unnamed parameters still work, and there is no option at the moment that requires a name, but that may not remain true in the future.
2018-09-19Minor changesbculkin2442
2018-09-19Update namesBenjamin J. Culkin
2018-09-19Add named parametersBenjamin J. Culkin
You can now use named prefix parameters in FORMAT strings. Well, none of the directives support them yet, but they are accepted in the directives, and it'll be easy enough to add the support
2018-09-17General updates to FORMATBenjamin J. Culkin
2018-09-17Rename FormatParameter to FormatParametersbculkin2442
2018-09-17Introduce parameter objectbculkin2442
Changes directives to take a single parameter object, so that parameters can be added/removed easier
2018-09-17Updatebculkin2442
2018-09-16Add inflection directiveBenjamin J. Culkin
2018-09-16More module refactoringBenjamin J. Culkin
2018-09-16Remove stock filesBenjamin J. Culkin
2018-09-16Move CL format to submoduleBenjamin J. Culkin