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 |