From: <so...@ti...> - 2008-10-03 19:29:01
|
In this IDE can we make the visual editor a member of editors? It always annoyed me in the current IDE that the main frame menu edit functions copy, cut, paste etc didn't work with the visual editor. I would like to see these items call the functions in the current editor and if applicable work with the text editor, visual editor or what ever was open at the time. Sof.T See your new look Tiscali Homepage - http://www.tiscali.co.uk ___________________________________________________ |
From: Malcolm N. <m.n...@wa...> - 2008-10-03 20:51:37
|
On 03/10/2008 21:28, so...@ti... wrote: > In this IDE can we make the visual editor a member of editors? It > always annoyed me in the current IDE that the main frame menu edit > functions copy, cut, paste etc didn't work with the visual editor. I > would like to see these items call the functions in the current editor > and if applicable work with the text editor, visual editor or what ever > was open at the time. > > I agree. It makes the most sense that the cut/copy/paste commands (and any other applicable commands) work in whatever editor is open at the time. It should be trivial to detect if a component is selected currently and perform any command accordingly. All that really needs doing is to ensure that the key/shortcut mapping remains consistent across all editors. Best Mal |
From: Esteban A. B. <nab...@ya...> - 2008-10-03 22:12:48
|
Yes, as I commented on my proposal, there should be an "Editor" interface and a BaseEditor class that implements it, and from wich most editors should inherit. This class probably will provide basic functionality for all these methods, which a designer editor could override. I'll try to publish a more specific and formal doc after the weekend, with these thougths. --- El vie 3-oct-08, so...@ti... <so...@ti...> escribió: De: so...@ti... <so...@ti...> Asunto: [Wxdevide-devs] Editor Plugins A: wxd...@li... Fecha: viernes, 3 octubre, 2008, 2:28 pm In this IDE can we make the visual editor a member of editors? It always annoyed me in the current IDE that the main frame menu edit functions copy, cut, paste etc didn't work with the visual editor. I would like to see these items call the functions in the current editor and if applicable work with the text editor, visual editor or what ever was open at the time. Sof.T See your new look Tiscali Homepage - http://www.tiscali.co.uk ___________________________________________________ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Wxdevide-devs mailing list Wxd...@li... https://lists.sourceforge.net/lists/listinfo/wxdevide-devs ____________________________________________________________________________________ ¡Todo sobre Amor y Sexo! La guía completa para tu vida en Mujer de Hoy. http://mujerdehoy.telemundo.yahoo.com/ |
From: Tony R. <tb...@gm...> - 2008-10-03 23:22:39
|
Good point. I hadn't thought of it before since if you right click on the form, the cut/copy/paste popup menu will work with the visual components. I guess we just overlooked making the menu options cut/copy/paste do the same. -Tony On Fri, Oct 3, 2008 at 12:28 PM, so...@ti... <so...@ti...>wrote: > In this IDE can we make the visual editor a member of editors? It > always annoyed me in the current IDE that the main frame menu edit > functions copy, cut, paste etc didn't work with the visual editor. I > would like to see these items call the functions in the current editor > and if applicable work with the text editor, visual editor or what ever > was open at the time. > > Sof.T > > > > > See your new look Tiscali Homepage - http://www.tiscali.co.uk > > ___________________________________________________ > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wxdevide-devs mailing list > Wxd...@li... > https://lists.sourceforge.net/lists/listinfo/wxdevide-devs > |
From: Nuklear Z. <nuk...@gm...> - 2008-10-04 00:38:13
|
speaking of editors, if we use wxsted, don't we have to put the notebook for the editors in the editor plugin? i have not looked at it because of the system trouble i was having, so i hope to do that soon. i would like to finish the XRC tutorial this weekend first though. Nuklear On Fri, Oct 3, 2008 at 4:22 PM, Tony Reina <tb...@gm...> wrote: > Good point. I hadn't thought of it before since if you right click on the > form, the cut/copy/paste popup menu will work with the visual components. I > guess we just overlooked making the menu options cut/copy/paste do the same. > > -Tony > > > > On Fri, Oct 3, 2008 at 12:28 PM, so...@ti... <so...@ti...>wrote: > >> In this IDE can we make the visual editor a member of editors? It >> always annoyed me in the current IDE that the main frame menu edit >> functions copy, cut, paste etc didn't work with the visual editor. I >> would like to see these items call the functions in the current editor >> and if applicable work with the text editor, visual editor or what ever >> was open at the time. >> >> Sof.T >> >> >> >> >> See your new look Tiscali Homepage - http://www.tiscali.co.uk >> >> ___________________________________________________ >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Wxdevide-devs mailing list >> Wxd...@li... >> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Wxdevide-devs mailing list > Wxd...@li... > https://lists.sourceforge.net/lists/listinfo/wxdevide-devs > > |