RE: [jEdit-Syntax-devel] Cut, copy and paste
Brought to you by:
marcel-boehme,
oliverhe
From: Gregory M. M. <gme...@br...> - 2001-09-04 14:18:20
|
Landrot, To simplify adding cut, copy and paste and undo/redo I sub-classed DefaultInputHandler and JEdittextArea with the functionality built-in = and use them instead. The files are attached. Greg -----Original Message----- From: Brian W. Young [mailto:by...@de...] Sent: Tuesday, September 04, 2001 6:59 AM To: LANDROT YANN Cc: 'jed...@li...' Subject: Re: [jEdit-Syntax-devel] Cut, copy and paste Landrot, Cut, copy and paste are implemented as methods. This allows the=20 developer to choose how he wants his application to invoke these=20 methods. Personally, I added a popup menu to the text area that does a = cut, copy and paste as well as a select all, etc. I also added key=20 bindings for ctrl-c, ctrl-v, etc. You could also hook the edit=20 functions up to a toolbar if you wanted. Brian LANDROT YANN wrote: >Hi, >We recently discovevred jedit-syntax and want to use it in our = projects. > >Am I doing something wrong or are cut, copy and past key binding not = yet >implemented ? > >I can't see them in DefaultInputHandler. Is thee any particular reason = why >they are not there ? > >Thanks for any advice. > Yann > > >***********************************************************************= ** >Ce message et toutes les pieces jointes (ci-apres le "message") sont >confidentiels et etablis a l'intention exclusive de ses destinataires. >Toute utilisation ou diffusion non autorisee est interdite.=20 >Tout message electronique est susceptible d'alteration.=20 >SG Asset Management et ses filiales declinent toute responsabilite au = titre >de ce message s'il a ete altere, deforme ou falsifie. > >D=E9couvrez l'offre et les services de SG Asset Management sur le site >www.sgam.fr=20 > > ******** > >This message and any attachments (the "message") are confidential and >intended solely for the addressees. >Any unauthorised use or dissemination is prohibited.=20 >E-mails are susceptible to alteration. =20 >Neither SG Asset Management nor any of its subsidiaries or affiliates = shall >be liable for the message if altered, changed or falsified.=20 > >***********************************************************************= ** > > > > >_______________________________________________ >jEdit-Syntax-devel mailing list >jEd...@li... >https://lists.sourceforge.net/lists/listinfo/jedit-syntax-devel > > _______________________________________________ jEdit-Syntax-devel mailing list jEd...@li... https://lists.sourceforge.net/lists/listinfo/jedit-syntax-devel |