hrj
hrj
In a complex function, the number of vertical lines can be high and a little hard to follow. It would be great if two or more colors could be defined...
I was excited to see this project and thanks for bringing it back. I am not able to see any lines in my Java code. (Update: see comment below). My...
That is, support for block comments, ala programming languages. Syntax could be `/* ..... */` or `;* ....... *;`
Currently, aliases are only substituted when they are used as the full account name. But, it will be also useful when aliases are part of an account name. For example,...
For formatting numbers, this project has useful components: https://github.com/unicode-org/icu Reference from [this SO](https://stackoverflow.com/questions/5379231/) question. Localizing dates is another good-to-have-feature. Not sure if icu4j has support for it. Java platform itself...
The process I follow is simple but manual: * Take latest released zip file * Unzip it somewhere * Replace the abandon jar file with the latest version * Zip...
It should be possible to fold the children of an account, and this setting should be per report. For example, if `Expense` is configured to be folded, then its children...
Useful functions could be: - currentTransactionDate() - currentPostingAccount() - currentTransactionTags() // Low priority Notes: - It should be possible to call these functions from other functions. - The best way...
It should be possible to define maps. Tentative syntax: ``` define myMap = { 0 : 123, "name" : 456, 2013/may/1 : "value" } ``` Alternatively, add ability to define...