Fix RT bug #43151 where _-> completion had error
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / CompletionDriver /
2009-05-30 oliver resolve rt.cpan#44919 fix deprecated use of compute_all...
2009-04-09 oliver resolve rt.cpan#43807 three Completion drivers not...
2009-01-21 oliver make plugins be M::I features so dependencies are optional
2008-06-02 Sartak r61423@onn: sartak | 2008-06-02 16:00:33 -0400
2008-05-31 nothingmuch use namespaace::clean in turtles completion driver
2008-05-31 Sartak r61340@onn: sartak | 2008-05-31 12:17:19 -0400
2008-05-31 Sartak r61338@onn: sartak | 2008-05-31 11:57:10 -0400
2008-05-27 Sartak r61093@onn: sartak | 2008-05-26 21:37:55 -0400
2008-05-27 Sartak r61091@onn: sartak | 2008-05-26 21:32:50 -0400
2008-05-26 Sartak Tweaks to complete package names and variables
2008-05-26 Sartak Have Methods completion driver use FindVariable to...
2008-05-26 Sartak Back out previous change. requires doesn't work for...
2008-05-26 Sartak Use requires lexical_environment instead of manually...
2008-05-25 Sartak Avoid completing keywords on $foo-> ...
2008-05-25 Sartak CompletionDriver::Methods which currently only works...
2008-05-25 Sartak Devel::REPL::Plugin::CompletionDriver::Globals
2008-05-25 Sartak Comment on what each piece of the INC driver is doing
2008-05-25 Sartak Various improvements and cleanups in CompletionDriver...
2008-05-25 Sartak Fully recurse so that we can complete more precisely
2008-05-25 Sartak If we complete to a subdirectory, add the final ::
2008-05-25 Sartak Add the @INC completion driver. Needs some tweaking...
2008-05-25 Sartak Refactor the finding of the last element of the documen...
2008-05-06 nothingmuch Add CompletionDriver::Turtles
2007-09-26 Sartak Add LexEnv completion plugin. I still owe mst a refacto...
2007-09-23 Sartak Rewrite the Completion plugin using PPI. It's much...