# # ChangeLog for perl/lib/BarnOwl/Completion # # Generated by Trac 1.0.2 # Mar 28, 2024, 7:04:09 AM Sun, 07 Mar 2010 23:54:59 GMT David Benjamin [30c5aab] * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Parse.pm (modified) Add function for point-less parses Often, you don't care very much ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [2d232ed] * perl/lib/BarnOwl/Completion/Context.pm (modified) * perl/lib/BarnOwl/Parse.pm (added) Move Completion::Context::tokenize into own module Also add TODO ... Wed, 03 Mar 2010 02:14:44 GMT David Benjamin [af21934] * perl/lib/BarnOwl/Completion/Context.pm (modified) Fix leading whitespace in tokenizer and refactor Should make tests ... Mon, 28 Dec 2009 05:03:29 GMT Nelson Elhage [e6cec01] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) Completion: Add a helper function to complete paths. Add tests as ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [69c27e6] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) Don't suggest repeated flags in complete_flags For most commands, ... Wed, 30 Sep 2009 05:02:36 GMT David Benjamin [e97c5d05] * perl/lib/BarnOwl/Completion/Context.pm (modified) * t/completion.t (modified) Implement a shift_words method on completion contexts. This allows ... Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [94ef58c] * perl/lib/BarnOwl/Completion/Util.pm (modified) Add keyword arg to complete_flags: stop_at_nonflag Signed-off-by: ... Sun, 30 Aug 2009 02:17:09 GMT Nelson Elhage [6c144b3] * perl/lib/BarnOwl/Completion/Util.pm (modified) Fix $argct when given -- in complete_flags $argct is updated in the ... Thu, 30 Jul 2009 01:41:44 GMT Nelson Elhage [4fbc7f5] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) complete_flags: Pass the completer the argument number being ... Thu, 30 Jul 2009 01:41:44 GMT Nelson Elhage [e711ca7] * perl/lib/BarnOwl/Completion/Util.pm (modified) * t/completion.t (modified) complete_flags: Don't complete options after --. Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [7be5d8b] * perl/lib/BarnOwl/Completion/Context.pm (modified) * t/completion.t (modified) Completion::Context: Fix behavior if point is at end after ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [82a6e8b] * perl/lib/BarnOwl/Completion/Util.pm (added) * t/completion.t (modified) Add a generic function for completing a command with options. ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [13614e7] * perl/lib/BarnOwl/Completion/Context.pm (modified) * t/completion.t (modified) Context.pm: Return the boundaries of the current word. We need this ... Tue, 28 Jul 2009 03:23:57 GMT Nelson Elhage [8eac1a5] * perl/lib/BarnOwl.pm (modified) * perl/lib/BarnOwl/Completion.pm (added) * perl/lib/BarnOwl/Completion/Context.pm (added) * t/completion.t (added) Implement and test BarnOwl::Completion::Context. This is the class ...