[Padre-dev] Input window
breno
breno at rio.pm.org
Mon Mar 30 06:06:54 PDT 2009
I've been thinking on a Padre::Plugin::REPL for a while now, and think
it would be a nice complement. I thought when the time came I would
just browse through Padre::Plugin::CommandLine and use whatever gui
component they were using, but after your email I actually got to
check it and it turns out to just pop a window with a textbox. So, if
you do it, I'll use it :-)
As for one-liners, perhaps a new toolbar textbox would suffice, I don't know.
Cheers,
garu
On Mon, Mar 30, 2009 at 4:04 AM, Gabor Szabo <szabgab at gmail.com> wrote:
> Yesterday I had a chat on IRC with myself about a tool I am missing from Padre.
> Let me discuss it here again.
>
> Pure windows users please hold your anger for a minute.
>
> I am missing the power of the command line. I believe that while it is
> nice that we
> (will) have menu item for everything we should also make it easy for people to
> get around using the keyboard only.
> In addition I think there are many cases when a command-like input window can be
> much better than a mousy one.
>
> For example it can provide history of commands
>
> It can also be the input window for a Perl 5 or Perl 6 REPL.
>
> It can also be reused as the command line part of vi or emacs.
>
> I am not sure if we have a single input window, if we can really make
> it reusable?
>
>
> In terms of implementation first I wanted to add a single line entry window
> just below the editor pane but it seemed too much work to understand how
> to add it to the AUi manager so now I have one which is just another
> window at the bottom of the screen.
>
> For now put it aside, I am not sure how to proceed.
>
> Your opinion please
>
> Gabor
> _______________________________________________
> Padre-dev mailing list
> Padre-dev at perlide.org
> http://mail.perlide.org/mailman/listinfo/padre-dev
>
More information about the Padre-dev
mailing list