Some are listed here
http://www.esenthel.com/wiki/index.php?t...#Shortcuts and some are listed in the EDIT menu at the bottom of the Code Editor.
I'm currently evaluating the Esenthel 2.0 engine and the tools, especially the Code Editor which is the biggest challenge of all since it involves learning a completely new workflow of coding.
My initial reaction when starting out with EE was to haul all code straight into Xcode and get to it, but then I saw the benefits of the Code Editor and how it's workflow is tailored to the engine, and it's getting easier and easier to use. However I'm insanely addicted to hotkeys and atm I haven't found all the essential ones yet.
My questions 1) is: Is there a list of all hotkeys in the code editor besides the two I mentioned in the beginning of this post?
and number 2): Comment out blocks of code? Is it possible to select a couple of lines and comment them out? I've googled it far too long not finding it.
Then there's variable refactoring, find&replace, multiple cursor, mac conventions (e.g. ctrl vs cmd-button) and other UX thingies that some find useful but I'll leave that to the Feature Requests section. (I know some are on
the roadmap as well)
Cheers,
Jonatan
edit: just randomly discovered that ctrl+c ctrl+v with nothing selected duplicates the current line. It's mentioned
here as well
/J