On 9/7/2010 5:01 AM, Ingo Schmid wrote:
>
> when I use tab completion in the pdl/pdl2 shell, for example in
> readflex(), it adds a trailing space after a successful match, which is
> annoying when tabbing several levels of directories. Is there a simple
> way to avoid this?

No.  Improving the completion handling
logic is something I would like to see
as well.

I would also like to see method completion
for chained PDL methods (e.g., if you have
$pdl->mv(0,1)-> and type <TAB>, it would be
nice to get the same completion as
$pdl-><TAB> since mv() returns a piddle
for its result).

--Chris

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to