summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/Autocomplete
Commit message (Collapse)AuthorAgeFilesLines
* avoid completing functions for commandsJesse Luehrs2013-07-101-0/+1
|
* docsJesse Luehrs2013-07-101-0/+13
|
* autocomplete for commands (fixes #18)Jesse Luehrs2013-07-103-0/+21
|
* invert the sense of the package message tooJesse Luehrs2013-07-101-8/+4
|
* handle this a better wayJesse Luehrs2013-07-101-27/+3
| | | | | look through the stash for packages rather than combining %INC and watching for packages
* this was never usedJesse Luehrs2013-07-101-16/+0
|
* let plugins query for this info, rather than always publishing itJesse Luehrs2013-07-102-26/+2
|
* factor this outJesse Luehrs2013-07-101-19/+5
|
* just give up on the whole 'name' thing hereJesse Luehrs2013-07-042-9/+8
|
* todo commentJesse Luehrs2013-07-041-0/+1
|
* refactor this to avoid some duplicationJesse Luehrs2013-07-043-8/+15
|
* 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
* 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-273-16/+0
|
* pod coverageJesse Luehrs2013-06-271-0/+1
|
* don't complete keywords or packages if there's a sigilJesse Luehrs2013-06-272-2/+4
|
* no idea what's going on hereJesse Luehrs2013-06-271-1/+2
|
* use the publisher for communicating the lexical environmentJesse Luehrs2013-06-271-19/+8
|
* add a (sort of hacked together) plugin to tab complete lexicalsJesse Luehrs2013-06-271-0/+90
|
* allow trailing single colons tooJesse Luehrs2013-06-271-1/+1
|
* split out different completion typesJesse Luehrs2013-06-272-0/+92