It could save lots of work if there was a graphical user interface (like in PowerPoint) to create presentations with beamer. Copy-pasting, or creating frames with mouse would be very convenient.
Currently, to keep readable code, I'm trying to wrap frames like this :
%--------------------------------------------------------
\begin{frame}
% ..
\end{frame}
%--------------------------------------------------------
But it's still not very easy to copy-paste it every time. Maybe there are shortcuts/plugins for this?
P.S. I'm using MiKTeX and TeXstudio on a 64-bit Windows 7, but solutions for other platforms are also welcome.
Thanks for any help !

beamer-based workflow, but the LaTeX integration might be sufficient for many cases. – G. Poore Oct 15 '15 at 18:34frames easily is via copy-and-paste of text. It's really fast. Under Windows you can also add some hotkeys via AutoHotKey, which could insert aframeenvironment with the press of a key-combination... – Werner Oct 15 '15 at 20:10