Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All navigation functions moved to ledger-navigate. | Craig Earls | 2014-09-13 | 1 | -3/+3 |
| | | | | Reduce several overlapping functions. | ||||
* | everything appears to work with no empty lines between xacts. | Craig Earls | 2014-09-13 | 1 | -13/+25 |
| | |||||
* | Minor refactoring and code cleanup | Craig Earls | 2014-09-10 | 1 | -31/+3 |
| | |||||
* | New fortification is working. | Craig Earls | 2014-09-08 | 1 | -27/+27 |
| | | | | Code pruned. | ||||
* | Seems to be working. I wasn't ensuring I caught all the xacts in a region ↵ | Craig Earls | 2014-09-08 | 1 | -13/+11 |
| | | | | | | specified by hit lock. Now I need to prune code | ||||
* | Solved the fight between jit-lock. But for some reason it isn't calling it ↵ | Craig Earls | 2014-09-05 | 1 | -1/+1 |
| | | | | for all regions in the buffer. | ||||
* | jit-lock is now calling ledger-fontify-buffer-part, but ↵ | Craig Earls | 2014-09-05 | 1 | -1/+1 |
| | | | | font-lock-fontify-region is still being called and fighting with it. | ||||
* | meh. Still chugging along. | Craig Earls | 2014-09-05 | 1 | -6/+7 |
| | |||||
* | improved xact iteration so fontify-whole-buffer doesn't miss xact separated ↵ | Craig Earls | 2014-09-04 | 1 | -4/+4 |
| | | | | by more than a single empty line | ||||
* | Not working well, try something else on new-fontification-scheme-2 | Craig Earls | 2014-08-26 | 1 | -3/+17 |
| | |||||
* | fontifying xact starts and postings. | Craig Earls | 2014-08-24 | 1 | -13/+28 |
| | | | | initial testing looks better than previous font-lock methods. Need run time and performance testing. | ||||
* | Set up fontification independent of font-lock. | Craig Earls | 2014-08-24 | 1 | -0/+173 |
Basic functionality in place. need to test further and expand detail fortification. |