summaryrefslogtreecommitdiff
path: root/lisp/ldg-complete.el
Commit message (Collapse)AuthorAgeFilesLines
* Correct regexCraig Earls2013-05-111-1/+1
|
* Reverted changes to completion. Changes were "more correct" but performance ↵Craig Earls2013-05-101-1/+1
| | | | on large buffer was too poor.
* Implement more efficient completion algorithm. Thanks Thierry! Also remove ↵Craig Earls2013-05-061-24/+29
| | | | multi-comment font-locking for performance reasons.
* Fix payees and accounts matching to themselvesGeorge Kettleborough2013-04-161-52/+56
| | | | | | This would sometimes cause a double tab to be necessary for completion, although did also provide an accidental "feature" that repeated tabs would cycle all the way back to the original input
* Allow completion on accounts and metadataGeorge Kettleborough2013-04-131-2/+22
|
* Fixed reconciliation initialization. Now prompts with only account, not ↵Craig Earls2013-04-061-13/+17
| | | | | | status and amount Moved context function to leg-context, from leg-report. Cleaned up many regex in ldg-context.
* Fix ledger-complete-entry for stale regexCraig Earls2013-04-041-1/+1
|
* Fix copy-at-point and more regex consolidation and cleanupCraig Earls2013-04-031-3/+3
|
* Consolidated all major regexes into ldg-regex. Only major exception are the ↵Craig Earls2013-04-021-3/+2
| | | | regex in ledger context at point.
* Bring back comments into account completion.Craig Earls2013-04-011-4/+3
|
* Do not include xact level comments in account list for auto completion.Craig Earls2013-03-261-1/+2
|
* Fix align-postings to deal with being at end of bufferCraig Earls2013-03-251-3/+2
|
* Improve complete-all and reconcile savingCraig Earls2013-03-251-1/+1
|
* Lots of code cleanup. (if () (progn …) ==> (when () …) all over the ↵Craig Earls2013-03-251-7/+4
| | | | place
* Make complete play nice with auto alignmentCraig Earls2013-03-241-0/+45
|
* Account auto formatting now works with tab completionCraig Earls2013-03-061-5/+6
|
* A better try to deal with decimal-comma from ledgerCraig Earls2013-02-171-2/+2
|
* Make sure ledger-fully-complete-entry copies the rest of the payee lineCraig Earls2013-02-161-1/+6
|
* Improved error reportingCraig Earls2013-02-151-1/+1
|
* Code commenting cleanup.Craig Earls2013-02-141-8/+18
|
* Added menu entry for complete entry.Craig Earls2013-02-131-34/+20
| | | | Refactored leg-complete to get rid of some side effect usage
* Comment and code cleanupCraig Earls2013-02-121-3/+4
|
* Lisp code cleanup.Craig Earls2013-02-121-13/+15
| | | | Mostly went through and clarified variable names. Rather than "entry" for everything, use "transaction" and "posting" as appropriate to improve readability.
* Lisp code cleanupCraig Earls2013-02-051-25/+25
| | | | | | Most of the files have been touched several times and the indentation structure was wrong. I ran all the files through the emacs indent region function to get back to a baseline
* Added GPL licensing information to lisp filesCraig Earls2013-01-291-0/+21
|
* Untabified all source filesJohn Wiegley2010-06-111-95/+95
|
* Make sure ldg-new.el loads correctlyJohn Wiegley2010-05-071-0/+1
|
* Broke up the old ledger.el into several submodulesJohn Wiegley2010-04-121-0/+155