summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* update docsJesse Luehrs2013-07-051-2/+6
|
* make the DataDump plugin respect stringification overload by defaultJesse Luehrs2013-07-051-2/+23
|
* alias lexicals to their actual valuesJesse Luehrs2013-07-041-1/+8
| | | | | this makes them work more correctly with closures, and variables in the environment that come from other locations (like in Carp::Reply)
* just give up on the whole 'name' thing hereJesse Luehrs2013-07-045-19/+14
|
* todo commentJesse Luehrs2013-07-041-0/+1
|
* refactor this to avoid some duplicationJesse Luehrs2013-07-044-8/+32
|
* clean up some more tab completion stuffJesse Luehrs2013-07-022-0/+2
|
* avoid some undef warningsJesse Luehrs2013-07-011-1/+2
|
* avoid dying when checking weird stash entries for completionsJesse Luehrs2013-07-011-0/+9
|
* also need to handle UNIVERSAL hereJesse Luehrs2013-07-011-1/+6
|
* handle inherited methodsJesse Luehrs2013-07-011-10/+13
|
* allow tab completing after "$foo->"Jesse Luehrs2013-07-011-1/+3
|
* stop Autocomplete::Keywords from being overzealousToby Inkster2013-06-281-0/+1
|
* fix the bugs that DOY notedToby Inkster2013-06-281-5/+11
|
* autocomplete for function namesToby Inkster2013-06-281-0/+48
|
* listen to events published by Packages plugin to find out the names of more ↵Toby Inkster2013-06-281-0/+12
| | | | packages for autocompletion
* also enable lexical completion by defaultJesse Luehrs2013-06-271-0/+1
|
* add method completionJesse Luehrs2013-06-271-0/+82
|
* add completion for globalsJesse Luehrs2013-06-271-0/+108
|
* better regexJesse Luehrs2013-06-271-1/+1
|
* this is no longer necessaryJesse Luehrs2013-06-271-2/+0
|
* update docsJesse Luehrs2013-06-275-34/+46
|
* clean up the publisher stuff some moreJesse Luehrs2013-06-276-17/+38
|
* pod coverageJesse Luehrs2013-06-272-0/+2
|
* don't complete keywords or packages if there's a sigilJesse Luehrs2013-06-272-2/+4
|
* make the current package go through the publisher tooJesse Luehrs2013-06-272-4/+12
|
* no idea what's going on hereJesse Luehrs2013-06-271-1/+2
|
* use the publisher for communicating the lexical environmentJesse Luehrs2013-06-274-44/+35
|
* turn this into a generic pub/sub mechanismJesse Luehrs2013-06-272-6/+6
|
* add a (sort of hacked together) plugin to tab complete lexicalsJesse Luehrs2013-06-271-0/+90
|
* add Autocomplete::Packages to the default configJesse Luehrs2013-06-271-0/+1
|
* allow trailing single colons tooJesse Luehrs2013-06-271-1/+1
|
* split out different completion typesJesse Luehrs2013-06-272-26/+47
|
* pod coverageJesse Luehrs2013-06-271-0/+5
|
* Let readline present all matches and iterate over themShawn M Moore2013-06-271-3/+8
|
* First pass of pulling Package::Names out of %INCShawn M Moore2013-06-271-0/+26
|
* First cut of Autocomplete: completes Perl keywordsShawn M Moore2013-06-271-0/+40
|
* Register the tab_handler with ReadLineShawn M Moore2013-06-271-0/+22
|
* Provide each plugin a tab_handler coderef optionShawn M Moore2013-06-271-2/+15
|
* _concatenate_plugin for returning all plugins' return values in a listShawn M Moore2013-06-271-0/+16
|
* support color on windows (aero)Jesse Luehrs2013-06-271-0/+6
|
* bump the Getopt::Long depJesse Luehrs2013-06-261-1/+1
|
* a bit more docsJesse Luehrs2013-06-261-1/+2
|
* pod coverageJesse Luehrs2013-06-261-0/+9
|
* add a default command of #q for quitting the replJesse Luehrs2013-06-261-0/+24
|
* make breaking out of the repl with loop callbacks actually workJesse Luehrs2013-06-261-1/+3
|
* add a few more command line options (RT86341)Jesse Luehrs2013-06-261-2/+11
|
* docsJesse Luehrs2013-06-261-1/+18
|
* delete here tooJesse Luehrs2013-06-261-1/+1
|
* turn setting the current package into a parameterJesse Luehrs2013-06-262-9/+10
|