On Thu, Sep 11, 2014 at 7:38 PM, Ron W <ronw.m...@gmail.com> wrote:

> On Thu, Sep 11, 2014 at 9:57 AM, Gabor Szabo <ga...@szabgab.com> wrote:
>
>> On Thu, Sep 11, 2014 at 1:13 PM, Kaare Rasmussen <ka...@jasonic.dk>
>> wrote:
>>
>>> I don't know what these functions do. If they a generic functions
>>> working on lists, like List::Util, the name is fine. If they are more
>>> specific (I see "language analytic" mentioned), perhaps you should consider
>>> another name.
>>>
>>
>> These are modules that can extract the list of functions from source
>> code. This is used to list the functions in the right hand-panel of padre.
>> (When outline is too expensive)   Nothing to do with perl lists.
>>
>> With that said I don't have any better idea than this name. If someone
>> can suggest something better, I'd be happy to consider that.
>>
>
> What about Parse::Functions::Perl ? Or maybe PPI::List::Functions ?
>
>
It is definitely not PPI as these are not PPI based. These are simple regex
based solutions that are much faster than the one using PPI which is
distributed in PPIx::EditorTools already.

The Parse::Functions namespace sounds good though. So there will be
Parse::Functions as the main module and Pares::Functions::* for the various
languages. Unless someone comes up with an even better suggestion.


regards
    Gabor
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to