Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pretty-print variables? #51

Open
ghost opened this issue Jul 11, 2015 · 1 comment
Open

pretty-print variables? #51

ghost opened this issue Jul 11, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 11, 2015

I know in IPerl we can use DDP or Data::Dumper and explicitly call p() or Dumper() to pretty-print variables. But can we make it behave like the reply or re.pl in that it automatically does pretty-print on entering a variable or evaluating an expression?

@zmughal
Copy link
Member

zmughal commented Jul 14, 2015

I used to have this feature and I think maybe doing it now as a plugin is a very good idea.

I would like to think that doing something with the DisplayableHandler might help or just try to use an around method modifier with the Display plugin.

I'll think about it some more, but I won't be able to get to these issues until the end of this month. After that it'll be full steam ahead with many more features that I'm thinking of including this one. :-)

@zmughal zmughal modified the milestone: Devel::IPerl v0.008 Aug 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant