Beau E. Cox am Donnerstag, 8. Dezember 2005 09.09:
> Hi Rajeev -
>
> At 2005-12-07, 20:55:59 you wrote:
> >Hi,
> >
> >I got a doubt how to develop an editor that can be used to modify files
> > and it has to provide movement of cursor from left to right or right.
> >
> >thanks and regards,
> >Rajeev Kilaru
>
> First of all - why would you want to reinvent the wheel with so many
> excellent _free_ open source editors out there? I'm happy with emacs
> myself...
>
> But if you really want to, I would start by looking at Perl::Tk - the
> cross-platform perl GUI that is tried and true. It has several 'widgets'
> that sould work for you 'out-of-the-box'. The Perl::Tk module is included
> in ActiveState Perl for Windows and is a snap to install on other OSs.

Rajeev,

Have a special look at the text widget Tk::Text. It provides already a lot 
of editor features.

If you have special things to do in your editor (like specific context menu 
actions depending on the text content) you _may_ be faster than with 
customizing other editors, if you have good perl skills and are not used to 
an appropriate configurable editor.

I did not use perl_tk for years... So don't ask me for details :-)

But you can build feature rich GUI-applications in a fairly short time with 
perl_tk.

joe

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to