Is there a shortcut (button/menu/etc) in the Delphi IDE that simply executes the last compiled EXE (with any specified parameters), without recompiling it?
Of course one can always create an external shortcut, but it'd be nice if there was a convenient way to do this from the IDE, without having to wait for an unnecessary recompile/linking if nothing was changed.
Is there a shortcut (button/menu/etc) in the Delphi IDE that simply executes the last compiled EXE (with any specified parameters), without recompiling it?
No there is not. You could easily extend the Tools menu to add such functionality. Or write an add-in to do the same. But there is nothing to do this out of the box.